Go to the source code of this file.
Functions | |
| QPainterPath | getStar () |
| Qt include files. More... | |
| QImage | getStarImage (const QSize &size, const QColor &c) |
| QPainterPath | recalculateMark (const QPainterPath &markShape, const int &markSize) |
| QPainterPath getStar | ( | ) |
Qt include files.
STL include files
Definition at line 10 of file StarDelegate.cpp.
Referenced by getStarImage().
| QImage getStarImage | ( | const QSize & | size, |
| const QColor & | c | ||
| ) |
Definition at line 36 of file StarDelegate.cpp.
References getStar(), p, and recalculateMark().
Referenced by StarDelegate::init(), StarDelegate::paint(), and StarDelegate::setHighlightColor().
| QPainterPath recalculateMark | ( | const QPainterPath & | markShape, |
| const int & | markSize | ||
| ) |
Definition at line 28 of file StarDelegate.cpp.
Referenced by getStarImage().