|
const QString & | toString () const |
|
const QString & | getOfficeValueType () const |
|
const QDateTime & | getDateTimeValue () const |
|
const QString & | getStringValue () const |
|
bool | getBooleanValue () const |
|
double | getDoubleValue () const |
|
bool | isBoolean () const |
|
bool | isDate () const |
|
bool | isDouble () const |
|
bool | isString () const |
|
bool | isEmpty () const |
|
|
void | setOfficeValueType (const QString &type) |
|
void | setDateValue (const QDateTime &date) |
|
void | setValueString (const QString &value) |
|
void | setValueDouble (double value_num) |
|
void | setValueBoolean (bool value_bool) |
|
void | setValueOfUndefinedType (const QString &value) |
|
|
QString | _string_value |
|
QString | _office_value_type |
|
QDateTime | _date_value |
|
double | _double_value |
|
bool | _bool_value |
|
bool | _is_empty |
|
The documentation for this class was generated from the following files: