#include <QOutputDevPixmap.h>
Public Member Functions | |
| QOutputDevPixmap (SplashColor paperColor) | |
| virtual | ~QOutputDevPixmap () |
| virtual void | endPage () |
| QImage | getImage () const |
Private Attributes | |
| QImage | m_image |
| SplashColorPtr | raw_image |
| QOutputDevPixmap::QOutputDevPixmap | ( | SplashColor | paperColor | ) |
| virtual QOutputDevPixmap::~QOutputDevPixmap | ( | ) | [virtual] |
| virtual void QOutputDevPixmap::endPage | ( | ) | [virtual] |
Reimplemented from QOutputDev.
| QImage QOutputDevPixmap::getImage | ( | ) | const [inline] |
Referenced by gui::PageViewS::setPixmap().
QImage QOutputDevPixmap::m_image [private] |
SplashColorPtr QOutputDevPixmap::raw_image [private] |