Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

GLUIPopUp::IconBitmap Class Reference

#include <glui_dialogs.H>

List of all members.

Public Member Functions

 IconBitmap (int w, int h)
 IconBitmap ()
 ~IconBitmap ()
void set (int *icon)
void set_size (int w, int h)
void copy (int sx, int sy, IconBitmap *src, int dx, int dy, int w, int h)

Public Attributes

int _width
int _height
uchar_data


Detailed Description

Definition at line 33 of file glui_dialogs.H.


Constructor & Destructor Documentation

GLUIPopUp::IconBitmap::IconBitmap int  w,
int  h
[inline]
 

Definition at line 38 of file glui_dialogs.H.

References set_size().

GLUIPopUp::IconBitmap::IconBitmap  )  [inline]
 

Definition at line 39 of file glui_dialogs.H.

GLUIPopUp::IconBitmap::~IconBitmap  )  [inline]
 

Definition at line 40 of file glui_dialogs.H.

References _data.


Member Function Documentation

void GLUIPopUp::IconBitmap::copy int  sx,
int  sy,
IconBitmap src,
int  dx,
int  dy,
int  w,
int  h
[inline]
 

Definition at line 60 of file glui_dialogs.H.

References _data, _height, and _width.

void GLUIPopUp::IconBitmap::set int *  icon  )  [inline]
 

Definition at line 42 of file glui_dialogs.H.

References _data, _height, _width, and set_size().

void GLUIPopUp::IconBitmap::set_size int  w,
int  h
[inline]
 

Definition at line 55 of file glui_dialogs.H.

References _data, _height, and _width.

Referenced by IconBitmap(), and set().


Member Data Documentation

uchar* GLUIPopUp::IconBitmap::_data
 

Definition at line 36 of file glui_dialogs.H.

Referenced by copy(), set(), set_size(), and ~IconBitmap().

int GLUIPopUp::IconBitmap::_height
 

Definition at line 35 of file glui_dialogs.H.

Referenced by copy(), set(), and set_size().

int GLUIPopUp::IconBitmap::_width
 

Definition at line 35 of file glui_dialogs.H.

Referenced by copy(), set(), and set_size().


The documentation for this class was generated from the following file:
Generated on Mon Sep 18 11:45:48 2006 for jot by  doxygen 1.4.4