|
|
virtual QString | getTypeName () const |
| | Should return the name of the type factory.
|
| |
|
virtual bool | isInternal () const |
| | Tells wether the factory is internal or not (false by default).
|
| |
|
virtual QString | toString (QVariant v) |
| | Should return a string representation of data.
|
| |
|
virtual QVariant | parseString (QString s) |
| | Should create data from their string representation.
|
| |
|
|
virtual double | parse (QString s) |
| | This function should return a X object according to its string representation.
|
| |
|
virtual QString | serialize (double obj) |
| | This function serializes an X object to a string.
|
| |
Definition at line 113 of file arcsinternaltypes.h.
The documentation for this class was generated from the following file: