23 #ifndef __INIVARIABLE_H__ 24 #define __INIVARIABLE_H__ 78 return this->value().toString();
84 return *
this = QString(str);
105 return value().toString();
111 operator QString ()
const {
return value().toString(); }
116 operator float()
const;
120 operator int()
const;
121 operator unsigned int()
const;
123 operator short()
const;
124 operator unsigned short()
const;
130 operator bool()
const;
135 void setValue(
const QVariant &value);
140 QVariant value()
const;
144 friend class TestReadINIList;
QString valueString() const
Returns the underlying value as a QString.
INI variable representation.
QString operator*() const
Attempts to convert the value to QString.
INI section representation.