openshot-audio  0.1.2
Public Member Functions | List of all members
GlobalRef Class Reference

#include <juce_android_JNIHelpers.h>

Public Member Functions

 GlobalRef () noexcept
 
 GlobalRef (jobject o)
 
 GlobalRef (const GlobalRef &other)
 
 ~GlobalRef ()
 
void clear ()
 
GlobalRefoperator= (const GlobalRef &other)
 
 operator jobject () const noexcept
 
jobject get () const noexcept
 
void callVoidMethod (jmethodID methodID,...) const
 

Constructor & Destructor Documentation

GlobalRef::GlobalRef ( )
inlinenoexcept
GlobalRef::GlobalRef ( jobject  o)
inlineexplicit
GlobalRef::GlobalRef ( const GlobalRef other)
inline
GlobalRef::~GlobalRef ( )
inline

Member Function Documentation

void GlobalRef::callVoidMethod ( jmethodID  methodID,
  ... 
) const
inline
void GlobalRef::clear ( )
inline
jobject GlobalRef::get ( ) const
inlinenoexcept
GlobalRef::operator jobject ( ) const
inlinenoexcept
GlobalRef& GlobalRef::operator= ( const GlobalRef other)
inline

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