Public Methods |
| | FlashTagPlaceObject2 (UWORD _depth) |
| | FlashTagPlaceObject2 (UWORD _depth, UWORD _charID) |
| | FlashTagPlaceObject2 (UWORD _depth, UWORD _charID, FlashMatrix &_matrix) |
| | FlashTagPlaceObject2 (UWORD _depth, UWORD _charID, FlashMatrix &_matrix, FlashColorTransform &_cfx) |
| | FlashTagPlaceObject2 (UWORD _depth, FlashMatrix &_matrix, FlashColorTransform &_cfx) |
| | ~FlashTagPlaceObject2 () |
| void | SetName (std::string &_name) |
| void | SetCharID (UWORD _charID) |
| void | SetMove (bool _move) |
| void | SetMatrix (FlashMatrix &_matrix) |
| void | SetColorTransform (FlashColorTransform &_cfx) |
| void | SetRatio (UWORD _ratio) |
| void | SetClipDepth (UWORD _clipDepth) |
| bool | HasName () |
| bool | HasCharID () |
| bool | HasMove () |
| bool | HasMatrix () |
| bool | HasColorTransform () |
| bool | HasRatio () |
| bool | HasClipDepth () |
| UWORD | GetDepth () |
| const char * | GetName () |
| UWORD | GetCharID () |
| FlashMatrix | GetMatrix () |
| FlashColorTransform | GetColorTransform () |
| UWORD | GetRatio () |
| UWORD | GetClipDepth () |
Private Methods |
| | FlashTagPlaceObject2 () |
Private Attributes |
| bool | hasName |
| bool | hasCharID |
| bool | hasMove |
| bool | hasMatrix |
| bool | hasColorTransform |
| bool | hasRatio |
| bool | hasClipDepth |
| UWORD | depth |
| std::string | name |
| UWORD | charID |
| FlashMatrix | matrix |
| FlashColorTransform | cfx |
| UWORD | ratio |
| UWORD | clipDepth |
Friends |
| class | FlashImporter |
| std::ostream & | operator<< (std::ostream &out, FlashTagPlaceObject2 &data) |
| std::istream & | operator>> (std::istream &in, FlashTagPlaceObject2 &data) |