#include <RendergroupAbstractView.h>

Public Member Functions | |
| RendergroupAbstractView (void) | |
| virtual | ~RendergroupAbstractView (void) |
| void | setGroup (const RendergroupPtr) |
| const RendergroupPtr | getGroup (void) const |
Protected Attributes | |
| RendergroupPtr | m_group |
Definition at line 9 of file RendergroupAbstractView.h.
| RenderTools::RendergroupAbstractView::RendergroupAbstractView | ( | void | ) |
Definition at line 7 of file RendergroupAbstractView.cpp.
| RenderTools::RendergroupAbstractView::~RendergroupAbstractView | ( | void | ) | [virtual] |
Definition at line 12 of file RendergroupAbstractView.cpp.
| const RendergroupPtr RenderTools::RendergroupAbstractView::getGroup | ( | void | ) | const |
Definition at line 20 of file RendergroupAbstractView.cpp.
| void RenderTools::RendergroupAbstractView::setGroup | ( | const RendergroupPtr | group | ) |
Definition at line 16 of file RendergroupAbstractView.cpp.
Definition at line 18 of file RendergroupAbstractView.h.
1.5.8