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

Signals | |
| void | commitButtonPressed () |
| void | cancelButtonPressed () |
Public Member Functions | |
| DtTextEditorWidget (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 | onCommitButtonPressed () |
| virtual void | onCancelButtonPressed () |
Protected Attributes | |
| QTextEdit * | myTextEdit |
| QVBoxLayout * | myMainLayout |
| QHBoxLayout * | myHBoxLayout |
| QPushButton * | myCommitButton |
| QPushButton * | myCancelButton |
A widget to show text and edit text.
| makVrv::DtTextEditorWidget::DtTextEditorWidget | ( | QWidget * | parentWidget | ) |
Default CTOR.
| parentWidget | The parent widget. |
| void makVrv::DtTextEditorWidget::setText | ( | const std::string & | text | ) |
Sets the text.
| text | The text to display. |
| std::string makVrv::DtTextEditorWidget::text | ( | ) | const |
Gets the text.
|
signal |
|
signal |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |