20 #ifndef AXLINSPECTOROBJECTSCENEWIDGETFIELDSCALARISO_H 
   21 #define AXLINSPECTOROBJECTSCENEWIDGETFIELDSCALARISO_H 
   25 #include "axlGuiExport.h" 
   28 class axlInspectorObjectSceneWidgetFieldScalarIsoPrivate;
 
   40     void isoCountChanged(
int);
 
   41     void isoRadiusChanged(
double);
 
   42     void isoRangeMinChanged(
double);
 
   43     void isoRangeMaxChanged(
double);
 
   46     void setCount(
int count);
 
   47     void setMin(
double min);
 
   48     void setMax(
double max);
 
   54     void onResetMinimalValueClicked(
void);
 
   55     void onResetMaximalValueClicked(
void);
 
   58     axlInspectorObjectSceneWidgetFieldScalarIsoPrivate *d;
 
   61 #endif //axlInspectorObjectSceneWidgetFIELDSCALARISO_H 
Class axlAbstractField defines an API for arrays of numeric data.