proj home

Files   Classes   Functions   Hierarchy  

gobjglViewport Class Reference

#include <gobj.h>

Inheritance diagram for gobjglViewport:
Collaboration diagram for gobjglViewport:

List of all members.

Public Member Functions

 gobjglViewport (GLint x_, GLint y_, GLsizei width_, GLsizei height_)
void draw ()
 Draw the object.

Public Attributes

GLint x
GLint y
GLsizei width
GLsizei height


Detailed Description

Definition at line 1183 of file gobj.h.


Constructor & Destructor Documentation

gobjglViewport::gobjglViewport ( GLint  x_,
GLint  y_,
GLsizei  width_,
GLsizei  height_ 
) [inline]

Definition at line 1193 of file gobj.h.

01199     : x(x_), y(y_), width(width_), height(height_) {}


Member Function Documentation

void gobjglViewport::draw (  )  [inline, virtual]

Draw the object.

Implements gobj.

Definition at line 1201 of file gobj.h.

References GOBJDEBUGCODE, height, width, and y.

01202     { GOBJDEBUGCODE glViewport(x,y,width,height); }


Member Data Documentation

Definition at line 1190 of file gobj.h.

Referenced by draw().

Definition at line 1189 of file gobj.h.

Referenced by draw().

Definition at line 1187 of file gobj.h.

Definition at line 1188 of file gobj.h.

Referenced by draw().


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

Generated on Fri Mar 4 00:50:01 2011 for Chelton Evans Source by  doxygen 1.5.8