HDK
|
#include <CH_Manager.h>
Public Member Functions | |
CH_ScopeUndo (CH_ScopedChannels *owner, const CH_ChannelRef &ref, unsigned flags) | |
bool | checkPtr () const |
void | applyFlags () |
Static Public Member Functions | |
static void | appendScopeUndo (UT_Array< CH_ScopeUndo > &undos, const CH_ChannelRef &ref) |
Public Attributes | |
CH_ScopedChannels * | myOwner |
CH_ChannelRef | myChanRef |
unsigned | myFlags |
Definition at line 2080 of file CH_Manager.h.
|
inline |
Definition at line 2083 of file CH_Manager.h.
|
static |
void CH_ScopeUndo::applyFlags | ( | ) |
bool CH_ScopeUndo::checkPtr | ( | ) | const |
CH_ChannelRef CH_ScopeUndo::myChanRef |
Definition at line 2098 of file CH_Manager.h.
unsigned CH_ScopeUndo::myFlags |
Definition at line 2099 of file CH_Manager.h.
CH_ScopedChannels* CH_ScopeUndo::myOwner |
Definition at line 2097 of file CH_Manager.h.