#include <pixmap.h>
Inherits Wt::PixmapOf< SDLPixmap >< Wt::SDLSurface >.
Inherited by Wt::Widget.
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 | |
| 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
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.