BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
BWAPI::BitmapProxy Class Reference

#include <Bitmap.h>

List of all members.

Public Member Functions

 BitmapProxy (unsigned char *data, unsigned short width, unsigned short height, int x)
Color operator[] (int y)

Private Attributes

unsigned char * data
unsigned short width
unsigned short height
int x

Detailed Description

Definition at line 6 of file Bitmap.h.


Constructor & Destructor Documentation

BWAPI::BitmapProxy::BitmapProxy ( unsigned char *  data,
unsigned short  width,
unsigned short  height,
int  x 
)

Member Function Documentation

Color BWAPI::BitmapProxy::operator[] ( int  y)

Member Data Documentation

unsigned char* BWAPI::BitmapProxy::data [private]

Definition at line 12 of file Bitmap.h.

unsigned short BWAPI::BitmapProxy::height [private]

Definition at line 14 of file Bitmap.h.

unsigned short BWAPI::BitmapProxy::width [private]

Definition at line 13 of file Bitmap.h.

int BWAPI::BitmapProxy::x [private]

Definition at line 15 of file Bitmap.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines