#include <glui.h>
Public Member Functions | |
GLUI_StdBitmaps () | |
~GLUI_StdBitmaps () | |
int | width (int n) const |
int | height (int n) const |
void | draw (int n, int x, int y) const |
Private Attributes | |
GLUI_Bitmap | bitmaps [GLUI_STDBITMAP_NUM_ITEMS] |
GLUI_StdBitmaps::GLUI_StdBitmaps | ( | ) |
GLUI_StdBitmaps::~GLUI_StdBitmaps | ( | ) |
void GLUI_StdBitmaps::draw | ( | int | n, | |
int | x, | |||
int | y | |||
) | const |
Draw the n'th standard bitmap (one of the enums listed in GLUI_StdBitmaps_Codes) at pixel corner (x,y).
int GLUI_StdBitmaps::height | ( | int | n | ) | const |
Return the height (in pixels) of the n'th standard bitmap.
int GLUI_StdBitmaps::width | ( | int | n | ) | const |
Return the width (in pixels) of the n'th standard bitmap.
GLUI_Bitmap GLUI_StdBitmaps::bitmaps[GLUI_STDBITMAP_NUM_ITEMS] [private] |