svvitch
digital signage player
IEContent Class Reference

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

#include <IEContent.h>

Inheritance diagram for IEContent:
Collaboration diagram for IEContent:

List of all members.

Public Member Functions

 IEContent (Renderer &renderer, int splitType, float x=0, float y=0, float w=0, float h=0)
virtual ‾IEContent ()
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
IViewObject * _view
string _url

Detailed Description

IEコンテントクラス.

Definition at line 12 of file IEContent.h.


Constructor & Destructor Documentation

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

Definition at line 20 of file IEContent.cpp.

Here is the call graph for this function:


Member Function Documentation

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

Implements ComContent.

Definition at line 63 of file IEContent.cpp.

Here is the call graph for this function:

void IEContent::initialize ( ) [virtual]

初期化

Reimplemented from Content.

Definition at line 35 of file IEContent.cpp.

Here is the caller graph for this function:

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

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

Reimplemented from ComContent.

Definition at line 202 of file IEContent.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Implements ComContent.

Definition at line 195 of file IEContent.cpp.

void IEContent::run ( ) [virtual]

Implements ComContent.

Definition at line 222 of file IEContent.cpp.

Here is the call graph for this function:

IEContent::‾IEContent ( ) [virtual]

Definition at line 26 of file IEContent.cpp.

Here is the call graph for this function:


Member Data Documentation

IClassFactory* IEContent::_classFactory [private]

Definition at line 15 of file IEContent.h.

HMODULE IEContent::_module [private]

Definition at line 14 of file IEContent.h.

string IEContent::_url [private]

Definition at line 18 of file IEContent.h.

IViewObject* IEContent::_view [private]

Definition at line 16 of file IEContent.h.


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