Aquila
2.0 prealpha
Cognitive Robotics Architecture
|
#include <mainWindow.h>
Signals | |
void | tabRemoved (int id) |
void | removeRequested (int id) |
void | duplicateRequested (int id) |
void | tabRemoved (int id) |
void | removeRequested (int id) |
void | duplicateRequested (int id) |
Public Member Functions | |
TabWidget () | |
TabWidget constructor. | |
QTabBar * | tabBar () |
Returns a pointer to the tab bar. | |
void | duplicateSelectedTab () |
Broadcasts a signal to other modules that user requested to duplicate a tab. | |
void | removeSelectedTab () |
Broadcasts a signal to other modules that user requested to remove a tab. | |
void | addInfoLabel () |
Adds a label with information about how to add a new module. | |
void | removeInfoLabel () |
Removes a label with information about how to add a new module. | |
TabWidget () | |
QTabBar * | tabBar () |
void | duplicateSelectedTab () |
void | removeSelectedTab () |
void | addInfoLabel () |
void | removeInfoLabel () |
Public Attributes | |
QToolButton * | addModuleButton |
int | newTabID |
bool | removed |
Tabs used for module GUIs
TabWidget::TabWidget | ( | ) |
TabWidget constructor.
TabWidget::TabWidget | ( | ) |
void TabWidget::addInfoLabel | ( | ) |
Adds a label with information about how to add a new module.
void TabWidget::addInfoLabel | ( | ) |
|
signal |
|
signal |
void TabWidget::duplicateSelectedTab | ( | ) |
Broadcasts a signal to other modules that user requested to duplicate a tab.
void TabWidget::duplicateSelectedTab | ( | ) |
void TabWidget::removeInfoLabel | ( | ) |
Removes a label with information about how to add a new module.
void TabWidget::removeInfoLabel | ( | ) |
|
signal |
|
signal |
void TabWidget::removeSelectedTab | ( | ) |
Broadcasts a signal to other modules that user requested to remove a tab.
void TabWidget::removeSelectedTab | ( | ) |
QTabBar * TabWidget::tabBar | ( | ) |
Returns a pointer to the tab bar.
QTabBar* TabWidget::tabBar | ( | ) |
|
signal |
|
signal |
QToolButton * TabWidget::addModuleButton |
int TabWidget::newTabID |
bool TabWidget::removed |