#include <JNIXBMCMainView.h>
|
| static void | _attach (JNIEnv *env, jobject thiz) |
| |
| static void | _surfaceChanged (JNIEnv *env, jobject thiz, jobject holder, jint format, jint width, jint height) |
| |
| static void | _surfaceCreated (JNIEnv *env, jobject thiz, jobject holder) |
| |
| static void | _surfaceDestroyed (JNIEnv *env, jobject thiz, jobject holder) |
| |
§ CJNIXBMCMainView()
| CJNIXBMCMainView::CJNIXBMCMainView |
( |
CJNISurfaceHolderCallback * |
callback | ) |
|
§ ~CJNIXBMCMainView()
| CJNIXBMCMainView::~CJNIXBMCMainView |
( |
| ) |
|
§ _attach()
| void CJNIXBMCMainView::_attach |
( |
JNIEnv * |
env, |
|
|
jobject |
thiz |
|
) |
| |
|
staticprotected |
§ _surfaceChanged()
| void CJNIXBMCMainView::_surfaceChanged |
( |
JNIEnv * |
env, |
|
|
jobject |
thiz, |
|
|
jobject |
holder, |
|
|
jint |
format, |
|
|
jint |
width, |
|
|
jint |
height |
|
) |
| |
|
staticprotected |
§ _surfaceCreated()
| void CJNIXBMCMainView::_surfaceCreated |
( |
JNIEnv * |
env, |
|
|
jobject |
thiz, |
|
|
jobject |
holder |
|
) |
| |
|
staticprotected |
§ _surfaceDestroyed()
| void CJNIXBMCMainView::_surfaceDestroyed |
( |
JNIEnv * |
env, |
|
|
jobject |
thiz, |
|
|
jobject |
holder |
|
) |
| |
|
staticprotected |
§ attach()
| void CJNIXBMCMainView::attach |
( |
const jobject & |
thiz | ) |
|
§ getSurface()
| CJNISurface CJNIXBMCMainView::getSurface |
( |
| ) |
|
§ isActive()
| bool CJNIXBMCMainView::isActive |
( |
| ) |
|
|
inline |
§ isCreated()
| bool CJNIXBMCMainView::isCreated |
( |
| ) |
const |
§ RegisterNatives()
| void CJNIXBMCMainView::RegisterNatives |
( |
JNIEnv * |
env | ) |
|
|
static |
§ surfaceChanged()
| void CJNIXBMCMainView::surfaceChanged |
( |
CJNISurfaceHolder |
holder, |
|
|
int |
format, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
§ surfaceCreated()
| void CJNIXBMCMainView::surfaceCreated |
( |
CJNISurfaceHolder |
holder | ) |
|
§ surfaceDestroyed()
| void CJNIXBMCMainView::surfaceDestroyed |
( |
CJNISurfaceHolder |
holder | ) |
|
§ waitForSurface()
| bool CJNIXBMCMainView::waitForSurface |
( |
unsigned int |
millis | ) |
|
§ m_callback
| CJNISurfaceHolderCallback* CJNIXBMCMainView::m_callback |
|
protected |
§ m_instance
§ m_surfaceCreated
| CEvent CJNIXBMCMainView::m_surfaceCreated |
|
staticprotected |
The documentation for this class was generated from the following files: