MeVisLabToolboxReference
MeVisLab/Standard/Sources/Inventor/SoView2D/extensions/SoView2DLegend.h File Reference

Parses a string in a certain format and displays a legend on a View2D. More...

#include "SoView2DSystem.h"
#include "SoView2DExtension.h"
#include <Inventor/fields/SoFields.h>
#include <vector>

Go to the source code of this file.

Classes

class  LegendItem
 class holds legend item information More...
class  SoView2DLegend
 SoView2DLegend allows to draw legends on SoView2D. More...

Enumerations

enum  LegendFontSize { AUTO_SIZE_LEGEND = -1, SMALL_LEGEND = 0, MEDIUM_LEGEND = 1, LARGE_LEGEND = 2 }
 font sizes More...

Detailed Description

Parses a string in a certain format and displays a legend on a View2D.

Author:
Olaf Konrad
Date:
02/2002

Definition in file SoView2DLegend.h.


Enumeration Type Documentation

font sizes

Enumerator:
AUTO_SIZE_LEGEND 
SMALL_LEGEND 
MEDIUM_LEGEND 
LARGE_LEGEND 

Definition at line 28 of file SoView2DLegend.h.