ClanLib  2.3.7
List of all members
CL_SWRenderTarget Class Reference

Display target for clanDisplay. More...

#include <swr_target.h>

Inheritance diagram for CL_SWRenderTarget:
Inheritance graph
[legend]

Public Member Functions

Construction
 CL_SWRenderTarget ()
 Constructs a SWRender target. More...
 
 ~CL_SWRenderTarget ()
 
Attributes
CL_DisplayTargetProviderget_provider ()
 Returns the provider for the display target. More...
 
bool is_null () const
 Returns true if this object is invalid. More...
 
void throw_if_null () const
 Throw an exception if this object is invalid. More...
 
Operations
void set_current ()
 Set this display target to be the current target. More...
 

Detailed Description

Display target for clanDisplay.

Constructor & Destructor Documentation

CL_SWRenderTarget::CL_SWRenderTarget ( )

Constructs a SWRender target.

CL_SWRenderTarget::~CL_SWRenderTarget ( )

Member Function Documentation

CL_DisplayTargetProvider* CL_DisplayTarget::get_provider ( )
inherited

Returns the provider for the display target.

bool CL_DisplayTarget::is_null ( ) const
inlineinherited

Returns true if this object is invalid.

void CL_DisplayTarget::set_current ( )
inherited

Set this display target to be the current target.

void CL_DisplayTarget::throw_if_null ( ) const
inherited

Throw an exception if this object is invalid.


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