#include <MainTabView.hpp>
|
QPointer< OSViewSwitcher > | m_editView |
|
bool addTabWidget * | widget |
| ! Use this method only if your tab will NOT have sub tabs More...
|
|
void setSubTab * | widget |
|
|
void setCurrentWidget * | widget |
|
Enumerator |
---|
MAIN_TAB |
|
SUB_TAB |
|
GRIDVIEW_SUB_TAB |
|
openstudio::MainTabView::MainTabView |
( |
const QString & |
tabLabel, |
|
|
TabType |
tabType, |
|
|
* |
parent = nullptr |
|
) |
| |
virtual openstudio::MainTabView::~MainTabView |
( |
| ) |
|
|
virtual |
bool openstudio::MainTabView::addSubTab |
( |
const QString & |
subTabLabel, |
|
|
int |
id |
|
) |
| |
! Use this method only if your tab will have sub tabs
void openstudio::MainTabView::paintEvent |
( |
QPaintEvent * |
event | ) |
|
|
overrideprotected |
void openstudio::MainTabView::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
overrideprotected |
bool openstudio::MainTabView::selectSubTabByIndex |
( |
int |
index | ) |
|
void openstudio::MainTabView::setCurrentIndex |
( |
int |
index | ) |
|
|
protected |
void openstudio::MainTabView::setTabType |
( |
TabType |
tabTyp | ) |
|
void openstudio::MainTabView::tabSelected |
( |
int |
id | ) |
|
|
signal |
void openstudio::MainTabView::toggleUnitsClicked |
( |
bool |
displayIP | ) |
|
|
signal |
QPointer<OSViewSwitcher> openstudio::MainTabView::m_editView |
bool addTabWidget * openstudio::MainTabView::widget |
! Use this method only if your tab will NOT have sub tabs
void setSubTab * openstudio::MainTabView::widget |
void setCurrentWidget * openstudio::MainTabView::widget |
|
protected |