#include "ControlsManager.h"
Public Member Functions | |
LockManagerElement (ak::UID _uid, const ot::LockTypeFlags &_flags) | |
LockManagerElement (ak::aTreeWidget *_tree, const ot::LockTypeFlags &_flags) | |
LockManagerElement (ot::PropertyGrid *_prop, const ot::LockTypeFlags &_flags) | |
LockManagerElement (ot::GraphicsView *_graphics, const ot::LockTypeFlags &_flags) | |
LockManagerElement (ot::TextEditor *_text, const ot::LockTypeFlags &_flags) | |
LockManagerElement (ot::WidgetView *_view, const ot::LockTypeFlags &_flags) | |
LockManagerElement (LockableWidget *_lockable, const ot::LockTypeFlags &_flags) | |
void | enable (int _value) |
void | disable (int _value) |
void | lock (int _value, ot::LockTypeFlag _lockType) |
void | unlock (int _value, ot::LockTypeFlag _lockType) |
ak::aTreeWidget * | getTree (void) const |
ot::PropertyGrid * | getProp (void) const |
ot::GraphicsView * | getGraphics (void) const |
ot::TextEditor * | getText (void) const |
ot::WidgetView * | getView (void) const |
LockableWidget * | getLockable (void) const |
LockManagerElement::LockManagerElement | ( | ak::UID | _uid, |
const ot::LockTypeFlags & | _flags ) |
LockManagerElement::LockManagerElement | ( | ak::aTreeWidget * | _tree, |
const ot::LockTypeFlags & | _flags ) |
LockManagerElement::LockManagerElement | ( | ot::PropertyGrid * | _prop, |
const ot::LockTypeFlags & | _flags ) |
LockManagerElement::LockManagerElement | ( | ot::GraphicsView * | _graphics, |
const ot::LockTypeFlags & | _flags ) |
LockManagerElement::LockManagerElement | ( | ot::TextEditor * | _text, |
const ot::LockTypeFlags & | _flags ) |
LockManagerElement::LockManagerElement | ( | ot::WidgetView * | _view, |
const ot::LockTypeFlags & | _flags ) |
LockManagerElement::LockManagerElement | ( | LockableWidget * | _lockable, |
const ot::LockTypeFlags & | _flags ) |
void LockManagerElement::disable | ( | int | _value | ) |
void LockManagerElement::enable | ( | int | _value | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void LockManagerElement::lock | ( | int | _value, |
ot::LockTypeFlag | _lockType ) |
void LockManagerElement::unlock | ( | int | _value, |
ot::LockTypeFlag | _lockType ) |