|
Rabbit Remote Control 0.1.0-bate14
|
#include <ViewSplitterContainer.h>


Public Slots | |
| void | slotTabPositionChanged () |
Signals | |
| void | sigFouceIn (QWidget *pView) |
| void | sigCloseView (const QWidget *pView) |
Public Member Functions | |
| CViewSplitterContainer (QWidget *pView, CParameterApp *pPara) | |
| QWidget * | GetView () |
| void | SetPrompt (const QString &szPrompt) |
| int | SetVisibleTab (bool bVisible) |
| bool | GetVisibleTab () |
Protected Member Functions | |
| virtual void | closeEvent (QCloseEvent *event) override |
| virtual bool | eventFilter (QObject *watched, QEvent *event) override |
Private Slots | |
| void | slotCustomContextMenuRequested (const QPoint &pos) |
Private Attributes | |
| RabbitCommon::CTitleBar * | m_pTab |
| QWidget * | m_pView |
| CParameterApp * | m_pParameterApp |
Definition at line 13 of file ViewSplitterContainer.h.
|
virtual |
Definition at line 44 of file ViewSplitterContainer.cpp.
|
overrideprotectedvirtual |
Definition at line 113 of file ViewSplitterContainer.cpp.
|
overrideprotectedvirtual |
Definition at line 126 of file ViewSplitterContainer.cpp.
| QWidget * CViewSplitterContainer::GetView | ( | ) |
Definition at line 51 of file ViewSplitterContainer.cpp.
| bool CViewSplitterContainer::GetVisibleTab | ( | ) |
Definition at line 67 of file ViewSplitterContainer.cpp.
| void CViewSplitterContainer::SetPrompt | ( | const QString & | szPrompt | ) |
Definition at line 56 of file ViewSplitterContainer.cpp.
| int CViewSplitterContainer::SetVisibleTab | ( | bool | bVisible | ) |
Definition at line 61 of file ViewSplitterContainer.cpp.
|
privateslot |
Definition at line 119 of file ViewSplitterContainer.cpp.
|
slot |
Definition at line 72 of file ViewSplitterContainer.cpp.
|
private |
Definition at line 38 of file ViewSplitterContainer.h.
|
private |
Definition at line 36 of file ViewSplitterContainer.h.
|
private |
Definition at line 37 of file ViewSplitterContainer.h.