|
玉兔远程控制 0.1.0-bate11
|


信号 | |
| void | PortChanged () |
| void | EnableChanged () |
| void | PasswordChanged () |
Public 成员函数 | |
| CParameterService (QObject *parent=nullptr) | |
| virtual int | Load (const QString &szFile=QString()) |
| virtual int | Save (const QString &szFile=QString()) |
| quint16 | getPort () const |
| void | setPort (quint16 newPort) |
| bool | getEnable () const |
| void | setEnable (bool newEnable) |
| const QString & | getPassword () const |
| void | setPassword (const QString &newPassword) |
属性 | |
| quint16 | Port |
| bool | Enable |
| QString | Password |
Private 属性 | |
| quint16 | m_nPort |
| bool | m_bEnable |
| QString | m_szPassword |
在文件 ParameterService.h 第 9 行定义.
|
explicit |
在文件 ParameterService.cpp 第 8 行定义.
|
virtual |
在文件 ParameterService.cpp 第 14 行定义.
| bool CParameterService::getEnable | ( | ) | const |
在文件 ParameterService.cpp 第 50 行定义.
| const QString & CParameterService::getPassword | ( | ) | const |
在文件 ParameterService.cpp 第 63 行定义.
| quint16 CParameterService::getPort | ( | ) | const |
在文件 ParameterService.cpp 第 37 行定义.
|
virtual |
在文件 ParameterService.cpp 第 19 行定义.
|
virtual |
在文件 ParameterService.cpp 第 28 行定义.
| void CParameterService::setEnable | ( | bool | newEnable | ) |
在文件 ParameterService.cpp 第 55 行定义.
| void CParameterService::setPassword | ( | const QString & | newPassword | ) |
在文件 ParameterService.cpp 第 68 行定义.
| void CParameterService::setPort | ( | quint16 | newPort | ) |
在文件 ParameterService.cpp 第 42 行定义.
|
private |
在文件 ParameterService.h 第 39 行定义.
|
private |
在文件 ParameterService.h 第 38 行定义.
|
private |
在文件 ParameterService.h 第 40 行定义.
|
readwrite |
在文件 ParameterService.h 第 13 行定义.
|
readwrite |
在文件 ParameterService.h 第 14 行定义.
|
readwrite |
在文件 ParameterService.h 第 12 行定义.