|
玉兔远程控制 0.1.0-bate6
|


Public 类型 | |
| enum class | ViewType { Tab , Splitter } |
| enum class | SystemTrayIconMenuType { No , RecentOpen , Operate , View , Tools , MenuBar } |
信号 | |
| void | sigReceiveShortCutChanged () |
| void | sigSaveMainWindowStatusChanged () |
| void | sigViewTypeChanged () |
| void | sigTabPositionChanged () |
| void | sigEnableTabToolTipChanged () |
| void | sigEnableTabIconChanged () |
| void | sigTabElided () |
| void | sigRecentMenuMaxCountChanged (int) |
| void | sigSystemTrayIconTypeChanged () |
| void | sigEnableSystemTrayIcon () |
| void | sigOpenLasterCloseChanged (bool bOpenLasterClose) |
| void | sigFavoriteEditChanged (bool FavoriteEdit) |
| void | sigStartByTypeChanged () |
信号 继承自 CParameter | |
| void | sigChanged () |
| 当参数改变时,触发 通常如果需要,则相应的参数会对应一个改变事件。 | |
Public 成员函数 | |
| CParameterApp (QObject *parent=nullptr) | |
| bool | GetReceiveShortCut () const |
| void | SetReceiveShortCut (bool newReceiveShortCut) |
| bool | GetSaveMainWindowStatus () const |
| void | SetSaveMainWindowStatus (bool newSaveMainWindowStatus) |
| ViewType | GetViewType () |
| int | SetViewType (ViewType type) |
| const QTabWidget::TabPosition & | GetTabPosition () const |
| void | SetTabPosition (const QTabWidget::TabPosition &newTabPosition) |
| const bool | GetEnableTabToolTip () const |
| void | SetEnableTabToolTip (bool bEnable) |
| const bool | GetEnableTabIcon () const |
| void | SetEnableTabIcon (bool bEnable) |
| const bool | GetTabElided () const |
| void | SetTabElided (bool bElided) |
| int | GetRecentMenuMaxCount () const |
| void | SetRecentMenuMaxCount (int newRecentMenuMaxCount) |
| SystemTrayIconMenuType | GetSystemTrayIconMenuType () const |
| void | SetSystemTrayIconMenuType (SystemTrayIconMenuType newSystemTrayIconType) |
| bool | GetEnableSystemTrayIcon () const |
| int | SetEnableSystemTrayIcon (bool bShow) |
| bool | GetOpenLasterClose () const |
| void | SetOpenLasterClose (bool newOpenLasterClose) |
| bool | GetFavoriteEdit () const |
| void | SetFavoriteEdit (bool newFavoriteEdit) |
| bool | GetStatusBar () const |
| void | SetStatusBar (bool checked) |
| bool | GetTabBar () const |
| void | SetTabBar (bool checked) |
| bool | GetMenuBar () const |
| void | SetMenuBar (bool checked) |
| const bool | GetMessageBoxDisplayInformation () const |
| void | SetMessageBoxDisplayInformation (bool bEnable) |
| const bool | GetDockListActiveShowToolBar () const |
| void | SetDockListActiveShowToolBar (bool bEnable) |
| const bool | GetDockListRecentShowToolBar () const |
| void | SetDockListRecentShowToolBar (bool bEnable) |
| const bool | GetDockListFavoriteShowToolBar () const |
| void | SetDockListFovoriteShowToolBar (bool bEnable) |
| bool | GetKeepSplitViewWhenFullScreen () const |
| void | SetKeepSplitViewWhenFullScreen (bool newKeepSplitViewWhenFullScreen) |
| bool | GetStartByType () const |
| void | SetStartByType (bool newStartByType) |
Public 成员函数 继承自 CParameter | |
| CParameter (QObject *parent=nullptr, const QString &szPrefix=QString()) | |
| virtual int | Load (QString szFile=QString()) |
| Load from file | |
| virtual int | Save (QString szFile=QString(), bool bForce=true) |
| Save to file | |
| virtual int | Load (QSettings &set) |
| Load from QSettings | |
| virtual int | Save (QSettings &set, bool bForce=true) |
| Save to QSettings | |
| virtual bool | CheckValidity () |
| 检查参数是否有效,以决定是否使用或者保存参数。 派生类一般只要重载 OnCheckValidity() ,用于检查参数。 | |
Public 属性 | |
| CParameterDatabase * | m_pDatabase |
Protected 成员函数 | |
| virtual int | OnLoad (QSettings &set) |
| virtual int | OnSave (QSettings &set) |
Protected 成员函数 继承自 CParameter | |
| virtual bool | OnCheckValidity () |
| 检查参数是否有效 | |
| int | SetModified (bool bModified=true) |
| 在设置参数时,如果有修改,则调用。 | |
| bool | GetModified () |
| 参数是否有修改 | |
属性 | |
| bool | ReceiveShortCut |
| bool | SaveMainWindowStatus |
| QTabWidget::TabPosition | TabPosition |
| bool | EnableTabToolTip |
| bool | EnableTabIcon |
| int | RecentMenuMaxCount |
| SystemTrayIconMenuType | SystemTrayIconMenuType |
| bool | bOpenLasterClose |
| bool | FavoriteEdit |
| bool | StatusBar |
| bool | TabBar |
| bool | MenuBar |
| bool | MessageBoxDisplyInformtion |
属性 继承自 CParameter | |
| bool | Modified |
Private 属性 | |
| bool | m_bReceiveShortCut |
| bool | m_bSaveMainWindowStatus |
| ViewType | m_ViewType |
| QTabWidget::TabPosition | m_TabPosition |
| bool | m_bEnableTabToolTip |
| bool | m_bEnableTabIcon |
| bool | m_bTabElided |
| int | m_nRecentMenuMaxCount |
| SystemTrayIconMenuType | m_SystemTrayIconType |
| bool | m_bEnableSystemTrayIcon |
| bool | m_bOpenLasterClose |
| bool | m_bFavoriteEdit |
| bool | m_bStatusBar |
| bool | m_bTabBar |
| bool | m_bMenuBar |
| bool | m_bMessageBoxDisplayInfomation |
| bool | m_bDockListActiveShowToolBar |
| bool | m_bDockListRecentShowToolBar |
| bool | m_bDockListFavoriteShowToolBar |
| bool | m_bKeepSplitViewWhenFullScreen |
| bool | m_bStartByType |
在文件 ParameterApp.h 第 8 行定义.
|
strong |
在文件 ParameterApp.h 第 99 行定义.
|
strong |
在文件 ParameterApp.h 第 41 行定义.
|
explicit |
在文件 ParameterApp.cpp 第 9 行定义.
|
virtual |
在文件 ParameterApp.cpp 第 35 行定义.
| const bool CParameterApp::GetDockListActiveShowToolBar | ( | ) | const |
在文件 ParameterApp.cpp 第 397 行定义.
| const bool CParameterApp::GetDockListFavoriteShowToolBar | ( | ) | const |
在文件 ParameterApp.cpp 第 423 行定义.
| const bool CParameterApp::GetDockListRecentShowToolBar | ( | ) | const |
在文件 ParameterApp.cpp 第 410 行定义.
| bool CParameterApp::GetEnableSystemTrayIcon | ( | ) | const |
在文件 ParameterApp.cpp 第 302 行定义.
| const bool CParameterApp::GetEnableTabIcon | ( | ) | const |
在文件 ParameterApp.cpp 第 246 行定义.
| const bool CParameterApp::GetEnableTabToolTip | ( | ) | const |
在文件 ParameterApp.cpp 第 232 行定义.
| bool CParameterApp::GetFavoriteEdit | ( | ) | const |
在文件 ParameterApp.cpp 第 331 行定义.
| bool CParameterApp::GetKeepSplitViewWhenFullScreen | ( | ) | const |
在文件 ParameterApp.cpp 第 436 行定义.
| bool CParameterApp::GetMenuBar | ( | ) | const |
在文件 ParameterApp.cpp 第 371 行定义.
| const bool CParameterApp::GetMessageBoxDisplayInformation | ( | ) | const |
在文件 ParameterApp.cpp 第 384 行定义.
| bool CParameterApp::GetOpenLasterClose | ( | ) | const |
在文件 ParameterApp.cpp 第 317 行定义.
| bool CParameterApp::GetReceiveShortCut | ( | ) | const |
在文件 ParameterApp.cpp 第 175 行定义.
| int CParameterApp::GetRecentMenuMaxCount | ( | ) | const |
在文件 ParameterApp.cpp 第 274 行定义.
| bool CParameterApp::GetSaveMainWindowStatus | ( | ) | const |
在文件 ParameterApp.cpp 第 189 行定义.
| bool CParameterApp::GetStartByType | ( | ) | const |
在文件 ParameterApp.cpp 第 449 行定义.
| bool CParameterApp::GetStatusBar | ( | ) | const |
在文件 ParameterApp.cpp 第 345 行定义.
| CParameterApp::SystemTrayIconMenuType CParameterApp::GetSystemTrayIconMenuType | ( | ) | const |
在文件 ParameterApp.cpp 第 288 行定义.
| bool CParameterApp::GetTabBar | ( | ) | const |
在文件 ParameterApp.cpp 第 358 行定义.
| const bool CParameterApp::GetTabElided | ( | ) | const |
在文件 ParameterApp.cpp 第 260 行定义.
| const QTabWidget::TabPosition & CParameterApp::GetTabPosition | ( | ) | const |
在文件 ParameterApp.cpp 第 218 行定义.
| CParameterApp::ViewType CParameterApp::GetViewType | ( | ) |
在文件 ParameterApp.cpp 第 203 行定义.
|
protectedvirtual |
实现了 CParameter.
在文件 ParameterApp.cpp 第 39 行定义.
|
protectedvirtual |
实现了 CParameter.
在文件 ParameterApp.cpp 第 118 行定义.
| void CParameterApp::SetDockListActiveShowToolBar | ( | bool | bEnable | ) |
在文件 ParameterApp.cpp 第 402 行定义.
| void CParameterApp::SetDockListFovoriteShowToolBar | ( | bool | bEnable | ) |
在文件 ParameterApp.cpp 第 428 行定义.
| void CParameterApp::SetDockListRecentShowToolBar | ( | bool | bEnable | ) |
在文件 ParameterApp.cpp 第 415 行定义.
| int CParameterApp::SetEnableSystemTrayIcon | ( | bool | bShow | ) |
在文件 ParameterApp.cpp 第 307 行定义.
| void CParameterApp::SetEnableTabIcon | ( | bool | bEnable | ) |
在文件 ParameterApp.cpp 第 251 行定义.
| void CParameterApp::SetEnableTabToolTip | ( | bool | bEnable | ) |
在文件 ParameterApp.cpp 第 237 行定义.
| void CParameterApp::SetFavoriteEdit | ( | bool | newFavoriteEdit | ) |
在文件 ParameterApp.cpp 第 336 行定义.
| void CParameterApp::SetKeepSplitViewWhenFullScreen | ( | bool | newKeepSplitViewWhenFullScreen | ) |
在文件 ParameterApp.cpp 第 441 行定义.
| void CParameterApp::SetMenuBar | ( | bool | checked | ) |
在文件 ParameterApp.cpp 第 376 行定义.
| void CParameterApp::SetMessageBoxDisplayInformation | ( | bool | bEnable | ) |
在文件 ParameterApp.cpp 第 389 行定义.
| void CParameterApp::SetOpenLasterClose | ( | bool | newOpenLasterClose | ) |
在文件 ParameterApp.cpp 第 322 行定义.
| void CParameterApp::SetReceiveShortCut | ( | bool | newReceiveShortCut | ) |
在文件 ParameterApp.cpp 第 180 行定义.
| void CParameterApp::SetRecentMenuMaxCount | ( | int | newRecentMenuMaxCount | ) |
在文件 ParameterApp.cpp 第 279 行定义.
| void CParameterApp::SetSaveMainWindowStatus | ( | bool | newSaveMainWindowStatus | ) |
在文件 ParameterApp.cpp 第 194 行定义.
| void CParameterApp::SetStartByType | ( | bool | newStartByType | ) |
在文件 ParameterApp.cpp 第 454 行定义.
| void CParameterApp::SetStatusBar | ( | bool | checked | ) |
在文件 ParameterApp.cpp 第 350 行定义.
| void CParameterApp::SetSystemTrayIconMenuType | ( | SystemTrayIconMenuType | newSystemTrayIconType | ) |
在文件 ParameterApp.cpp 第 293 行定义.
| void CParameterApp::SetTabBar | ( | bool | checked | ) |
在文件 ParameterApp.cpp 第 363 行定义.
| void CParameterApp::SetTabElided | ( | bool | bElided | ) |
在文件 ParameterApp.cpp 第 265 行定义.
| void CParameterApp::SetTabPosition | ( | const QTabWidget::TabPosition & | newTabPosition | ) |
在文件 ParameterApp.cpp 第 223 行定义.
| int CParameterApp::SetViewType | ( | ViewType | type | ) |
在文件 ParameterApp.cpp 第 208 行定义.
|
private |
在文件 ParameterApp.h 第 172 行定义.
|
private |
在文件 ParameterApp.h 第 184 行定义.
|
private |
在文件 ParameterApp.h 第 178 行定义.
|
private |
在文件 ParameterApp.h 第 118 行定义.
|
private |
在文件 ParameterApp.h 第 78 行定义.
|
private |
在文件 ParameterApp.h 第 69 行定义.
|
private |
在文件 ParameterApp.h 第 137 行定义.
|
private |
在文件 ParameterApp.h 第 191 行定义.
|
private |
在文件 ParameterApp.h 第 158 行定义.
|
private |
在文件 ParameterApp.h 第 165 行定义.
|
private |
在文件 ParameterApp.h 第 127 行定义.
|
private |
在文件 ParameterApp.h 第 28 行定义.
|
private |
在文件 ParameterApp.h 第 37 行定义.
|
readwriteprivate |
在文件 ParameterApp.h 第 199 行定义.
|
private |
在文件 ParameterApp.h 第 144 行定义.
|
private |
在文件 ParameterApp.h 第 151 行定义.
|
private |
在文件 ParameterApp.h 第 87 行定义.
|
private |
在文件 ParameterApp.h 第 95 行定义.
| CParameterDatabase* CParameterApp::m_pDatabase |
在文件 ParameterApp.h 第 16 行定义.
|
private |
在文件 ParameterApp.h 第 117 行定义.
|
private |
在文件 ParameterApp.h 第 60 行定义.
|
private |
在文件 ParameterApp.h 第 52 行定义.
|
readwrite |
在文件 ParameterApp.h 第 128 行定义.
|
readwrite |
在文件 ParameterApp.h 第 79 行定义.
|
readwrite |
在文件 ParameterApp.h 第 70 行定义.
|
readwrite |
在文件 ParameterApp.h 第 138 行定义.
|
readwrite |
在文件 ParameterApp.h 第 159 行定义.
|
readwrite |
在文件 ParameterApp.h 第 166 行定义.
|
readwrite |
在文件 ParameterApp.h 第 29 行定义.
|
readwrite |
在文件 ParameterApp.h 第 96 行定义.
|
readwrite |
在文件 ParameterApp.h 第 38 行定义.
|
readwrite |
在文件 ParameterApp.h 第 145 行定义.
|
readwrite |
在文件 ParameterApp.h 第 119 行定义.
|
readwrite |
在文件 ParameterApp.h 第 152 行定义.
|
readwrite |
在文件 ParameterApp.h 第 61 行定义.