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

#include <qgscomposerlegenditem.h>

Inheritance diagram for QgsComposerSymbolV2Item:
Inheritance graph
[legend]

Public Member Functions

 QgsComposerSymbolV2Item ()
 QgsComposerSymbolV2Item (const QString &text)
 QgsComposerSymbolV2Item (const QIcon &icon, const QString &text)
virtual ~QgsComposerSymbolV2Item ()
virtual QStandardItem * clone () const
virtual void writeXML (QDomElement &elem, QDomDocument &doc) const
virtual void readXML (const QDomElement &itemElem, bool xServerAvailable=true)
 Read item content from xml.
void setSymbolV2 (QgsSymbolV2 *s)
 Set symbol (takes ownership)
QgsSymbolV2symbolV2 ()
ItemType itemType () const
- Public Member Functions inherited from QgsComposerLegendItem
 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 ()
QgsComposerLegendStyle::Style style () const
void setStyle (QgsComposerLegendStyle::Style style)
virtual QString userText () const
virtual void setUserText (const QString &text)

Additional Inherited Members

- Public Types inherited from QgsComposerLegendItem
enum  ItemType {
  GroupItem = QStandardItem::UserType, LayerItem, SymbologyV2Item, RasterSymbolItem,
  StyleItem
}
- Protected Member Functions inherited from QgsComposerLegendItem
void writeXMLChildren (QDomElement &elem, QDomDocument &doc) const
- Protected Attributes inherited from QgsComposerLegendItem
QgsComposerLegendStyle::Style mStyle
QString mUserText

Constructor & Destructor Documentation

QgsComposerSymbolV2Item::QgsComposerSymbolV2Item ( )
QgsComposerSymbolV2Item::QgsComposerSymbolV2Item ( const QString &  text)
QgsComposerSymbolV2Item::QgsComposerSymbolV2Item ( const QIcon &  icon,
const QString &  text 
)
QgsComposerSymbolV2Item::~QgsComposerSymbolV2Item ( )
virtual

Member Function Documentation

QStandardItem * QgsComposerSymbolV2Item::clone ( ) const
virtual

Implements QgsComposerLegendItem.

ItemType QgsComposerSymbolV2Item::itemType ( ) const
inlinevirtual

Implements QgsComposerLegendItem.

void QgsComposerSymbolV2Item::readXML ( const QDomElement &  itemElem,
bool  xServerAvailable = true 
)
virtual

Read item content from xml.

Parameters
itemElemitem to read from
xServerAvailableRead item icons if true (QIcon needs x-server)

Implements QgsComposerLegendItem.

void QgsComposerSymbolV2Item::setSymbolV2 ( QgsSymbolV2 s)

Set symbol (takes ownership)

QgsSymbolV2* QgsComposerSymbolV2Item::symbolV2 ( )
inline
void QgsComposerSymbolV2Item::writeXML ( QDomElement &  elem,
QDomDocument &  doc 
) const
virtual

Implements QgsComposerLegendItem.


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