#include <DeviceFeedbackC.h>
Public Methods | |
DeviceFeedbackC () | |
virtual | ~DeviceFeedbackC () |
virtual void | set_scene (Composition::SceneC *pScene) |
Sets the scene to use. | |
virtual void | set_filelist (Import::FileListC *pFileList) |
Sets the file list to use. | |
virtual void | set_devicecontext (PajaSystem::DeviceContextC *pContext) |
Sets the device context to use. | |
virtual void | send_init (PajaTypes::uint32 ui32Reason) |
Sends initalize notify to effects and importers. |
Device feedback class is used by the device drivers to send messages to the effects and importers.
|
Sends initalize notify to effects and importers.
|
|
Sets the device context to use.
|
|
Sets the file list to use.
|
|
Sets the scene to use.
|