public class uiPreview extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__height
Field descriptor (offset) for struct member 'height'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__pad1
Field descriptor (offset) for struct member 'pad1'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__preview_id
Field descriptor (offset) for struct member 'preview_id'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct uiPreview.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
uiPreview(long __address,
Block __block,
BlockTable __blockTable) |
protected |
uiPreview(uiPreview that) |
Modifier and Type | Method and Description |
---|---|
CPointer<uiPreview> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getHeight()
Get method for struct member 'height'.
|
CPointer<uiPreview> |
getNext()
Get method for struct member 'next'.
|
CArrayFacade<java.lang.Short> |
getPad1()
Get method for struct member 'pad1'.
|
CPointer<uiPreview> |
getPrev()
Get method for struct member 'prev'.
|
CArrayFacade<java.lang.Byte> |
getPreview_id()
Get method for struct member 'preview_id'.
|
void |
setHeight(short height)
Set method for struct member 'height'.
|
void |
setNext(CPointer<uiPreview> next)
Set method for struct member 'next'.
|
void |
setPad1(CArrayFacade<java.lang.Short> pad1)
Set method for struct member 'pad1'.
|
void |
setPrev(CPointer<uiPreview> prev)
Set method for struct member 'prev'.
|
void |
setPreview_id(CArrayFacade<java.lang.Byte> preview_id)
Set method for struct member 'preview_id'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for uiPreview.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
some preview UI data need to be saved in file
This is how you get a reference on the corresponding field in the struct:
uiPreview uipreview = ...; CPointer<Object> p = uipreview.__dna__addressof(uiPreview.__DNA__FIELD__next); CPointer<CPointer<uiPreview>> p_next = p.cast(new Class[]{CPointer.class, uiPreview.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
uiPreview uipreview = ...; CPointer<Object> p = uipreview.__dna__addressof(uiPreview.__DNA__FIELD__prev); CPointer<CPointer<uiPreview>> p_prev = p.cast(new Class[]{CPointer.class, uiPreview.class});
public static final long[] __DNA__FIELD__preview_id
defined as UI_MAX_NAME_STR
This is how you get a reference on the corresponding field in the struct:
uiPreview uipreview = ...; CPointer<Object> p = uipreview.__dna__addressof(uiPreview.__DNA__FIELD__preview_id); CPointer<CArrayFacade<Byte>> p_preview_id = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__height
This is how you get a reference on the corresponding field in the struct:
uiPreview uipreview = ...; CPointer<Object> p = uipreview.__dna__addressof(uiPreview.__DNA__FIELD__height); CPointer<Short> p_height = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad1
This is how you get a reference on the corresponding field in the struct:
uiPreview uipreview = ...; CPointer<Object> p = uipreview.__dna__addressof(uiPreview.__DNA__FIELD__pad1); CPointer<CArrayFacade<Short>> p_pad1 = p.cast(new Class[]{CArrayFacade.class, Short.class});
public uiPreview(long __address, Block __block, BlockTable __blockTable)
protected uiPreview(uiPreview that)
public CPointer<uiPreview> getNext() throws java.io.IOException
some preview UI data need to be saved in file
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<uiPreview> next) throws java.io.IOException
some preview UI data need to be saved in file
java.io.IOException
__DNA__FIELD__next
public CPointer<uiPreview> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<uiPreview> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CArrayFacade<java.lang.Byte> getPreview_id() throws java.io.IOException
defined as UI_MAX_NAME_STR
java.io.IOException
__DNA__FIELD__preview_id
public void setPreview_id(CArrayFacade<java.lang.Byte> preview_id) throws java.io.IOException
defined as UI_MAX_NAME_STR
java.io.IOException
__DNA__FIELD__preview_id
public short getHeight() throws java.io.IOException
java.io.IOException
__DNA__FIELD__height
public void setHeight(short height) throws java.io.IOException
java.io.IOException
__DNA__FIELD__height
public CArrayFacade<java.lang.Short> getPad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
public void setPad1(CArrayFacade<java.lang.Short> pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1