Enumerations | Functions | Variables

hippodraw::Symbol Namespace Reference

A namespace for plotting symbols. More...

Enumerations

enum  Type {
  SQUARE, SOLIDSQUARE, PLUS, TIMES,
  TRIANGLE, FILLED_TRIANGLE, CIRCLE, FILLED_CIRCLE,
  INVISIBLE
}
 

Enumeration of the type of symbols supported by this class.

More...

Functions

Type convert (unsigned int type)

Variables

static Type types []
 An array to allow conversion of integer to enumeration.

Detailed Description

A namespace for plotting symbols.


Enumeration Type Documentation

enum Type

Enumeration of the type of symbols supported by this class.

Author:
Paul F. Kunz <Paul_Kunz@slac.stanford.edu>
Enumerator:
SQUARE 
SOLIDSQUARE 
symbolpointrepsolidsquare.png
PLUS 
TIMES 
TRIANGLE 
FILLED_TRIANGLE 
CIRCLE 
FILLED_CIRCLE 
INVISIBLE 

Definition at line 28 of file SymbolType.h.


Function Documentation

Type MDL_HIPPOPLOT_API convert ( unsigned int  type  ) 

Variable Documentation

Type types[] [static]
Initial value:
 { SQUARE, SOLIDSQUARE,
                             PLUS, TIMES,
                             TRIANGLE, FILLED_TRIANGLE,
                             CIRCLE, FILLED_CIRCLE,
                             INVISIBLE }

An array to allow conversion of integer to enumeration.

Note:
Use static as recommended by KDE developers because no long symbol will be exported.

Definition at line 25 of file SymbolType.cxx.


Generated for HippoDraw Class Library by doxygen