QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | List of all members
QgsComposerLegendStyle Class Reference

Composer legend components style. More...

#include <qgscomposerlegendstyle.h>

Public Types

enum  Style {
  Undefined, Hidden, Title, Group,
  Subgroup, Symbol, SymbolLabel
}
enum  Side { Top = 0, Bottom = 1, Left = 2, Right = 3 }

Public Member Functions

 QgsComposerLegendStyle ()
 ~QgsComposerLegendStyle ()
QFont font () const
QFont & rfont ()
void setFont (const QFont &font)
double margin (Side side)
void setMargin (Side side, double margin)
void setMargin (double margin)
void writeXML (QString name, QDomElement &elem, QDomDocument &doc) const
void readXML (const QDomElement &elem, const QDomDocument &doc)

Static Public Member Functions

static QString styleName (Style s)
 Get name for style, used in project file.
static Style styleFromName (QString styleName)
 Get style from name, used in project file.
static QString styleLabel (Style s)
 Get style label, translated, used in UI.

Detailed Description

Composer legend components style.

Member Enumeration Documentation

Enumerator:
Top 
Bottom 
Left 
Right 
Enumerator:
Undefined 
Hidden 
Title 
Group 
Subgroup 
Symbol 
SymbolLabel 

Constructor & Destructor Documentation

QgsComposerLegendStyle::QgsComposerLegendStyle ( )
QgsComposerLegendStyle::~QgsComposerLegendStyle ( )

Member Function Documentation

QFont QgsComposerLegendStyle::font ( ) const
inline
double QgsComposerLegendStyle::margin ( Side  side)
inline
void QgsComposerLegendStyle::readXML ( const QDomElement &  elem,
const QDomDocument &  doc 
)
QFont& QgsComposerLegendStyle::rfont ( )
inline
void QgsComposerLegendStyle::setFont ( const QFont &  font)
inline
void QgsComposerLegendStyle::setMargin ( Side  side,
double  margin 
)
inline
void QgsComposerLegendStyle::setMargin ( double  margin)
QgsComposerLegendStyle::Style QgsComposerLegendStyle::styleFromName ( QString  styleName)
static

Get style from name, used in project file.

QString QgsComposerLegendStyle::styleLabel ( Style  s)
static

Get style label, translated, used in UI.

QString QgsComposerLegendStyle::styleName ( Style  s)
static

Get name for style, used in project file.

void QgsComposerLegendStyle::writeXML ( QString  name,
QDomElement &  elem,
QDomDocument &  doc 
) const

The documentation for this class was generated from the following files: