![]() |
VR-Forces Developer's Guide
|
This class will allow for the adding, modifying or removing of movement file configurations that can be applied to movement (csv) files.

Classes | |
| struct | Column |
Public Member Functions | |
| DtMovementDataFileConfigurationEditor (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=Qt::Tool) | |
| virtual | ~DtMovementDataFileConfigurationEditor () override |
| virtual void | setInitialSelection (const QString &) |
Protected Types | |
| typedef std::vector< Column > | Columns |
Protected Slots | |
| virtual void | onSelectMovementFileConfiguration () |
| virtual void | onColumnChanged () |
| virtual void | onStartRowChanged () |
| virtual void | onAddMovementFileConfiguration () |
| virtual void | onRemoveMovementFileConfiguration () |
| virtual void | onRenameMovementFileConfiguration () |
Protected Member Functions | |
| virtual void | accept () override |
| virtual void | setupFiles () |
| virtual void | addColumn () |
| virtual void | changeColumn (int) |
| virtual void | setColumn (int col, int columnInFile, const std::string &type, const std::string &unit) |
| virtual void | clearColumns (int numColumns) |
Protected Attributes | |
| QString | myInitialSelection |
| QLabel * | myConfigurationLabel |
| QComboBox * | myConfigurations |
| QLabel * | myStartRowLabel |
| QLineEdit * | myStartRow |
| QIntValidator * | myValidator |
| QWidget * | myConfiguration |
| QLabel * | myInstructions |
| QToolButton * | myAddMovementFileConfiguration |
| QToolButton * | myRemoveMovementFileConfiguration |
| QToolButton * | myRenameMovementFileConfiguration |
| QPushButton * | myOKButton |
| QPushButton * | myCancelButton |
| Columns | myColumns |
| std::vector < DtScriptedMovementFileConfiguration > | myFileConfigurations |
| makVrv::DtDe & | myDe |
|
protected |
| DtMovementDataFileConfigurationEditor::DtMovementDataFileConfigurationEditor | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = Qt::Tool |
||
| ) |
|
overridevirtual |
|
virtual |
|
overrideprotectedvirtual |
Called when dialog is accepted. Write out all changes.
|
protectedvirtual |
Called from constructor. Sets up the files available.
|
protectedvirtual |
Adds a new column. Currently only 4 columns supported.
|
protectedvirtual |
Changes column to match current information.
|
protectedvirtual |
Sets the data for the particular column.
|
protectedvirtual |
Clears out the number of columns specified.
|
protectedvirtualslot |
|
protectedvirtualslot |
Called when the configuration column contents have changed.
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |