|
HDK
|
#include <CH_Group.h>
Static Public Member Functions | |
| static char | getGroupChar () |
| static int | cmp (const CH_Group *a, const CH_Group *b) |
Friends | |
| class | CH_Manager |
| class | CH_UndoGroupAddRemoveChannel |
Definition at line 63 of file CH_Group.h.
| int CH_Group::addChannel | ( | const CH_Channel * | chp | ) |
| int CH_Group::addChannel | ( | const CH_ChannelRef & | chref | ) |
| int CH_Group::addChannels | ( | const CH_ChannelList & | channels | ) |
| int CH_Group::addChannels | ( | const CH_ChannelRefList & | chanrefs | ) |
| void CH_Group::clear | ( | ) |
| bool CH_Group::contains | ( | const CH_Channel * | chp | ) | const |
| bool CH_Group::contains | ( | const CH_ChannelRef & | chref | ) | const |
| void CH_Group::dirtyAllScopeFlags | ( | ) |
| void CH_Group::dirtyScopeFlags | ( | unsigned | flags | ) |
| void CH_Group::dirtySubtreeScopeFlags | ( | unsigned | flags | ) |
| int CH_Group::getChannels | ( | CH_ChannelList & | channels | ) | const |
| int CH_Group::getChanRefs | ( | CH_ChannelRefList & | chanrefs | ) | const |
|
inline |
Definition at line 106 of file CH_Group.h.
| int CH_Group::getFullChannelPaths | ( | UT_StringArray & | channel_paths, |
| bool | use_alias = false |
||
| ) | const |
|
inlinestatic |
Definition at line 69 of file CH_Group.h.
|
inline |
Definition at line 84 of file CH_Group.h.
|
inline |
Definition at line 99 of file CH_Group.h.
| unsigned CH_Group::getScopeFlags | ( | unsigned | flags | ) |
|
inline |
Definition at line 100 of file CH_Group.h.
|
inline |
Definition at line 101 of file CH_Group.h.
| int CH_Group::getTotalEntries | ( | ) | const |
| bool CH_Group::isEmpty | ( | ) | const |
| bool CH_Group::isEventualParentOf | ( | CH_Group * | other | ) |
|
inline |
Definition at line 86 of file CH_Group.h.
|
inline |
Definition at line 87 of file CH_Group.h.
| bool CH_Group::load | ( | UT_IStream & | is | ) |
| void CH_Group::makeLast | ( | ) |
| int CH_Group::removeChannel | ( | const CH_Channel * | chp | ) |
| int CH_Group::removeChannel | ( | const CH_ChannelRef & | chref | ) |
| int CH_Group::removeChannels | ( | const CH_ChannelList & | channels | ) |
| int CH_Group::removeChannels | ( | const CH_ChannelRefList & | chanrefs | ) |
| bool CH_Group::strictContains | ( | const CH_Channel * | chp | ) | const |
| bool CH_Group::strictContains | ( | const CH_ChannelRef & | chref | ) | const |
| int CH_Group::strictGetChannels | ( | CH_ChannelList & | channels | ) | const |
| int CH_Group::strictGetChanRefs | ( | CH_ChannelRefList & | chanrefs | ) | const |
| bool CH_Group::updateScopeFlags | ( | unsigned | flags | ) |
|
friend |
Definition at line 65 of file CH_Group.h.
|
friend |
Definition at line 66 of file CH_Group.h.