Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

VDKPixmap Class Reference

Provides a pixmap widget. More...

#include <pixmaps.h>

Inheritance diagram for VDKPixmap:

VDKObject VDKNotCopyAble List of all members.

Public Member Functions


Detailed Description

Provides a pixmap widget.

EVENTS
button_press_event received whenever user clicks on pixmap
TIP
Constructing with <pixfile> or <pixdata> set to NULL will make only the inner event box. Thus allowing to construct an empty pixmap that can be later initialized with SetPixmap().


Constructor & Destructor Documentation

VDKPixmap::VDKPixmap VDKForm owner,
char *  pixfile,
char *  tip = NULL,
bool  sensitive = false
 

Constructor

Parameters:
owner 
pixfile 
tip 
sensitive if true pixmap will be embedded into an eventbox so will receive signals

VDKPixmap::VDKPixmap VDKForm owner,
char **  pixdata,
char *  tip = NULL,
bool  sensitive = false
 

Constructor

Parameters:
owner 
pixdata 
tip 
sensitive if true pixmap will be embedded into an eventbox so will receive signals

VDKPixmap::~VDKPixmap  )  [virtual]
 

Destructor


Member Function Documentation

void VDKPixmap::Clear  ) 
 

Clear the pixmap

VDKRawPixmap * VDKPixmap::SetPixmap char **  pixdata  ) 
 

Change the raw pixmap contained into VDKPixmap

Parameters:
pixdata pixmap data

VDKRawPixmap * VDKPixmap::SetPixmap VDKRawPixmap newpix  ) 
 

Change the raw pixmap contained into VDKPixmap

Parameters:
newpix new pixmap

VDKRawPixmap * VDKPixmap::SetPixmap char *  file  ) 
 

Change the raw pixmap contained into VDKPixmap

Parameters:
file pixmap file

VDKRawPixmap* VDKPixmap::SetPixmap  )  [inline]
 

Returns the raw pixmap contained into VDKPixmap

int VDKPixmap::Width  )  [inline]
 

Return pixmap width


The documentation for this class was generated from the following files:
Generated on Tue Aug 17 12:39:51 2004 for vdk 2.4.0 by doxygen 1.3.7