public class ScrArea_Runtime extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad0
Field descriptor (offset) for struct member '_pad0'.
|
static long[] |
__DNA__FIELD__is_tool_set
Field descriptor (offset) for struct member 'is_tool_set'.
|
static long[] |
__DNA__FIELD__tool
Field descriptor (offset) for struct member 'tool'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct ScrArea_Runtime.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
ScrArea_Runtime(long __address,
Block __block,
BlockTable __blockTable) |
protected |
ScrArea_Runtime(ScrArea_Runtime that) |
Modifier and Type | Method and Description |
---|---|
CPointer<ScrArea_Runtime> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad0()
Get method for struct member '_pad0'.
|
byte |
getIs_tool_set()
Get method for struct member 'is_tool_set'.
|
CPointer<bToolRef> |
getTool()
Get method for struct member 'tool'.
|
void |
set_pad0(CArrayFacade<java.lang.Byte> _pad0)
Set method for struct member '_pad0'.
|
void |
setIs_tool_set(byte is_tool_set)
Set method for struct member 'is_tool_set'.
|
void |
setTool(CPointer<bToolRef> tool)
Set method for struct member 'tool'.
|
__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 ScrArea_Runtime.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__tool
This is how you get a reference on the corresponding field in the struct:
ScrArea_Runtime scrarea_runtime = ...; CPointer<Object> p = scrarea_runtime.__dna__addressof(ScrArea_Runtime.__DNA__FIELD__tool); CPointer<CPointer<bToolRef>> p_tool = p.cast(new Class[]{CPointer.class, bToolRef.class});
public static final long[] __DNA__FIELD__is_tool_set
This is how you get a reference on the corresponding field in the struct:
ScrArea_Runtime scrarea_runtime = ...; CPointer<Object> p = scrarea_runtime.__dna__addressof(ScrArea_Runtime.__DNA__FIELD__is_tool_set); CPointer<Byte> p_is_tool_set = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD___pad0
This is how you get a reference on the corresponding field in the struct:
ScrArea_Runtime scrarea_runtime = ...; CPointer<Object> p = scrarea_runtime.__dna__addressof(ScrArea_Runtime.__DNA__FIELD___pad0); CPointer<CArrayFacade<Byte>> p__pad0 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public ScrArea_Runtime(long __address, Block __block, BlockTable __blockTable)
protected ScrArea_Runtime(ScrArea_Runtime that)
public CPointer<bToolRef> getTool() throws java.io.IOException
java.io.IOException
__DNA__FIELD__tool
public void setTool(CPointer<bToolRef> tool) throws java.io.IOException
java.io.IOException
__DNA__FIELD__tool
public byte getIs_tool_set() throws java.io.IOException
java.io.IOException
__DNA__FIELD__is_tool_set
public void setIs_tool_set(byte is_tool_set) throws java.io.IOException
java.io.IOException
__DNA__FIELD__is_tool_set
public CArrayFacade<java.lang.Byte> get_pad0() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad0
public void set_pad0(CArrayFacade<java.lang.Byte> _pad0) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad0
public CPointer<ScrArea_Runtime> __io__addressof()