![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtNewFormationDialog (QWidget *p=NULL) | |
| virtual | ~DtNewFormationDialog () |
| virtual void | init (const DtFormationTable *, const QString &curFormation="", bool allowNameEntry=true) |
| virtual QString | formationName () const |
| virtual QString | basedOnFormation () const |
| QLabel * | formationLabel () |
Protected Member Functions | |
| virtual void | accept () |
Protected Attributes | |
| QLineEdit * | myFormationName |
| QComboBox * | myExistingFormations |
| QLabel * | myFormationLabel |
| const DtFormationTable * | myFormationTable |
| DtNewFormationDialog::DtNewFormationDialog | ( | QWidget * | p = NULL | ) |
| virtual DtNewFormationDialog::~DtNewFormationDialog | ( | ) | [virtual] |
| virtual void DtNewFormationDialog::init | ( | const DtFormationTable * | , |
| const QString & | curFormation = "", |
||
| bool | allowNameEntry = true |
||
| ) | [virtual] |
| virtual QString DtNewFormationDialog::formationName | ( | ) | const [virtual] |
| virtual QString DtNewFormationDialog::basedOnFormation | ( | ) | const [virtual] |
| QLabel* DtNewFormationDialog::formationLabel | ( | ) | [inline] |
| virtual void DtNewFormationDialog::accept | ( | ) | [protected, virtual] |
QLineEdit* DtNewFormationDialog::myFormationName [protected] |
QComboBox* DtNewFormationDialog::myExistingFormations [protected] |
QLabel* DtNewFormationDialog::myFormationLabel [protected] |
const DtFormationTable* DtNewFormationDialog::myFormationTable [protected] |