#include "CH_API.h"#include <UT/UT_RefArray.h>#include <UT/UT_PtrArray.h>Go to the source code of this file.
Typedefs | |
| typedef UT_PtrArray< CH_Group * > | CH_GroupList |
| typedef UT_PtrArray< CH_Segment * > | CH_SegmentList |
| typedef UT_PtrArray< CH_Channel * > | CH_ChannelList |
| typedef UT_RefArray < CH_ChannelRef > | CH_ChannelRefList |
| typedef UT_PtrArray < CH_Collection * > | CH_CollectionList |
| typedef UT_PtrArray< const char * > | CH_NameList |
| typedef int(* | CHfindCallBack )(CH_Collection *grp, CH_Channel *chp, void *) |
Enumerations | |
| enum | CH_ScopeMasks { CH_SCOPED = 0x1, CH_SELECTED = 0x2, CH_PINNED = 0x4, CH_DISPLAY = 0x8, CH_TEMPLATE = 0x10, CH_NUM_FLAGS = 5, CH_ALL_FLAGS = ((1<<5)-1) } |
Variables | |
| CH_API const char *const | chScopeFlagNames [] |
| typedef UT_PtrArray<CH_Channel *> CH_ChannelList |
Definition at line 35 of file CH_Types.h.
| typedef UT_RefArray<CH_ChannelRef> CH_ChannelRefList |
Definition at line 36 of file CH_Types.h.
| typedef UT_PtrArray<CH_Collection *> CH_CollectionList |
Definition at line 37 of file CH_Types.h.
| typedef UT_PtrArray<CH_Group *> CH_GroupList |
Definition at line 31 of file CH_Types.h.
| typedef UT_PtrArray<const char *> CH_NameList |
Definition at line 38 of file CH_Types.h.
| typedef UT_PtrArray<CH_Segment *> CH_SegmentList |
Definition at line 34 of file CH_Types.h.
| typedef int(* CHfindCallBack)(CH_Collection *grp, CH_Channel *chp, void *) |
Definition at line 39 of file CH_Types.h.
| enum CH_ScopeMasks |
Definition at line 41 of file CH_Types.h.
| CH_API const char* const chScopeFlagNames[] |
1.5.9