|
玉兔远程控制 0.1.0-bate8
|


信号 | |
| 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) |
| int | GetDatabaseViewLimit () const |
| void | SetDatabaseViewLimit (int newLimit) |
| int | GetAddCompleterLines () const |
| void | SetAddCompleterLines (int newAddCompleterLines) |
| QSize | GetWindowSize () const |
| void | SetWindowSize (const QSize &newWindowSize) |
| int | GetBookmarkCurrentFolder () const |
| void | SetBookmarkCurrentFolder (int newCurrentBookmarkFolder) |
| bool | GetBookmarkShowEditor () const |
| void | SetBookmarkShowEditor (bool newBookmarkShowEditor) |
Public 成员函数 继承自 CParameterOperate | |
| CParameterOperate (QObject *parent, 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, 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 |
| CHistoryDatabase | m_HistoryDatabase |
| CBookmarkDatabase | m_BookmarkDatabase |
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 |
| int | m_nDatabaseViewLimit |
| int | m_nAddCompleterLines |
| QSize | m_WindowSize |
| int | m_nBookmarkCurrentFolder |
| bool | m_bBookmarkShowEditor |
额外继承的成员函数 | |
属性 继承自 CParameter | |
| bool | Modified |
在文件 ParameterWebBrowser.h 第 11 行定义.
|
virtual |
在文件 ParameterWebBrowser.cpp 第 44 行定义.
| int CParameterWebBrowser::GetAddCompleterLines | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 300 行定义.
| bool CParameterWebBrowser::GetAutoFillUserAndPassword | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 274 行定义.
| int CParameterWebBrowser::GetBookmarkCurrentFolder | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 326 行定义.
| bool CParameterWebBrowser::GetBookmarkShowEditor | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 339 行定义.
| bool CParameterWebBrowser::GetClearCookie | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 196 行定义.
| bool CParameterWebBrowser::GetClearHttpCache | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 209 行定义.
| int CParameterWebBrowser::GetDatabaseViewLimit | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 287 行定义.
| QString CParameterWebBrowser::GetDownloadFolder | ( | ) |
在文件 ParameterWebBrowser.cpp 第 155 行定义.
| QString CParameterWebBrowser::GetHomeUrl | ( | ) |
在文件 ParameterWebBrowser.cpp 第 114 行定义.
| bool CParameterWebBrowser::GetOpenPrevious | ( | ) |
在文件 ParameterWebBrowser.cpp 第 142 行定义.
| bool CParameterWebBrowser::GetPromptPrintFinished | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 261 行定义.
| QString CParameterWebBrowser::GetSearchEngine | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 222 行定义.
| QStringList CParameterWebBrowser::GetSearchEngineList | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 248 行定义.
| QString CParameterWebBrowser::GetSearchRelaceString | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 235 行定义.
| bool CParameterWebBrowser::GetShowDownloadLocation | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 183 行定义.
| bool CParameterWebBrowser::GetShowDownloadManager | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 170 行定义.
| QString CParameterWebBrowser::GetTabUrl | ( | ) |
在文件 ParameterWebBrowser.cpp 第 128 行定义.
| QSize CParameterWebBrowser::GetWindowSize | ( | ) | const |
在文件 ParameterWebBrowser.cpp 第 313 行定义.
|
overrideprotectedvirtual |
重载 CParameterOperate .
在文件 ParameterWebBrowser.cpp 第 47 行定义.
|
overrideprotectedvirtual |
重载 CParameterOperate .
在文件 ParameterWebBrowser.cpp 第 71 行定义.
| void CParameterWebBrowser::SetAddCompleterLines | ( | int | newAddCompleterLines | ) |
在文件 ParameterWebBrowser.cpp 第 305 行定义.
| void CParameterWebBrowser::SetAutoFillUserAndPassword | ( | bool | newAutoFillUserAndPassword | ) |
在文件 ParameterWebBrowser.cpp 第 279 行定义.
| void CParameterWebBrowser::SetBookmarkCurrentFolder | ( | int | newCurrentBookmarkFolder | ) |
在文件 ParameterWebBrowser.cpp 第 331 行定义.
| void CParameterWebBrowser::SetBookmarkShowEditor | ( | bool | newBookmarkShowEditor | ) |
在文件 ParameterWebBrowser.cpp 第 344 行定义.
| void CParameterWebBrowser::SetClearCookie | ( | bool | newClearCookie | ) |
在文件 ParameterWebBrowser.cpp 第 201 行定义.
| void CParameterWebBrowser::SetClearHttpCache | ( | bool | newClearHttpCache | ) |
在文件 ParameterWebBrowser.cpp 第 214 行定义.
| void CParameterWebBrowser::SetDatabaseViewLimit | ( | int | newLimit | ) |
在文件 ParameterWebBrowser.cpp 第 292 行定义.
| int CParameterWebBrowser::SetDownloadFolder | ( | const QString & | folder | ) |
在文件 ParameterWebBrowser.cpp 第 160 行定义.
| int CParameterWebBrowser::SetHomeUrl | ( | const QString & | url | ) |
在文件 ParameterWebBrowser.cpp 第 119 行定义.
| void CParameterWebBrowser::SetOpenPrevious | ( | bool | bOpen | ) |
在文件 ParameterWebBrowser.cpp 第 147 行定义.
| void CParameterWebBrowser::SetPromptPrintFinished | ( | bool | newPromptPrintFinished | ) |
在文件 ParameterWebBrowser.cpp 第 266 行定义.
| void CParameterWebBrowser::SetSearchEngine | ( | const QString & | newSearchEngine | ) |
在文件 ParameterWebBrowser.cpp 第 227 行定义.
| void CParameterWebBrowser::SetSearchEngineList | ( | const QStringList & | newSearchEngineList | ) |
在文件 ParameterWebBrowser.cpp 第 253 行定义.
| void CParameterWebBrowser::SetSearchRelaceString | ( | const QString & | newSearchRelaceString | ) |
在文件 ParameterWebBrowser.cpp 第 240 行定义.
| void CParameterWebBrowser::SetShowDownloadLocation | ( | bool | newShowDownloadLocation | ) |
在文件 ParameterWebBrowser.cpp 第 188 行定义.
| void CParameterWebBrowser::SetShowDownloadManager | ( | bool | newShowDownloadManager | ) |
在文件 ParameterWebBrowser.cpp 第 175 行定义.
| int CParameterWebBrowser::SetTabUrl | ( | const QString & | url | ) |
在文件 ParameterWebBrowser.cpp 第 133 行定义.
| void CParameterWebBrowser::SetWindowSize | ( | const QSize & | newWindowSize | ) |
在文件 ParameterWebBrowser.cpp 第 318 行定义.
|
overrideprotectedvirtualslot |
在文件 ParameterWebBrowser.cpp 第 95 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 94 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 124 行定义.
| CBookmarkDatabase CParameterWebBrowser::m_BookmarkDatabase |
在文件 ParameterWebBrowser.h 第 23 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 39 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 89 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 57 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 52 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 68 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 63 行定义.
| CHistoryDatabase CParameterWebBrowser::m_HistoryDatabase |
在文件 ParameterWebBrowser.h 第 22 行定义.
| CParameterMediaDevices CParameterWebBrowser::m_MediaDevices |
在文件 ParameterWebBrowser.h 第 20 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 106 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 118 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 100 行定义.
| CParameterRecord CParameterWebBrowser::m_Record |
在文件 ParameterWebBrowser.h 第 19 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 84 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 47 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 29 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 74 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 79 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 34 行定义.
|
private |
在文件 ParameterWebBrowser.h 第 112 行定义.