Public Member Functions | Protected Member Functions | List of all members
ARCSTypeFactory_long Class Reference
Inheritance diagram for ARCSTypeFactory_long:
Inheritance graph
Collaboration diagram for ARCSTypeFactory_long:
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< long >
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 long parse (QString s)
 This function should return a X object according to its string representation.
 
virtual QString serialize (long obj)
 This function serializes an X object to a string.
 

Detailed Description

Definition at line 93 of file arcsinternaltypes.h.


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