okteta
AbstractFrameRenderer Class Reference
#include <abstractframerenderer.h>

Detailed Description
Definition at line 32 of file abstractframerenderer.h.
Public Member Functions | |
| AbstractFrameRenderer () | |
| virtual int | height () const =0 |
| QPoint | pos () const |
| virtual void | prepare ()=0 |
| QRect | rect () const |
| virtual void | renderFrame (QPainter *painter, int frameIndex)=0 |
| void | setPos (const QPoint &point) |
| void | setPos (int x, int y) |
| QSize | size () const |
| virtual int | width () const =0 |
| int | x () const |
| int | y () const |
| virtual | ~AbstractFrameRenderer () |
Protected Attributes | |
| Private *const | d |
Constructor & Destructor Documentation
| AbstractFrameRenderer::AbstractFrameRenderer | ( | ) |
Definition at line 41 of file abstractframerenderer.cpp.
| AbstractFrameRenderer::~AbstractFrameRenderer | ( | ) | [virtual] |
Definition at line 53 of file abstractframerenderer.cpp.
Member Function Documentation
| virtual int AbstractFrameRenderer::height | ( | ) | const [pure virtual] |
Implemented in HeaderFooterFrameRenderer, and ByteArrayFrameRenderer.
| QPoint AbstractFrameRenderer::pos | ( | ) | const |
Definition at line 43 of file abstractframerenderer.cpp.
| virtual void AbstractFrameRenderer::prepare | ( | ) | [pure virtual] |
painting will start, fix all things like Time and Data
Implemented in HeaderFooterFrameRenderer, and ByteArrayFrameRenderer.
| QRect AbstractFrameRenderer::rect | ( | ) | const |
Definition at line 45 of file abstractframerenderer.cpp.
| virtual void AbstractFrameRenderer::renderFrame | ( | QPainter * | painter, | |
| int | frameIndex | |||
| ) | [pure virtual] |
Implemented in HeaderFooterFrameRenderer, AbstractColumnFrameRenderer, and ByteArrayFrameRenderer.
| void AbstractFrameRenderer::setPos | ( | const QPoint & | point | ) |
Definition at line 51 of file abstractframerenderer.cpp.
Definition at line 50 of file abstractframerenderer.cpp.
| QSize AbstractFrameRenderer::size | ( | ) | const |
Definition at line 44 of file abstractframerenderer.cpp.
| virtual int AbstractFrameRenderer::width | ( | ) | const [pure virtual] |
Implemented in HeaderFooterFrameRenderer, and ByteArrayFrameRenderer.
| int AbstractFrameRenderer::x | ( | ) | const |
Definition at line 47 of file abstractframerenderer.cpp.
| int AbstractFrameRenderer::y | ( | ) | const |
Definition at line 48 of file abstractframerenderer.cpp.
Member Data Documentation
Private* const AbstractFrameRenderer::d [protected] |
Definition at line 64 of file abstractframerenderer.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference