public class ThemeWireColor extends CFacade
set of colors for use as a custom color set for Objects/Bones wire drawing
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__active
Field descriptor (offset) for struct member 'active'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__select
Field descriptor (offset) for struct member 'select'.
|
static long[] |
__DNA__FIELD__solid
Field descriptor (offset) for struct member 'solid'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct ThemeWireColor.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
ThemeWireColor(long __address,
Block __block,
BlockTable __blockTable) |
protected |
ThemeWireColor(ThemeWireColor that) |
Modifier and Type | Method and Description |
---|---|
CPointer<ThemeWireColor> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
getActive()
Get method for struct member 'active'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
short |
getPad()
Get method for struct member 'pad'.
|
CArrayFacade<java.lang.Byte> |
getSelect()
Get method for struct member 'select'.
|
CArrayFacade<java.lang.Byte> |
getSolid()
Get method for struct member 'solid'.
|
void |
setActive(CArrayFacade<java.lang.Byte> active)
Set method for struct member 'active'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setPad(short pad)
Set method for struct member 'pad'.
|
void |
setSelect(CArrayFacade<java.lang.Byte> select)
Set method for struct member 'select'.
|
void |
setSolid(CArrayFacade<java.lang.Byte> solid)
Set method for struct member 'solid'.
|
__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 ThemeWireColor.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__solid
This is how you get a reference on the corresponding field in the struct:
ThemeWireColor themewirecolor = ...; CPointer<Object> p = themewirecolor.__dna__addressof(ThemeWireColor.__DNA__FIELD__solid); CPointer<CArrayFacade<Byte>> p_solid = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__select
This is how you get a reference on the corresponding field in the struct:
ThemeWireColor themewirecolor = ...; CPointer<Object> p = themewirecolor.__dna__addressof(ThemeWireColor.__DNA__FIELD__select); CPointer<CArrayFacade<Byte>> p_select = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__active
This is how you get a reference on the corresponding field in the struct:
ThemeWireColor themewirecolor = ...; CPointer<Object> p = themewirecolor.__dna__addressof(ThemeWireColor.__DNA__FIELD__active); CPointer<CArrayFacade<Byte>> p_active = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__flag
eWireColor_Flags
This is how you get a reference on the corresponding field in the struct:
ThemeWireColor themewirecolor = ...; CPointer<Object> p = themewirecolor.__dna__addressof(ThemeWireColor.__DNA__FIELD__flag); CPointer<Short> p_flag = 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:
ThemeWireColor themewirecolor = ...; CPointer<Object> p = themewirecolor.__dna__addressof(ThemeWireColor.__DNA__FIELD__pad); CPointer<Short> p_pad = p.cast(new Class[]{Short.class});
public ThemeWireColor(long __address, Block __block, BlockTable __blockTable)
protected ThemeWireColor(ThemeWireColor that)
public CArrayFacade<java.lang.Byte> getSolid() throws java.io.IOException
java.io.IOException
__DNA__FIELD__solid
public void setSolid(CArrayFacade<java.lang.Byte> solid) throws java.io.IOException
java.io.IOException
__DNA__FIELD__solid
public CArrayFacade<java.lang.Byte> getSelect() throws java.io.IOException
java.io.IOException
__DNA__FIELD__select
public void setSelect(CArrayFacade<java.lang.Byte> select) throws java.io.IOException
java.io.IOException
__DNA__FIELD__select
public CArrayFacade<java.lang.Byte> getActive() throws java.io.IOException
java.io.IOException
__DNA__FIELD__active
public void setActive(CArrayFacade<java.lang.Byte> active) throws java.io.IOException
java.io.IOException
__DNA__FIELD__active
public short getFlag() throws java.io.IOException
eWireColor_Flags
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
eWireColor_Flags
java.io.IOException
__DNA__FIELD__flag
public short getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(short pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<ThemeWireColor> __io__addressof()