#include <OP_GroupList.h>

Public Member Functions | |
| OP_GroupList (OP_Network *owner) | |
| virtual | ~OP_GroupList () |
| void | clearAndDestroy () |
| OP_Group * | createGroup (const char *name, float x=.0F, float y=.0F) |
| OP_Group * | findGroup (const char *name) const |
| int | deleteGroup (const char *name) |
| int | deleteGroup (OP_Group *group) |
| int | getMembers (UT_PtrArray< OP_Group * > &list, int internal=0) const |
| int | getMemberships (const OP_Node *node, UT_PtrArray< OP_Group * > &list, int internal=0) const |
| int | saveCount () const |
| void | saveToClipboard (ostream &os, int all=0, int list=0) const |
| bool | loadFromClipboard (UT_IStream &is, const char *path) const |
| OP_ERROR | save (ostream &os, int binary=0) |
| bool | load (UT_IStream &is, int merge=0) |
| void | clearUndoFlags () |
Definition at line 33 of file OP_GroupList.h.
| OP_GroupList::OP_GroupList | ( | OP_Network * | owner | ) |
| virtual OP_GroupList::~OP_GroupList | ( | ) | [virtual] |
| void OP_GroupList::clearAndDestroy | ( | ) |
| void OP_GroupList::clearUndoFlags | ( | ) |
| OP_Group* OP_GroupList::createGroup | ( | const char * | name, | |
| float | x = .0F, |
|||
| float | y = .0F | |||
| ) |
| int OP_GroupList::deleteGroup | ( | OP_Group * | group | ) |
| int OP_GroupList::deleteGroup | ( | const char * | name | ) |
| OP_Group* OP_GroupList::findGroup | ( | const char * | name | ) | const |
| int OP_GroupList::getMembers | ( | UT_PtrArray< OP_Group * > & | list, | |
| int | internal = 0 | |||
| ) | const |
| int OP_GroupList::getMemberships | ( | const OP_Node * | node, | |
| UT_PtrArray< OP_Group * > & | list, | |||
| int | internal = 0 | |||
| ) | const |
| bool OP_GroupList::load | ( | UT_IStream & | is, | |
| int | merge = 0 | |||
| ) |
| bool OP_GroupList::loadFromClipboard | ( | UT_IStream & | is, | |
| const char * | path | |||
| ) | const |
| OP_ERROR OP_GroupList::save | ( | ostream & | os, | |
| int | binary = 0 | |||
| ) |
| int OP_GroupList::saveCount | ( | ) | const |
| void OP_GroupList::saveToClipboard | ( | ostream & | os, | |
| int | all = 0, |
|||
| int | list = 0 | |||
| ) | const |
1.5.9