gcn::Gui Member List
This is the complete list of members for gcn::Gui>>srcX | source Image x coordinate. |
| srcY | source Image y coordinate. |
| dstX | destination x coordinate. |
| dstY | destination y coordinate. |
| width | the width of the piece. |
| height | the height of the piece. |
Implemented in gcn::AllegroGraphics, gcn::OpenGLGraphics, and gcn::SDLGraphics.
Referenced by drawImage().
| virtual void gcn::Graphics::drawLine |
( |
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2 |
|
) |
[pure virtual] |
|
| virtual void gcn::Graphics::drawPoint |
( |
int |
x, |
|
|
int |
y |
|