public class VgAnimationDescriptorRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgAnimationDescriptorRefPtr() |
VgAnimationDescriptorRefPtr(VgAnimationDescriptor pPointer) |
VgAnimationDescriptorRefPtr(VgAnimationDescriptorRefPtr pRefPtr) |
Modifier and Type | Method and Description |
---|---|
VgAnimationDescriptor |
__deref__() |
VgAnimationDescriptor |
__ref__() |
VgAnimationDescriptorRefPtr |
create() |
void |
delete() |
VgAnimationDescriptor |
get() |
VgIAnimationCallbackRefPtr |
getMCallback() |
float |
getMDuration() |
VgFunctorDescriptorMap |
getMFunctorDescriptors() |
long |
getMLoopMode() |
int |
getNbReferences() |
static VgAnimationDescriptorRefPtr |
getNull() |
boolean |
isValid() |
void |
ref() |
VgAnimationDescriptorRefPtr |
set(VgAnimationDescriptor pPointer) |
void |
setMCallback(VgIAnimationCallbackRefPtr value) |
void |
setMDuration(float value) |
void |
setMFunctorDescriptors(VgFunctorDescriptorMap value) |
void |
setMLoopMode(long value) |
void |
unref() |
public VgAnimationDescriptorRefPtr()
public VgAnimationDescriptorRefPtr(VgAnimationDescriptor pPointer)
public VgAnimationDescriptorRefPtr(VgAnimationDescriptorRefPtr pRefPtr)
public void delete()
public static VgAnimationDescriptorRefPtr getNull()
public VgAnimationDescriptorRefPtr set(VgAnimationDescriptor pPointer)
public VgAnimationDescriptor __ref__()
public VgAnimationDescriptor __deref__()
public VgAnimationDescriptor get()
public boolean isValid()
public VgAnimationDescriptorRefPtr create()
public void setMFunctorDescriptors(VgFunctorDescriptorMap value)
public VgFunctorDescriptorMap getMFunctorDescriptors()
public void setMDuration(float value)
public float getMDuration()
public void setMLoopMode(long value)
public long getMLoopMode()
public void setMCallback(VgIAnimationCallbackRefPtr value)
public VgIAnimationCallbackRefPtr getMCallback()
public void ref()
public void unref()
public int getNbReferences()