| 
    玉兔远程控制 0.1.0-bate4
    
   | 
 


信号 | |
| void | sigDownloadFolderChanged () | 
  信号 继承自 CParameterOperate | |
| void | sigSetGlobalParameters () | 
| 仅由此类使用   | |
| void | sigNameChanged (const QString &name=QString()) | 
  信号 继承自 CParameter | |
| void | sigChanged () | 
| 当参数改变时,触发 通常如果需要,则相应的参数会对应一个改变事件。  | |
Public 成员函数 | |
| CParameterWebBrowser (QObject *parent=nullptr, const QString &szPrefix=QString()) | |
| QString | GetHomeUrl () | 
| int | SetHomeUrl (const QString &url) | 
| QString | GetTabUrl () | 
| int | SetTabUrl (const QString &url) | 
| bool | GetOpenPrevious () | 
| void | SetOpenPrevious (bool bOpen) | 
| QString | GetDownloadFolder () | 
| int | SetDownloadFolder (const QString &folder) | 
| bool | GetShowDownloadManager () const | 
| void | SetShowDownloadManager (bool newShowDownloadManager) | 
| bool | GetShowDownloadLocation () const | 
| void | SetShowDownloadLocation (bool newShowDownloadLocation) | 
| bool | GetClearHttpCache () const | 
| void | SetClearHttpCache (bool newClearHttpCache) | 
| bool | GetClearCookie () const | 
| void | SetClearCookie (bool newClearCookie) | 
| QString | GetSearchEngine () const | 
| void | SetSearchEngine (const QString &newSearchEngine) | 
| QString | GetSearchRelaceString () const | 
| void | SetSearchRelaceString (const QString &newSearchRelaceString) | 
| QStringList | GetSearchEngineList () const | 
| void | SetSearchEngineList (const QStringList &newSearchEngineList) | 
| bool | GetPromptPrintFinished () const | 
| void | SetPromptPrintFinished (bool newPromptPrintFinished) | 
| bool | GetAutoFillUserAndPassword () const | 
| void | SetAutoFillUserAndPassword (bool newAutoFillUserAndPassword) | 
  Public 成员函数 继承自 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 成员函数 继承自 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 () | 
| 检查参数是否有效,以决定是否使用或者保存参数。 派生类一般只要重载 OnCheckValidity() ,用于检查参数。   | |
Protected 槽 | |
| virtual void | slotSetGlobalParameters () override | 
  Protected 槽 继承自 CParameterOperate | |
| virtual void | slotSetGlobalParameters () | 
| 设置 CParameterPlugin 后调用,用于初始化与 CParameterPlugin 有关的操作。   | |
Protected 成员函数 | |
| virtual int | OnLoad (QSettings &set) override | 
| virtual int | OnSave (QSettings &set) override | 
  Protected 成员函数 继承自 CParameterOperate | |
| QByteArray | PasswordSum (const std::string &password, const std::string &key) | 
  Protected 成员函数 继承自 CParameter | |
| virtual bool | OnCheckValidity () | 
| 检查参数是否有效   | |
| int | SetModified (bool bModified=true) | 
| 在设置参数时,如果有修改,则调用。   | |
| bool | GetModified () | 
| 参数是否有修改   | |
Private 属性 | |
| QString | m_szHomeUrl | 
| QString | m_szTabUrl | 
| bool | m_bOpenPrevious | 
| QString | m_szDownloadFolder | 
| bool | m_bShowDownloadManager | 
| bool | m_bShowDownloadLocation | 
| bool | m_ClearHttpCache | 
| bool | m_ClearCookie | 
| QString | m_szSearchEngine | 
| QString | m_szSearchRelaceString | 
| QStringList | m_SearchEngineList | 
| bool | m_bPromptPrintFinished | 
| bool | m_bAutoFillUserAndPassword | 
额外继承的成员函数 | |
  属性 继承自 CParameter | |
| bool | Modified | 
在文件 ParameterWebBrowser.h 第 6 行定义.
      
  | 
  virtual | 
