![]() |
API Documentation
|
Used with DesignObjectLookups to lock the application for a critical process. Will potentially display the title to the end user. More...
#include <CommandLock.h>
Public Member Functions | |
| CommandLockObject (DesignCommandManager *manager, const TranslatedString &title=TranslatedString()) | |
| const TranslatedString | hint () const |
| bool | isLocked () const |
| void | lock () |
| void | setHint (const TranslatedString &title) |
| void | setTitle (const TranslatedString &title) |
| const TranslatedString | title () const |
| void | tryLock () |
| void | unlock () |
| ~CommandLockObject () | |
Protected Attributes | |
| TranslatedString | m_hint |
| UUID | m_id |
| DesignCommandManager * | m_manager |
| TranslatedString | m_title |
Used with DesignObjectLookups to lock the application for a critical process. Will potentially display the title to the end user.
| CommandLockObject | ( | DesignCommandManager * | manager, |
| const TranslatedString & | title = TranslatedString() ) |
| ~CommandLockObject | ( | ) |
| const TranslatedString hint | ( | ) | const |
| bool isLocked | ( | ) | const |
| void lock | ( | ) |
| void setHint | ( | const TranslatedString & | title | ) |
| void setTitle | ( | const TranslatedString & | title | ) |
| const TranslatedString title | ( | ) | const |
| void tryLock | ( | ) |
| void unlock | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |