|
Krita Source Code Documentation
|
#include <rwidgetutils.h>
Public Member Functions | |
| QPixmap | frameAt (int index) const |
| int | frameCount () const |
| QSize | frameSize () const |
| bool | isEmpty () const |
| WorkingPixmap () | |
| ~WorkingPixmap () | |
Private Attributes | |
| QVector< QPixmap > | m_frames |
A widget to draw progress wheel indicator over thumbnails.
Definition at line 202 of file rwidgetutils.h.
|
explicit |
Definition at line 438 of file rwidgetutils.cpp.
References m_frames.
| KDcrawIface::WorkingPixmap::~WorkingPixmap | ( | ) |
Definition at line 476 of file rwidgetutils.cpp.
| QPixmap KDcrawIface::WorkingPixmap::frameAt | ( | int | index | ) | const |
Definition at line 501 of file rwidgetutils.cpp.
| int KDcrawIface::WorkingPixmap::frameCount | ( | ) | const |
Definition at line 496 of file rwidgetutils.cpp.
References m_frames.
| QSize KDcrawIface::WorkingPixmap::frameSize | ( | ) | const |
| bool KDcrawIface::WorkingPixmap::isEmpty | ( | ) | const |
Definition at line 480 of file rwidgetutils.cpp.
References m_frames.
|
private |
Definition at line 216 of file rwidgetutils.h.