filters
PixmapFrame Class Reference
#include <pixmapFrame.h>
Inheritance diagram for PixmapFrame:

Detailed Description
This class hold a pixmap (frame).The pixmap can be converted in (e)ps. by using the convert command of ImageMagick.
Definition at line 39 of file pixmapFrame.h.
Public Member Functions | |
| PixmapFrame () | |
| PixmapFrame (QString, QString) | |
| virtual | ~PixmapFrame () |
| TAround | getRunAround () const |
| double | getAroundGap () const |
| TCreate | getAutoCreate () const |
| TNFrame | getNewFrame () const |
| TSide | getSheetSide () const |
| void | getPixmap (QDomNode) |
| QString | getKey () const |
| QString | getFilenamePS () const |
| void | setRunAround (const int a) |
| void | setAroundGap (const double r) |
| void | setAutoCreate (const int a) |
| void | setNewFrame (const int n) |
| void | setSheetSide (const int s) |
| void | setKeepAspectRatio (const QString) |
| void | setKey (QString k) |
| void | setFilenamePS (QString f) |
| void | analyse (const QDomNode) |
| void | convert () |
| void | generate (QTextStream &) |
Member Function Documentation
| TAround PixmapFrame::getRunAround | ( | ) | const [inline] |
| void PixmapFrame::setRunAround | ( | const int | a | ) | [inline] |
| void PixmapFrame::analyse | ( | const | QDomNode | ) | [virtual] |
| void PixmapFrame::convert | ( | ) |
| void PixmapFrame::generate | ( | QTextStream & | ) | [virtual] |
The documentation for this class was generated from the following files:

