- Your Widget Set For OpenGL
Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | Related Pages

ufo::UBorderModel Class Reference

A border model describes the border of a widget. More...

#include <umodel.hpp>

Inheritance diagram for ufo::UBorderModel:

ufo::UWidgetModel List of all members.

Public Attributes

uint32_t borderType
UColor color [4]
uint8_t style [4]
uint8_t width [4]
uint8_t radius [4]

Detailed Description

A border model describes the border of a widget.

Author:
Johannes Schmidt


Member Data Documentation

uint32_t ufo::UBorderModel::borderType
 

The border type.

See also:
BorderType

UColor ufo::UBorderModel::color[4]
 

For colors for every side of the widget (top, right, bottom, left).

uint8_t ufo::UBorderModel::radius[4]
 

The border radius used to smooth border corners.

uint8_t ufo::UBorderModel::style[4]
 

border style used by CssBorder: top right bottom left

See also:
UBorderStyle

uint8_t ufo::UBorderModel::width[4]
 

The border width (top, right, bottom, left).


The documentation for this class was generated from the following file:
The libUFO Project - written by Johannes Schmidt