#include <MtpContext.h>
Public Member Functions | |
| MtpContext () | |
| ~MtpContext () | |
| void | setVar (const QString &name, const QString &value) |
| void | unsetVar (const QString &name) |
| QString | getValue (const QString &name) |
Private Attributes | |
| QMap< QString, QString > | var_map |
Definition at line 20 of file MtpContext.h.
|
|
Definition at line 14 of file MtpContext.cpp. |
|
|
Definition at line 17 of file MtpContext.cpp. |
|
|
Definition at line 27 of file MtpContext.cpp. References var_map. Referenced by Filter::applyProcessedRegexpToPattern(), MtpRegExp::exactMatch(), and Painter::sendOutput(). |
|
||||||||||||
|
Definition at line 19 of file MtpContext.cpp. References var_map. Referenced by Affect::append(), and ChatSession::displayStdout(). |
|
|
Definition at line 23 of file MtpContext.cpp. References var_map. |
|
|
Definition at line 30 of file MtpContext.h. Referenced by getValue(), setVar(), and unsetVar(). |
1.3