public class bUserMenuItem_Prop extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad0
Field descriptor (offset) for struct member '_pad0'.
|
static long[] |
__DNA__FIELD__context_data_path
Field descriptor (offset) for struct member 'context_data_path'.
|
static long[] |
__DNA__FIELD__item
Field descriptor (offset) for struct member 'item'.
|
static long[] |
__DNA__FIELD__prop_id
Field descriptor (offset) for struct member 'prop_id'.
|
static long[] |
__DNA__FIELD__prop_index
Field descriptor (offset) for struct member 'prop_index'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bUserMenuItem_Prop.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bUserMenuItem_Prop(bUserMenuItem_Prop that) |
|
bUserMenuItem_Prop(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bUserMenuItem_Prop> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad0()
Get method for struct member '_pad0'.
|
CArrayFacade<java.lang.Byte> |
getContext_data_path()
Get method for struct member 'context_data_path'.
|
bUserMenuItem |
getItem()
Get method for struct member 'item'.
|
CArrayFacade<java.lang.Byte> |
getProp_id()
Get method for struct member 'prop_id'.
|
int |
getProp_index()
Get method for struct member 'prop_index'.
|
void |
set_pad0(CArrayFacade<java.lang.Byte> _pad0)
Set method for struct member '_pad0'.
|
void |
setContext_data_path(CArrayFacade<java.lang.Byte> context_data_path)
Set method for struct member 'context_data_path'.
|
void |
setItem(bUserMenuItem item)
Set method for struct member 'item'.
|
void |
setProp_id(CArrayFacade<java.lang.Byte> prop_id)
Set method for struct member 'prop_id'.
|
void |
setProp_index(int prop_index)
Set method for struct member 'prop_index'.
|
__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 bUserMenuItem_Prop.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__item
This is how you get a reference on the corresponding field in the struct:
bUserMenuItem_Prop busermenuitem_prop = ...; CPointer<Object> p = busermenuitem_prop.__dna__addressof(bUserMenuItem_Prop.__DNA__FIELD__item); CPointer<bUserMenuItem> p_item = p.cast(new Class[]{bUserMenuItem.class});
public static final long[] __DNA__FIELD__context_data_path
This is how you get a reference on the corresponding field in the struct:
bUserMenuItem_Prop busermenuitem_prop = ...; CPointer<Object> p = busermenuitem_prop.__dna__addressof(bUserMenuItem_Prop.__DNA__FIELD__context_data_path); CPointer<CArrayFacade<Byte>> p_context_data_path = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__prop_id
This is how you get a reference on the corresponding field in the struct:
bUserMenuItem_Prop busermenuitem_prop = ...; CPointer<Object> p = busermenuitem_prop.__dna__addressof(bUserMenuItem_Prop.__DNA__FIELD__prop_id); CPointer<CArrayFacade<Byte>> p_prop_id = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__prop_index
This is how you get a reference on the corresponding field in the struct:
bUserMenuItem_Prop busermenuitem_prop = ...; CPointer<Object> p = busermenuitem_prop.__dna__addressof(bUserMenuItem_Prop.__DNA__FIELD__prop_index); CPointer<Integer> p_prop_index = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD___pad0
This is how you get a reference on the corresponding field in the struct:
bUserMenuItem_Prop busermenuitem_prop = ...; CPointer<Object> p = busermenuitem_prop.__dna__addressof(bUserMenuItem_Prop.__DNA__FIELD___pad0); CPointer<CArrayFacade<Byte>> p__pad0 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public bUserMenuItem_Prop(long __address, Block __block, BlockTable __blockTable)
protected bUserMenuItem_Prop(bUserMenuItem_Prop that)
public bUserMenuItem getItem() throws java.io.IOException
java.io.IOException
__DNA__FIELD__item
public void setItem(bUserMenuItem item) throws java.io.IOException
java.io.IOException
__DNA__FIELD__item
public CArrayFacade<java.lang.Byte> getContext_data_path() throws java.io.IOException
java.io.IOException
__DNA__FIELD__context_data_path
public void setContext_data_path(CArrayFacade<java.lang.Byte> context_data_path) throws java.io.IOException
java.io.IOException
__DNA__FIELD__context_data_path
public CArrayFacade<java.lang.Byte> getProp_id() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prop_id
public void setProp_id(CArrayFacade<java.lang.Byte> prop_id) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prop_id
public int getProp_index() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prop_index
public void setProp_index(int prop_index) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prop_index
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<bUserMenuItem_Prop> __io__addressof()