BWAPI
Functions
trunk/bwapi/BWAPI/Source/Graphics.cpp File Reference
#include "Graphics.h"
#include "BW/Offsets.h"
#include <BWAPI/CoordinateType.h>
#include <BWAPI/Color.h>
Include dependency graph for Graphics.cpp:

Functions

void bwDrawBox (int _x, int _y, int _w, int _h, int color, int ctype)
void bwDrawBoxEx (int _x, int _y, int _w, int _h, int borderColor, int borderThickness, int color, int ctype, int style, int intensity)
void bwDrawDot (int _x, int _y, int color, int ctype)
void bwDrawLine (int _x1, int _y1, int _x2, int _y2, int color, int ctype)
void bwDrawText (int _x, int _y, const char *ptext, int ctype, char size)

Function Documentation

void bwDrawBox ( int  _x,
int  _y,
int  _w,
int  _h,
int  color,
int  ctype 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void bwDrawBoxEx ( int  _x,
int  _y,
int  _w,
int  _h,
int  borderColor,
int  borderThickness,
int  color,
int  ctype,
int  style,
int  intensity 
)

Here is the call graph for this function:

void bwDrawDot ( int  _x,
int  _y,
int  color,
int  ctype 
)

Here is the caller graph for this function:

void bwDrawLine ( int  _x1,
int  _y1,
int  _x2,
int  _y2,
int  color,
int  ctype 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void bwDrawText ( int  _x,
int  _y,
const char *  ptext,
int  ctype,
char  size 
)

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines