#include <BellagioOpenMaxComponent.h>
Public Member Functions | |
virtual | ~CBellagioOpenMaxComponent () |
IMPORT_C void | setId (TUid id) |
IMPORT_C BOSA_COMPONENTLOADER * | GetLoader () |
IMPORT_C void | SetLoader (BOSA_COMPONENTLOADER *pLoader) |
IMPORT_C OMX_COMPONENTTYPE * | GetComponent () |
IMPORT_C void | SetComponent (OMX_COMPONENTTYPE *pComponent) |
Static Public Member Functions | |
static CBellagioOpenMaxComponent * | NewL (TUid id, OMX_STRING aComponentName) |
Protected Attributes | |
OMX_COMPONENTTYPE * | component |
BOSA_COMPONENTLOADER * | loader |
Definition at line 35 of file BellagioOpenMaxComponent.h.
virtual CBellagioOpenMaxComponent::~CBellagioOpenMaxComponent | ( | ) | [virtual] |
static CBellagioOpenMaxComponent* CBellagioOpenMaxComponent::NewL | ( | TUid | id, | |
OMX_STRING | aComponentName | |||
) | [static] |
IMPORT_C void CBellagioOpenMaxComponent::setId | ( | TUid | id | ) |
IMPORT_C BOSA_COMPONENTLOADER* CBellagioOpenMaxComponent::GetLoader | ( | ) |
IMPORT_C void CBellagioOpenMaxComponent::SetLoader | ( | BOSA_COMPONENTLOADER * | pLoader | ) |
IMPORT_C OMX_COMPONENTTYPE* CBellagioOpenMaxComponent::GetComponent | ( | ) |
IMPORT_C void CBellagioOpenMaxComponent::SetComponent | ( | OMX_COMPONENTTYPE * | pComponent | ) |
OMX_COMPONENTTYPE* CBellagioOpenMaxComponent::component [protected] |
Definition at line 51 of file BellagioOpenMaxComponent.h.
BOSA_COMPONENTLOADER* CBellagioOpenMaxComponent::loader [protected] |
Definition at line 53 of file BellagioOpenMaxComponent.h.