You.i Engine
CYIPlatformViewHandleAndroid Class Reference

Detailed Description

The CYIPlatformViewHandleAndroid is a wrapper object which holds on to an Android native platform view.

The native platform view wrapped by this class must be initialized separately and passed into the handle when created.

#include <platform/YiPlatformViewHandle_Android.h>

Inheritance diagram for CYIPlatformViewHandleAndroid:

Public Member Functions

 CYIPlatformViewHandleAndroid ()
 
 CYIPlatformViewHandleAndroid (jobject platformView)
 
virtual ~CYIPlatformViewHandleAndroid ()
 
- Public Member Functions inherited from CYIPlatformViewHandle
virtual ~CYIPlatformViewHandle ()
 

Public Attributes

jobject platformView
 

Additional Inherited Members

- Protected Member Functions inherited from CYIPlatformViewHandle
 CYIPlatformViewHandle ()
 

Constructor & Destructor Documentation

CYIPlatformViewHandleAndroid::CYIPlatformViewHandleAndroid ( )
inline
CYIPlatformViewHandleAndroid::CYIPlatformViewHandleAndroid ( jobject  platformView)
inline
virtual CYIPlatformViewHandleAndroid::~CYIPlatformViewHandleAndroid ( )
inlinevirtual

Member Data Documentation

jobject CYIPlatformViewHandleAndroid::platformView

This is the jobject which the native platform view is assigned to.


The documentation for this class was generated from the following file: