#include <GroupObject.hh>


Public Member Functions | |
| GroupObject (const GroupObject &_object) | |
| GroupObject (QString _groupName="Group", GroupObject *parent=0) | |
| virtual | ~GroupObject () |
| destructor | |
| BaseObject * | copy () |
This class provides grouping functionality. Datacontrol normally manages grouping.
Definition at line 76 of file GroupObject.hh.
| GroupObject::GroupObject | ( | const GroupObject & | _object | ) |
copy constructor
Definition at line 63 of file GroupObject.cc.
References DATA_GROUP, BaseObject::name(), BaseObject::setDataType(), and BaseObject::setName().
Referenced by copy().
| GroupObject::GroupObject | ( | QString | _groupName = "Group", |
|
| GroupObject * | parent = 0 | |||
| ) |
constructor
| _groupName | Name of the new Group object |
Definition at line 70 of file GroupObject.cc.
References DATA_GROUP, BaseObject::setDataType(), and BaseObject::setName().
| BaseObject * GroupObject::copy | ( | ) | [virtual] |
return a full copy of this object. The object will not be a part of the object tree. This has to be done with the setParent() function.
Reimplemented from BaseObject.
Definition at line 81 of file GroupObject.cc.
References GroupObject().