34#include <NDEVR/TranslatedString.h>
35#include <NDEVR/UUID.h>
39 class DesignCommandManager;
Used with DesignObjectLookups to lock the application for a critical process. Will potentially displa...
Definition CommandLock.h:45
CommandLockObject(DesignCommandManager *manager, const TranslatedString &title=TranslatedString())
void setTitle(const TranslatedString &title)
TranslatedString m_title
Definition CommandLock.h:61
UUID m_id
Definition CommandLock.h:59
const TranslatedString hint() const
const TranslatedString title() const
TranslatedString m_hint
Definition CommandLock.h:62
void setHint(const TranslatedString &title)
DesignCommandManager * m_manager
Definition CommandLock.h:60
Stores logic for performing, undoing, or redoing DesignCommands.
Definition DesignCommandManager.h:14
Any text displayed to the user should be defined as a TranslatedString which allows the program to lo...
Definition TranslatedString.h:13
A universally unique identifier (UUID) is a 128-bit number used to identify information in computer s...
Definition UUID.h:60