OpenLexocad  27.1
OpenLxApp::Command Class Reference

Command is the base class of all commands. More...

#include <Command.h>

Public Member Functions

 Command (void)
 
virtual ~Command (void)
 
virtual bool redo ()
 
virtual bool undo ()
 
Core::Command__getCmd__ () const
 

Protected Attributes

Core::Command_cmd
 

Detailed Description

Command is the base class of all commands.

Constructor & Destructor Documentation

◆ Command()

OpenLxApp::Command::Command ( void  )

◆ ~Command()

virtual OpenLxApp::Command::~Command ( void  )
virtual

Member Function Documentation

◆ __getCmd__()

Core::Command* OpenLxApp::Command::__getCmd__ ( ) const

◆ redo()

virtual bool OpenLxApp::Command::redo ( )
inlinevirtual

◆ undo()

virtual bool OpenLxApp::Command::undo ( )
inlinevirtual

Member Data Documentation

◆ _cmd

Core::Command* OpenLxApp::Command::_cmd
protected

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