Enumerations | Functions | Variables

hippodraw::Line Namespace Reference

A namespace for line constants. More...

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.

Detailed Description

A namespace for line constants.


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  ) 

Variable Documentation

Style styles[] [static]
Initial value:
 { Solid, Dash, Dot, DashDot, DashDotDot,
                              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 26 of file LineStyle.cxx.


Generated for HippoDraw Class Library by doxygen