11 inline InputLine(
const QString &t,
const QString &s,uint l,
bool us,
bool in=
false)
12 : text_(t), source_(s), line_(l), undoStart_(us), interactive_(in), newAllowed_(
true),
13 safeInterruptAllowed_(
true), undone_(
false) { }
21 bool safeInterruptAllowed_;
27 inline InputContext() : wait_(
true), undoAllowed_(
true), continuation_(
false) { }
37 bool checkExpectedError_ =
true;
Definition: itextinput.h:26
namespace Itasca
Definition: basememory.cpp:9
virtual InputLine getInput(const InputContext &context)=0
Definition: itextinput.h:40