public class UserDef_SpaceData extends CFacade
Store UI data here instead of the space since the space is typically a window which is freed.
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad0
Field descriptor (offset) for struct member '_pad0'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__section_active
Field descriptor (offset) for struct member 'section_active'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct UserDef_SpaceData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
UserDef_SpaceData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
UserDef_SpaceData(UserDef_SpaceData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<UserDef_SpaceData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad0()
Get method for struct member '_pad0'.
|
byte |
getFlag()
Get method for struct member 'flag'.
|
byte |
getSection_active()
Get method for struct member 'section_active'.
|
void |
set_pad0(CArrayFacade<java.lang.Byte> _pad0)
Set method for struct member '_pad0'.
|
void |
setFlag(byte flag)
Set method for struct member 'flag'.
|
void |
setSection_active(byte section_active)
Set method for struct member 'section_active'.
|
__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 UserDef_SpaceData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__section_active
This is how you get a reference on the corresponding field in the struct:
UserDef_SpaceData userdef_spacedata = ...; CPointer<Object> p = userdef_spacedata.__dna__addressof(UserDef_SpaceData.__DNA__FIELD__section_active); CPointer<Byte> p_section_active = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__flag
eUserPref_SpaceData_Flag
UI options.
This is how you get a reference on the corresponding field in the struct:
UserDef_SpaceData userdef_spacedata = ...; CPointer<Object> p = userdef_spacedata.__dna__addressof(UserDef_SpaceData.__DNA__FIELD__flag); CPointer<Byte> p_flag = 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:
UserDef_SpaceData userdef_spacedata = ...; CPointer<Object> p = userdef_spacedata.__dna__addressof(UserDef_SpaceData.__DNA__FIELD___pad0); CPointer<CArrayFacade<Byte>> p__pad0 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public UserDef_SpaceData(long __address, Block __block, BlockTable __blockTable)
protected UserDef_SpaceData(UserDef_SpaceData that)
public byte getSection_active() throws java.io.IOException
java.io.IOException
__DNA__FIELD__section_active
public void setSection_active(byte section_active) throws java.io.IOException
java.io.IOException
__DNA__FIELD__section_active
public byte getFlag() throws java.io.IOException
eUserPref_SpaceData_Flag
UI options.
java.io.IOException
__DNA__FIELD__flag
public void setFlag(byte flag) throws java.io.IOException
eUserPref_SpaceData_Flag
UI options.
java.io.IOException
__DNA__FIELD__flag
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<UserDef_SpaceData> __io__addressof()