#include "EditedDelegate.h"#include "../../../core/utils/Platform.h"#include "../../widgets/layer/explorer/LayerItem.h"#include <QPainter>Go to the source code of this file.
Functions | |
| QIcon | GetIcon (const bool &stash) |
| QPainterPath | GetStar () |
| QImage | GetStarImage (const QSize &size, const QColor &c) |
| QPainterPath | RecalculateMark (const QPainterPath &markShape, const int &markSize) |
| QIcon GetIcon | ( | const bool & | stash | ) |
Definition at line 58 of file EditedDelegate.cpp.
References te::core::FindInTerraLibPath().
Referenced by EditDelegate::EditDelegate().
| QPainterPath GetStar | ( | ) |
Definition at line 9 of file EditedDelegate.cpp.
Referenced by GetStarImage().
| QImage GetStarImage | ( | const QSize & | size, |
| const QColor & | c | ||
| ) |
Definition at line 35 of file EditedDelegate.cpp.
References GetStar(), p, and RecalculateMark().
| QPainterPath RecalculateMark | ( | const QPainterPath & | markShape, |
| const int & | markSize | ||
| ) |
Definition at line 27 of file EditedDelegate.cpp.
Referenced by GetStarImage().