|
OpenLexocad
27.1
|
Interface(s) to the command "CmdAddStructuralPlanarAction". More...
#include <CmdAddStructuralAction.h>
Public Member Functions | |
| CmdAddStructuralPlanarAction () | |
| CmdAddStructuralPlanarAction (std::shared_ptr< OpenLxApp::Element > relatingElement) | |
| CmdAddStructuralPlanarAction (std::shared_ptr< OpenLxApp::Element > relatingElement, const std::vector< Geom::Pnt > &pickedPoints) | |
| ~CmdAddStructuralPlanarAction ()=default | |
Public Member Functions inherited from OpenLxCmd::CmdAddStructuralAction | |
| CmdAddStructuralAction ()=default | |
| CmdAddStructuralAction (Core::Command *command) | |
| ~CmdAddStructuralAction ()=default | |
| bool | redo () override |
| bool | undo () override |
| std::shared_ptr< OpenLxApp::Element > | getNewElement () const |
Public Member Functions inherited from Core::Command | |
| 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 |
Additional Inherited Members | |
Protected Attributes inherited from OpenLxCmd::CmdAddStructuralAction | |
| std::unique_ptr< Core::Command > | _cmd |
Interface(s) to the command "CmdAddStructuralPlanarAction".
| OpenLxCmd::CmdAddStructuralPlanarAction::CmdAddStructuralPlanarAction | ( | ) |
|
explicit |
| OpenLxCmd::CmdAddStructuralPlanarAction::CmdAddStructuralPlanarAction | ( | std::shared_ptr< OpenLxApp::Element > | relatingElement, |
| const std::vector< Geom::Pnt > & | pickedPoints | ||
| ) |
|
default |