TGUI  v0.6.10
Public Member Functions | Public Attributes | List of all members
tgui::Borders Class Reference

Public Member Functions

 Borders (unsigned int leftBorderWidth=0, unsigned int topBorderHeight=0, unsigned int rightBorderWidth=0, unsigned int bottomBorderHeight=0)
 Default constructor. More...
 

Public Attributes

unsigned int left
 Width of the left border. More...
 
unsigned int top
 Height of the top border. More...
 
unsigned int right
 Width of the right border. More...
 
unsigned int bottom
 Height of the bottom border. More...
 

Constructor & Destructor Documentation

tgui::Borders::Borders ( unsigned int  leftBorderWidth = 0,
unsigned int  topBorderHeight = 0,
unsigned int  rightBorderWidth = 0,
unsigned int  bottomBorderHeight = 0 
)
inline

Default constructor.

Parameters
leftBorderWidthWidth of the left border
topBorderHeightHeight of the top border
rightBorderWidthWidth of the right border
bottomBorderHeightHeight of the bottom border

Member Data Documentation

unsigned int tgui::Borders::bottom

Height of the bottom border.

unsigned int tgui::Borders::left

Width of the left border.

unsigned int tgui::Borders::right

Width of the right border.

unsigned int tgui::Borders::top

Height of the top border.


The documentation for this class was generated from the following file: