![]() |
Public API Reference |
#include <itexloaderctx.h>
Inheritance diagram for iTextureLoaderContext:

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 iImage * | GetImage ()=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... | |
Definition at line 41 of file itexloaderctx.h.
|
|
Get the specified flags.
|
|
|
Get the image.
|
|
||||||||||||
|
Get the size.
|
|
|
Have any flags been specified?
|
|
|
Has an image been specified?
|
|
|
Has a size been specified?
|