openshot-audio  0.1.5
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() [1/3]

GlobalRef::GlobalRef ( )
inlinenoexcept

◆ GlobalRef() [2/3]

GlobalRef::GlobalRef ( jobject  o)
inlineexplicit

◆ GlobalRef() [3/3]

GlobalRef::GlobalRef ( const GlobalRef other)
inline

◆ ~GlobalRef()

GlobalRef::~GlobalRef ( )
inline

Member Function Documentation

◆ callVoidMethod()

void GlobalRef::callVoidMethod ( jmethodID  methodID,
  ... 
) const
inline

◆ clear()

void GlobalRef::clear ( )
inline

◆ get()

jobject GlobalRef::get ( ) const
inlinenoexcept

◆ operator jobject()

GlobalRef::operator jobject ( ) const
inlinenoexcept

◆ operator=()

GlobalRef& GlobalRef::operator= ( const GlobalRef other)
inline

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