13 bool advanced_ =
false;
14 bool readOnly_ =
false;
17 static const char *noModelAssigned() {
return "unassigned"; }
22 bool advanced_ =
false;
24 bool liquefaction_ =
false;
25 std::vector<PropInfo> properties_;
31 std::vector<PropInfo> properties_;
32 std::vector<Variant> values_;
33 void clear() { keyword_ = QString(); properties_.clear(); values_.clear(); }
35 virtual QStringList getAllModelKeywords()
const=0;
36 virtual ModelInfo getModelInfo(
const QString &keyword)
const=0;
namespace Itasca
Definition: basememory.cpp:9
Definition: imodellist.h:7
A simpler (and slightly faster) version of a QVariant, added for interfaces that do not use Qt.
64 bit floating point value.
Definition: variant.h:79
Definition: imodellist.h:29
Type
Indicates the type of the variant. 18 types are predefined.
Definition: variant.h:70
Definition: imodellist.h:10
Definition: imodellist.h:19