AnimaL |
Tutorial |
Documentation |
#include <Fields.h>
Inheritance diagram for X3DTK::Qt::SField< TypeSField >:
Definition at line 145 of file Fields.h.
Public Member Functions | |
SField (QString name, void *pointer) | |
virtual QWidget * | SFieldGUI (QString name, TypeSField *ptr, QWidget *parent)=0 |
the corresponding single field's GUI (Graphique User Interface) | |
virtual void | add (QWidget *parent) |
Add the corresponding field GUI (Graphique User Interface) to the parameter QWidget * parent. |
|
|
|
Add the corresponding field GUI (Graphique User Interface) to the parameter QWidget * parent.
Implements X3DTK::Qt::Field. Definition at line 9 of file Fields.cpp. References X3DTK::Qt::SField< TypeSField >::SFieldGUI(). |
|
the corresponding single field's GUI (Graphique User Interface)
Implemented in X3DTK::Qt::SFFloat, X3DTK::Qt::SFInt, X3DTK::Qt::SFString, and X3DTK::Qt::SFBool. Referenced by X3DTK::Qt::SField< TypeSField >::add(). |