Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

Graphics Struct Reference

Structure to hold information about a graphics context. More...

#include <gfxcore.h>

Collaboration diagram for Graphics:

Collaboration graph
[legend]

Data Fields

Bitmapbitmap
Fontfont
char * fillStyle
int x
int y
int color
int blitMode

Detailed Description

Structure to hold information about a graphics context.

Definition at line 37 of file gfxcore.h.


Field Documentation

struct Bitmap* Graphics::bitmap
 

Definition at line 38 of file gfxcore.h.

Referenced by GFX_Circle(), GFX_FillRect(), GFX_HLine(), GFX_Init(), GFX_Line(), GFX_LineX(), GFX_Print(), and GFX_VLine().

int Graphics::blitMode
 

Definition at line 43 of file gfxcore.h.

Referenced by GFX_FillRect(), GFX_Init(), GFX_Print(), and GFX_SetBlitMode().

int Graphics::color
 

Definition at line 42 of file gfxcore.h.

Referenced by GFX_Circle(), GFX_HLine(), GFX_Init(), GFX_Line(), GFX_SetColor(), and GFX_VLine().

char* Graphics::fillStyle
 

Definition at line 40 of file gfxcore.h.

Referenced by GFX_FillRect(), GFX_Init(), and GFX_SetFillStyle().

struct Font* Graphics::font
 

Definition at line 39 of file gfxcore.h.

Referenced by GFX_Init(), GFX_Print(), GFX_SetFont(), and GFX_TextWidth().

int Graphics::x
 

Definition at line 41 of file gfxcore.h.

Referenced by GFX_LineRel(), GFX_LineTo(), GFX_MoveRel(), GFX_MoveTo(), GFX_Print(), and GFX_PrintAt().

int Graphics::y
 

Definition at line 41 of file gfxcore.h.

Referenced by GFX_LineRel(), GFX_LineTo(), GFX_MoveRel(), GFX_MoveTo(), GFX_Print(), and GFX_PrintAt().


The documentation for this struct was generated from the following file:
Generated on Sun Aug 4 21:47:44 2002 for k/os mp3v2 by doxygen1.2.16