Macro Class
(Debugger::ProjectExplorer::Macro)Public Functions
| Macro() | |
| Macro(Debugger::QByteArray key, Debugger::QByteArray value, Debugger::ProjectExplorer::MacroType type = MacroType::Define) | |
| Macro(Debugger::QByteArray key, Debugger::ProjectExplorer::MacroType type = MacroType::Define) | |
| bool | isValid() const |
| Debugger::QByteArray | toByteArray() const |
| Debugger::QByteArray | toKeyValue(const Debugger::QByteArray &prefix) const |
Static Public Members
| Debugger::ProjectExplorer::Macro | fromKeyValue(const Debugger::QString &utf16text) |
| Debugger::ProjectExplorer::Macro | fromKeyValue(const Debugger::QByteArray &text) |
| Debugger::QByteArray | toByteArray(const int ¯os) |
| int | toMacros(const Debugger::QByteArray &) |
Member Function Documentation
Macro::Macro()
Default constructs an instance of Macro.
Macro::Macro(Debugger::QByteArray key, Debugger::QByteArray value, Debugger::ProjectExplorer::MacroType type = MacroType::Define)
Default constructs an instance of Macro.
Macro::Macro(Debugger::QByteArray key, Debugger::ProjectExplorer::MacroType type = MacroType::Define)
Default constructs an instance of Macro.