#include <Pixmap.H>
Definition at line 22 of file Pixmap.H.
Default constructor of size 200 by 200
Definition at line 83 of file Pixmap.H.
Pixmap::Pixmap |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
inline |
Construct a pixmap
- Parameters
-
width | the width of the pixmap |
height | the height of the pixmap |
Definition at line 90 of file Pixmap.H.
virtual Pixmap::~Pixmap |
( |
void |
| ) |
|
|
inlinevirtual |
Destructor
Definition at line 96 of file Pixmap.H.
static gboolean Pixmap::configure_event |
( |
GtkWidget * |
widget, |
|
|
GdkEventConfigure * |
event, |
|
|
gpointer |
data |
|
) |
| |
|
inlinestaticprotected |
Create a new backing pixmap of the appropriate size
Definition at line 44 of file Pixmap.H.
void Pixmap::destroyPixmap |
( |
void |
| ) |
|
|
inlineprotected |
Method to dereference and set the pixmap to null
Definition at line 62 of file Pixmap.H.
static gboolean Pixmap::expose_event |
( |
GtkWidget * |
widget, |
|
|
GdkEventExpose * |
event, |
|
|
gpointer |
data |
|
) |
| |
|
inlinestaticprotected |
Redraw the screen from the backing pixmap
Definition at line 53 of file Pixmap.H.
GdkPixmap* Pixmap::getPixmap |
( |
void |
| ) |
|
|
inline |
Get the backing pixmap
- Returns
- The backing pixmap
Definition at line 108 of file Pixmap.H.
GtkWidget* Pixmap::getWidget |
( |
void |
| ) |
|
|
inline |
Get the drawing area widget
- Returns
- The drawing area widget
Definition at line 103 of file Pixmap.H.
GtkWidget* Pixmap::hide |
( |
void |
| ) |
|
|
inlineprotected |
Method to hide the box.
- Returns
- box the GtkWidget* to the box
Definition at line 37 of file Pixmap.H.
void Pixmap::init |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
inlineprotected |
void Pixmap::setPixmap |
( |
GdkPixmap * |
pixmap_ | ) |
|
|
inline |
Set the backing pixmap
- Parameters
-
Definition at line 113 of file Pixmap.H.
GtkWidget* Pixmap::show |
( |
void |
| ) |
|
|
inlineprotected |
Method to show the box.
- Returns
- box the GtkWidget* to the box
Definition at line 30 of file Pixmap.H.
GdkPixmap* Pixmap::pixmap |
|
protected |
Backing pixmap for drawing area.
Definition at line 25 of file Pixmap.H.
GtkWidget* Pixmap::widget |
|
protected |
The drawing area widget.
Definition at line 24 of file Pixmap.H.
The documentation for this class was generated from the following file: