CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

iTextureLoaderContext Struct Reference
[Loading & Saving support]

Interface passed to a texture loader, holding some common texture properties. More...

#include <itexloaderctx.h>

Inheritance diagram for iTextureLoaderContext:

iBase List of all members.

Public Methods

virtual bool HasFlags ()=0
 Have any flags been specified? More...

virtual int GetFlags ()=0
 Get the specified flags. More...

virtual bool HasImage ()=0
 Has an image been specified? More...

virtual iImageGetImage ()=0
 Get the image. More...

virtual bool HasSize ()=0
 Has a size been specified? More...

virtual void GetSize (int &w, int &h)=0
 Get the size. More...


Detailed Description

Interface passed to a texture loader, holding some common texture properties.

Definition at line 41 of file itexloaderctx.h.


Member Function Documentation

virtual int iTextureLoaderContext::GetFlags   [pure virtual]
 

Get the specified flags.

virtual iImage* iTextureLoaderContext::GetImage   [pure virtual]
 

Get the image.

virtual void iTextureLoaderContext::GetSize int &    w,
int &    h
[pure virtual]
 

Get the size.

virtual bool iTextureLoaderContext::HasFlags   [pure virtual]
 

Have any flags been specified?

virtual bool iTextureLoaderContext::HasImage   [pure virtual]
 

Has an image been specified?

virtual bool iTextureLoaderContext::HasSize   [pure virtual]
 

Has a size been specified?


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.14