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

Public Member Functions | |
| DtRemappingDialog (makVrv::DtDe &de, DtBackendMap *, QWidget *parent=0, const Qt::WindowFlags &f=0) | |
| virtual | ~DtRemappingDialog () |
| virtual void | setupGui () |
| Sets up gui. | |
| virtual QComboBox * | addMapTo (const QString &, int row) |
| Adds an entry to map to that is missing. Returns the mapped combo. | |
| virtual void | addToMapAll (const QString &) |
| Adds the string to the map all combo. | |
| virtual void | removeFromMapAll (const QString &) |
| Removes the string from the map all combo. | |
Public Attributes | |
| QLabel * | myMainLabel |
| QLabel * | myMapAllLabel |
| QComboBox * | myMapAllComboBox |
| QPushButton * | myOkPushButton |
| QPushButton * | myCancelPushButton |
| QVBoxLayout * | myMainLayout |
| QGridLayout * | myEntryLayout |
| QHBoxLayout * | myOkCancelLayout |
Protected Slots | |
| virtual void | mapAllComboBoxSelection (const QString &string) |
Protected Member Functions | |
| virtual void | accept () |
| virtual void | reject () |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtRemappingDialogLogic * | myLogic |
| makVrf::DtRemappingDialog::DtRemappingDialog | ( | makVrv::DtDe & | de, |
| DtBackendMap * | , | ||
| QWidget * | parent = 0, |
||
| const Qt::WindowFlags & | f = 0 |
||
| ) |
| virtual makVrf::DtRemappingDialog::~DtRemappingDialog | ( | ) | [virtual] |
| virtual void makVrf::DtRemappingDialog::setupGui | ( | ) | [virtual] |
Sets up gui.
Implements makVrf::DtRemappingDialogInterface.
| virtual QComboBox* makVrf::DtRemappingDialog::addMapTo | ( | const QString & | , |
| int | row | ||
| ) | [virtual] |
Adds an entry to map to that is missing. Returns the mapped combo.
Implements makVrf::DtRemappingDialogInterface.
| virtual void makVrf::DtRemappingDialog::addToMapAll | ( | const QString & | ) | [virtual] |
Adds the string to the map all combo.
Implements makVrf::DtRemappingDialogInterface.
| virtual void makVrf::DtRemappingDialog::removeFromMapAll | ( | const QString & | ) | [virtual] |
Removes the string from the map all combo.
Implements makVrf::DtRemappingDialogInterface.
| virtual void makVrf::DtRemappingDialog::mapAllComboBoxSelection | ( | const QString & | string | ) | [protected, virtual, slot] |
| virtual void makVrf::DtRemappingDialog::accept | ( | ) | [protected, virtual] |
| virtual void makVrf::DtRemappingDialog::reject | ( | ) | [protected, virtual] |
| QVBoxLayout* makVrf::DtRemappingDialog::myMainLayout |
| QGridLayout* makVrf::DtRemappingDialog::myEntryLayout |
| QHBoxLayout* makVrf::DtRemappingDialog::myOkCancelLayout |
makVrv::DtDe& makVrf::DtRemappingDialog::myDe [protected] |
DtRemappingDialogLogic* makVrf::DtRemappingDialog::myLogic [protected] |