#include <libsswf.h>
Inheritance diagram for sswf::TagShowFrame:

Public Member Functions | |
| virtual ErrorManager::error_code_t | Save (Data &data) |
| Save the ShowFrame in the Data buffer. | |
| TagShowFrame (TagBase *parent) | |
| Initializes the show frame tag. | |
| virtual swf_type_t | TypeFlags (void) const |
| Returns the type of the TagShowFrame. | |
A show frame tag is also the place where a movie stops if paused.
| TagShowFrame::TagShowFrame | ( | TagBase * | parent | ) |
The constructor initializes the show frame tag.
| [in] | parent | The parent of the TagShowFrame (TagHeader or TagSprite) |
| ErrorManager::error_code_t TagShowFrame::Save | ( | Data & | data | ) | [virtual] |
This function saves the TagShowFrame tag in the specified Data buffer.
| [in,out] | data | The Data buffer where the data is saved |
Implements sswf::TagBase.
| TagBase::swf_type_t TagShowFrame::TypeFlags | ( | void | ) | const [virtual] |
1.4.7