|
enum | OutputType { OUTPUT_NONE,
OUTPUT_AUDIO,
OUTPUT_CONTROL
} |
|
|
| MorphOperator (MorphPlan *morph_plan) |
|
virtual const char * | type ()=0 |
|
virtual int | insert_order ()=0 |
|
virtual bool | save (OutFile &out_file)=0 |
|
virtual bool | load (InFile &in_file)=0 |
|
virtual void | post_load (OpNameMap &op_name_map) |
|
virtual OutputType | output_type ()=0 |
|
MorphPlan * | morph_plan () |
|
std::string | type_name () |
|
std::string | name () |
|
void | set_name (const std::string &name) |
|
bool | can_rename (const std::string &name) |
|
std::string | id () |
|
void | set_id (const std::string &id) |
|
bool | folded () const |
|
void | set_folded (bool folded) |
|
|
MorphPlan * | m_morph_plan |
|
std::string | m_name |
|
std::string | m_id |
|
bool | m_folded |
|
The documentation for this class was generated from the following files: