![]() |
VR-Forces 5.0.3 Developer's Guide
|
This class will allow for the adding, modifying or removing of subordinate function names.

Public Member Functions | |
| DtSubordinateFunctionsEditor (makVrv::DtDe &de, bool precisionMode, QWidget *parent, const Qt::WindowFlags &flags=Qt::Tool) | |
| virtual | ~DtSubordinateFunctionsEditor () |
Public Attributes | |
| QPushButton * | myOKButton |
| QPushButton * | myCancelButton |
| QLabel * | myInstructions |
| QToolButton * | myAddFunction |
| QToolButton * | myRemoveFunction |
| QTableWidget * | pMyTableWidget |
Protected Slots | |
| virtual void | onAddFunction () |
| virtual void | onRemoveFunction () |
| virtual void | onCellClicked (int, int) |
| virtual void | onCellChanged (int, int) |
Protected Member Functions | |
| virtual void | accept () |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| bool | bMyWarned |
| DtSubordinateFunctionsEditor::DtSubordinateFunctionsEditor | ( | makVrv::DtDe & | de, |
| bool | precisionMode, | ||
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = Qt::Tool |
||
| ) |
|
virtual |
|
protectedvirtual |
Called when dialog is accepted. Write out all changes.
|
protectedvirtualslot |
Called to add a new row.
|
protectedvirtualslot |
Called to remove row.
Called when user enters a cell.
Called when user changes a cell.
| QPushButton* DtSubordinateFunctionsEditor::myOKButton |
| QPushButton* DtSubordinateFunctionsEditor::myCancelButton |
| QLabel* DtSubordinateFunctionsEditor::myInstructions |
| QToolButton* DtSubordinateFunctionsEditor::myAddFunction |
| QToolButton* DtSubordinateFunctionsEditor::myRemoveFunction |
| QTableWidget* DtSubordinateFunctionsEditor::pMyTableWidget |
|
protected |
|
protected |