public class ARegion_Runtime extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__category
Field descriptor (offset) for struct member 'category'.
|
static long[] |
__DNA__FIELD__visible_rect
Field descriptor (offset) for struct member 'visible_rect'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct ARegion_Runtime.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
ARegion_Runtime(ARegion_Runtime that) |
|
ARegion_Runtime(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<ARegion_Runtime> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<java.lang.Byte> |
getCategory()
Get method for struct member 'category'.
|
rcti |
getVisible_rect()
Get method for struct member 'visible_rect'.
|
void |
setCategory(CPointer<java.lang.Byte> category)
Set method for struct member 'category'.
|
void |
setVisible_rect(rcti visible_rect)
Set method for struct member 'visible_rect'.
|
__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 ARegion_Runtime.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__category
Panel
category to use between 'layout' and 'draw'.
This is how you get a reference on the corresponding field in the struct:
ARegion_Runtime aregion_runtime = ...; CPointer<Object> p = aregion_runtime.__dna__addressof(ARegion_Runtime.__DNA__FIELD__category); CPointer<CPointer<Byte>> p_category = p.cast(new Class[]{CPointer.class, Byte.class});
public static final long[] __DNA__FIELD__visible_rect
The visible part of the region, use with region overlap not to draw on top of the overlapping regions.
Lazy initialize, zero'd when unset, relative to ARegion.winrct
x/y min.
This is how you get a reference on the corresponding field in the struct:
ARegion_Runtime aregion_runtime = ...; CPointer<Object> p = aregion_runtime.__dna__addressof(ARegion_Runtime.__DNA__FIELD__visible_rect); CPointer<rcti> p_visible_rect = p.cast(new Class[]{rcti.class});
public ARegion_Runtime(long __address, Block __block, BlockTable __blockTable)
protected ARegion_Runtime(ARegion_Runtime that)
public CPointer<java.lang.Byte> getCategory() throws java.io.IOException
Panel
category to use between 'layout' and 'draw'.
java.io.IOException
__DNA__FIELD__category
public void setCategory(CPointer<java.lang.Byte> category) throws java.io.IOException
Panel
category to use between 'layout' and 'draw'.
java.io.IOException
__DNA__FIELD__category
public rcti getVisible_rect() throws java.io.IOException
The visible part of the region, use with region overlap not to draw on top of the overlapping regions.
Lazy initialize, zero'd when unset, relative to ARegion.winrct
x/y min.
java.io.IOException
__DNA__FIELD__visible_rect
public void setVisible_rect(rcti visible_rect) throws java.io.IOException
The visible part of the region, use with region overlap not to draw on top of the overlapping regions.
Lazy initialize, zero'd when unset, relative to ARegion.winrct
x/y min.
java.io.IOException
__DNA__FIELD__visible_rect
public CPointer<ARegion_Runtime> __io__addressof()