#include <settings.h>
Inheritance diagram for YPixmapSettings:
Public Member Functions | |
YPixmapSettings () | |
virtual int | InitInstance () |
virtual YPixmapArgs | GetPixmapArgs () |
YPixmap * | GetPixmap (unsigned int index) |
const QBrush * | GetBrush (unsigned int index) |
Protected Member Functions | |
void | InsertFigure (const QString &filedir, const QColor &color=COLOR_DEFAULT) |
void | InsertBrush (const QBrush &brush, QBrush::BrushStyle style) |
Protected Attributes | |
QList< YPixmap > | pixmaps |
|
|
|
|
|
|
|
Reimplemented in YLogFileFigures. |
|
Reimplemented in YApplicationFigures, and YLogFileFigures. |
|
|
|
Insert a figure to the internal list. The figure will not be loaded! It will be loaded if it is used the first time. filedir can be a relative path from $YASA |
|
|