|
svcore
1.9
|
Command to remove a point, with undo. More...
#include <SparseModel.h>


Public Member Functions | |
| DeletePointCommand (SparseModel< PointType > *model, const PointType &point) | |
| virtual QString | getName () const |
| virtual void | execute () |
| virtual void | unexecute () |
| const PointType & | getPoint () const |
Private Attributes | |
| SparseModel< PointType > * | m_model |
| PointType | m_point |
Command to remove a point, with undo.
Definition at line 201 of file SparseModel.h.
|
inline |
Definition at line 204 of file SparseModel.h.
|
inlinevirtual |
Implements Command.
Definition at line 208 of file SparseModel.h.
|
inlinevirtual |
Implements Command.
Definition at line 210 of file SparseModel.h.
References SparseModel< PointType >::DeletePointCommand::m_model, and SparseModel< PointType >::DeletePointCommand::m_point.
|
inlinevirtual |
Implements Command.
Definition at line 211 of file SparseModel.h.
References SparseModel< PointType >::DeletePointCommand::m_model, and SparseModel< PointType >::DeletePointCommand::m_point.
|
inline |
Definition at line 213 of file SparseModel.h.
References SparseModel< PointType >::DeletePointCommand::m_point.
Referenced by SparseModel< PointType >::EditCommand::addCommand().
|
private |
Definition at line 216 of file SparseModel.h.
Referenced by SparseModel< PointType >::DeletePointCommand::execute(), and SparseModel< PointType >::DeletePointCommand::unexecute().
|
private |
Definition at line 217 of file SparseModel.h.
Referenced by SparseModel< PointType >::DeletePointCommand::execute(), SparseModel< PointType >::DeletePointCommand::getPoint(), and SparseModel< PointType >::DeletePointCommand::unexecute().