API Documentation
|
#include <VisibleCommand.h>
Public Member Functions | |
VisibleCommand (bool make_visible) | |
virtual void | execute (DesignObjectLookup *lookup) override |
String | icon () const override |
TranslatedString | name () const override |
Public Member Functions inherited from DesignCommand | |
DesignCommand () | |
virtual | ~DesignCommand () |
virtual bool | canGroupWith (const DynamicPointer< DesignCommand > &) |
virtual bool | canCombineWith (const DynamicPointer< DesignCommand > &command) |
virtual void | combineWith (const DynamicPointer< DesignCommand > &command) |
virtual bool | isAsyncExecution () const |
void | setUndoRedoID (UUID undo_redo_group) |
UUID | undoRedoID () const |
Protected Attributes | |
Buffer< UUID > | m_models_to_toggle |
bool | m_make_visible |
Protected Attributes inherited from DesignCommand | |
UUID | m_undo_redo_group |
Additional Inherited Members | |
Public Attributes inherited from DesignCommand | |
ProgressInfo * | log = nullptr |
Time | time = Constant<Time>::NaN |
Buffer< UUID > | targets |
UUID | id |
bool | has_executed = false |
bool | is_undo = false |
bool | can_undo = true |
bool | update_project_modified = true |
|
inline |
|
inlineoverridevirtual |
Reimplemented from DesignCommand.
|
inlineoverridevirtual |
Implements DesignCommand.
|
inlineoverridevirtual |
Implements DesignCommand.
|
protected |