AnimaL |
Tutorial |
Documentation |
#include <MFEditor.h>
Inheritance diagram for X3DTK::Qt::MFEditor:
Read the MFEditor::multiField and put it into MFEditor::textEdit.
Definition at line 18 of file MFEditor.h.
Public Slots | |
virtual void | ok () |
Write the MFEditor::textEdit string into MFEditor::multiField. | |
virtual void | load () |
Load the MFEditor::textEdit string from MFEditor::multiField. | |
Public Member Functions | |
MFEditor (AbstractMField *multiField, QPushButton *editButton, QWidget *parent, const char *name=0, bool modal=FALSE, WFlags fl=0) | |
~MFEditor () | |
Protected Attributes | |
QTextEdit * | textEdit |
AbstractMField * | multiField |
|
Definition at line 13 of file MFEditor.cpp. References load(), X3DTK::Qt::Field::name, ok(), and textEdit. |
|
Definition at line 49 of file MFEditor.cpp. |
|
Load the MFEditor::textEdit string from MFEditor::multiField.
Definition at line 53 of file MFEditor.cpp. References multiField, X3DTK::Qt::AbstractMField::read(), and textEdit. Referenced by MFEditor(). |
|
Write the MFEditor::textEdit string into MFEditor::multiField.
Definition at line 58 of file MFEditor.cpp. References multiField, textEdit, and X3DTK::Qt::AbstractMField::write(). Referenced by MFEditor(). |
|
Definition at line 36 of file MFEditor.h. |
|
Definition at line 35 of file MFEditor.h. Referenced by load(), MFEditor(), and ok(). |