arsa  2.7
Public Member Functions | Public Attributes | List of all members
RECT Struct Reference

#include <cdx.h>

Public Member Functions

 RECT ()
 
 RECT (int l, int t, int r, int b)
 

Public Attributes

long left
 
long top
 
long right
 
long bottom
 

Detailed Description

Definition at line 122 of file cdx.h.

Constructor & Destructor Documentation

◆ RECT() [1/2]

RECT::RECT ( )
inline

Definition at line 124 of file cdx.h.

125  {
126  left = 0;
127  top = 0;
128  right = 0;
129  bottom = 0;
130  }
GLint GLint bottom
GLdouble GLdouble GLdouble GLdouble top
GLint left
GLdouble GLdouble right

◆ RECT() [2/2]

RECT::RECT ( int  l,
int  t,
int  r,
int  b 
)
inline

Definition at line 131 of file cdx.h.

132  {
133  left = l;
134  top = t;
135  right = r;
136  bottom = b;
137  }
GLdouble GLdouble t
Definition: SDL_opengl.h:2071
GLdouble GLdouble GLdouble r
Definition: SDL_opengl.h:2079
GLint GLint bottom
GLdouble GLdouble GLdouble GLdouble top
GLint left
GLboolean GLboolean GLboolean b
GLdouble GLdouble right

Member Data Documentation

◆ bottom

long RECT::bottom

Definition at line 139 of file cdx.h.

◆ left

long RECT::left

Definition at line 139 of file cdx.h.

◆ right

long RECT::right

Definition at line 139 of file cdx.h.

◆ top

long RECT::top

Definition at line 139 of file cdx.h.


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