MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / toString

Method toString

src/MacroStep.cpp:161–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161QString MacroStep::toString() const
162{
163 if (MacroStep::MessageHasString(message)) {
164 return QString("MacroStep(%1, %2, \"%3\")")
165 .arg(getName())
166 .arg(wParam)
167 .arg(str.constData());
168 }
169 else {
170 return QString("MacroStep(%1, %2, %3)")
171 .arg(getName())
172 .arg(wParam)
173 .arg(lParam);
174 }
175}
176
177QString MacroStep::getName() const
178{

Callers 15

paintMethod · 0.80
readLangsModelMethod · 0.80
readLexerStylesMethod · 0.80
readGUIConfigsMethod · 0.80
setDataMethod · 0.80
addMacroStepMethod · 0.80
addEditorMethod · 0.80
setDataMethod · 0.80
RandomSessionFileNameFunction · 0.80
loadSessionMethod · 0.80
loadFileDetailsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected