creaContours_lib
|
#include <ContourThing.h>
Public Member Functions | |
ContourThing (manualBaseModel *model) | |
~ContourThing () | |
std::string | getName () |
void | setName (std::string aName) |
manualBaseModel * | getModel () |
void | setModel (manualBaseModel *model) |
bool | executeCommand (CommandObject *theSpecificCommand) |
CommandObject * | getUndoCommandOf (CommandObject *theSpecificDOCommand) |
Private Attributes | |
std::string | outlineName |
manualBaseModel * | theModel |
Definition at line 40 of file ContourThing.h.
ContourThing::ContourThing | ( | manualBaseModel * | model | ) |
Definition at line 44 of file ContourThing.cxx.
References setModel().
ContourThing::~ContourThing | ( | ) |
Definition at line 52 of file ContourThing.cxx.
bool ContourThing::executeCommand | ( | CommandObject * | theSpecificCommand | ) |
Definition at line 92 of file ContourThing.cxx.
Referenced by OutlineModelManager::executeCommand_OutlineModel().
manualBaseModel * ContourThing::getModel | ( | ) |
Definition at line 77 of file ContourThing.cxx.
References theModel.
Referenced by OutlineModelManager::createCopyContourOf(), KernelManagerContour::deleteCModel(), KernelManagerContour::getOutlineByKeyName(), wxContourMainFrame::onSpreadAddAll(), and OutlineModelManager::SaveThingName().
std::string ContourThing::getName | ( | ) |
Definition at line 64 of file ContourThing.cxx.
References outlineName.
Referenced by OutlineModelManager::addOutline(), and OutlineModelManager::annotateOutlinesWrap().
CommandObject * ContourThing::getUndoCommandOf | ( | CommandObject * | theSpecificDOCommand | ) |
Definition at line 102 of file ContourThing.cxx.
Referenced by OutlineModelManager::executeCommand_OutlineModel().
void ContourThing::setModel | ( | manualBaseModel * | model | ) |
Definition at line 82 of file ContourThing.cxx.
References theModel.
Referenced by ContourThing().
void ContourThing::setName | ( | std::string | aName | ) |
Definition at line 72 of file ContourThing.cxx.
References outlineName.
Referenced by OutlineModelManager::addOutline(), and OutlineModelManager::createOutline().
|
private |
Definition at line 99 of file ContourThing.h.
|
private |
Definition at line 101 of file ContourThing.h.
Referenced by getModel(), and setModel().