OpenLexocad  27.1
OpenLxCmd::CmdEmptyStorey Class Reference

Remove Elements from the BuildingStorey of the active Building, whose elevation value corresponds to the given one. Optionally remove the Elements from the Document too. More...

#include <CmdEmptyBuildingStorey.h>

Inheritance diagram for OpenLxCmd::CmdEmptyStorey:
Core::Command

Public Member Functions

 CmdEmptyStorey (const double &elevation, bool removeElements)
 
 ~CmdEmptyStorey ()
 
bool redo () override
 
bool undo () override
 
- 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
 

Detailed Description

Remove Elements from the BuildingStorey of the active Building, whose elevation value corresponds to the given one. Optionally remove the Elements from the Document too.

Since
26.0

Constructor & Destructor Documentation

◆ CmdEmptyStorey()

OpenLxCmd::CmdEmptyStorey::CmdEmptyStorey ( const double &  elevation,
bool  removeElements 
)

◆ ~CmdEmptyStorey()

OpenLxCmd::CmdEmptyStorey::~CmdEmptyStorey ( )

Member Function Documentation

◆ redo()

bool OpenLxCmd::CmdEmptyStorey::redo ( )
overridevirtual

Reimplemented from Core::Command.

◆ undo()

bool OpenLxCmd::CmdEmptyStorey::undo ( )
overridevirtual

Reimplemented from Core::Command.


The documentation for this class was generated from the following file: