This class is the UI for adding widgets. More...
#include <SeExprEdControlCollection.h>
Public Member Functions | |
SeExprEdAddDialog (int &count, QWidget *parent=0) | |
Public Attributes | |
QLineEdit * | variableName |
QTabWidget * | tabWidget |
QLineEdit * | intDefault |
QLineEdit * | intMin |
QLineEdit * | intMax |
QLineEdit * | floatDefault |
QLineEdit * | floatMin |
QLineEdit * | floatMax |
QLineEdit * | vectorDefault0 |
QLineEdit * | vectorDefault1 |
QLineEdit * | vectorDefault2 |
QLineEdit * | vectorMin |
QLineEdit * | vectorMax |
QLineEdit * | curveLookup |
QLineEdit * | colorCurveLookup |
QLineEdit * | animCurveLookup |
QLineEdit * | animCurveLink |
QColor | color |
QPushButton * | colorWidget |
QComboBox * | stringTypeWidget |
QLineEdit * | stringDefaultWidget |
QLineEdit * | stringNameWidget |
Private Slots | |
void | colorChooseClicked () |
This class is the UI for adding widgets.
Definition at line 32 of file SeExprEdControlCollection.h.
SeExprEdAddDialog::SeExprEdAddDialog | ( | int & | count, | |
QWidget * | parent = 0 | |||
) |
Definition at line 59 of file SeExprEdControlCollection.cpp.
References animCurveLink, animCurveLookup, color, colorChooseClicked(), colorCurveLookup, colorWidget, curveLookup, floatDefault, floatMax, floatMin, intDefault, intMax, intMin, stringDefaultWidget, stringNameWidget, stringTypeWidget, tabWidget, variableName, vectorDefault0, vectorDefault1, vectorDefault2, vectorMax, and vectorMin.
void SeExprEdAddDialog::colorChooseClicked | ( | ) | [private, slot] |
Definition at line 223 of file SeExprEdControlCollection.cpp.
References color, and colorWidget.
Referenced by SeExprEdAddDialog().
QLineEdit* SeExprEdAddDialog::animCurveLink |
Definition at line 52 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().
QLineEdit* SeExprEdAddDialog::animCurveLookup |
Definition at line 51 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().
QColor SeExprEdAddDialog::color |
Definition at line 53 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), colorChooseClicked(), and SeExprEdAddDialog().
QLineEdit* SeExprEdAddDialog::colorCurveLookup |
Definition at line 50 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().
QPushButton* SeExprEdAddDialog::colorWidget |
Definition at line 54 of file SeExprEdControlCollection.h.
Referenced by colorChooseClicked(), and SeExprEdAddDialog().
QLineEdit* SeExprEdAddDialog::curveLookup |
Definition at line 49 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().
QLineEdit* SeExprEdAddDialog::floatDefault |
Definition at line 41 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().
QLineEdit* SeExprEdAddDialog::floatMax |
Definition at line 43 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().
QLineEdit* SeExprEdAddDialog::floatMin |
Definition at line 42 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().
QLineEdit* SeExprEdAddDialog::intDefault |
Definition at line 38 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().
QLineEdit* SeExprEdAddDialog::intMax |
Definition at line 40 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().
QLineEdit* SeExprEdAddDialog::intMin |
Definition at line 39 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().
QLineEdit* SeExprEdAddDialog::stringDefaultWidget |
Definition at line 56 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().
QLineEdit* SeExprEdAddDialog::stringNameWidget |
Definition at line 57 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().
QComboBox* SeExprEdAddDialog::stringTypeWidget |
Definition at line 55 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().
QTabWidget* SeExprEdAddDialog::tabWidget |
Definition at line 37 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().
QLineEdit* SeExprEdAddDialog::variableName |
Definition at line 34 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().
QLineEdit* SeExprEdAddDialog::vectorDefault0 |
Definition at line 44 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().
QLineEdit* SeExprEdAddDialog::vectorDefault1 |
Definition at line 45 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().
QLineEdit* SeExprEdAddDialog::vectorDefault2 |
Definition at line 46 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().
QLineEdit* SeExprEdAddDialog::vectorMax |
Definition at line 48 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().
QLineEdit* SeExprEdAddDialog::vectorMin |
Definition at line 47 of file SeExprEdControlCollection.h.
Referenced by SeExprEdControlCollection::addControlDialog(), and SeExprEdAddDialog().