15 #ifndef AXLABSTRACTNUMBERTYPE_H 
   16 #define AXLABSTRACTNUMBERTYPE_H 
   18 #include "axlCoreExport.h" 
   26 class axlAbstractNumberTypePrivate;
 
   32     enum Type {Int,Float,Double};
 
   39     virtual QString description(
void) 
const;
 
   40     virtual QString identifier(
void) 
const;
 
   42     double value(
void) 
const;
 
   45     void setValue(
double newValue);
 
   55     QString objectType(
void) 
const;
 
   58     axlAbstractNumberTypePrivate *d;
 
   69 #endif// AXLABSTRACTNUMBERTYPE_H 
Class axlPoint defines 3D points. 
 
QDebug operator<<(QDebug dbg, axlAbstractNumberType point)
 
Class axlAbstractData defines an API for all type of axel data.