|
| | CParameterTemplateServer (QObject *parent=nullptr, const QString &szPrefix=QString()) |
| |
| | CParameterServer (QObject *parent=nullptr, const QString &szPrefix=QString()) |
| |
| bool | GetAnonymousLogin () const |
| |
| void | SetAnonymousLogin (bool newAnonymousLogin) |
| |
| bool | GetReadOnly () const |
| |
| void | SetReadOnly (bool newReadOnly) |
| |
| QString | GetRoot () const |
| |
| void | SetRoot (const QString &newRoot) |
| |
| int | GetConnectCount () const |
| | Connect count.
|
| |
| void | SetConnectCount (int newConnectCount) |
| |
| bool | GetListenAll () const |
| |
| void | SetListenAll (bool newListenAll) |
| |
| QStringList | GetListen () const |
| |
| void | SetListen (const QStringList &newListen) |
| |
| QString | GetHostKeyFile () const |
| |
| void | SetHostKeyFile (const QString &key) |
| |
| qint64 | GetAuthenticateTime () const |
| | Get authenticate time out.
|
| |
| void | SetAuthenticateTime (qint64 tm) |
| | Set authenticate time out.
|
| |
| int | GetAuthenticateAttempts () const |
| | Get authenticate attempts.
|
| |
| void | SetAuthenticateAttempts (int attempts) |
| | Set authenticate attempts.
|
| |
| | 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) |
| |
| | 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.
|
| |
Definition at line 6 of file ParameterTemplateServer.h.