![]() |
VR-Forces 4.6.1 Class Documentation
|
Properties editor extends the include files editor to also allow the editing of the read only flag. More...

Public Member Functions | |
| DtPropertiesEditor (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=Qt::Tool) | |
| virtual | ~DtPropertiesEditor () |
| virtual bool | readOnly () |
| virtual void | setReadOnly (bool) |
Public Member Functions inherited from DtIncludeFilesEditor | |
| DtIncludeFilesEditor (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=Qt::Tool) | |
| virtual | ~DtIncludeFilesEditor () |
| virtual QStringList | smsFiles () const |
| virtual bool | smsFilesChanged () const |
Public Attributes | |
| QCheckBox * | myReadOnly |
| QFrame * | mySeparator |
Public Attributes inherited from DtIncludeFilesEditor | |
| QVBoxLayout * | myMainLayout |
| QPushButton * | myOKButton |
| QPushButton * | myCancelButton |
| QHBoxLayout * | myButtonLayout |
| QLabel * | myLabel |
| DtIncludeFilesWidget * | myIncludeFiles |
Protected Slots | |
| virtual void | readOnlyChanged () |
Protected Slots inherited from DtIncludeFilesEditor | |
| virtual void | onFilesChanged (const QStringList &) |
Protected Member Functions | |
| virtual void | updateOKButton () |
Protected Attributes | |
| bool | myReadOnlyFlag |
Protected Attributes inherited from DtIncludeFilesEditor | |
| makVrv::DtDe & | myDe |
| QStringList | mySmsFiles |
Properties editor extends the include files editor to also allow the editing of the read only flag.
Can be used in the future for other properties This class will allow editing of the simulation model sets included
| DtPropertiesEditor::DtPropertiesEditor | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = Qt::Tool |
||
| ) |
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
Reimplemented from DtIncludeFilesEditor.
|
protectedvirtualslot |
| QCheckBox* DtPropertiesEditor::myReadOnly |
| QFrame* DtPropertiesEditor::mySeparator |
|
protected |