svvitch
digital signage player
FlashContent Class Reference

Flashコンテントクラス. More...

#include <FlashContent.h>

Inheritance diagram for FlashContent:
Collaboration diagram for FlashContent:

List of all members.

Public Member Functions

 FlashContent (Renderer &renderer, int splitType, float x=0, float y=0, float w=0, float h=0)
virtual ‾FlashContent ()
void initialize ()
 初期化
virtual bool open (const MediaItemPtr media, const int offset=0)
 ファイルをオープンします
virtual void run ()

Private Member Functions

virtual void createComComponents ()
virtual void releaseComComponents ()

Private Attributes

HMODULE _module
IClassFactory * _classFactory
IShockwaveFlash * _flash
IViewObject * _view
string _movie
string _params
string _quality
string _scale
int _zoom

Detailed Description

Flashコンテントクラス.

Flashを描画するためのコンテント

Definition at line 14 of file FlashContent.h.


Constructor & Destructor Documentation

FlashContent::FlashContent ( Renderer renderer,
int  splitType,
float  x = 0,
float  y = 0,
float  w = 0,
float  h = 0 
)

Definition at line 6 of file FlashContent.cpp.

Here is the call graph for this function:


Member Function Documentation

void FlashContent::createComComponents ( ) [private, virtual]

Implements ComContent.

Definition at line 62 of file FlashContent.cpp.

Here is the call graph for this function:

void FlashContent::initialize ( ) [virtual]

初期化

Reimplemented from Content.

Definition at line 21 of file FlashContent.cpp.

Here is the caller graph for this function:

bool FlashContent::open ( const MediaItemPtr  media,
const int  offset = 0 
) [virtual]

ファイルをオープンします

Reimplemented from ComContent.

Definition at line 213 of file FlashContent.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void FlashContent::releaseComComponents ( ) [private, virtual]

Implements ComContent.

Definition at line 203 of file FlashContent.cpp.

void FlashContent::run ( ) [virtual]

Implements ComContent.

Definition at line 241 of file FlashContent.cpp.

Here is the call graph for this function:

FlashContent::‾FlashContent ( ) [virtual]

Definition at line 12 of file FlashContent.cpp.

Here is the call graph for this function:


Member Data Documentation

IClassFactory* FlashContent::_classFactory [private]

Definition at line 17 of file FlashContent.h.

IShockwaveFlash* FlashContent::_flash [private]

Definition at line 18 of file FlashContent.h.

HMODULE FlashContent::_module [private]

Definition at line 16 of file FlashContent.h.

string FlashContent::_movie [private]

Definition at line 21 of file FlashContent.h.

string FlashContent::_params [private]

Definition at line 22 of file FlashContent.h.

string FlashContent::_quality [private]

Definition at line 23 of file FlashContent.h.

string FlashContent::_scale [private]

Definition at line 24 of file FlashContent.h.

IViewObject* FlashContent::_view [private]

Definition at line 19 of file FlashContent.h.

int FlashContent::_zoom [private]

Definition at line 25 of file FlashContent.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines