odsstream
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
OdsCell Class Reference

Public Member Functions

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
 

Protected Member Functions

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)
 

Protected Attributes

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: