#include "StatusManager.h"
|
| | StatusManager () |
| |
| virtual | ~StatusManager () |
| |
| void | setInfo (const QString &_text) |
| | Will set the provided text as information text to the statusbar.
|
| |
| void | setErrorInfo (const QString &_text) |
| | Will set the provided text as error text to the statusbar.
|
| |
| void | setCurrentTool (const QString &_toolName) |
| |
| void | addTool (const QString &_toolName, const std::list< QWidget * > &_widgets) |
| |
| void | removeTool (const QString &_toolName) |
| |
◆ StatusManager()
| StatusManager::StatusManager |
( |
| ) |
|
◆ ~StatusManager()
| StatusManager::~StatusManager |
( |
| ) |
|
|
virtual |
◆ addTool()
| void StatusManager::addTool |
( |
const QString & | _toolName, |
|
|
const std::list< QWidget * > & | _widgets ) |
◆ removeTool()
| void StatusManager::removeTool |
( |
const QString & | _toolName | ) |
|
◆ setCurrentTool()
| void StatusManager::setCurrentTool |
( |
const QString & | _toolName | ) |
|
◆ setErrorInfo()
| void StatusManager::setErrorInfo |
( |
const QString & | _text | ) |
|
Will set the provided text as error text to the statusbar.
◆ setInfo()
| void StatusManager::setInfo |
( |
const QString & | _text | ) |
|
Will set the provided text as information text to the statusbar.
The documentation for this class was generated from the following files: