Crazy Eddie's GUI System  0.8.4
CEGUI::IrrlichtWindowTarget Class Reference

CEGUI::RenderTarget that targets a window, or a part of a window. More...

+ Inheritance diagram for CEGUI::IrrlichtWindowTarget:
+ Collaboration diagram for CEGUI::IrrlichtWindowTarget:

List of all members.

Public Member Functions

 IrrlichtWindowTarget (IrrlichtRenderer &owner, irr::video::IVideoDriver &driver)
 Constructor.
virtual ~IrrlichtWindowTarget ()
 Destructor.
bool isImageryCache () const
 Return whether the RenderTarget is an implementation that caches actual rendered imagery.

Detailed Description

CEGUI::RenderTarget that targets a window, or a part of a window.


Member Function Documentation

Return whether the RenderTarget is an implementation that caches actual rendered imagery.

Typically it is expected that texture based RenderTargets would return true in response to this call. Other types of RenderTarget, like view port based targets, will more likely return false.

Returns:

Implements CEGUI::RenderTarget.

 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends