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

Public Member Functions | |
| virtual | ~DtRemappingDialogInterface () |
| virtual void | setupGui ()=0 |
| Sets up gui. | |
| virtual QComboBox * | addMapTo (const QString &, int row)=0 |
| Adds an entry to map to that is missing. Returns the mapped combo. | |
| virtual void | addToMapAll (const QString &)=0 |
| Adds the string to the map all combo. | |
| virtual void | removeFromMapAll (const QString &)=0 |
| Removes the string from the map all combo. | |
| virtual makVrf::DtRemappingDialogInterface::~DtRemappingDialogInterface | ( | ) | [virtual] |
| virtual void makVrf::DtRemappingDialogInterface::setupGui | ( | ) | [pure virtual] |
Sets up gui.
Implemented in makVrf::DtRemappingDialog.
| virtual QComboBox* makVrf::DtRemappingDialogInterface::addMapTo | ( | const QString & | , |
| int | row | ||
| ) | [pure virtual] |
Adds an entry to map to that is missing. Returns the mapped combo.
Implemented in makVrf::DtRemappingDialog.
| virtual void makVrf::DtRemappingDialogInterface::addToMapAll | ( | const QString & | ) | [pure virtual] |
Adds the string to the map all combo.
Implemented in makVrf::DtRemappingDialog.
| virtual void makVrf::DtRemappingDialogInterface::removeFromMapAll | ( | const QString & | ) | [pure virtual] |
Removes the string from the map all combo.
Implemented in makVrf::DtRemappingDialog.