16 #ifndef QGSMARKERCATALOGUE_H
17 #define QGSMARKERCATALOGUE_H
19 #include <QStringList>
50 QImage imageMarker( QString fullName,
double size, QPen pen, QBrush brush,
double opacity = 1.0 );
59 QPicture pictureMarker( QString fullName,
double size, QPen pen, QBrush brush,
double opacity = 1.0 );
63 static bool svgMarker( QPainter * thepPainter, QString name,
double size );
69 void markersRefreshed();
82 void hardMarker( QPainter * thepPainter,
int imageSize, QString name,
double size, QPen pen, QBrush brush );
84 bool fontMarker( QPainter * thepPainter, QString name,
double size );
88 #endif // QGSMARKERCATALOGUE_H