cxWidgets 1.0
Public Member Functions | Public Attributes | List of all members
cx::cxBorderChars Struct Reference

#include <cxBorderChars.h>

Collaboration diagram for cx::cxBorderChars:
Collaboration graph

Public Member Functions

 cxBorderChars (eBorderStyle pBorderStyle=eBS_SINGLE_LINE)
 

Public Attributes

chtype left = ACS_VLINE
 
chtype right = ACS_VLINE
 
chtype top = ACS_HLINE
 
chtype bottom = ACS_HLINE
 
chtype topLeft = ACS_ULCORNER
 
chtype topRight = ACS_URCORNER
 
chtype bottomLeft = ACS_LLCORNER
 
chtype bottomRight = ACS_LRCORNER
 

Detailed Description

characters to be used in drawing a box (i.e., in cxWindow and all its derivitives). The characters all defult to a single line. Member variables are left (left side), right (right side), top (top line), bottom (bottom line), topLeft (top left corner), topRight (top right corner), bottomLeft (bottom left corner), and bottomRight (bottom right corner).

Constructor & Destructor Documentation

◆ cxBorderChars()

cx::cxBorderChars::cxBorderChars ( eBorderStyle  pBorderStyle = eBS_SINGLE_LINE)

Member Data Documentation

◆ bottom

chtype cx::cxBorderChars::bottom = ACS_HLINE

Referenced by cxBorderChars().

◆ bottomLeft

chtype cx::cxBorderChars::bottomLeft = ACS_LLCORNER

Referenced by cxBorderChars().

◆ bottomRight

chtype cx::cxBorderChars::bottomRight = ACS_LRCORNER

Referenced by cxBorderChars().

◆ left

chtype cx::cxBorderChars::left = ACS_VLINE

Referenced by cxBorderChars().

◆ right

chtype cx::cxBorderChars::right = ACS_VLINE

Referenced by cxBorderChars().

◆ top

chtype cx::cxBorderChars::top = ACS_HLINE

Referenced by cxBorderChars().

◆ topLeft

chtype cx::cxBorderChars::topLeft = ACS_ULCORNER

Referenced by cxBorderChars().

◆ topRight

chtype cx::cxBorderChars::topRight = ACS_URCORNER

Referenced by cxBorderChars().


The documentation for this struct was generated from the following files: