CODDeleteCommand Class

class CODDeleteCommand: public CODIndexedCommand

Deletes components from a diagram model.

Defined in: OdDeleteCmd.h

Class Members

 CODDeleteCommand(CODModel* pModel)

Constructor.

virtual  ~CODDeleteCommand()

Destructor.

virtual BOOL  Execute()

Deletes the components from the model.

virtual sfl::MvcCommand*  Inverse() const

Creates a command which performs the inverse of the delete command

virtual sfl::MvcCommand*  Dup() const

Make a copy of this delete command.

virtual void  Sprint(CString& strCmd)

Print information on this delete command for logging purposes.