BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
BALL::VIEW::RenderToBufferFinishedEvent Class Reference

#include <BALL/VIEW/RENDERING/renderSetup.h>

Inheritance diagram for BALL::VIEW::RenderToBufferFinishedEvent:
QEvent

Public Member Functions

 RenderToBufferFinishedEvent (boost::shared_ptr< RenderSetup > renderer)
 
boost::shared_ptr< RenderSetupgetRenderer ()
 

Protected Attributes

boost::shared_ptr< RenderSetuprenderer_
 

Detailed Description

This class is used for communication of render events over thread boundaries.

Definition at line 368 of file renderSetup.h.

Constructor & Destructor Documentation

BALL::VIEW::RenderToBufferFinishedEvent::RenderToBufferFinishedEvent ( boost::shared_ptr< RenderSetup renderer)
inline

Definition at line 372 of file renderSetup.h.

Member Function Documentation

boost::shared_ptr<RenderSetup> BALL::VIEW::RenderToBufferFinishedEvent::getRenderer ( )
inline

Definition at line 377 of file renderSetup.h.

Member Data Documentation

boost::shared_ptr<RenderSetup> BALL::VIEW::RenderToBufferFinishedEvent::renderer_
protected

Definition at line 380 of file renderSetup.h.