svvitch
digital signage player
|
トランジションの基底クラス. More...
#include <Transition.h>
Public Member Functions | |
Transition (ContentPtr c1, ContentPtr c2) | |
Cutトランジション | |
virtual | ‾Transition () |
virtual void | initialize (const DWORD &frame) |
virtual bool | process (const DWORD &frame) |
bool | use (ContentPtr c) |
Protected Attributes | |
Poco::Logger & | _log |
Poco::FastMutex | _lock |
ContentPtr | _c1 |
ContentPtr | _c2 |
トランジションの基底クラス.
Definition at line 12 of file Transition.h.
Transition::Transition | ( | ContentPtr | c1, |
ContentPtr | c2 | ||
) |
Cutトランジション
Definition at line 6 of file Transition.cpp.
void Transition::initialize | ( | const DWORD & | frame | ) | [virtual] |
Reimplemented in SlideTransition, and DissolveTransition.
Definition at line 13 of file Transition.cpp.
bool Transition::process | ( | const DWORD & | frame | ) | [virtual] |
Reimplemented in SlideTransition, and DissolveTransition.
Definition at line 16 of file Transition.cpp.
bool Transition::use | ( | ContentPtr | c | ) |
Transition::‾Transition | ( | ) | [virtual] |
Definition at line 9 of file Transition.cpp.
ContentPtr Transition::_c1 [protected] |
Definition at line 16 of file Transition.h.
ContentPtr Transition::_c2 [protected] |
Definition at line 17 of file Transition.h.
Poco::FastMutex Transition::_lock [protected] |
Definition at line 15 of file Transition.h.
Poco::Logger& Transition::_log [protected] |
Definition at line 14 of file Transition.h.