|
QGIS API Documentation
2.6.0-Brighton
|
Abstract base class for the legend item types. More...
#include <qgscomposerlegenditem.h>

Public Types | |
| enum | ItemType { GroupItem = QStandardItem::UserType, LayerItem, SymbologyV2Item, RasterSymbolItem, StyleItem } |
Public Member Functions | |
| QgsComposerLegendItem (QgsComposerLegendStyle::Style s=QgsComposerLegendStyle::Undefined) | |
| QgsComposerLegendItem (const QString &text, QgsComposerLegendStyle::Style s=QgsComposerLegendStyle::Undefined) | |
| QgsComposerLegendItem (const QIcon &icon, const QString &text, QgsComposerLegendStyle::Style s=QgsComposerLegendStyle::Undefined) | |
| virtual | ~QgsComposerLegendItem () |
| virtual void | writeXML (QDomElement &elem, QDomDocument &doc) const =0 |
| virtual void | readXML (const QDomElement &itemElem, bool xServerAvailable=true)=0 |
| Read item content from xml. | |
| virtual ItemType | itemType () const =0 |
| virtual QStandardItem * | clone () const =0 |
| QgsComposerLegendStyle::Style | style () const |
| void | setStyle (QgsComposerLegendStyle::Style style) |
| virtual QString | userText () const |
| virtual void | setUserText (const QString &text) |
Protected Member Functions | |
| void | writeXMLChildren (QDomElement &elem, QDomDocument &doc) const |
Protected Attributes | |
| QgsComposerLegendStyle::Style | mStyle |
| QString | mUserText |
Abstract base class for the legend item types.
| QgsComposerLegendItem::QgsComposerLegendItem | ( | QgsComposerLegendStyle::Style | s = QgsComposerLegendStyle::Undefined | ) |
| QgsComposerLegendItem::QgsComposerLegendItem | ( | const QString & | text, |
| QgsComposerLegendStyle::Style | s = QgsComposerLegendStyle::Undefined |
||
| ) |
| QgsComposerLegendItem::QgsComposerLegendItem | ( | const QIcon & | icon, |
| const QString & | text, | ||
| QgsComposerLegendStyle::Style | s = QgsComposerLegendStyle::Undefined |
||
| ) |
|
virtual |
|
pure virtual |
Implemented in QgsComposerGroupItem, QgsComposerLayerItem, QgsComposerRasterSymbolItem, and QgsComposerSymbolV2Item.
|
pure virtual |
Implemented in QgsComposerGroupItem, QgsComposerLayerItem, QgsComposerRasterSymbolItem, and QgsComposerSymbolV2Item.
|
pure virtual |
Read item content from xml.
| itemElem | item to read from |
| xServerAvailable | Read item icons if true (QIcon needs x-server) |
Implemented in QgsComposerGroupItem, QgsComposerLayerItem, QgsComposerRasterSymbolItem, and QgsComposerSymbolV2Item.
|
inline |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
|
pure virtual |
Implemented in QgsComposerGroupItem, QgsComposerLayerItem, QgsComposerRasterSymbolItem, and QgsComposerSymbolV2Item.
|
protected |
|
protected |
|
protected |
1.8.1.2