28 #ifndef __TERRALIB_LAYOUT_INTERNAL_DELETE_COMMAND_H  
   29 #define __TERRALIB_LAYOUT_INTERNAL_DELETE_COMMAND_H 
   32 #include "../../../../core/Config.h" 
   35 #include <QUndoCommand> 
   61         DeleteCommand(QGraphicsScene* scene, QUndoCommand *parent = 0);
 
   80         virtual QString createCommandString(
int totalItems);
 
#define TELAYOUTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Undo/Redo for delete one or more components. 
 
QList< QGraphicsItem * > m_items