![]() |
Mapper
0.9.0
API documentation
|
A shared high-level container for renderables grouped by common render attributes. More...
#include <renderable.h>
Public Types | |
typedef QExplicitlySharedDataPointer< SharedRenderables > | Pointer |
Public Member Functions | |
SharedRenderables ()=default | |
SharedRenderables (const SharedRenderables &)=delete | |
SharedRenderables & | operator= (const SharedRenderables &)=delete |
~SharedRenderables () | |
void | deleteRenderables () |
void | compact () |
![]() | |
QSharedData () | |
QSharedData (const QSharedData &) | |
A shared high-level container for renderables grouped by common render attributes.
This shared container can be used in different collections. When the last reference to this container is dropped, it will delete the renderables.
typedef QExplicitlySharedDataPointer<SharedRenderables> OpenOrienteering::SharedRenderables::Pointer |
|
default |
|
delete |
OpenOrienteering::SharedRenderables::~SharedRenderables | ( | ) |
void OpenOrienteering::SharedRenderables::compact | ( | ) |
void OpenOrienteering::SharedRenderables::deleteRenderables | ( | ) |
|
delete |