|
| | CParameterTemplateDesktop (CParameterOperate *parent=nullptr, const QString &szPrefix=QString()) |
| |
|
| CParameterDesktop (QObject *parent=nullptr) |
| |
| | CParameterDesktop (CParameterOperate *parent, const QString &szPrefix=QString()) |
| |
| const QString | GetServerName () const |
| |
| void | SetServerName (const QString &szName) |
| |
| bool | GetShowServerName () const |
| |
| void | SetShowServerName (bool NewShowServerName) |
| |
| bool | GetOnlyView () const |
| |
| void | SetOnlyView (bool only) |
| |
| const bool | GetLocalCursor () const |
| |
| void | SetLocalCursor (bool cursor) |
| |
| const bool | GetCursorPosition () const |
| |
| void | SetCursorPosition (bool pos) |
| |
| virtual const bool | GetClipboard () const |
| |
| virtual void | SetClipboard (bool c) |
| |
| bool | GetSupportsDesktopResize () const |
| |
| void | SetSupportsDesktopResize (bool newSupportsDesktopResize) |
| |
| bool | GetLedState () const |
| |
| void | SetLedState (bool state) |
| |
| bool | GetEnableLocalInputMethod () const |
| |
| void | SetEnableLocalInputMethod (bool enable) |
| |
| CFrmViewer::ADAPT_WINDOWS | GetAdaptWindows () |
| |
| void | SetAdaptWindows (CFrmViewer::ADAPT_WINDOWS aw) |
| |
| double | GetZoomFactor () const |
| |
| void | SetZoomFactor (double newZoomFactor) |
| |
| | CParameterOperate (QObject *parent, const QString &szPrefix=QString()) |
| |
| CParameterPlugin * | GetPluginParameters () |
| | Get CParameterPlugin
|
| |
| int | SetPluginParameters (CParameterPlugin *p) |
| |
| const QString | GetName () const |
| |
| void | SetName (const QString &szName) |
| |
| int | LoadPassword (const QString &szTitle, const QString &szKey, QString &password, QSettings &set) |
| | Restore password
|
| |
| int | SavePassword (const QString &szKey, const QString &password, QSettings &set, bool bSave=false) |
| |
| | 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() ,用于检查参数。
|
| |