#include <SimpleDataWidget.h>
This class is used to create and manage the GUI of a data type, using data_widget_trait to know which widgets to use
Public Attributes | |
Widget * | w |
Layout * | container_layout |
Public Member Functions | |
data_widget_container () | |
bool | createLayout (DataWidget *parent) |
bool | createLayout (QLayout *layout) |
bool | createWidgets (DataWidget *parent, const data_type &d, bool readOnly) |
void | setReadOnly (bool readOnly) |
void | readFromData (const data_type &d) |
void | writeToData (data_type &d) |
void | insertWidgets () |
Layout* sofa::gui::qt::data_widget_container< T >::container_layout |
Widget* sofa::gui::qt::data_widget_container< T >::w |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |