QGIS API Documentation  2.8.2-Wien
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Types | Signals | Public Member Functions | List of all members
QgsAddRemoveItemCommand Class Reference

A composer command class for adding / removing composer items. More...

#include <qgsaddremoveitemcommand.h>

Public Types

enum  State { Added = 0, Removed }

Signals

void itemAdded (QgsComposerItem *item)
void itemRemoved (QgsComposerItem *item)

Public Member Functions

 QgsAddRemoveItemCommand (State s, QgsComposerItem *item, QgsComposition *c, const QString &text, QUndoCommand *parent=0)
 ~QgsAddRemoveItemCommand ()
void redo () override
void undo () override

Detailed Description

A composer command class for adding / removing composer items.

If mState == Removed, the command owns the item

Definition at line 26 of file qgsaddremoveitemcommand.h.

Member Enumeration Documentation

Enumerator:
Added 
Removed 

Definition at line 32 of file qgsaddremoveitemcommand.h.

Constructor & Destructor Documentation

QgsAddRemoveItemCommand::QgsAddRemoveItemCommand ( State  s,
QgsComposerItem item,
QgsComposition c,
const QString &  text,
QUndoCommand *  parent = 0 
)

Definition at line 24 of file qgsaddremoveitemcommand.cpp.

QgsAddRemoveItemCommand::~QgsAddRemoveItemCommand ( )

Definition at line 29 of file qgsaddremoveitemcommand.cpp.

Member Function Documentation

void QgsAddRemoveItemCommand::itemAdded ( QgsComposerItem item)
signal
void QgsAddRemoveItemCommand::itemRemoved ( QgsComposerItem item)
signal
void QgsAddRemoveItemCommand::redo ( )
override

Definition at line 37 of file qgsaddremoveitemcommand.cpp.

void QgsAddRemoveItemCommand::undo ( )
override

Definition at line 47 of file qgsaddremoveitemcommand.cpp.


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