Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

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]
 

Ddraws a line.

Parameters:
x1 the first x coordinate.
y1 the first y coordinate.
x2 the second x coordinate.
y2 the second y coordinate.

Implemented in gcn::AllegroGraphics, gcn::OpenGLGraphics, and gcn::SDLGraphics.

virtual void gcn::Graphics::drawPoint int  x,
int  y