GLUI_StdBitmaps Class Reference

#include <glui.h>

List of all members.

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]


Detailed Description

Keeps an array of GLUI_Bitmap objects to represent all the images used in the UI: checkboxes, arrows, etc.

Constructor & Destructor Documentation

GLUI_StdBitmaps::GLUI_StdBitmaps (  ) 

GLUI_StdBitmaps::~GLUI_StdBitmaps (  ) 


Member Function Documentation

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.


Member Data Documentation

GLUI_Bitmap GLUI_StdBitmaps::bitmaps[GLUI_STDBITMAP_NUM_ITEMS] [private]


The documentation for this class was generated from the following file:

Generated on Tue Jan 20 23:44:14 2009 for FlowVis by  doxygen 1.5.7.1