hippodraw::Line Namespace Reference


Detailed Description

A namespace for line constants.


Enumerations

enum  Style {
  Solid, Dash, Dot, DashDot,
  DashDotDot, Invisible
}
 Line style constants. More...

Functions

Style convert (unsigned int style)

Variables

static Style styles []
 An array to allow conversion of integer to enumeration.


Enumeration Type Documentation

enum Style

Line style constants.

Enumerator:
Solid  ________
Dash  __ __ __
Dot  . . . . .
DashDot  __ . __ .
DashDotDot  __ . . __
Invisible  not visible

Definition at line 25 of file LineStyle.h.


Function Documentation

Style convert ( unsigned int  style  ) 

Definition at line 29 of file LineStyle.cxx.

References Invisible, and styles.


Variable Documentation

Style styles[] [static]

Initial value:

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 26 of file LineStyle.cxx.

Referenced by convert().


Generated for HippoDraw Class Library by doxygen