AnimaL |
Tutorial |
Documentation |
#include <Fields.h>
Inheritance diagram for X3DTK::Qt::Field:
A field corresponds to a data defined with its Field::name and its Field::pointer. This field can be edit with its own GUI (Graphique User Interface). This GUI can be add to a QWidget parent with Field::add()
Definition at line 93 of file Fields.h.
Public Member Functions | |
Field (QString name, void *pointer) | |
virtual | ~Field () |
virtual void | add (QWidget *parent)=0 |
Add the corresponding field GUI (Graphique User Interface) the parameter QWidget * parent. | |
Public Attributes | |
QString | name |
The name of the data to represent. | |
void * | pointer |
The pointer corresponding to the data to represent. |
|
|
|
|
|
|
The name of the data to represent.
Definition at line 97 of file Fields.h. Referenced by X3DTK::Qt::MFEditor::MFEditor(). |
|
The pointer corresponding to the data to represent.
|