okteta
#include <abstractframerenderer.h>

Public Member Functions | |
AbstractFrameRenderer () | |
virtual | ~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 (int x, int y) |
void | setPos (const QPoint &point) |
QSize | size () const |
virtual int | width () const =0 |
int | x () const |
int | y () const |
Protected Attributes | |
Private *const | d |
Detailed Description
Definition at line 32 of file abstractframerenderer.h.
Constructor & Destructor Documentation
AbstractFrameRenderer::AbstractFrameRenderer | ( | ) |
Definition at line 41 of file abstractframerenderer.cpp.
|
virtual |
Definition at line 53 of file abstractframerenderer.cpp.
Member Function Documentation
|
pure virtual |
Implemented in HeaderFooterFrameRenderer, and ByteArrayFrameRenderer.
QPoint AbstractFrameRenderer::pos | ( | ) | const |
Definition at line 43 of file abstractframerenderer.cpp.
|
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.
|
pure virtual |
Implemented in HeaderFooterFrameRenderer, ByteArrayFrameRenderer, and AbstractColumnFrameRenderer.
void AbstractFrameRenderer::setPos | ( | int | x, |
int | y | ||
) |
Definition at line 50 of file abstractframerenderer.cpp.
void AbstractFrameRenderer::setPos | ( | const QPoint & | point | ) |
Definition at line 51 of file abstractframerenderer.cpp.
QSize AbstractFrameRenderer::size | ( | ) | const |
Definition at line 44 of file abstractframerenderer.cpp.
|
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
|
protected |
Definition at line 64 of file abstractframerenderer.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.