trikRuntime
trikGui::CommandsListWidget Class Reference

Widget which allows to choose commands for robot. More...

#include <commandsListWidget.h>

Inheritance diagram for trikGui::CommandsListWidget:
Collaboration diagram for trikGui::CommandsListWidget:

Public Member Functions

 CommandsListWidget (Controller &controller, const QString &name, QWidget *parent=0)
 Constructor. More...
 
void renewFocus () override
 Set focus properly on this widget or one of its children. More...
 
QString value () const
 Returns string with new name of command. More...
 
QString script () const
 Returns string with part of script. More...
 
- Public Member Functions inherited from trikGui::TrikGuiDialog
 TrikGuiDialog (QWidget *parent=0)
 Constructor. More...
 
virtual ~TrikGuiDialog ()
 
virtual int exec ()
 Show widget and wait until it will be closed. More...
 
- Public Member Functions inherited from trikGui::MainWidget
 MainWidget (QWidget *parent)
 Constructor. More...
 

Static Public Member Functions

static QString menuEntry ()
 Returns menu entry for this widget. More...
 

Protected Member Functions

void keyPressEvent (QKeyEvent *event) override
 
- Protected Member Functions inherited from trikGui::TrikGuiDialog
virtual void exit ()
 
virtual void goHome ()
 

Additional Inherited Members

- Public Types inherited from trikGui::TrikGuiDialog
enum  Result { normalExit, goHomeExit }
 
- Public Types inherited from trikGui::MainWidget
enum  FileManagerRootType { FileManagerRootType::scriptsDir, FileManagerRootType::allFS }
 
- Signals inherited from trikGui::MainWidget
void newWidget (trikGui::MainWidget &widget)
 Emitted when the widget created a new one and wants it to be shown. More...
 

Detailed Description

Widget which allows to choose commands for robot.

Constructor & Destructor Documentation

CommandsListWidget::CommandsListWidget ( Controller controller,
const QString &  name,
QWidget *  parent = 0 
)

Constructor.

Parameters
controller- reference to controller object which provides access to low-level functionality.
name- name of command which was specified before.
parent- parent of this widget in Qt object hierarchy.

Member Function Documentation

void CommandsListWidget::keyPressEvent ( QKeyEvent *  event)
overrideprotectedvirtual

Reimplemented from trikGui::TrikGuiDialog.

QString CommandsListWidget::menuEntry ( )
static

Returns menu entry for this widget.

void CommandsListWidget::renewFocus ( )
overridevirtual

Set focus properly on this widget or one of its children.

Implements trikGui::MainWidget.

QString CommandsListWidget::script ( ) const

Returns string with part of script.

QString CommandsListWidget::value ( ) const

Returns string with new name of command.


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