The CView class.
More...
#include <View.h>
|
virtual void | slotSystemCombination ()=0 |
|
|
void | sigCloseView (const QWidget *pView) |
|
void | sigCurrentChanged (const QWidget *pView) |
|
|
| CView (QWidget *parent=nullptr) |
|
virtual int | AddView (QWidget *pView)=0 |
|
virtual int | RemoveView (QWidget *pView)=0 |
|
virtual QWidget * | GetCurrentView ()=0 |
|
virtual void | SetWidowsTitle (QWidget *pView, const QString &szTitle, const QIcon &icon, const QString &szToolTip)=0 |
|
virtual int | SetFullScreen (bool bFull)=0 |
|
virtual QSize | GetDesktopSize ()=0 |
|
The CView class.
- Note
- The parameters and return QWidget* is same as CConnecter::GetViewer()
Definition at line 24 of file View.h.
◆ ~CView()
◆ AddView()
virtual int CView::AddView |
( |
QWidget * |
pView | ) |
|
|
pure virtual |
◆ GetCurrentView()
virtual QWidget * CView::GetCurrentView |
( |
| ) |
|
|
pure virtual |
◆ RemoveView()
virtual int CView::RemoveView |
( |
QWidget * |
pView | ) |
|
|
pure virtual |
◆ sigCloseView
void CView::sigCloseView |
( |
const QWidget * |
pView | ) |
|
|
signal |
The documentation for this class was generated from the following files:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/App/Client/View.h
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/App/Client/View.cpp