|
enum class | SystemTrayIconMenuType {
No
, RecentOpen
, Remote
, View
,
Tools
, MenuBar
} |
|
|
void | sigReceiveShortCutChanged () |
|
void | sigSaveMainWindowStatusChanged () |
|
void | sigTabPositionChanged () |
|
void | sigEnableTabToolTipChanged () |
|
void | sigEnableTabIconChanged () |
|
void | sigRecentMenuMaxCountChanged (int) |
|
void | sigSystemTrayIconTypeChanged () |
|
void | sigEnableSystemTrayIcon () |
|
void | sigOpenLasterCloseChanged (bool bOpenLasterClose) |
|
void | sigFavoriteEditChanged (bool FavoriteEdit) |
|
◆ SystemTrayIconMenuType
enum class CParameterApp::SystemTrayIconMenuType |
|
strong |
◆ CParameterApp()
CParameterApp::CParameterApp |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ ~CParameterApp()
CParameterApp::~CParameterApp |
( |
| ) |
|
|
virtual |
◆ GetEnableSystemTrayIcon()
bool CParameterApp::GetEnableSystemTrayIcon |
( |
| ) |
const |
◆ GetEnableTabIcon()
const bool CParameterApp::GetEnableTabIcon |
( |
| ) |
const |
◆ GetEnableTabToolTip()
const bool CParameterApp::GetEnableTabToolTip |
( |
| ) |
const |
◆ GetFavoriteEdit()
bool CParameterApp::GetFavoriteEdit |
( |
| ) |
const |
◆ GetMenuBar()
bool CParameterApp::GetMenuBar |
( |
| ) |
const |
◆ GetMessageBoxDisplayInformation()
const bool CParameterApp::GetMessageBoxDisplayInformation |
( |
| ) |
const |
◆ GetOpenLasterClose()
bool CParameterApp::GetOpenLasterClose |
( |
| ) |
const |
◆ GetReceiveShortCut()
bool CParameterApp::GetReceiveShortCut |
( |
| ) |
const |
◆ GetRecentMenuMaxCount()
int CParameterApp::GetRecentMenuMaxCount |
( |
| ) |
const |
◆ GetSaveMainWindowStatus()
bool CParameterApp::GetSaveMainWindowStatus |
( |
| ) |
const |
◆ GetStatusBar()
bool CParameterApp::GetStatusBar |
( |
| ) |
const |
◆ GetSystemTrayIconMenuType()
CParameterApp::SystemTrayIconMenuType CParameterApp::GetSystemTrayIconMenuType |
( |
| ) |
const |
◆ GetTabBar()
bool CParameterApp::GetTabBar |
( |
| ) |
const |
◆ GetTabPosition()
const QTabWidget::TabPosition & CParameterApp::GetTabPosition |
( |
| ) |
const |
◆ Load
int CParameterApp::Load |
( |
| ) |
|
|
virtualslot |
◆ Save
int CParameterApp::Save |
( |
| ) |
|
|
virtualslot |
◆ SetEnableSystemTrayIcon()
int CParameterApp::SetEnableSystemTrayIcon |
( |
bool |
bShow | ) |
|
◆ SetEnableTabIcon()
void CParameterApp::SetEnableTabIcon |
( |
bool |
bEnable | ) |
|
◆ SetEnableTabToolTip()
void CParameterApp::SetEnableTabToolTip |
( |
bool |
bEnable | ) |
|
◆ SetFavoriteEdit()
void CParameterApp::SetFavoriteEdit |
( |
bool |
newFavoriteEdit | ) |
|
◆ SetMenuBar()
void CParameterApp::SetMenuBar |
( |
bool |
checked | ) |
|
◆ SetMessageBoxDisplayInformation()
void CParameterApp::SetMessageBoxDisplayInformation |
( |
bool |
bEnable | ) |
|
◆ SetOpenLasterClose()
void CParameterApp::SetOpenLasterClose |
( |
bool |
newOpenLasterClose | ) |
|
◆ SetReceiveShortCut()
void CParameterApp::SetReceiveShortCut |
( |
bool |
newReceiveShortCut | ) |
|
◆ SetRecentMenuMaxCount()
void CParameterApp::SetRecentMenuMaxCount |
( |
int |
newRecentMenuMaxCount | ) |
|
◆ SetSaveMainWindowStatus()
void CParameterApp::SetSaveMainWindowStatus |
( |
bool |
newSaveMainWindowStatus | ) |
|
◆ SetStatusBar()
void CParameterApp::SetStatusBar |
( |
bool |
checked | ) |
|
◆ SetSystemTrayIconMenuType()
void CParameterApp::SetSystemTrayIconMenuType |
( |
SystemTrayIconMenuType |
newSystemTrayIconType | ) |
|
◆ SetTabBar()
void CParameterApp::SetTabBar |
( |
bool |
checked | ) |
|
◆ SetTabPosition()
void CParameterApp::SetTabPosition |
( |
const QTabWidget::TabPosition & |
newTabPosition | ) |
|
◆ m_bEnableSystemTrayIcon
bool CParameterApp::m_bEnableSystemTrayIcon |
|
private |
◆ m_bEnableTabIcon
bool CParameterApp::m_bEnableTabIcon |
|
private |
◆ m_bEnableTabToolTip
bool CParameterApp::m_bEnableTabToolTip |
|
private |
◆ m_bFavoriteEdit
bool CParameterApp::m_bFavoriteEdit |
|
private |
◆ m_bMenuBar
bool CParameterApp::m_bMenuBar |
|
private |
◆ m_bMessageBoxDisplayInfomation
bool CParameterApp::m_bMessageBoxDisplayInfomation |
|
private |
◆ m_bOpenLasterClose
bool CParameterApp::m_bOpenLasterClose |
|
private |
◆ m_bReceiveShortCut
bool CParameterApp::m_bReceiveShortCut |
|
private |
◆ m_bSaveMainWindowStatus
bool CParameterApp::m_bSaveMainWindowStatus |
|
private |
◆ m_bStatusBar
bool CParameterApp::m_bStatusBar |
|
private |
◆ m_bTabBar
bool CParameterApp::m_bTabBar |
|
private |
◆ m_nRecentMenuMaxCount
int CParameterApp::m_nRecentMenuMaxCount |
|
private |
◆ m_SystemTrayIconType
SystemTrayIconMenuType CParameterApp::m_SystemTrayIconType |
|
private |
◆ m_TabPosition
QTabWidget::TabPosition CParameterApp::m_TabPosition |
|
private |
◆ bOpenLasterClose
bool CParameterApp::bOpenLasterClose |
|
readwrite |
◆ EnableTabIcon
bool CParameterApp::EnableTabIcon |
|
readwrite |
◆ EnableTabToolTip
bool CParameterApp::EnableTabToolTip |
|
readwrite |
◆ FavoriteEdit
bool CParameterApp::FavoriteEdit |
|
readwrite |
◆ MenuBar
bool CParameterApp::MenuBar |
|
readwrite |
◆ MessageBoxDisplyInformtion
bool CParameterApp::MessageBoxDisplyInformtion |
|
readwrite |
◆ ReceiveShortCut
bool CParameterApp::ReceiveShortCut |
|
readwrite |
◆ RecentMenuMaxCount
int CParameterApp::RecentMenuMaxCount |
|
readwrite |
◆ SaveMainWindowStatus
bool CParameterApp::SaveMainWindowStatus |
|
readwrite |
◆ StatusBar
bool CParameterApp::StatusBar |
|
readwrite |
◆ SystemTrayIconMenuType
SystemTrayIconMenuType CParameterApp::SystemTrayIconMenuType |
|
readwrite |
◆ TabBar
bool CParameterApp::TabBar |
|
readwrite |
◆ TabPosition
QTabWidget::TabPosition CParameterApp::TabPosition |
|
readwrite |
该类的文档由以下文件生成:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/App/Client/ParameterApp.h
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/App/Client/ParameterApp.cpp