Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
iTextureLoaderContext Struct Reference
[Loading & Saving support]
Interface passed to a texture loader, holding some common texture properties.
More...
#include <itexture/itexloaderctx.h>
Inheritance diagram for iTextureLoaderContext:

Public Member Functions | |
virtual bool | HasFlags ()=0 |
Have any flags been specified? | |
virtual int | GetFlags ()=0 |
Get the specified flags. | |
virtual bool | HasImage ()=0 |
Has an image been specified? | |
virtual iImage * | GetImage ()=0 |
Get the image. | |
virtual bool | HasSize ()=0 |
Has a size been specified? | |
virtual void | GetSize (int &w, int &h)=0 |
Get the size. | |
virtual const char * | GetName ()=0 |
Get the texture's name. |
Detailed Description
Interface passed to a texture loader, holding some common texture properties.
Definition at line 41 of file itexloaderctx.h.
Member Function Documentation
|
Get the specified flags.
|
|
Get the image.
|
|
Get the texture's name.
|
|
Get the size.
|
|
Have any flags been specified?
|
|
Has an image been specified?
|
|
Has a size been specified?
|
The documentation for this struct was generated from the following file:
- itexture/itexloaderctx.h
Generated for Crystal Space by doxygen 1.3.9.1