|
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 2100 of file CH_Manager.h.
|
inline |
Definition at line 2103 of file CH_Manager.h.
|
static |
| void CH_ScopeUndo::applyFlags | ( | ) |
| bool CH_ScopeUndo::checkPtr | ( | ) | const |
| CH_ChannelRef CH_ScopeUndo::myChanRef |
Definition at line 2118 of file CH_Manager.h.
| unsigned CH_ScopeUndo::myFlags |
Definition at line 2119 of file CH_Manager.h.
| CH_ScopedChannels* CH_ScopeUndo::myOwner |
Definition at line 2117 of file CH_Manager.h.