80class PoValueLegend :
public PoLegend {
82 SO_KIT_HEADER(PoValueLegend) ;
85 SO_KIT_CATALOG_ENTRY_HEADER(multFactorSep) ;
86 SO_KIT_CATALOG_ENTRY_HEADER(multFactorApp) ;
87 SO_KIT_CATALOG_ENTRY_HEADER(multFactor) ;
173 static void initClass() ;
174 static void exitClass() ;
179 struct BoxRepresentation {
185 float transparency2 ;
189 float *percentPerColor ;
199 enum LegendOrientation {
204 enum MultFactorPosition {
205 MULT_FACTOR_POS_UP_MIDDLE,
206 MULT_FACTOR_POS_RIGHT_MIDDLE,
207 MULT_FACTOR_POS_DOWN_MIDDLE
214 virtual void setDefaultOnNonWritingFields() ;
218 virtual ~PoValueLegend() ;
221 virtual void basicObjectChange(PbBase *basicObj) ;
224 void computeBoxColors(
int index,
SbBool isIntervalLegend) ;
229 void computeUndefBoxRepresentation(
int lowerUndefIndex,
int upperUndefIndex) ;
232 void computeValuesList() ;
235 void newBoxRepresentationList(
int num) ;
238 void deleteBoxRepresentationList() ;
241 virtual void addElementsAllCaches() ;
242 virtual void preRebuild() ;
245 BoxRepresentation *m_boxRepresentationList ;
246 int m_numBoxRepresentation ;
250 float *m_valuesList ;
252 SbBool m_isLowerUndef, m_isUpperUndef ;
253 LegendType m_legendType ;
256 PbDataMapping::ClassType m_dataMappingType ;
257 float m_transparencyDeletedParts ;
260 LegendOrientation m_legendOrientation ;
264 SbString m_multFactorExpString ;
265 float m_multFactorWidth ;
269 PbNumericDisplayFormat m_defaultNumericFormat ;
272 PbNumericDisplayFormat *m_numericDisplayFormat ;
275 PbDataMapping *m_dataMap ;
278 PbIsovaluesList *m_isovalList ;
281 FieldSensorList m_fieldSensorList ;
284 SoFieldList m_fieldList ;