20 #ifndef AXLVIEWCONTROLER_H
21 #define AXLVIEWCONTROLER_H
23 #include "axlCoreExport.h"
25 #include <QtCore/QObject>
27 class dtkAbstractData;
32 class axlViewControllerPrivate;
45 QList<dtkAbstractData *> data(
void);
52 QList<axlAbstractField *> dataField(
void);
60 void insertedField(
void);
64 void remove(dtkAbstractData *data);
70 virtual QString description(
void)
const;
73 axlViewControllerPrivate *d;
76 #endif //AXLVIEWCONTROLER_H
Class axlAbstractField defines an API for arrays of numeric data.
Class axlAbstractData defines an API for all type of axel data.