The CViewTable class.
More...
#include <ViewTable.h>
|
virtual void | resizeEvent (QResizeEvent *event) override |
|
|
virtual void | slotSystemCombination ()=0 |
|
void | sigCloseView (const QWidget *pView) |
|
void | sigCurrentChanged (const QWidget *pView) |
|
The CViewTable class.
Definition at line 15 of file ViewTable.h.
◆ CViewTable()
static App View Table Record CViewTable::CViewTable |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ ~CViewTable()
CViewTable::~CViewTable |
( |
| ) |
|
|
virtual |
◆ AddView()
int CViewTable::AddView |
( |
QWidget * |
pView | ) |
|
|
overridevirtual |
◆ GetCurrentView()
QWidget * CViewTable::GetCurrentView |
( |
| ) |
|
|
overridevirtual |
◆ GetDesktopSize()
QSize CViewTable::GetDesktopSize |
( |
| ) |
|
|
overridevirtual |
◆ GetViewer()
QWidget * CViewTable::GetViewer |
( |
int |
index | ) |
|
|
private |
◆ GetViewIndex()
int CViewTable::GetViewIndex |
( |
QWidget * |
pView | ) |
|
|
private |
◆ RemoveView()
int CViewTable::RemoveView |
( |
QWidget * |
pView | ) |
|
|
overridevirtual |
◆ resizeEvent()
void CViewTable::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
overrideprotectedvirtual |
◆ SetFullScreen()
int CViewTable::SetFullScreen |
( |
bool |
bFull | ) |
|
|
overridevirtual |
◆ SetWidowsTitle()
void CViewTable::SetWidowsTitle |
( |
QWidget * |
pView, |
|
|
const QString & |
szTitle, |
|
|
const QIcon & |
icon, |
|
|
const QString & |
szToolTip |
|
) |
| |
|
overridevirtual |
◆ ShowTabBar()
int CViewTable::ShowTabBar |
( |
bool |
bShow | ) |
|
◆ slotCurrentChanged
void CViewTable::slotCurrentChanged |
( |
int |
index | ) |
|
|
privateslot |
◆ slotSystemCombination
void CViewTable::slotSystemCombination |
( |
| ) |
|
|
overrideprivatevirtualslot |
◆ slotTabCloseRequested
void CViewTable::slotTabCloseRequested |
( |
int |
index | ) |
|
|
privateslot |
◆ slotTabPositionChanged
void CViewTable::slotTabPositionChanged |
( |
| ) |
|
|
privateslot |
◆ m_pMainWindow
◆ m_pTab
QTabWidget* CViewTable::m_pTab |
|
private |
◆ m_szStyleSheet
QString CViewTable::m_szStyleSheet |
|
private |
The documentation for this class was generated from the following files:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/App/Client/ViewTable.h
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/App/Client/ViewTable.cpp