28 #ifndef __TERRALIB_EDIT_QT_INTERNAL_UPDATE_COMMAND_H  
   29 #define __TERRALIB_EDIT_QT_INTERNAL_UPDATE_COMMAND_H 
   32 #include "../../../../qt/widgets/canvas/MapDisplay.h" 
   33 #include "../../Config.h" 
   34 #include "../UndoStackManager.h" 
   35 #include "../../../Feature.h" 
   38 #include <QUndoCommand> 
   76       QString createCommandString(QString oid);
 
   77       void draw(
const int commandType);
 
const int m_undoCommandType
 
#define TEEDITQTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::qt::widgets::MapDisplay * m_display
 
const int m_redoCommandType
 
Undo/Redo for Update one components. 
 
std::size_t m_nextFeature
 
std::vector< Feature * > m_updateItems
 
std::size_t m_previousFeature
 
te::map::AbstractLayerPtr m_layer
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr