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

Detailed Description

Definition at line 57 of file arcsinternaltypes.h.


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