55class PoLegend :
public PoGraphMaster {
57 SO_KIT_HEADER(PoLegend) ;
60 SO_KIT_CATALOG_ENTRY_HEADER(backgroundSep) ;
61 SO_KIT_CATALOG_ENTRY_HEADER(backgroundApp) ;
62 SO_KIT_CATALOG_ENTRY_HEADER(background) ;
64 SO_KIT_CATALOG_ENTRY_HEADER(backgroundBorderSep) ;
65 SO_KIT_CATALOG_ENTRY_HEADER(backgroundBorderApp) ;
66 SO_KIT_CATALOG_ENTRY_HEADER(backgroundBorder) ;
68 SO_KIT_CATALOG_ENTRY_HEADER(boxSep) ;
69 SO_KIT_CATALOG_ENTRY_HEADER(boxApp) ;
70 SO_KIT_CATALOG_ENTRY_HEADER(box) ;
72 SO_KIT_CATALOG_ENTRY_HEADER(boxBorderSep) ;
73 SO_KIT_CATALOG_ENTRY_HEADER(boxBorderApp) ;
74 SO_KIT_CATALOG_ENTRY_HEADER(boxBorder) ;
76 SO_KIT_CATALOG_ENTRY_HEADER(titleSep) ;
77 SO_KIT_CATALOG_ENTRY_HEADER(titleApp) ;
78 SO_KIT_CATALOG_ENTRY_HEADER(title) ;
80 SO_KIT_CATALOG_ENTRY_HEADER(valueTextSep) ;
81 SO_KIT_CATALOG_ENTRY_HEADER(valueTextApp) ;
82 SO_KIT_CATALOG_ENTRY_HEADER(valueText) ;
307 static void initClass() ;
308 static void exitClass() ;
315 float valueFontSize ;
320 virtual void setDefaultOnNonWritingFields() ;
324 virtual void basicObjectChange(
PbBase *basicObj) ;
329 void computeMarginA(
const SbVec2f &ptBoxOrig,
float boxWidth,
330 float boxHeight,
SbVec2f &ptLegendOrig,
331 float &legendWidth,
float &legendHeight) ;
334 void computeTitleSizeA(
float legendWidth,
float legendHeight,
335 float &titleWidth,
float &titleHeight) ;
338 void drawBackgroundA(
const SbVec2f &ptBoxOrig,
float boxWidth,
float boxHeight) ;
341 void drawTitleA(
float titleHeight,
float titleWidth, Plimit &limit) ;
344 void drawBoxesLegendBoxesA(
SbBool isBoxVisible,
float boxWidth,
float boxHeight,
345 int nb_lines,
int nb_columns,
346 int numItems,
const float *maxTextSizePerCol,
347 const SbVec2f &space_box,
const Plimit &limit) ;
350 virtual void drawBoxLegendBoxesA(
SoGroup *boxBorderGroup,
SoGroup *boxGroup,
351 const SbVec2f &topLeftCorner,
float width,
352 float height,
int repIndex) ;
355 void drawValuesLegendBoxesA(
int nb_lines,
int nb_columns,
int numStrings,
356 const SbString *strings,
const float *maxTextSizePerCol,
357 const SbVec2f &space_box,
const Plimit &limit,
362 virtual void computeGraphicSizeForValues(
float &width,
float &height,
366 virtual void setRevertOrder(
float startY,
float endY)
367 { m_revertOrder = (startY <= endY ? FALSE : TRUE) ; }
368 SbBool isRevertOrder()
const
369 {
return m_revertOrder ; }
378 void setDefaultAttr() ;
384 virtual ~PoLegend() ;
387 virtual void addElementsAllCaches() ;
388 virtual void preRebuild() ;
391 LegendAttr m_legendAttr ;
395 PbMiscTextAttr *m_miscTextAttr, *m_defaultMiscTextAttr ;
398 FieldSensorList m_fieldSensorList ;
401 SoFieldList m_fieldList ;
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Class to define a numeri...