AnimaL |
Tutorial |
Documentation |
#include <ObjectGUI.h>
Inheritance diagram for X3DTK::Qt::ObjectGUI:
All the fields GUI are built with the given fields list in the constructor ObjectGUI(). The different possible types for fields are enumerated in Fields.h.
Definition at line 18 of file ObjectGUI.h.
Public Slots | |
virtual void | ok () |
Take into account all the edited values by ObjectGUI. | |
Signals | |
void | changed () |
Public Member Functions | |
ObjectGUI (FieldList &fieldList, QWidget *parent) | |
~ObjectGUI () |
|
Definition at line 15 of file ObjectGUI.cpp. References X3DTK::Qt::FieldList. |
|
Definition at line 32 of file ObjectGUI.cpp. |
|
Referenced by ok(), and X3DTK::Qt::X3DTransformQt::X3DTransformQt(). |
|
Take into account all the edited values by ObjectGUI. Emit the signal ObjectGUI::changed(). Definition at line 37 of file ObjectGUI.cpp. References changed(). Referenced by X3DTK::Qt::MField< TypeSField >::write(). |