Public Member Functions | Protected Member Functions | List of all members
ARCSTypeFactory_QSize Class Reference
Inheritance diagram for ARCSTypeFactory_QSize:
Inheritance graph
Collaboration diagram for ARCSTypeFactory_QSize:
Collaboration graph

Public Member Functions

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).
 
- Public Member Functions inherited from ARCSTypeFactoryTemplate< QSize >
virtual QString toString (QVariant v)
 Should return a string representation of data.
 
virtual QVariant parseString (QString s)
 Should create data from their string representation.
 

Protected Member Functions

virtual QSize parse (QString s)
 This function should return a X object according to its string representation.
 
virtual QString serialize (QSize s)
 This function serializes an X object to a string.
 

Detailed Description

Definition at line 175 of file arcsinternaltypes.h.


The documentation for this class was generated from the following files: