#include <FDisplay.h>
Inheritance diagram for FlashTagPlaceObject::
Public Methods | |
FlashTagPlaceObject (UWORD _depth, UWORD _charID, FlashMatrix &m) | |
FlashTagPlaceObject (UWORD _depth, UWORD _charID, FlashMatrix &m, FlashColorTransform &c) | |
bool | HasColorTransform () |
UWORD | GetCharID () |
UWORD | GetDepth () |
FlashMatrix | GetMatrix () |
FlashColorTransform | GetColorTransform () |
Protected Methods | |
FlashTagPlaceObject () | |
Private Attributes | |
UWORD | characterID |
UWORD | depth |
FlashMatrix | matrix |
FlashColorTransform | cfx |
bool | hascfx |
Friends | |
class | FlashImporter |
std::ostream & | operator<< (std::ostream &out, FlashTagPlaceObject &data) |
std::istream & | operator>> (std::istream &in, FlashTagPlaceObject &data) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|