step/stepcore
StepCore::ItemGroup Class Reference
#include <world.h>
Inheritance diagram for StepCore::ItemGroup:

Public Member Functions | |
| ItemGroup (const QString &name=QString()) | |
| ItemGroup (const ItemGroup &group) | |
| ~ItemGroup () | |
| virtual void | addItem (Item *item) |
| ItemList | allItems () const |
| void | allItems (ItemList *items) const |
| Item * | childItem (int index) const |
| Item * | childItem (const QString &name) const |
| int | childItemCount () const |
| int | childItemIndex (const Item *item) const |
| void | clear () |
| virtual void | deleteItem (Item *item) |
| Item * | item (const QString &name) const |
| const ItemList & | items () const |
| ItemGroup & | operator= (const ItemGroup &group) |
| virtual void | removeItem (Item *item) |
| void | setWorld (World *world) |
| void | worldItemRemoved (Item *item) |
Public Member Functions inherited from StepCore::Item | |
| Item (const QString &name=QString()) | |
| Item (const Item &item) | |
| virtual | ~Item () |
| Color | color () const |
| void | deleteObjectErrors () |
| ItemGroup * | group () const |
| ObjectErrors * | objectErrors () |
| Item & | operator= (const Item &item) |
| void | setColor (Color color) |
| virtual void | setGroup (ItemGroup *group) |
| ObjectErrors * | tryGetObjectErrors () const |
| World * | world () const |
| virtual void | worldItemRemoved (Item *item STEPCORE_UNUSED) |
Public Member Functions inherited from StepCore::Object | |
| Object (const QString &name=QString()) | |
| virtual | ~Object () |
| const QString & | name () const |
| void | setName (const QString &name) |
Additional Inherited Members | |
Protected Member Functions inherited from StepCore::Item | |
| virtual ObjectErrors * | createObjectErrors () |
Protected Attributes inherited from StepCore::Object | |
| QString | _name |
Detailed Description
Constructor & Destructor Documentation
|
inline |
| StepCore::ItemGroup::ItemGroup | ( | const ItemGroup & | group | ) |
| StepCore::ItemGroup::~ItemGroup | ( | ) |
Member Function Documentation
|
virtual |
|
inline |
| void StepCore::ItemGroup::allItems | ( | ItemList * | items | ) | const |
|
inline |
| Item * StepCore::ItemGroup::childItem | ( | const QString & | name | ) | const |
|
inline |
| int StepCore::ItemGroup::childItemIndex | ( | const Item * | item | ) | const |
|
inlinevirtual |
| Item * StepCore::ItemGroup::item | ( | const QString & | name | ) | const |
|
inline |
|
virtual |
|
virtual |
Recursively call setWorld for all children objects.
Reimplemented from StepCore::Item.
| void StepCore::ItemGroup::worldItemRemoved | ( | Item * | item | ) |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:43:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:43:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from