svvitch
digital signage player
|
IEコンテントクラス. More...
#include <IEContent.h>
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 |
IEコンテントクラス.
Definition at line 12 of file IEContent.h.
IEContent::IEContent | ( | Renderer & | renderer, |
int | splitType, | ||
float | x = 0 , |
||
float | y = 0 , |
||
float | w = 0 , |
||
float | h = 0 |
||
) |
void IEContent::createComComponents | ( | ) | [private, virtual] |
Implements ComContent.
Definition at line 63 of file IEContent.cpp.
void IEContent::initialize | ( | ) | [virtual] |
初期化
Reimplemented from Content.
Definition at line 35 of file IEContent.cpp.
bool IEContent::open | ( | const MediaItemPtr | media, |
const int | offset = 0 |
||
) | [virtual] |
ファイルをオープンします
Reimplemented from ComContent.
Definition at line 202 of file IEContent.cpp.
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.
IEContent::‾IEContent | ( | ) | [virtual] |
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.