18 #ifndef QGSCOMPOSERLEGENDSTYLE_H
19 #define QGSCOMPOSERLEGENDSTYLE_H
24 #include <QDomElement>
25 #include <QDomDocument>
56 double margin(
Side side ) {
return mMarginMap.value( side ); }
57 void setMargin(
Side side,
double margin ) { mMarginMap[side] = margin; }
60 void setMargin(
double margin );
67 static QString styleName( Style s );
70 static Style styleFromName(
const QString& styleName );
73 static QString styleLabel( Style s );
void setMargin(Side side, double margin)
Composer legend components style.
void setFont(const QFont &font)