Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Related Pages  

PixWidget Class Reference

A double buffered widget for displaying pixmaps. More...

#include <PixWidget.h>


Public Methods

 PixWidget (QWidget *parent=0, const char *name=0)
 Constructor. More...

 PixWidget (QWidget *parent=0, int w=100, int h=30)
 Constructor. More...

 ~PixWidget ()
 Destructor. More...


Detailed Description

A double buffered widget for displaying pixmaps.

This involves two conversions, and is kinda slow. Should be scraped and replace with a widget that uses raw X code instead of QPixmap.


Constructor & Destructor Documentation

PixWidget::PixWidget QWidget *    parent = 0,
const char *    name = 0
 

Constructor.

PixWidget::PixWidget QWidget *    parent = 0,
int    w = 100,
int    h = 30
 

Constructor.

PixWidget::~PixWidget  
 

Destructor.

Deletes the instance of the class.


The documentation for this class was generated from the following files:
Generated on Tue Apr 1 11:01:17 2003 for ImprovQT by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002