![]() |
VR-Forces 4.10 Class Documentation
|
This class will allow for the adding, modifying or removing of subordinate function names. More...

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 |
| QPushButton * | myAddFunction |
| QPushButton * | myRemoveFunction |
| QTableWidget * | pMyTableWidget |
Protected Slots | |
| virtual void | onAddFunction () |
| Called to add a new row. More... | |
| virtual void | onRemoveFunction () |
| Called to remove row. More... | |
| virtual void | onCellClicked (int, int) |
| Called when user enters a cell. More... | |
| virtual void | onCellChanged (int, int) |
| Called when user changes a cell. More... | |
Protected Member Functions | |
| virtual void | accept () |
| Called when dialog is accepted. Write out all changes. More... | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| bool | bMyWarned |
This class will allow for the adding, modifying or removing of subordinate function names.
| 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 |
| QPushButton* DtSubordinateFunctionsEditor::myAddFunction |
| QPushButton* DtSubordinateFunctionsEditor::myRemoveFunction |
| QTableWidget* DtSubordinateFunctionsEditor::pMyTableWidget |
|
protected |
|
protected |