#include <SparseModel.h>
Inherits Command.
Inheritance diagram for SparseModel< PointType >::DeletePointCommand:


Definition at line 180 of file 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 |
| SparseModel< PointType >::DeletePointCommand::DeletePointCommand | ( | SparseModel< PointType > * | model, | |
| const PointType & | point | |||
| ) | [inline] |
Definition at line 183 of file SparseModel.h.
| virtual QString SparseModel< PointType >::DeletePointCommand::getName | ( | ) | const [inline, virtual] |
| virtual void SparseModel< PointType >::DeletePointCommand::execute | ( | ) | [inline, virtual] |
Implements Command.
Definition at line 189 of file SparseModel.h.
References SparseModel< PointType >::DeletePointCommand::m_model, and SparseModel< PointType >::DeletePointCommand::m_point.
| virtual void SparseModel< PointType >::DeletePointCommand::unexecute | ( | ) | [inline, virtual] |
Implements Command.
Definition at line 190 of file SparseModel.h.
References SparseModel< PointType >::DeletePointCommand::m_model, and SparseModel< PointType >::DeletePointCommand::m_point.
| const PointType& SparseModel< PointType >::DeletePointCommand::getPoint | ( | ) | const [inline] |
Definition at line 192 of file SparseModel.h.
References SparseModel< PointType >::DeletePointCommand::m_point.
SparseModel<PointType>* SparseModel< PointType >::DeletePointCommand::m_model [private] |
Definition at line 195 of file SparseModel.h.
Referenced by SparseModel< PointType >::DeletePointCommand::execute(), and SparseModel< PointType >::DeletePointCommand::unexecute().
PointType SparseModel< PointType >::DeletePointCommand::m_point [private] |
Definition at line 196 of file SparseModel.h.
Referenced by SparseModel< PointType >::DeletePointCommand::execute(), SparseModel< PointType >::DeletePointCommand::getPoint(), and SparseModel< PointType >::DeletePointCommand::unexecute().
1.5.1