玉兔远程控制 0.0.31
|
Public 成员函数 | |
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 成员函数 继承自 CParameterConnecter | |
CParameterConnecter (QObject *parent=nullptr, const QString &szPrefix=QString()) | |
CParameterClient * | GetParameterClient () |
Get CParameterClient | |
int | SetParameterClient (CParameterClient *p) |
Public 成员函数 继承自 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 () |
检查参数是否有效,以决定是否使用或者保存参数。 派生类一般只要重载 OnCheckValidity() ,用于检查参数。 | |
Private 属性 | |
QFont | m_Font |
bool | m_bSizeHint |
QString | m_szColorScheme |
Konsole::Emulation::KeyboardCursorShape | m_CursorShape |
QTermWidget::ScrollBarPosition | m_ScrollBarPosition |
int | m_nTransparency |
QString | m_BackgroupImage |
bool | m_bFlowControl |
bool | m_bFlowControlWarning |
bool | m_bMotionAfterPasting |
bool | m_bDisableBracketedPasteMode |
bool | m_bDirectional |
QString | m_szKeyBindings |
QString | m_szTextCodec |
int | m_nHistorySize |
额外继承的成员函数 | |
信号 继承自 CParameterConnecter | |
void | sigSetParameterClient () |
信号 继承自 CParameter | |
void | sigChanged () |
当参数改变时,触发 通常如果需要,则相应的参数会对应一个改变事件。 | |
Protected 槽 继承自 CParameterConnecter | |
virtual void | slotSetParameterClient () |
设置 CParameterClient 后调用,用于初始化与 CParameterClient 有关的操作。 | |
Protected 成员函数 继承自 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 成员函数 继承自 CParameter | |
virtual int | OnLoad (QSettings &set)=0 |
virtual int | OnSave (QSettings &set)=0 |
virtual bool | OnCheckValidity () |
检查参数是否有效 | |
int | SetModified (bool bModified=true) |
在设置参数时,如果有修改,则调用。 | |
bool | GetModified () |
参数是否有修改 | |
属性 继承自 CParameter | |
bool | Modified |
在文件 ParameterTerminal.h 第 9 行定义.
CParameterTerminal::CParameterTerminal | ( | ) |
在文件 ParameterTerminal.cpp 第 6 行定义.
const QString & CParameterTerminal::GetBackgroupImage | ( | ) | const |
在文件 ParameterTerminal.cpp 第 192 行定义.
const QString & CParameterTerminal::GetColorScheme | ( | ) | const |
在文件 ParameterTerminal.cpp 第 244 行定义.
Konsole::Emulation::KeyboardCursorShape CParameterTerminal::GetCursorShape | ( | ) | const |
在文件 ParameterTerminal.cpp 第 231 行定义.
bool CParameterTerminal::GetDirectional | ( | ) | const |
在文件 ParameterTerminal.cpp 第 127 行定义.
bool CParameterTerminal::GetDisableBracketedPasteMode | ( | ) | const |
在文件 ParameterTerminal.cpp 第 140 行定义.
bool CParameterTerminal::GetFlowControl | ( | ) | const |
在文件 ParameterTerminal.cpp 第 179 行定义.
bool CParameterTerminal::GetFlowControlWarning | ( | ) | const |
在文件 ParameterTerminal.cpp 第 166 行定义.
const QFont & CParameterTerminal::GetFont | ( | ) | const |
在文件 ParameterTerminal.cpp 第 270 行定义.
int CParameterTerminal::GetHistorySize | ( | ) | const |
在文件 ParameterTerminal.cpp 第 88 行定义.
const QString & CParameterTerminal::GetKeyBindings | ( | ) | const |
在文件 ParameterTerminal.cpp 第 114 行定义.
bool CParameterTerminal::GetMotionAfterPasting | ( | ) | const |
在文件 ParameterTerminal.cpp 第 153 行定义.
QTermWidget::ScrollBarPosition CParameterTerminal::GetScrollBarPosition | ( | ) | const |
在文件 ParameterTerminal.cpp 第 218 行定义.
bool CParameterTerminal::GetSizeHint | ( | ) | const |
在文件 ParameterTerminal.cpp 第 257 行定义.
const QString & CParameterTerminal::GetTextCodec | ( | ) | const |
在文件 ParameterTerminal.cpp 第 101 行定义.
int CParameterTerminal::GetTransparency | ( | ) | const |
在文件 ParameterTerminal.cpp 第 205 行定义.
|
overridevirtual |
|
overridevirtual |
在文件 ParameterTerminal.cpp 第 67 行定义.
void CParameterTerminal::SetBackgroupImage | ( | const QString & | newBackgroupImage | ) |
在文件 ParameterTerminal.cpp 第 197 行定义.
void CParameterTerminal::SetColorScheme | ( | const QString & | newColorScheme | ) |
在文件 ParameterTerminal.cpp 第 249 行定义.
void CParameterTerminal::SetCursorShape | ( | Konsole::Emulation::KeyboardCursorShape | newCursorShape | ) |
在文件 ParameterTerminal.cpp 第 236 行定义.
void CParameterTerminal::SetDirectional | ( | bool | newBiDirectional | ) |
在文件 ParameterTerminal.cpp 第 132 行定义.
void CParameterTerminal::SetDisableBracketedPasteMode | ( | bool | newDisableBracketedPasteMode | ) |
在文件 ParameterTerminal.cpp 第 145 行定义.
void CParameterTerminal::SetFlowControl | ( | bool | newFlowControl | ) |
在文件 ParameterTerminal.cpp 第 184 行定义.
void CParameterTerminal::SetFlowControlWarning | ( | bool | newFlowControlWarning | ) |
在文件 ParameterTerminal.cpp 第 171 行定义.
void CParameterTerminal::SetFont | ( | const QFont & | newFont | ) |
在文件 ParameterTerminal.cpp 第 275 行定义.
void CParameterTerminal::SetHistorySize | ( | int | newHistorySize | ) |
在文件 ParameterTerminal.cpp 第 93 行定义.
void CParameterTerminal::SetKeyBindings | ( | const QString & | newSzKeyBindings | ) |
在文件 ParameterTerminal.cpp 第 119 行定义.
void CParameterTerminal::SetMotionAfterPasting | ( | bool | newMotionAfterPasting | ) |
在文件 ParameterTerminal.cpp 第 158 行定义.
void CParameterTerminal::SetScrollBarPosition | ( | QTermWidget::ScrollBarPosition | newScrollBarPosition | ) |
在文件 ParameterTerminal.cpp 第 223 行定义.
void CParameterTerminal::SetSizeHint | ( | bool | newSizeHint | ) |
在文件 ParameterTerminal.cpp 第 262 行定义.
void CParameterTerminal::SetTextCodec | ( | const QString & | newTextCodec | ) |
在文件 ParameterTerminal.cpp 第 106 行定义.
void CParameterTerminal::SetTransparency | ( | int | newTermTransparency | ) |
在文件 ParameterTerminal.cpp 第 210 行定义.
|
private |
在文件 ParameterTerminal.h 第 57 行定义.
|
private |
在文件 ParameterTerminal.h 第 64 行定义.
|
private |
在文件 ParameterTerminal.h 第 63 行定义.
|
private |
在文件 ParameterTerminal.h 第 59 行定义.
|
private |
在文件 ParameterTerminal.h 第 60 行定义.
|
private |
在文件 ParameterTerminal.h 第 62 行定义.
|
private |
在文件 ParameterTerminal.h 第 52 行定义.
|
private |
在文件 ParameterTerminal.h 第 54 行定义.
|
private |
在文件 ParameterTerminal.h 第 51 行定义.
|
private |
在文件 ParameterTerminal.h 第 67 行定义.
|
private |
在文件 ParameterTerminal.h 第 56 行定义.
|
private |
在文件 ParameterTerminal.h 第 55 行定义.
|
private |
在文件 ParameterTerminal.h 第 53 行定义.
|
private |
在文件 ParameterTerminal.h 第 65 行定义.
|
private |
在文件 ParameterTerminal.h 第 66 行定义.