|
玉兔远程控制 0.1.0-bate5
|


信号 | |
| 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) |
| Restore password | |
| 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() ,用于检查参数。 | |
Public 属性 | |
| CParameterRecord | m_Record |
| CParameterMediaDevices | m_MediaDevices |
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 第 8 行定义.
|
virtual |
在文件 ParameterWebBrowser.cpp 第 32 行定义.
| bool CParameterWebBrowser::GetAutoFillUserAndPassword | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 246 行定义.
| bool CParameterWebBrowser::GetClearCookie | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 168 行定义.
| bool CParameterWebBrowser::GetClearHttpCache | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 181 行定义.
| QString CParameterWebBrowser::GetDownloadFolder | ( | ) |
在文件 ParameterWebBrowser.cpp 第 127 行定义.
| QString CParameterWebBrowser::GetHomeUrl | ( | ) |
在文件 ParameterWebBrowser.cpp 第 86 行定义.
| bool CParameterWebBrowser::GetOpenPrevious | ( | ) |
在文件 ParameterWebBrowser.cpp 第 114 行定义.
| bool CParameterWebBrowser::GetPromptPrintFinished | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 233 行定义.
| QString CParameterWebBrowser::GetSearchEngine | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 194 行定义.
| QStringList CParameterWebBrowser::GetSearchEngineList | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 220 行定义.
| QString CParameterWebBrowser::GetSearchRelaceString | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 207 行定义.
| bool CParameterWebBrowser::GetShowDownloadLocation | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 155 行定义.
| bool CParameterWebBrowser::GetShowDownloadManager | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 142 行定义.
| QString CParameterWebBrowser::GetTabUrl | ( | ) |
在文件 ParameterWebBrowser.cpp 第 100 行定义.
|
overrideprotectedvirtual |
重载 CParameterOperate .
在文件 ParameterWebBrowser.cpp 第 35 行定义.
|
overrideprotectedvirtual |
重载 CParameterOperate .
在文件 ParameterWebBrowser.cpp 第 54 行定义.
| void CParameterWebBrowser::SetAutoFillUserAndPassword | ( | bool | newAutoFillUserAndPassword | ) |
在文件 ParameterWebBrowser.cpp 第 251 行定义.
| void CParameterWebBrowser::SetClearCookie | ( | bool | newClearCookie | ) |
在文件 ParameterWebBrowser.cpp 第 173 行定义.
| void CParameterWebBrowser::SetClearHttpCache | ( | bool | newClearHttpCache | ) |
在文件 ParameterWebBrowser.cpp 第 186 行定义.
| int CParameterWebBrowser::SetDownloadFolder | ( | const QString & | folder | ) |
在文件 ParameterWebBrowser.cpp 第 132 行定义.
| int CParameterWebBrowser::SetHomeUrl | ( | const QString & | url | ) |
在文件 ParameterWebBrowser.cpp 第 91 行定义.
| void CParameterWebBrowser::SetOpenPrevious | ( | bool | bOpen | ) |
在文件 ParameterWebBrowser.cpp 第 119 行定义.
| void CParameterWebBrowser::SetPromptPrintFinished | ( | bool | newPromptPrintFinished | ) |
在文件 ParameterWebBrowser.cpp 第 238 行定义.
| void CParameterWebBrowser::SetSearchEngine | ( | const QString & | newSearchEngine | ) |
在文件 ParameterWebBrowser.cpp 第 199 行定义.
| void CParameterWebBrowser::SetSearchEngineList | ( | const QStringList & | newSearchEngineList | ) |
在文件 ParameterWebBrowser.cpp 第 225 行定义.
| void CParameterWebBrowser::SetSearchRelaceString | ( | const QString & | newSearchRelaceString | ) |
在文件 ParameterWebBrowser.cpp 第 212 行定义.
| void CParameterWebBrowser::SetShowDownloadLocation | ( | bool | newShowDownloadLocation | ) |
在文件 ParameterWebBrowser.cpp 第 160 行定义.
| void CParameterWebBrowser::SetShowDownloadManager | ( | bool | newShowDownloadManager | ) |
在文件 ParameterWebBrowser.cpp 第 147 行定义.
| int CParameterWebBrowser::SetTabUrl | ( | const QString & | url | ) |
在文件 ParameterWebBrowser.cpp 第 105 行定义.
|
overrideprotectedvirtualslot |
在文件 ParameterWebBrowser.cpp 第 73 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 88 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 33 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 83 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 51 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 46 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 62 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 57 行定义.
| CParameterMediaDevices CParameterWebBrowser::m_MediaDevices |
在文件 ParameterWebBrowser.h 第 17 行定义.
| CParameterRecord CParameterWebBrowser::m_Record |
在文件 ParameterWebBrowser.h 第 16 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 78 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 41 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 23 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 68 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 73 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 28 行定义.