PixmapRenderer.setup

Setup function

Called once during setup. Perform initialization tasks in here.

The final thing a setup function does is usually to call reconfigure() on the renderer.
interface PixmapRenderer
void
setup
(
PresenterObjectsContainer* container
)

Parameters

container PresenterObjectsContainer*

Pointer to the PresenterObjectsContainer of the presenter. To be stored for later use.

Meta