![]() |
VR-Forces Development_Version Class Documentation
|
This class will allow editing of the assembly items that apply to rolling up assemblies. More...

Public Member Functions | |
| DtAssemblyItemsEditor (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtAssemblyItemsEditor () |
Public Attributes | |
| QHBoxLayout * | myButtonLayout |
| QPushButton * | myOKButton |
| QPushButton * | myCancelButton |
| QLabel * | myInstructions |
| QHBoxLayout * | myButtonModifyLayout |
| QTableWidget * | myAssemblyItems |
| QPushButton * | myAdd |
| QPushButton * | myRemove |
| QTabBar * | myAssemblyItemTypes |
Protected Types | |
| typedef std::map< std::string, DtAssembliesReaderWriter::RootNodeContainer > | AssemblyItemsMap |
Protected Slots | |
| virtual void | addRow () |
| virtual void | removeRow () |
| virtual void | itemSelectionChanged () |
| virtual void | assemblyItemTypeChanged () |
| virtual void | variableChanged () |
Protected Member Functions | |
| virtual void | accept () |
| Called when dialog is accepted. Write out all changes. | |
| virtual void | setupTableForAssemblyItem (const DtAssembliesReaderWriter::RootNodeContainer &) |
| Sets up table for given assembly item. | |
| virtual void | convertTableToAssemblyItems (const std::string &type, DtAssembliesReaderWriter::RootNodeContainer &container) const |
| Converts table to assembly item. | |
| virtual void | variableChanged (QComboBox *) |
| virtual std::string | typeForTab (int t) const |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| AssemblyItemsMap | myAssemblyItemsMap |
| std::string | myCurrentAssembly |
| QStringList | myAvailableVariables |
| QStringList | myUnusedVariables |
This class will allow editing of the assembly items that apply to rolling up assemblies.
|
protected |
| DtAssemblyItemsEditor::DtAssemblyItemsEditor | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
|
virtual |
|
protectedvirtual |
Called when dialog is accepted. Write out all changes.
|
protectedvirtual |
Sets up table for given assembly item.
|
protectedvirtual |
Converts table to assembly item.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
| QHBoxLayout* DtAssemblyItemsEditor::myButtonLayout |
| QPushButton* DtAssemblyItemsEditor::myOKButton |
| QPushButton* DtAssemblyItemsEditor::myCancelButton |
| QLabel* DtAssemblyItemsEditor::myInstructions |
| QHBoxLayout* DtAssemblyItemsEditor::myButtonModifyLayout |
| QTableWidget* DtAssemblyItemsEditor::myAssemblyItems |
| QPushButton* DtAssemblyItemsEditor::myAdd |
| QPushButton* DtAssemblyItemsEditor::myRemove |
| QTabBar* DtAssemblyItemsEditor::myAssemblyItemTypes |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |