public class VgLayerDescriptorRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgLayerDescriptorRefPtr() |
VgLayerDescriptorRefPtr(VgLayerDescriptor pPointer) |
VgLayerDescriptorRefPtr(VgLayerDescriptorRefPtr pRefPtr) |
Modifier and Type | Method and Description |
---|---|
VgLayerDescriptor |
__deref__() |
VgLayerDescriptor |
__ref__() |
void |
delete() |
VgLayerDescriptor |
get() |
VgLayoutDescriptor |
getMLayoutDescriptor() |
java.lang.String |
getMName() |
int |
getNbReferences() |
static VgLayerDescriptorRefPtr |
getNull() |
boolean |
isValid() |
void |
ref() |
VgLayerDescriptorRefPtr |
set(VgLayerDescriptor pPointer) |
void |
setMLayoutDescriptor(VgLayoutDescriptor value) |
void |
setMName(java.lang.String value) |
void |
unref() |
public VgLayerDescriptorRefPtr()
public VgLayerDescriptorRefPtr(VgLayerDescriptor pPointer)
public VgLayerDescriptorRefPtr(VgLayerDescriptorRefPtr pRefPtr)
public void delete()
public static VgLayerDescriptorRefPtr getNull()
public VgLayerDescriptorRefPtr set(VgLayerDescriptor pPointer)
public VgLayerDescriptor __ref__()
public VgLayerDescriptor __deref__()
public VgLayerDescriptor get()
public boolean isValid()
public void setMName(java.lang.String value)
public java.lang.String getMName()
public void setMLayoutDescriptor(VgLayoutDescriptor value)
public VgLayoutDescriptor getMLayoutDescriptor()
public void ref()
public void unref()
public int getNbReferences()