|
Rabbit Remote Control 0.1.0-bate10
|


Public Member Functions | |
| CParameterTemplateDesktop (CParameterOperate *parent=nullptr, const QString &szPrefix=QString()) | |
Public Member Functions inherited from CParameterDesktop | |
| 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) |
Public Member Functions inherited from CParameterOperate | |
| 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) |
Public Member Functions inherited from 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 () |
| Check whether the parameter is valid to decide whether to use or save the parameter. | |
Protected Member Functions | |
| virtual int | OnLoad (QSettings &set) override |
| virtual int | OnSave (QSettings &set) override |
Protected Member Functions inherited from CParameterDesktop | |
| virtual void | slotSetPluginParameters () override |
| Call after set CParameterPlugin. | |
Protected Member Functions inherited from CParameterOperate | |
| QByteArray | PasswordSum (const std::string &password, const std::string &key) |
Protected Member Functions inherited from CParameter | |
| virtual bool | OnCheckValidity () |
| Check validity. | |
| int | SetModified (bool bModified=true) |
| When setting parameters, if there is a modification, it is called. | |
| bool | GetModified () |
| Whether the parameters have been modified. | |
Additional Inherited Members | |
Signals inherited from CParameterDesktop | |
| void | sigShowServerNameChanged () |
| void | sigEnableInputMethod (bool bEnable) |
| void | sigAdaptWindowsChanged (CFrmViewer::ADAPT_WINDOWS aw) |
| void | sigZoomFactorChanged (double newZoomFactor) |
Signals inherited from CParameterOperate | |
| void | sigSetPluginParameters () |
| Only used by this class. | |
| void | sigNameChanged (const QString &name=QString()) |
Signals inherited from CParameter | |
| void | sigChanged () |
| emit when the parameter changes Usually if required, the corresponding parameter corresponds to a change event. | |
Public Attributes inherited from CParameterDesktop | |
| CParameterNet | m_Net |
| CParameterProxy | m_Proxy |
| CParameterRecord | m_Record |
Protected Slots inherited from CParameterOperate | |
Properties inherited from CParameterDesktop | |
| QString | Name |
| QString | ServerName |
| bool | ShowServerName |
| bool | OnlyView |
| bool | LocalCursor |
| CFrmViewer::ADAPT_WINDOWS | AdaptWindows |
| double | ZoomFactor |
Properties inherited from CParameter | |
| bool | Modified |
Definition at line 6 of file ParameterTemplateDesktop.h.
|
explicit |
Definition at line 5 of file ParameterTemplateDesktop.cpp.
|
overrideprotectedvirtual |
Reimplemented from CParameterDesktop.
Definition at line 10 of file ParameterTemplateDesktop.cpp.
|
overrideprotectedvirtual |
Reimplemented from CParameterDesktop.
Definition at line 18 of file ParameterTemplateDesktop.cpp.