|
Rabbit Remote Control 0.0.36
|
Additional Inherited Members | |
Signals inherited from CParameterConnecter | |
| void | sigSetParameterClient () |
Signals inherited from CParameter | |
| void | sigChanged () |
| emit when the parameter changes Usually if required, the corresponding parameter corresponds to a change event. | |
Public Member Functions inherited from CParameterTerminal | |
| 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) |
Public Member Functions inherited from CParameterConnecter | |
| CParameterConnecter (QObject *parent=nullptr, const QString &szPrefix=QString()) | |
| CParameterClient * | GetParameterClient () |
| Get CParameterClient. | |
| int | SetParameterClient (CParameterClient *p) |
Public Member Functions inherited from 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 | 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. | |
Protected Slots inherited from CParameterConnecter | |
| virtual void | slotSetParameterClient () |
| Call after set CParameterClient. | |
Protected Member Functions inherited from CParameterConnecter | |
| 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) |
Protected Member Functions inherited from CParameter | |
| 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. | |
Properties inherited from CParameter | |
| bool | Modified |
Definition at line 6 of file ParameterTelnet.h.
| CParameterTelnet::CParameterTelnet | ( | ) |
Definition at line 3 of file ParameterTelnet.cpp.