20 #ifndef AXLINSPECTOROBJECTSCENEWIDGETFIELD_H 
   21 #define AXLINSPECTOROBJECTSCENEWIDGETFIELD_H 
   25 #include "axlGuiExport.h" 
   30 class axlInspectorObjectSceneWidgetFieldPrivate;
 
   46     void onDisplayAsNoneScalar(
void);
 
   47     void onDisplayAsColor(
void);
 
   48     void onDisplayAsIso(
void);
 
   50     void onDisplayAsNoneVector(
void);
 
   51     void onDisplayAsHedge(
void);
 
   52     void onDisplayAsGlyph(
void);
 
   53     void onDisplayAsStream(
void);
 
   55     void onColRangeMinChanged(
double min);
 
   56     void onColRangeMaxChanged(
double max);
 
   58     void onIsoCountChanged(
int count);
 
   59     void onIsoRadiusChanged(
double radius);
 
   60     void onIsoRangeMinChanged(
double min);
 
   61     void onIsoRangeMaxChanged(
double max);
 
   63     void onGlyphScaleValueChanged(
double scale);
 
   65     void onStreamRadiusValueChanged(
double radius);
 
   66     void onStreamPropagationValueChanged(
double propagation);
 
   67     void onStreamDirectionValueChanged(
int direction);
 
   70     axlInspectorObjectSceneWidgetFieldPrivate *d;
 
   73 #endif //axlInspectorObjectSceneWidgetFIELD_H 
Class axlAbstractField defines an API for arrays of numeric data.