Mondschein Engine  0.3.0
Public Member Functions | List of all members
mondschein::renderer::Qt4_Context Class Reference

This class implements a Qt4 compliant rendering context. More...

#include <context.h>

Inheritance diagram for mondschein::renderer::Qt4_Context:
mondschein::renderer::Context

Public Member Functions

virtual void init ()
 Initialize the context. More...
 
- Public Member Functions inherited from mondschein::renderer::Context
virtual void set_context_attribs (const context_attribs_t &_c)
 Set the context properties. More...
 
virtual context_attribs_t get_context_attribs () const
 Get the context properties. More...
 
virtual void make_current ()=0
 Make the context current. More...
 

Detailed Description

This class implements a Qt4 compliant rendering context.

Definition at line 36 of file context.h.

Member Function Documentation

void Qt4_Context::init ( )
virtual

Initialize the context.

NOTE: In order to function a rendring context must always be initialized.

Implements mondschein::renderer::Context.

Definition at line 42 of file context.cpp.


The documentation for this class was generated from the following files: