gobjglColor4ub Class Reference
#include <gobj.h>
List of all members.
|
Public Types |
| typedef GLubyte | W |
Public Member Functions |
| | gobjglColor4ub (W const x_, W const y_, W const z_, W const a_) |
| void | set (W const x_, W const y_, W const z_, W const a_) |
| void | draw () |
| | Draw the object.
|
Public Attributes |
| W | x |
| W | y |
| W | z |
| W | a |
Detailed Description
Definition at line 210 of file gobj.h.
Member Typedef Documentation
Constructor & Destructor Documentation
| gobjglColor4ub::gobjglColor4ub |
( |
W const |
x_, |
|
|
W const |
y_, |
|
|
W const |
z_, |
|
|
W const |
a_ | |
|
) |
| | [inline] |
Definition at line 222 of file gobj.h.
00228 : x(x_), y(y_), z(z_), a(a_) {}
Member Function Documentation
| void gobjglColor4ub::draw |
( |
|
) |
[inline, virtual] |
| void gobjglColor4ub::set |
( |
W const |
x_, |
|
|
W const |
y_, |
|
|
W const |
z_, |
|
|
W const |
a_ | |
|
) |
| | [inline] |
Definition at line 230 of file gobj.h.
References a, x, y, and z.
00231 { x=x_; y=y_; z=z_; a=a_; }
Member Data Documentation
The documentation for this class was generated from the following file: