|
void | sigSetParameterClient () |
|
void | sigChanged () |
| emit when the parameter changes Usually if required, the corresponding parameter corresponds to a change event.
|
|
virtual int | Load (QSettings &set) override |
| Load from storage.
|
|
virtual int | Save (QSettings &set) override |
|
const QFont & | GetFont () const |
|
void | SetFont (const QFont &newFont) |
|
bool | GetSizeHint () const |
|
void | SetSizeHint (bool newSizeHint) |
|
const QString & | GetColorScheme () const |
|
void | SetColorScheme (const QString &newColorScheme) |
|
Konsole::Emulation::KeyboardCursorShape | GetCursorShape () const |
|
void | SetCursorShape (Konsole::Emulation::KeyboardCursorShape newCursorShape) |
|
QTermWidget::ScrollBarPosition | GetScrollBarPosition () const |
|
void | SetScrollBarPosition (QTermWidget::ScrollBarPosition newScrollBarPosition) |
|
int | GetTransparency () const |
|
void | SetTransparency (int newTermTransparency) |
|
const QString & | GetBackgroupImage () const |
|
void | SetBackgroupImage (const QString &newBackgroupImage) |
|
bool | GetFlowControl () const |
|
void | SetFlowControl (bool newFlowControl) |
|
bool | GetFlowControlWarning () const |
|
void | SetFlowControlWarning (bool newFlowControlWarning) |
|
bool | GetMotionAfterPasting () const |
|
void | SetMotionAfterPasting (bool newMotionAfterPasting) |
|
bool | GetDisableBracketedPasteMode () const |
|
void | SetDisableBracketedPasteMode (bool newDisableBracketedPasteMode) |
|
bool | GetDirectional () const |
|
void | SetDirectional (bool newBiDirectional) |
|
const QString & | GetKeyBindings () const |
|
void | SetKeyBindings (const QString &newSzKeyBindings) |
|
const QString & | GetTextCodec () const |
|
void | SetTextCodec (const QString &newTextCodec) |
|
int | GetHistorySize () const |
|
void | SetHistorySize (int newHistorySize) |
|
| CParameterConnecter (QObject *parent=nullptr, const QString &szPrefix=QString()) |
|
CParameterClient * | GetParameterClient () |
| Get CParameterClient.
|
|
int | SetParameterClient (CParameterClient *p) |
|
| 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 | Save (QSettings &set, bool bForce=true) |
| Save to storage.
|
|
virtual bool | CheckValidity () |
| Check whether the parameter is valid to decide whether to use or save the parameter.
|
|
virtual void | slotSetParameterClient () |
| Call after set CParameterClient.
|
|
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 int | OnLoad (QSettings &set)=0 |
|
virtual int | OnSave (QSettings &set)=0 |
|
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.
|
|
bool | Modified |
|
Definition at line 6 of file ParameterSSH.h.