trikRuntime
trikGui::BackgroundWidget Class Reference

TrikGui backround widget which is a parent for other trikGui widgets. More...

#include <backgroundWidget.h>

Inheritance diagram for trikGui::BackgroundWidget:
Collaboration diagram for trikGui::BackgroundWidget:

Public Member Functions

 BackgroundWidget (const QString &configPath, QWidget *parent=0)
 Constructor. More...
 
 ~BackgroundWidget () override
 

Detailed Description

TrikGui backround widget which is a parent for other trikGui widgets.

It consists of a status bar and a place for one of main widgets which is used for conversation with user.

Constructor & Destructor Documentation

BackgroundWidget::BackgroundWidget ( const QString &  configPath,
QWidget *  parent = 0 
)
explicit

Constructor.

Parameters
configPath- path to a directory with config files (config.xml and so on). It is expected to be ending with "/".
parent- parent of this widget in terms of Qt parent-child widget relations.
BackgroundWidget::~BackgroundWidget ( )
override

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