VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Slots | Protected Attributes
makVrv::DtScriptEditorWidget Class Reference

A widget to show script and edit script. More...

Inheritance diagram for makVrv::DtScriptEditorWidget:
Inheritance graph
[legend]

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
 
DtTextEditorWidgetmyTextEditorWidget
 
QPushButtonmyEditButton
 
QLineEditmyLineEdit
 

Detailed Description

A widget to show script and edit script.

Constructor & Destructor Documentation

makVrv::DtScriptEditorWidget::DtScriptEditorWidget ( QWidget *  parentWidget)

Default CTOR.

Parameters
parentWidgetThe parent widget.

Member Function Documentation

void makVrv::DtScriptEditorWidget::setText ( const std::string &  text)

Sets the text.

Parameters
textThe text to display.
std::string makVrv::DtScriptEditorWidget::text ( ) const

Gets the text.

virtual void makVrv::DtScriptEditorWidget::onEditButtonPressed ( )
protectedvirtualslot
virtual void makVrv::DtScriptEditorWidget::onCommitButtonPressed ( )
protectedvirtualslot
virtual void makVrv::DtScriptEditorWidget::onCancelButtonPressed ( )
protectedvirtualslot

Member Data Documentation

QHBoxLayout* makVrv::DtScriptEditorWidget::myMainLayout
protected
DtTextEditorWidget* makVrv::DtScriptEditorWidget::myTextEditorWidget
protected
QPushButton* makVrv::DtScriptEditorWidget::myEditButton
protected
QLineEdit* makVrv::DtScriptEditorWidget::myLineEdit
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)