Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

crs::sc Namespace Reference

the namespace sc (special character) holds some characters needed to draw primitives More...


Functions

chtype getLeftBorder (unsigned char num, chtype custom)
 Get the character for the left border of some controls like buttons or so.

chtype getRightBorder (unsigned char num, chtype custom)
 Get the character for the right border of some controls like buttons or so.


Variables

chtype LowerLeftCorner = ACS_LLCORNER
chtype LowerRightCorner = ACS_LRCORNER
chtype UpperLeftCorner = ACS_ULCORNER
chtype UpperRightCorner = ACS_URCORNER
chtype HorizontalLine = ACS_HLINE
chtype VerticalLine = ACS_VLINE


Detailed Description

the namespace sc (special character) holds some characters needed to draw primitives

Function Documentation

chtype crs::sc::getLeftBorder unsigned char    num,
chtype    custom
 

Get the character for the left border of some controls like buttons or so.

the defaults are:

  • rect: '['
  • round: '('
  • bubble: '{'
  • enzleet: '<' the function returns the char given as custom, if num is style::custom

Definition at line 24 of file cursive.cpp.

References crs::style::custom.

chtype crs::sc::getRightBorder unsigned char    num,
chtype    custom
 

Get the character for the right border of some controls like buttons or so.

the defaults are:

  • rect: ']'
  • round: ')'
  • bubble: '}'
  • enzleet: '>' the function returns the char given as custom, if num is style::custom

Definition at line 32 of file cursive.cpp.

References crs::style::custom.


Variable Documentation

chtype crs::sc::HorizontalLine = ACS_HLINE
 

Definition at line 22 of file cursive.cpp.

chtype crs::sc::LowerLeftCorner = ACS_LLCORNER
 

Definition at line 18 of file cursive.cpp.

chtype crs::sc::LowerRightCorner = ACS_LRCORNER
 

Definition at line 19 of file cursive.cpp.

chtype crs::sc::UpperLeftCorner = ACS_ULCORNER
 

Definition at line 20 of file cursive.cpp.

chtype crs::sc::UpperRightCorner = ACS_URCORNER
 

Definition at line 21 of file cursive.cpp.

chtype crs::sc::VerticalLine = ACS_VLINE
 

Definition at line 23 of file cursive.cpp.


Generated on Mon May 19 20:36:05 2003 for cursive by doxygen1.2.18