![]() |
VR-Forces 4.8 Class Documentation
|
A widget to show script and edit script. More...

Public Member Functions | |
| DtScriptEditorWidget (QWidget *parentWidget) | |
| Default CTOR. More... | |
| void | setText (const std::string &text) |
| Sets the text. More... | |
| std::string | text () const |
| Gets the text. More... | |
Protected Slots | |
| virtual void | onEditButtonPressed () |
| virtual void | onCommitButtonPressed () |
| virtual void | onCancelButtonPressed () |
Protected Attributes | |
| QHBoxLayout * | myMainLayout |
| DtTextEditorWidget * | myTextEditorWidget |
| QPushButton * | myEditButton |
| QLineEdit * | myLineEdit |
A widget to show script and edit script.
| makVrv::DtScriptEditorWidget::DtScriptEditorWidget | ( | QWidget * | parentWidget | ) |
Default CTOR.
| parentWidget | The parent widget. |
| void makVrv::DtScriptEditorWidget::setText | ( | const std::string & | text | ) |
Sets the text.
| text | The text to display. |
| std::string makVrv::DtScriptEditorWidget::text | ( | ) | const |
Gets the text.
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protected |
|
protected |
|
protected |
|
protected |