![]() |
VR-Forces 4.0.4 Class Documentation
|
Dialog that lists all the MST entries, OPD entries, and OPE files, and connects them. More...

Classes | |
| struct | ParameterEntryInfo |
Public Types | |
| typedef std::map< QString, bool > | DtOpeFileMap |
| typedef std::map < DtMtlParameterDbEntry *, ParameterEntryInfo > | DtParameterEntryMap |
Public Member Functions | |
| DtCheckSmsOutputDialog (QWidget *parent=0, const Qt::WindowFlags &flags=0) | |
| default constructor | |
| virtual | ~DtCheckSmsOutputDialog () |
| destructor | |
| virtual void | checkSms () |
Protected Slots | |
| virtual void | displayBrokenItemsOnlyToggle (bool value) |
Protected Attributes | |
| Ui::CheckSmsOutputDialog | myUiImpl |
Private Member Functions | |
| DtCheckSmsOutputDialog (const DtCheckSmsOutputDialog &orig) | |
| copy constructor - not implemented | |
| DtCheckSmsOutputDialog & | operator= (const DtCheckSmsOutputDialog &orig) |
| assignment operator - not implemented | |
Dialog that lists all the MST entries, OPD entries, and OPE files, and connects them.
Intended to allow users to find entries that are not set up correctly.
| typedef std::map<QString, bool> DtCheckSmsOutputDialog::DtOpeFileMap |
| typedef std::map<DtMtlParameterDbEntry*, ParameterEntryInfo> DtCheckSmsOutputDialog::DtParameterEntryMap |
| DtCheckSmsOutputDialog::DtCheckSmsOutputDialog | ( | QWidget * | parent = 0, |
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
default constructor
| virtual DtCheckSmsOutputDialog::~DtCheckSmsOutputDialog | ( | ) | [virtual] |
destructor
| DtCheckSmsOutputDialog::DtCheckSmsOutputDialog | ( | const DtCheckSmsOutputDialog & | orig | ) | [private] |
copy constructor - not implemented
| virtual void DtCheckSmsOutputDialog::displayBrokenItemsOnlyToggle | ( | bool | value | ) | [protected, virtual, slot] |
| DtCheckSmsOutputDialog& DtCheckSmsOutputDialog::operator= | ( | const DtCheckSmsOutputDialog & | orig | ) | [private] |
assignment operator - not implemented
| virtual void DtCheckSmsOutputDialog::checkSms | ( | ) | [virtual] |
Ui::CheckSmsOutputDialog DtCheckSmsOutputDialog::myUiImpl [protected] |