OpenLexocad
27.1
|
#include <CmdAddCompositeCurve.h>
Public Member Functions | |
CmdAddCompositeCurve () | |
CmdAddCompositeCurve (Geom::Pnt aFirstPnt, bool aAllow3dCurve=true) | |
~CmdAddCompositeCurve () | |
bool | redo () |
bool | undo () |
std::shared_ptr< OpenLxApp::Element > | getElement () const |
![]() | |
Command () | |
virtual | ~Command () |
virtual void | serialize (std::ostream &, const unsigned int) |
Base::String | getDescription () const |
void | setDescription (const Base::String &s) |
void | setParameter (const std::string &key, const Core::Variant &value) |
bool | getParameter (const std::string &key, Core::Variant &value) const |
void | setSilentMode (bool on) |
bool | isInSilentMode () const |
void | setDoRecomputeInRedo (bool on) |
void | setDoRecomputeInUndo (bool on) |
bool | getDoRecomputeInRedo () const |
bool | getDoRecomputeInUndo () const |
void | setDone (bool yes) |
bool | isDone () const |
OpenLxCmd::CmdAddCompositeCurve::CmdAddCompositeCurve | ( | ) |
OpenLxCmd::CmdAddCompositeCurve::CmdAddCompositeCurve | ( | Geom::Pnt | aFirstPnt, |
bool | aAllow3dCurve = true |
||
) |
OpenLxCmd::CmdAddCompositeCurve::~CmdAddCompositeCurve | ( | ) |
std::shared_ptr<OpenLxApp::Element> OpenLxCmd::CmdAddCompositeCurve::getElement | ( | ) | const |
|
virtual |
Reimplemented from Core::Command.
|
virtual |
Reimplemented from Core::Command.