|
玉兔远程控制 0.1.0-bate4
|


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) |
| 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() ,用于检查参数。 | |
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_bKeepSplitViewWhenFullScreen |
| bool | m_bStartByType |
在文件 ParameterApp.h 第 7 行定义.
|
strong |
在文件 ParameterApp.h 第 96 行定义.
|
strong |
在文件 ParameterApp.h 第 38 行定义.
|
explicit |
在文件 ParameterApp.cpp 第 9 行定义.
|
virtual |
在文件 ParameterApp.cpp 第 33 行定义.
| const bool CParameterApp::GetDockListActiveShowToolBar | ( | ) | const |
在文件 ParameterApp.cpp 第 389 行定义.
| const bool CParameterApp::GetDockListRecentShowToolBar | ( | ) | const |
在文件 ParameterApp.cpp 第 402 行定义.
| bool CParameterApp::GetEnableSystemTrayIcon | ( | ) | const |
在文件 ParameterApp.cpp 第 294 行定义.
| const bool CParameterApp::GetEnableTabIcon | ( | ) | const |
在文件 ParameterApp.cpp 第 238 行定义.
| const bool CParameterApp::GetEnableTabToolTip | ( | ) | const |
在文件 ParameterApp.cpp 第 224 行定义.
| bool CParameterApp::GetFavoriteEdit | ( | ) | const |
在文件 ParameterApp.cpp 第 323 行定义.
| bool CParameterApp::GetKeepSplitViewWhenFullScreen | ( | ) | const |
在文件 ParameterApp.cpp 第 415 行定义.
| bool CParameterApp::GetMenuBar | ( | ) | const |
在文件 ParameterApp.cpp 第 363 行定义.
| const bool CParameterApp::GetMessageBoxDisplayInformation | ( | ) | const |
在文件 ParameterApp.cpp 第 376 行定义.
| bool CParameterApp::GetOpenLasterClose | ( | ) | const |
在文件 ParameterApp.cpp 第 309 行定义.
| bool CParameterApp::GetReceiveShortCut | ( | ) | const |
在文件 ParameterApp.cpp 第 167 行定义.
| int CParameterApp::GetRecentMenuMaxCount | ( | ) | const |
在文件 ParameterApp.cpp 第 266 行定义.
| bool CParameterApp::GetSaveMainWindowStatus | ( | ) | const |
在文件 ParameterApp.cpp 第 181 行定义.
| bool CParameterApp::GetStartByType | ( | ) | const |
在文件 ParameterApp.cpp 第 428 行定义.
| bool CParameterApp::GetStatusBar | ( | ) | const |
在文件 ParameterApp.cpp 第 337 行定义.
| CParameterApp::SystemTrayIconMenuType CParameterApp::GetSystemTrayIconMenuType | ( | ) | const |
在文件 ParameterApp.cpp 第 280 行定义.
| bool CParameterApp::GetTabBar | ( | ) | const |
在文件 ParameterApp.cpp 第 350 行定义.
| const bool CParameterApp::GetTabElided | ( | ) | const |
在文件 ParameterApp.cpp 第 252 行定义.
| const QTabWidget::TabPosition & CParameterApp::GetTabPosition | ( | ) | const |
在文件 ParameterApp.cpp 第 210 行定义.
| CParameterApp::ViewType CParameterApp::GetViewType | ( | ) |
在文件 ParameterApp.cpp 第 195 行定义.
|
protectedvirtual |
实现了 CParameter.
在文件 ParameterApp.cpp 第 37 行定义.
|
protectedvirtual |
实现了 CParameter.
在文件 ParameterApp.cpp 第 112 行定义.
| void CParameterApp::SetDockListActiveShowToolBar | ( | bool | bEnable | ) |
在文件 ParameterApp.cpp 第 394 行定义.
| void CParameterApp::SetDockListRecentShowToolBar | ( | bool | bEnable | ) |
在文件 ParameterApp.cpp 第 407 行定义.
| int CParameterApp::SetEnableSystemTrayIcon | ( | bool | bShow | ) |
在文件 ParameterApp.cpp 第 299 行定义.
| void CParameterApp::SetEnableTabIcon | ( | bool | bEnable | ) |
在文件 ParameterApp.cpp 第 243 行定义.
| void CParameterApp::SetEnableTabToolTip | ( | bool | bEnable | ) |
在文件 ParameterApp.cpp 第 229 行定义.
| void CParameterApp::SetFavoriteEdit | ( | bool | newFavoriteEdit | ) |
在文件 ParameterApp.cpp 第 328 行定义.
| void CParameterApp::SetKeepSplitViewWhenFullScreen | ( | bool | newKeepSplitViewWhenFullScreen | ) |
在文件 ParameterApp.cpp 第 420 行定义.
| void CParameterApp::SetMenuBar | ( | bool | checked | ) |
在文件 ParameterApp.cpp 第 368 行定义.
| void CParameterApp::SetMessageBoxDisplayInformation | ( | bool | bEnable | ) |
在文件 ParameterApp.cpp 第 381 行定义.
| void CParameterApp::SetOpenLasterClose | ( | bool | newOpenLasterClose | ) |
在文件 ParameterApp.cpp 第 314 行定义.
| void CParameterApp::SetReceiveShortCut | ( | bool | newReceiveShortCut | ) |
在文件 ParameterApp.cpp 第 172 行定义.
| void CParameterApp::SetRecentMenuMaxCount | ( | int | newRecentMenuMaxCount | ) |
在文件 ParameterApp.cpp 第 271 行定义.
| void CParameterApp::SetSaveMainWindowStatus | ( | bool | newSaveMainWindowStatus | ) |
在文件 ParameterApp.cpp 第 186 行定义.
| void CParameterApp::SetStartByType | ( | bool | newStartByType | ) |
在文件 ParameterApp.cpp 第 433 行定义.
| void CParameterApp::SetStatusBar | ( | bool | checked | ) |
在文件 ParameterApp.cpp 第 342 行定义.
| void CParameterApp::SetSystemTrayIconMenuType | ( | SystemTrayIconMenuType | newSystemTrayIconType | ) |
在文件 ParameterApp.cpp 第 285 行定义.
| void CParameterApp::SetTabBar | ( | bool | checked | ) |
在文件 ParameterApp.cpp 第 355 行定义.
| void CParameterApp::SetTabElided | ( | bool | bElided | ) |
在文件 ParameterApp.cpp 第 257 行定义.
| void CParameterApp::SetTabPosition | ( | const QTabWidget::TabPosition & | newTabPosition | ) |
在文件 ParameterApp.cpp 第 215 行定义.
| int CParameterApp::SetViewType | ( | ViewType | type | ) |
在文件 ParameterApp.cpp 第 200 行定义.
|
private |
在文件 ParameterApp.h 第 169 行定义.
|
private |
在文件 ParameterApp.h 第 175 行定义.
|
private |
在文件 ParameterApp.h 第 115 行定义.
|
private |
在文件 ParameterApp.h 第 75 行定义.
|
private |
在文件 ParameterApp.h 第 66 行定义.
|
private |
在文件 ParameterApp.h 第 134 行定义.
|
private |
在文件 ParameterApp.h 第 182 行定义.
|
private |
在文件 ParameterApp.h 第 155 行定义.
|
private |
在文件 ParameterApp.h 第 162 行定义.
|
private |
在文件 ParameterApp.h 第 124 行定义.
|
private |
在文件 ParameterApp.h 第 25 行定义.
|
private |
在文件 ParameterApp.h 第 34 行定义.
|
readwriteprivate |
在文件 ParameterApp.h 第 190 行定义.
|
private |
在文件 ParameterApp.h 第 141 行定义.
|
private |
在文件 ParameterApp.h 第 148 行定义.
|
private |
在文件 ParameterApp.h 第 84 行定义.
|
private |
在文件 ParameterApp.h 第 92 行定义.
|
private |
在文件 ParameterApp.h 第 114 行定义.
|
private |
在文件 ParameterApp.h 第 57 行定义.
|
private |
在文件 ParameterApp.h 第 49 行定义.
|
readwrite |
在文件 ParameterApp.h 第 125 行定义.
|
readwrite |
在文件 ParameterApp.h 第 76 行定义.
|
readwrite |
在文件 ParameterApp.h 第 67 行定义.
|
readwrite |
在文件 ParameterApp.h 第 135 行定义.
|
readwrite |
在文件 ParameterApp.h 第 156 行定义.
|
readwrite |
在文件 ParameterApp.h 第 163 行定义.
|
readwrite |
在文件 ParameterApp.h 第 26 行定义.
|
readwrite |
在文件 ParameterApp.h 第 93 行定义.
|
readwrite |
在文件 ParameterApp.h 第 35 行定义.
|
readwrite |
在文件 ParameterApp.h 第 142 行定义.
|
readwrite |
在文件 ParameterApp.h 第 116 行定义.
|
readwrite |
在文件 ParameterApp.h 第 149 行定义.
|
readwrite |
在文件 ParameterApp.h 第 58 行定义.