在文件 ParameterWebBrowser.cpp 第 30 行定义.
| bool CParameterWebBrowser::GetAutoFillUserAndPassword | ( | ) | const | 
在文件 ParameterWebBrowser.cpp 第 235 行定义.
| bool CParameterWebBrowser::GetClearCookie | ( | ) | const | 
在文件 ParameterWebBrowser.cpp 第 157 行定义.
| bool CParameterWebBrowser::GetClearHttpCache | ( | ) | const | 
在文件 ParameterWebBrowser.cpp 第 170 行定义.
| QString CParameterWebBrowser::GetDownloadFolder | ( | ) | 
在文件 ParameterWebBrowser.cpp 第 116 行定义.
| QString CParameterWebBrowser::GetHomeUrl | ( | ) | 
在文件 ParameterWebBrowser.cpp 第 75 行定义.
| bool CParameterWebBrowser::GetOpenPrevious | ( | ) | 
在文件 ParameterWebBrowser.cpp 第 103 行定义.
| bool CParameterWebBrowser::GetPromptPrintFinished | ( | ) | const | 
在文件 ParameterWebBrowser.cpp 第 222 行定义.
| QString CParameterWebBrowser::GetSearchEngine | ( | ) | const | 
在文件 ParameterWebBrowser.cpp 第 183 行定义.
| QStringList CParameterWebBrowser::GetSearchEngineList | ( | ) | const | 
在文件 ParameterWebBrowser.cpp 第 209 行定义.
| QString CParameterWebBrowser::GetSearchRelaceString | ( | ) | const | 
在文件 ParameterWebBrowser.cpp 第 196 行定义.
| bool CParameterWebBrowser::GetShowDownloadLocation | ( | ) | const | 
在文件 ParameterWebBrowser.cpp 第 144 行定义.
| bool CParameterWebBrowser::GetShowDownloadManager | ( | ) | const | 
在文件 ParameterWebBrowser.cpp 第 131 行定义.
| QString CParameterWebBrowser::GetTabUrl | ( | ) | 
在文件 ParameterWebBrowser.cpp 第 89 行定义.
      
  | 
  overrideprotectedvirtual | 
重载 CParameterOperate .
在文件 ParameterWebBrowser.cpp 第 33 行定义.
      
  | 
  overrideprotectedvirtual | 
重载 CParameterOperate .
在文件 ParameterWebBrowser.cpp 第 52 行定义.
| void CParameterWebBrowser::SetAutoFillUserAndPassword | ( | bool | newAutoFillUserAndPassword | ) | 
在文件 ParameterWebBrowser.cpp 第 240 行定义.
| void CParameterWebBrowser::SetClearCookie | ( | bool | newClearCookie | ) | 
在文件 ParameterWebBrowser.cpp 第 162 行定义.
| void CParameterWebBrowser::SetClearHttpCache | ( | bool | newClearHttpCache | ) | 
在文件 ParameterWebBrowser.cpp 第 175 行定义.
| int CParameterWebBrowser::SetDownloadFolder | ( | const QString & | folder | ) | 
在文件 ParameterWebBrowser.cpp 第 121 行定义.
| int CParameterWebBrowser::SetHomeUrl | ( | const QString & | url | ) | 
在文件 ParameterWebBrowser.cpp 第 80 行定义.
| void CParameterWebBrowser::SetOpenPrevious | ( | bool | bOpen | ) | 
在文件 ParameterWebBrowser.cpp 第 108 行定义.
| void CParameterWebBrowser::SetPromptPrintFinished | ( | bool | newPromptPrintFinished | ) | 
在文件 ParameterWebBrowser.cpp 第 227 行定义.
| void CParameterWebBrowser::SetSearchEngine | ( | const QString & | newSearchEngine | ) | 
在文件 ParameterWebBrowser.cpp 第 188 行定义.
| void CParameterWebBrowser::SetSearchEngineList | ( | const QStringList & | newSearchEngineList | ) | 
在文件 ParameterWebBrowser.cpp 第 214 行定义.
| void CParameterWebBrowser::SetSearchRelaceString | ( | const QString & | newSearchRelaceString | ) | 
在文件 ParameterWebBrowser.cpp 第 201 行定义.
| void CParameterWebBrowser::SetShowDownloadLocation | ( | bool | newShowDownloadLocation | ) | 
在文件 ParameterWebBrowser.cpp 第 149 行定义.
| void CParameterWebBrowser::SetShowDownloadManager | ( | bool | newShowDownloadManager | ) | 
在文件 ParameterWebBrowser.cpp 第 136 行定义.
| int CParameterWebBrowser::SetTabUrl | ( | const QString & | url | ) | 
在文件 ParameterWebBrowser.cpp 第 94 行定义.
      
  | 
  overrideprotectedvirtualslot | 
在文件 ParameterWebBrowser.cpp 第 71 行定义.
      
  | 
  private | 
在文件 ParameterWebBrowser.h 第 82 行定义.
      
  | 
  private | 
在文件 ParameterWebBrowser.h 第 27 行定义.
      
  | 
  private | 
在文件 ParameterWebBrowser.h 第 77 行定义.
      
  | 
  private | 
在文件 ParameterWebBrowser.h 第 45 行定义.
      
  | 
  private | 
在文件 ParameterWebBrowser.h 第 40 行定义.
      
  | 
  private | 
在文件 ParameterWebBrowser.h 第 56 行定义.
      
  | 
  private | 
在文件 ParameterWebBrowser.h 第 51 行定义.
      
  | 
  private | 
在文件 ParameterWebBrowser.h 第 72 行定义.
      
  | 
  private | 
在文件 ParameterWebBrowser.h 第 35 行定义.
      
  | 
  private | 
在文件 ParameterWebBrowser.h 第 17 行定义.
      
  | 
  private | 
在文件 ParameterWebBrowser.h 第 62 行定义.
      
  | 
  private | 
在文件 ParameterWebBrowser.h 第 67 行定义.
      
  | 
  private | 
在文件 ParameterWebBrowser.h 第 22 行定义.