text::Rect Struct Reference

#include <text_base_types.h>

Public Member Functions

 Rect (int _x, int _y, int _width, int _height)

Data Fields

int x
int y
int width
int height

Detailed Description

Definition at line 45 of file text_base_types.h.


Constructor & Destructor Documentation

text::Rect::Rect ( int  _x,
int  _y,
int  _width,
int  _height 
) [inline]

Definition at line 48 of file text_base_types.h.

00049     : x(_x), y(_y), width(_width), height(_height)
00050     {
00051     }


Field Documentation

Definition at line 56 of file text_base_types.h.

Definition at line 55 of file text_base_types.h.

Definition at line 53 of file text_base_types.h.

Definition at line 54 of file text_base_types.h.


The documentation for this struct was generated from the following file:
Generated by  doxygen 1.6.2-20100208