|
void | sigEnableTitleChanged (bool titleChanged) |
|
void | sigSetGlobalParameters () |
| Only used by this class.
|
|
void | sigNameChanged (const QString &name=QString()) |
|
void | sigChanged () |
| emit when the parameter changes Usually if required, the corresponding parameter corresponds to a change event.
|
|
|
virtual int | OnLoad (QSettings &set) override |
|
virtual int | OnSave (QSettings &set) override |
|
QByteArray | PasswordSum (const std::string &password, const std::string &key) |
|
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) |
|
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.
|
|
Definition at line 6 of file TerminalParameter.h.
◆ GetEnableTitleChanged()
bool CTerminalParameter::GetEnableTitleChanged |
( |
| ) |
const |
◆ GetLasterDirectory()
const QString CTerminalParameter::GetLasterDirectory |
( |
| ) |
const |
◆ GetRestoreDirectory()
bool CTerminalParameter::GetRestoreDirectory |
( |
| ) |
const |
◆ GetShell()
const QString CTerminalParameter::GetShell |
( |
| ) |
const |
◆ GetShellName()
const QString CTerminalParameter::GetShellName |
( |
| ) |
const |
◆ GetShellParameters()
const QString CTerminalParameter::GetShellParameters |
( |
| ) |
const |
◆ OnLoad()
int CTerminalParameter::OnLoad |
( |
QSettings & |
set | ) |
|
|
overrideprotectedvirtual |
◆ OnSave()
int CTerminalParameter::OnSave |
( |
QSettings & |
set | ) |
|
|
overrideprotectedvirtual |
◆ SetEnableTitleChanged()
void CTerminalParameter::SetEnableTitleChanged |
( |
bool |
newTitleChanged | ) |
|
◆ SetLasterDirectory()
int CTerminalParameter::SetLasterDirectory |
( |
const QString & |
d | ) |
|
◆ SetRestoreDirectory()
int CTerminalParameter::SetRestoreDirectory |
( |
bool |
bEnable | ) |
|
◆ SetShell()
int CTerminalParameter::SetShell |
( |
const QString & |
shell | ) |
|
◆ SetShellName()
int CTerminalParameter::SetShellName |
( |
const QString & |
name | ) |
|
◆ SetShellParameters()
int CTerminalParameter::SetShellParameters |
( |
const QString & |
para | ) |
|
◆ m_bRestoreDirectory
bool CTerminalParameter::m_bRestoreDirectory |
|
private |
◆ m_bTitleChanged
bool CTerminalParameter::m_bTitleChanged |
|
private |
◆ m_szLasterDirectory
QString CTerminalParameter::m_szLasterDirectory |
|
private |
◆ m_szShell
QString CTerminalParameter::m_szShell |
|
private |
◆ m_szShellName
QString CTerminalParameter::m_szShellName |
|
private |
◆ m_szShellParameters
QString CTerminalParameter::m_szShellParameters |
|
private |
The documentation for this class was generated from the following files: