OpenLexocad  27.0
OpenLxCmd::CmdRemoveTexture Class Reference

Removes the Texture (if any) from the given Elements. More...

#include <CmdRemoveTexture.h>

Inheritance diagram for OpenLxCmd::CmdRemoveTexture:
Core::Command

Public Member Functions

 CmdRemoveTexture (const std::vector< std::shared_ptr< OpenLxApp::Element >> &elements)
 
 ~CmdRemoveTexture ()
 
bool redo () override
 
bool undo () override
 
- Public Member Functions inherited from Core::Command
 Command (void)
 
virtual ~Command (void)
 
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 onoff)
 
bool isInSilentMode () const
 

Detailed Description

Removes the Texture (if any) from the given Elements.

Since
26.0

Constructor & Destructor Documentation

◆ CmdRemoveTexture()

OpenLxCmd::CmdRemoveTexture::CmdRemoveTexture ( const std::vector< std::shared_ptr< OpenLxApp::Element >> &  elements)
explicit

◆ ~CmdRemoveTexture()

OpenLxCmd::CmdRemoveTexture::~CmdRemoveTexture ( )

Member Function Documentation

◆ redo()

bool OpenLxCmd::CmdRemoveTexture::redo ( )
overridevirtual

Reimplemented from Core::Command.

◆ undo()

bool OpenLxCmd::CmdRemoveTexture::undo ( )
overridevirtual

Reimplemented from Core::Command.


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