|
玉兔远程控制 0.1.0-bate8
|


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) | |
| CParameterGlobal * | GetGlobalParameters () const |
| 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, 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 成员函数 | |
| Q_INVOKABLE void | SetGlobalParameters (CParameterGlobal *pGlobal) |
Private 属性 | |
| CParameterGlobal * | m_pGloablParamter |
| 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 第 9 行定义.
|
strong |
在文件 ParameterApp.h 第 104 行定义.
|
strong |
在文件 ParameterApp.h 第 46 行定义.
|
explicit |
在文件 ParameterApp.cpp 第 11 行定义.
|
virtual |
在文件 ParameterApp.cpp 第 37 行定义.
| const bool CParameterApp::GetDockListActiveShowToolBar | ( | ) | const |
在文件 ParameterApp.cpp 第 409 行定义.
| const bool CParameterApp::GetDockListFavoriteShowToolBar | ( | ) | const |
在文件 ParameterApp.cpp 第 435 行定义.
| const bool CParameterApp::GetDockListRecentShowToolBar | ( | ) | const |
在文件 ParameterApp.cpp 第 422 行定义.
| bool CParameterApp::GetEnableSystemTrayIcon | ( | ) | const |
在文件 ParameterApp.cpp 第 314 行定义.
| const bool CParameterApp::GetEnableTabIcon | ( | ) | const |
在文件 ParameterApp.cpp 第 258 行定义.
| const bool CParameterApp::GetEnableTabToolTip | ( | ) | const |
在文件 ParameterApp.cpp 第 244 行定义.
| bool CParameterApp::GetFavoriteEdit | ( | ) | const |
在文件 ParameterApp.cpp 第 343 行定义.
| CParameterGlobal * CParameterApp::GetGlobalParameters | ( | ) | const |
在文件 ParameterApp.cpp 第 177 行定义.
| bool CParameterApp::GetKeepSplitViewWhenFullScreen | ( | ) | const |
在文件 ParameterApp.cpp 第 448 行定义.
| bool CParameterApp::GetMenuBar | ( | ) | const |
在文件 ParameterApp.cpp 第 383 行定义.
| const bool CParameterApp::GetMessageBoxDisplayInformation | ( | ) | const |
在文件 ParameterApp.cpp 第 396 行定义.
| bool CParameterApp::GetOpenLasterClose | ( | ) | const |
在文件 ParameterApp.cpp 第 329 行定义.
| bool CParameterApp::GetReceiveShortCut | ( | ) | const |
在文件 ParameterApp.cpp 第 187 行定义.
| int CParameterApp::GetRecentMenuMaxCount | ( | ) | const |
在文件 ParameterApp.cpp 第 286 行定义.
| bool CParameterApp::GetSaveMainWindowStatus | ( | ) | const |
在文件 ParameterApp.cpp 第 201 行定义.
| bool CParameterApp::GetStartByType | ( | ) | const |
在文件 ParameterApp.cpp 第 461 行定义.
| bool CParameterApp::GetStatusBar | ( | ) | const |
在文件 ParameterApp.cpp 第 357 行定义.
| CParameterApp::SystemTrayIconMenuType CParameterApp::GetSystemTrayIconMenuType | ( | ) | const |
在文件 ParameterApp.cpp 第 300 行定义.
| bool CParameterApp::GetTabBar | ( | ) | const |
在文件 ParameterApp.cpp 第 370 行定义.
| const bool CParameterApp::GetTabElided | ( | ) | const |
在文件 ParameterApp.cpp 第 272 行定义.
| const QTabWidget::TabPosition & CParameterApp::GetTabPosition | ( | ) | const |
在文件 ParameterApp.cpp 第 230 行定义.
| CParameterApp::ViewType CParameterApp::GetViewType | ( | ) |
在文件 ParameterApp.cpp 第 215 行定义.
|
protectedvirtual |
实现了 CParameter.
在文件 ParameterApp.cpp 第 41 行定义.
|
protectedvirtual |
实现了 CParameter.
在文件 ParameterApp.cpp 第 120 行定义.
| void CParameterApp::SetDockListActiveShowToolBar | ( | bool | bEnable | ) |
在文件 ParameterApp.cpp 第 414 行定义.
| void CParameterApp::SetDockListFovoriteShowToolBar | ( | bool | bEnable | ) |
在文件 ParameterApp.cpp 第 440 行定义.
| void CParameterApp::SetDockListRecentShowToolBar | ( | bool | bEnable | ) |
在文件 ParameterApp.cpp 第 427 行定义.
| int CParameterApp::SetEnableSystemTrayIcon | ( | bool | bShow | ) |
在文件 ParameterApp.cpp 第 319 行定义.
| void CParameterApp::SetEnableTabIcon | ( | bool | bEnable | ) |
在文件 ParameterApp.cpp 第 263 行定义.
| void CParameterApp::SetEnableTabToolTip | ( | bool | bEnable | ) |
在文件 ParameterApp.cpp 第 249 行定义.
| void CParameterApp::SetFavoriteEdit | ( | bool | newFavoriteEdit | ) |
在文件 ParameterApp.cpp 第 348 行定义.
|
private |
在文件 ParameterApp.cpp 第 182 行定义.
| void CParameterApp::SetKeepSplitViewWhenFullScreen | ( | bool | newKeepSplitViewWhenFullScreen | ) |
在文件 ParameterApp.cpp 第 453 行定义.
| void CParameterApp::SetMenuBar | ( | bool | checked | ) |
在文件 ParameterApp.cpp 第 388 行定义.
| void CParameterApp::SetMessageBoxDisplayInformation | ( | bool | bEnable | ) |
在文件 ParameterApp.cpp 第 401 行定义.
| void CParameterApp::SetOpenLasterClose | ( | bool | newOpenLasterClose | ) |
在文件 ParameterApp.cpp 第 334 行定义.
| void CParameterApp::SetReceiveShortCut | ( | bool | newReceiveShortCut | ) |
在文件 ParameterApp.cpp 第 192 行定义.
| void CParameterApp::SetRecentMenuMaxCount | ( | int | newRecentMenuMaxCount | ) |
在文件 ParameterApp.cpp 第 291 行定义.
| void CParameterApp::SetSaveMainWindowStatus | ( | bool | newSaveMainWindowStatus | ) |
在文件 ParameterApp.cpp 第 206 行定义.
| void CParameterApp::SetStartByType | ( | bool | newStartByType | ) |
在文件 ParameterApp.cpp 第 466 行定义.
| void CParameterApp::SetStatusBar | ( | bool | checked | ) |
在文件 ParameterApp.cpp 第 362 行定义.
| void CParameterApp::SetSystemTrayIconMenuType | ( | SystemTrayIconMenuType | newSystemTrayIconType | ) |
在文件 ParameterApp.cpp 第 305 行定义.
| void CParameterApp::SetTabBar | ( | bool | checked | ) |
在文件 ParameterApp.cpp 第 375 行定义.
| void CParameterApp::SetTabElided | ( | bool | bElided | ) |
在文件 ParameterApp.cpp 第 277 行定义.
| void CParameterApp::SetTabPosition | ( | const QTabWidget::TabPosition & | newTabPosition | ) |
在文件 ParameterApp.cpp 第 235 行定义.
| int CParameterApp::SetViewType | ( | ViewType | type | ) |
在文件 ParameterApp.cpp 第 220 行定义.
|
private |
在文件 ParameterApp.h 第 177 行定义.
|
private |
在文件 ParameterApp.h 第 189 行定义.
|
private |
在文件 ParameterApp.h 第 183 行定义.
|
private |
在文件 ParameterApp.h 第 123 行定义.
|
private |
在文件 ParameterApp.h 第 83 行定义.
|
private |
在文件 ParameterApp.h 第 74 行定义.
|
private |
在文件 ParameterApp.h 第 142 行定义.
|
private |
在文件 ParameterApp.h 第 196 行定义.
|
private |
在文件 ParameterApp.h 第 163 行定义.
|
private |
在文件 ParameterApp.h 第 170 行定义.
|
private |
在文件 ParameterApp.h 第 132 行定义.
|
private |
在文件 ParameterApp.h 第 33 行定义.
|
private |
在文件 ParameterApp.h 第 42 行定义.
|
readwriteprivate |
在文件 ParameterApp.h 第 204 行定义.
|
private |
在文件 ParameterApp.h 第 149 行定义.
|
private |
在文件 ParameterApp.h 第 156 行定义.
|
private |
在文件 ParameterApp.h 第 92 行定义.
|
private |
在文件 ParameterApp.h 第 100 行定义.
|
private |
在文件 ParameterApp.h 第 21 行定义.
|
private |
在文件 ParameterApp.h 第 122 行定义.
|
private |
在文件 ParameterApp.h 第 65 行定义.
|
private |
在文件 ParameterApp.h 第 57 行定义.
|
readwrite |
在文件 ParameterApp.h 第 133 行定义.
|
readwrite |
在文件 ParameterApp.h 第 84 行定义.
|
readwrite |
在文件 ParameterApp.h 第 75 行定义.
|
readwrite |
在文件 ParameterApp.h 第 143 行定义.
|
readwrite |
在文件 ParameterApp.h 第 164 行定义.
|
readwrite |
在文件 ParameterApp.h 第 171 行定义.
|
readwrite |
在文件 ParameterApp.h 第 34 行定义.
|
readwrite |
在文件 ParameterApp.h 第 101 行定义.
|
readwrite |
在文件 ParameterApp.h 第 43 行定义.
|
readwrite |
在文件 ParameterApp.h 第 150 行定义.
|
readwrite |
在文件 ParameterApp.h 第 124 行定义.
|
readwrite |
在文件 ParameterApp.h 第 157 行定义.
|
readwrite |
在文件 ParameterApp.h 第 66 行定义.