public class uiPanelColors extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__back
Field descriptor (offset) for struct member 'back'.
|
static long[] |
__DNA__FIELD__header
Field descriptor (offset) for struct member 'header'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__show_back
Field descriptor (offset) for struct member 'show_back'.
|
static long[] |
__DNA__FIELD__show_header
Field descriptor (offset) for struct member 'show_header'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct uiPanelColors.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
uiPanelColors(long __address,
Block __block,
BlockTable __blockTable) |
protected |
uiPanelColors(uiPanelColors that) |
Modifier and Type | Method and Description |
---|---|
CPointer<uiPanelColors> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
getBack()
Get method for struct member 'back'.
|
CArrayFacade<java.lang.Byte> |
getHeader()
Get method for struct member 'header'.
|
int |
getPad()
Get method for struct member 'pad'.
|
short |
getShow_back()
Get method for struct member 'show_back'.
|
short |
getShow_header()
Get method for struct member 'show_header'.
|
void |
setBack(CArrayFacade<java.lang.Byte> back)
Set method for struct member 'back'.
|
void |
setHeader(CArrayFacade<java.lang.Byte> header)
Set method for struct member 'header'.
|
void |
setPad(int pad)
Set method for struct member 'pad'.
|
void |
setShow_back(short show_back)
Set method for struct member 'show_back'.
|
void |
setShow_header(short show_header)
Set method for struct member 'show_header'.
|
__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 uiPanelColors.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__header
This is how you get a reference on the corresponding field in the struct:
uiPanelColors uipanelcolors = ...; CPointer<Object> p = uipanelcolors.__dna__addressof(uiPanelColors.__DNA__FIELD__header); CPointer<CArrayFacade<Byte>> p_header = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__back
This is how you get a reference on the corresponding field in the struct:
uiPanelColors uipanelcolors = ...; CPointer<Object> p = uipanelcolors.__dna__addressof(uiPanelColors.__DNA__FIELD__back); CPointer<CArrayFacade<Byte>> p_back = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__show_header
This is how you get a reference on the corresponding field in the struct:
uiPanelColors uipanelcolors = ...; CPointer<Object> p = uipanelcolors.__dna__addressof(uiPanelColors.__DNA__FIELD__show_header); CPointer<Short> p_show_header = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__show_back
This is how you get a reference on the corresponding field in the struct:
uiPanelColors uipanelcolors = ...; CPointer<Object> p = uipanelcolors.__dna__addressof(uiPanelColors.__DNA__FIELD__show_back); CPointer<Short> p_show_back = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
uiPanelColors uipanelcolors = ...; CPointer<Object> p = uipanelcolors.__dna__addressof(uiPanelColors.__DNA__FIELD__pad); CPointer<Integer> p_pad = p.cast(new Class[]{Integer.class});
public uiPanelColors(long __address, Block __block, BlockTable __blockTable)
protected uiPanelColors(uiPanelColors that)
public CArrayFacade<java.lang.Byte> getHeader() throws java.io.IOException
java.io.IOException
__DNA__FIELD__header
public void setHeader(CArrayFacade<java.lang.Byte> header) throws java.io.IOException
java.io.IOException
__DNA__FIELD__header
public CArrayFacade<java.lang.Byte> getBack() throws java.io.IOException
java.io.IOException
__DNA__FIELD__back
public void setBack(CArrayFacade<java.lang.Byte> back) throws java.io.IOException
java.io.IOException
__DNA__FIELD__back
public short getShow_header() throws java.io.IOException
java.io.IOException
__DNA__FIELD__show_header
public void setShow_header(short show_header) throws java.io.IOException
java.io.IOException
__DNA__FIELD__show_header
public short getShow_back() throws java.io.IOException
java.io.IOException
__DNA__FIELD__show_back
public void setShow_back(short show_back) throws java.io.IOException
java.io.IOException
__DNA__FIELD__show_back
public int getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(int pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<uiPanelColors> __io__addressof()