|
Gnash
0.8.11dev
|
#include "DefaultTagLoaders.h"#include <set>#include "SWF.h"#include "TagLoadersTable.h"#include "tag_loaders.h"#include "ScriptLimitsTag.h"#include "DefineFontAlignZonesTag.h"#include "DefineShapeTag.h"#include "DefineButtonCxformTag.h"#include "CSMTextSettingsTag.h"#include "DefineFontTag.h"#include "DefineButtonTag.h"#include "DefineScalingGridTag.h"#include "DefineTextTag.h"#include "PlaceObject2Tag.h"#include "RemoveObjectTag.h"#include "DoActionTag.h"#include "DoInitActionTag.h"#include "DefineEditTextTag.h"#include "SetBackgroundColorTag.h"#include "SetTabIndexTag.h"#include "StartSoundTag.h"#include "StreamSoundBlockTag.h"#include "DefineBitsTag.h"#include "DefineButtonSoundTag.h"#include "DefineMorphShapeTag.h"#include "DefineVideoStreamTag.h"#include "DefineFontNameTag.h"#include "VideoFrameTag.h"#include "ImportAssetsTag.h"#include "ExportAssetsTag.h"#include "SoundStreamHeadTag.h"Namespaces | |
| gnash | |
| Anonymous namespace for callbacks, local functions, event handlers etc. | |
| gnash::SWF | |
| SWF format parsing classes. | |
Functions | |
| void | gnash::SWF::addDefaultLoaders (TagLoadersTable &table) |
| Add the default parsing functions for SWF files to a TagLoadersTable. More... | |
1.8.12