20 #ifndef AXLINSPECTOROBJECTSCENEWIDGETFIELDSCALAR_H 
   21 #define AXLINSPECTOROBJECTSCENEWIDGETFIELDSCALAR_H 
   25 #include "axlGuiExport.h" 
   28 class axlInspectorObjectSceneWidgetFieldScalarPrivate;
 
   40     void displayAsColor(
void);
 
   41     void displayAsIso(
void);
 
   42     void displayAsNone(
void);
 
   44     void colRangeMinChanged(
double);
 
   45     void colRangeMaxChanged(
double);
 
   47     void isoCountChanged(
int);
 
   48     void isoRadiusChanged(
double);
 
   49     void isoRangeMinChanged(
double);
 
   50     void isoRangeMaxChanged(
double);
 
   53     void setIsoCount(
int count);
 
   54     void setIsoRangeMin(
double min);
 
   55     void setIsoRangeMax(
double max);
 
   60     void setDefaultDisplay(
void);
 
   63     void onDisplayAsColorClicked(
void);
 
   64     void onDisplayAsIsoClicked(
void);
 
   65     void onDisplayAsNothingClicked(
void);
 
   68     axlInspectorObjectSceneWidgetFieldScalarPrivate *d;
 
   71 #endif //axlInspectorObjectSceneWidgetFIELDSCALAR_H 
Class axlAbstractField defines an API for arrays of numeric data.