75 lvalue = value.toLong(&ok);
82 dvalue = value.toDouble(&ok);
93 for (std::map<std::string, std::string>::const_iterator it = params.begin(), end = params.end(); it != end; ++it)
95 const QString key = QString::fromStdString(it->first);
96 const QString
value = QString::fromStdString(it->second);
119 std::map<std::string, std::string> params;
120 params[source->
getName().toStdString()] = source->
getValue().toString().toStdString();
virtual QVariant getValue() const
bool try_lexical_convert(const QString &value, long &lvalue)
virtual QString getName() const