Wt::Pixmap Class Reference

#include <pixmap.h>

Inherits Wt::PixmapOf< SDLPixmap >< Wt::SDLSurface >.

Inherited by Wt::Widget.

List of all members.

Public Types

 NoOptim
 BestOptim
 DefaultOptim = BestOptim
enum  Optimization { NoOptim, BestOptim, DefaultOptim = BestOptim }

Public Member Functions

 Pixmap ()
 constructor for NULL pixmap or default display
 Pixmap (int w, int h, int depth=-1, int flags=0, Optimization optimization=DefaultOptim)
 constructor for a sized, non display, pixmap
 Pixmap (const Size &size, int depth=-1, int flags=0, Optimization optimization=DefaultOptim)
 constructor for a sized, non display, pixmap
 Pixmap (const PixmapBase &pixmap)
 copy shares the pixmap
 Pixmap (const SDLSurface &sdlsurface)
 constructor from SDLSurface (for scale to work implicitely)
 Pixmap (const std::string &filename)
 constructor from file


Member Enumeration Documentation

enum Wt::Pixmap::Optimization

Enumerator:
NoOptim 
BestOptim 
DefaultOptim 


Constructor & Destructor Documentation

Wt::Pixmap::Pixmap (  )  [inline]

constructor for NULL pixmap or default display

Wt::Pixmap::Pixmap ( int  w,
int  h,
int  depth = -1,
int  flags = 0,
Optimization  optimization = DefaultOptim 
) [inline]

constructor for a sized, non display, pixmap

Wt::Pixmap::Pixmap ( const Size size,
int  depth = -1,
int  flags = 0,
Optimization  optimization = DefaultOptim 
) [inline]

constructor for a sized, non display, pixmap

Wt::Pixmap::Pixmap ( const PixmapBase pixmap  )  [inline]

copy shares the pixmap

Wt::Pixmap::Pixmap ( const SDLSurface sdlsurface  )  [inline]

constructor from SDLSurface (for scale to work implicitely)

Wt::Pixmap::Pixmap ( const std::string &  filename  )  [inline]

constructor from file


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

Generated Fri Jul 28 19:22:38 2006.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.