Equalizer  1.2.1
Public Member Functions
eqHello::Application Class Reference
+ Inheritance diagram for eqHello::Application:
+ Collaboration diagram for eqHello::Application:

List of all members.

Public Member Functions

virtual ~Application ()
 Destruct this application instance.
virtual seq::RenderercreateRenderer ()
 Create a new renderer instance.
virtual co::ObjectcreateObject (const uint32_t type)

Detailed Description

Definition at line 47 of file hello.cpp.


Constructor & Destructor Documentation

virtual eqHello::Application::~Application ( ) [inline, virtual]

Destruct this application instance.

Version:
1.0

Reimplemented from seq::Application.

Definition at line 50 of file hello.cpp.


Member Function Documentation

virtual co::Object* eqHello::Application::createObject ( const uint32_t  type) [inline, virtual]
Returns:
a new object instance of the given type.
Version:
1.0
See also:
ObjectType, Config::getObject(), Renderer::getObject()

Implements seq::ObjectFactory.

Definition at line 52 of file hello.cpp.

virtual seq::Renderer* eqHello::Application::createRenderer ( ) [inline, virtual]

Create a new renderer instance.

Called once per rendering thread, potentially in parallel, during initialization.

Returns:
the new renderer
Version:
1.0

Implements seq::Application.

Definition at line 51 of file hello.cpp.


The documentation for this class was generated from the following file:
Generated on Fri Jun 8 2012 15:44:36 for Equalizer 1.2.1 by  doxygen 1.8.0