![]() |
libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include <moVideoManager.h>
Public Member Functions | |
| moVideoBufferPath () | |
| virtual | ~moVideoBufferPath () |
| virtual MOboolean | Init () |
| Inicializa el objeto. More... | |
| virtual MOboolean | Init (moResourceManager *pResources, moText videobufferpath) |
| virtual MOboolean | Finish () |
| Finaliza el objeto, libera recursos. More... | |
| MOboolean | LoadCompleted () |
| moText | GetPath () |
| moText | GetCompletePath () |
| int | GetTotalFiles () |
| int | GetImagesProcessed () |
| int | GetActualImage () |
| MOboolean | UpdateImages (MOint maxfiles=-1) |
Public Member Functions inherited from moAbstract | |
| moAbstract () | |
| virtual | ~moAbstract () |
| MOboolean | Initialized () |
| Pregunta si está inicializado. More... | |
Public Attributes | |
| moVideoBuffers | m_VideoBuffers |
Public Attributes inherited from moAbstract | |
| MOboolean | m_bInitialized |
| Valor de inicialización More... | |
Additional Inherited Members | |
Static Public Attributes inherited from moAbstract | |
| static moDebug * | MODebug2 = new moDebug() |
| Clase de impresión de errores para depuración More... | |
| static moTextHeap * | MODebug = new moTextHeap() |
| Lista de textos. More... | |
Definition at line 382 of file moVideoManager.h.
| moVideoBufferPath::moVideoBufferPath | ( | ) |
Definition at line 599 of file moVideoManager.cpp.
|
virtual |
Definition at line 609 of file moVideoManager.cpp.
|
virtual |
Finaliza el objeto, libera recursos.
Función de finalización. Libera los recursos generados en la función de inicialización.
Reimplemented from moAbstract.
Definition at line 639 of file moVideoManager.cpp.
| int moVideoBufferPath::GetActualImage | ( | ) |
Definition at line 668 of file moVideoManager.cpp.
| moText moVideoBufferPath::GetCompletePath | ( | ) |
Definition at line 655 of file moVideoManager.cpp.
| int moVideoBufferPath::GetImagesProcessed | ( | ) |
Definition at line 664 of file moVideoManager.cpp.
| moText moVideoBufferPath::GetPath | ( | ) |
Definition at line 651 of file moVideoManager.cpp.
| int moVideoBufferPath::GetTotalFiles | ( | ) |
Definition at line 660 of file moVideoManager.cpp.
|
virtual |
Inicializa el objeto.
Función de Inicialización. Todos los recursos manejados exclusivamente por este objeto son generados aquí.
Reimplemented from moAbstract.
Definition at line 613 of file moVideoManager.cpp.
|
virtual |
Definition at line 621 of file moVideoManager.cpp.
| MOboolean moVideoBufferPath::LoadCompleted | ( | ) |
Definition at line 647 of file moVideoManager.cpp.
Definition at line 672 of file moVideoManager.cpp.
| moVideoBuffers moVideoBufferPath::m_VideoBuffers |
Definition at line 401 of file moVideoManager.h.