#include <OP_Channels.h>

Public Member Functions | |
| OP_Channels (OP_Node *owner, CH_Manager *chman, CH_LocalVariable *vars) | |
| virtual | ~OP_Channels () |
| virtual const UT_String & | getName () const |
| virtual int | getUniqueId () const |
| virtual CH_Collection * | lookupCollection (int id) const |
| virtual const CH_Collection * | getParent () const |
| virtual CH_Collection * | getParent () |
| virtual const CH_Collection * | getChild (const char *name) const |
| virtual CH_Collection * | getChild (const char *name) |
| virtual int | getChildren (CH_NameList &names) const |
| virtual int | getChildren (CH_CollectionList &grps) const |
| virtual void | getFullPath (UT_String &str) const |
| virtual CH_Collection * | findCollection (const char *name) const |
| virtual void | setChanged (CH_CHANGE_TYPE how, void *data=0) |
| OP_Node * | getNode () const |
| void | setNode (OP_Node *new_owner) |
| virtual float | getVariableValue (int table, int index, int thread) |
| virtual void | getVariableValue (int table, int index, UT_String &str, int thread) |
| virtual const CH_LocalVariable * | resolveVariable (const char *name, int &tab) |
| const CH_LocalVariable * | resolveExtraVariableForSyntaxHighlight (const char *name) |
| virtual void | getXformOrder (UT_XformOrder &xord, CH_Channel *chp) |
| void | setTargetChannel (const CH_Channel *target) const |
| virtual int | canAccess (unsigned mask) const |
| virtual int | canAccessChannel (uint mask, const CH_Channel *chp) const |
| virtual void | saveKeyFrameForUndo (CH_Channel *chp, float gtime) |
| virtual void | addLocalVarDependency (int table, int index, void *ref_id) |
| virtual OP_Channels * | castToOPChannels () |
| virtual const OP_Channels * | castToOPChannels () const |
Protected Member Functions | |
| virtual void | addErrorToErrorManager (const char *type, int code, const char *msg=0) const |
| virtual void | notifyChannelRenameDependents (const char *old_name, const char *new_name) |
Definition at line 39 of file OP_Channels.h.
| OP_Channels::OP_Channels | ( | OP_Node * | owner, | |
| CH_Manager * | chman, | |||
| CH_LocalVariable * | vars | |||
| ) |
| virtual OP_Channels::~OP_Channels | ( | ) | [virtual] |
| virtual void OP_Channels::addErrorToErrorManager | ( | const char * | type, | |
| int | code, | |||
| const char * | msg = 0 | |||
| ) | const [protected, virtual] |
Reimplemented from CH_Collection.
| virtual void OP_Channels::addLocalVarDependency | ( | int | table, | |
| int | index, | |||
| void * | ref_id | |||
| ) | [virtual] |
Reimplemented from CH_Collection.
| virtual int OP_Channels::canAccess | ( | unsigned | mask | ) | const [virtual] |
| virtual int OP_Channels::canAccessChannel | ( | uint | mask, | |
| const CH_Channel * | chp | |||
| ) | const [virtual] |
Reimplemented from CH_Collection.
| virtual const OP_Channels* OP_Channels::castToOPChannels | ( | ) | const [inline, virtual] |
| virtual OP_Channels* OP_Channels::castToOPChannels | ( | ) | [inline, virtual] |
| virtual CH_Collection* OP_Channels::findCollection | ( | const char * | name | ) | const [virtual] |
Implements CH_Collection.
| virtual CH_Collection* OP_Channels::getChild | ( | const char * | name | ) | [virtual] |
Implements CH_Collection.
| virtual const CH_Collection* OP_Channels::getChild | ( | const char * | name | ) | const [virtual] |
Implements CH_Collection.
| virtual int OP_Channels::getChildren | ( | CH_CollectionList & | grps | ) | const [virtual] |
Implements CH_Collection.
| virtual int OP_Channels::getChildren | ( | CH_NameList & | names | ) | const [virtual] |
Implements CH_Collection.
| virtual void OP_Channels::getFullPath | ( | UT_String & | str | ) | const [virtual] |
Implements CH_Collection.
| virtual const UT_String& OP_Channels::getName | ( | ) | const [virtual] |
Implements CH_Collection.
| OP_Node* OP_Channels::getNode | ( | void | ) | const [inline] |
| virtual CH_Collection* OP_Channels::getParent | ( | ) | [virtual] |
Implements CH_Collection.
| virtual const CH_Collection* OP_Channels::getParent | ( | ) | const [virtual] |
Implements CH_Collection.
| virtual int OP_Channels::getUniqueId | ( | ) | const [virtual] |
Reimplemented from CH_Collection.
| virtual void OP_Channels::getVariableValue | ( | int | table, | |
| int | index, | |||
| UT_String & | str, | |||
| int | thread | |||
| ) | [virtual] |
Reimplemented from CH_Collection.
| virtual float OP_Channels::getVariableValue | ( | int | table, | |
| int | index, | |||
| int | thread | |||
| ) | [virtual] |
Reimplemented from CH_Collection.
| virtual void OP_Channels::getXformOrder | ( | UT_XformOrder & | xord, | |
| CH_Channel * | chp | |||
| ) | [virtual] |
Reimplemented from CH_Collection.
| virtual CH_Collection* OP_Channels::lookupCollection | ( | int | id | ) | const [virtual] |
Reimplemented from CH_Collection.
| virtual void OP_Channels::notifyChannelRenameDependents | ( | const char * | old_name, | |
| const char * | new_name | |||
| ) | [protected, virtual] |
Reimplemented from CH_Collection.
| const CH_LocalVariable* OP_Channels::resolveExtraVariableForSyntaxHighlight | ( | const char * | name | ) |
| virtual const CH_LocalVariable* OP_Channels::resolveVariable | ( | const char * | name, | |
| int & | tab | |||
| ) | [virtual] |
Reimplemented from CH_Collection.
| virtual void OP_Channels::saveKeyFrameForUndo | ( | CH_Channel * | chp, | |
| float | gtime | |||
| ) | [virtual] |
Implements CH_Collection.
| virtual void OP_Channels::setChanged | ( | CH_CHANGE_TYPE | how, | |
| void * | data = 0 | |||
| ) | [virtual] |
Reimplemented from CH_Collection.
| void OP_Channels::setNode | ( | OP_Node * | new_owner | ) |
| void OP_Channels::setTargetChannel | ( | const CH_Channel * | target | ) | const |
1.5.9