20 #ifndef AXLINSPECTOROBJECTSCENEWIDGETFIELDVECTOR_H 
   21 #define AXLINSPECTOROBJECTSCENEWIDGETFIELDVECTOR_H 
   25 #include "axlGuiExport.h" 
   28 class axlInspectorObjectSceneWidgetFieldVectorPrivate;
 
   40     void displayAsHedge(
void);
 
   41     void displayAsGlyph(
void);
 
   42     void displayAsStream(
void);
 
   43     void displayAsNone(
void);
 
   45     void glyphScaleValueChanged(
double);
 
   47     void streamRadiusValueChanged(
double);
 
   48     void streamPropagationValueChanged(
double);
 
   49     void streamDirectionValueChanged(
int);
 
   56     void onDisplayAsHedge(
void);
 
   57     void onDisplayAsGlyph(
void);
 
   58     void onDisplayAsStream(
void);
 
   59     void onDisplayAsNone(
void);
 
   62     axlInspectorObjectSceneWidgetFieldVectorPrivate *d;
 
Class axlAbstractField defines an API for arrays of numeric data.