Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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

Style styles [] = { Solid, Dash, Dot, DashDot, DashDotDot, Invisible }


Enumeration Type Documentation

enum hippodraw::Line::Style
 

Line style constants.

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

Definition at line 25 of file LineStyle.h.


Function Documentation

Style hippodraw::Line::convert unsigned int  style  )  [inline]
 

Definition at line 39 of file LineStyle.h.

References Invisible, and styles.


Variable Documentation

Style hippodraw::Line::styles[] = { Solid, Dash, Dot, DashDot, DashDotDot, Invisible } [static]
 

Definition at line 36 of file LineStyle.h.

Referenced by convert().


Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3