| 
    Rabbit Remote Control 0.1.0-bate4
    
   | 
 


Public Member Functions | |
| CParameterLibVNCServer (QObject *parent=nullptr) | |
| virtual int | OnLoad (QSettings &set) override | 
| virtual int | OnSave (QSettings &set) override | 
| bool | GetShared () const | 
| void | SetShared (bool newShared) | 
| bool | GetEnableCompressLevel () const | 
| void | SetEnableCompressLevel (bool newCompressLevel) | 
| int | GetCompressLevel () const | 
| void | SetCompressLevel (int newCompressLevel) | 
| bool | GetJpeg () const | 
| void | SetJpeg (bool newJpeg) | 
| int | GetQualityLevel () const | 
| void | SetQualityLevel (int newQualityLevel) | 
  Public Member Functions inherited from CParameterBase | |
| CParameterBase (QObject *parent=nullptr) | |
| CParameterBase (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=nullptr, const QString &szPrefix=QString()) | |
| CParameterPlugin * | GetGlobalParameters () | 
| Get CParameterPlugin.   | |
| int | SetGlobalParameters (CParameterPlugin *p) | 
| const QString | GetName () const | 
| void | SetName (const QString &szName) | 
| int | LoadPassword (const QString &szTitle, const QString &szKey, QString &password, QSettings &set) | 
| int | SavePassword (const QString &szKey, const QString &password, QSettings &set, bool bSave=false) | 
  Public Member Functions inherited from CParameter | |
| CParameter (QObject *parent=nullptr, 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.   | |
Private Attributes | |
| bool | m_bShared | 
| bool | m_bCompressLevel | 
| int | m_nCompressLevel | 
| bool | m_bJpeg | 
| int | m_bQualityLevel | 
Additional Inherited Members | |
  Signals inherited from CParameterBase | |
| void | sigShowServerNameChanged () | 
| void | sigEnableInputMethod (bool bEnable) | 
| void | sigAdaptWindowsChanged (CFrmViewer::ADAPT_WINDOWS aw) | 
| void | sigZoomFactorChanged (double newZoomFactor) | 
  Signals inherited from CParameterOperate | |
| void | sigSetGlobalParameters () | 
| 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 CParameterBase | |
| CParameterNet | m_Net | 
| CParameterProxy | m_Proxy | 
| CParameterRecord | m_Record | 
  Protected Slots inherited from CParameterOperate | |
  Protected Member Functions inherited from CParameterBase | |
| virtual void | slotSetGlobalParameters () 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.   | |
  Properties inherited from CParameterBase | |
| 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 8 of file ParameterLibVNCServer.h.
      
  | 
  explicit | 
Definition at line 3 of file ParameterLibVNCServer.cpp.
| int CParameterLibVNCServer::GetCompressLevel | ( | ) | const | 
Definition at line 56 of file ParameterLibVNCServer.cpp.
| bool CParameterLibVNCServer::GetEnableCompressLevel | ( | ) | const | 
Definition at line 66 of file ParameterLibVNCServer.cpp.
| bool CParameterLibVNCServer::GetJpeg | ( | ) | const | 
Definition at line 46 of file ParameterLibVNCServer.cpp.
| int CParameterLibVNCServer::GetQualityLevel | ( | ) | const | 
Definition at line 36 of file ParameterLibVNCServer.cpp.
| bool CParameterLibVNCServer::GetShared | ( | ) | const | 
Definition at line 76 of file ParameterLibVNCServer.cpp.
      
  | 
  overridevirtual | 
Reimplemented from CParameterBase.
Definition at line 26 of file ParameterLibVNCServer.cpp.
      
  | 
  overridevirtual | 
Reimplemented from CParameterBase.
Definition at line 31 of file ParameterLibVNCServer.cpp.
| void CParameterLibVNCServer::SetCompressLevel | ( | int | newCompressLevel | ) | 
Definition at line 61 of file ParameterLibVNCServer.cpp.
| void CParameterLibVNCServer::SetEnableCompressLevel | ( | bool | newCompressLevel | ) | 
Definition at line 71 of file ParameterLibVNCServer.cpp.
| void CParameterLibVNCServer::SetJpeg | ( | bool | newJpeg | ) | 
Definition at line 51 of file ParameterLibVNCServer.cpp.
| void CParameterLibVNCServer::SetQualityLevel | ( | int | newQualityLevel | ) | 
Definition at line 41 of file ParameterLibVNCServer.cpp.
| void CParameterLibVNCServer::SetShared | ( | bool | newShared | ) | 
Definition at line 81 of file ParameterLibVNCServer.cpp.
      
  | 
  private | 
Definition at line 31 of file ParameterLibVNCServer.h.
      
  | 
  private | 
Definition at line 33 of file ParameterLibVNCServer.h.
      
  | 
  private | 
Definition at line 34 of file ParameterLibVNCServer.h.
      
  | 
  private | 
Definition at line 30 of file ParameterLibVNCServer.h.
      
  | 
  private | 
Definition at line 32 of file ParameterLibVNCServer.h.