#include <FControl.h>
Inheritance diagram for FlashTagImportAssets::
Public Methods | |
FlashTagImportAssets (char *_swfurl) | |
~FlashTagImportAssets () | |
void | AddAsset (char *str, UWORD id) |
const char * | GetSwfUrl () |
unsigned int | GetAssetNum () |
flash_pair< char *, UWORD > | GetAsset (long num) |
Private Methods | |
DEFINE_RW_INTERFACE | FlashTagImportAssets () |
Private Attributes | |
char * | swfurl |
std::vector< char *> | assets_str |
std::vector< UWORD > | assets_id |
gc_vector< char *> | gc |
Friends | |
class | FlashImportHandler |
class | FlashImporter |
std::ostream & | operator<< (std::ostream &out, FlashTagImportAssets &data) |
std::istream & | operator>> (std::istream &in, FlashTagImportAssets &data) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|