public class bUserMenuItem_Menu extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__item
Field descriptor (offset) for struct member 'item'.
|
static long[] |
__DNA__FIELD__mt_idname
Field descriptor (offset) for struct member 'mt_idname'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bUserMenuItem_Menu.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bUserMenuItem_Menu(bUserMenuItem_Menu that) |
|
bUserMenuItem_Menu(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bUserMenuItem_Menu> |
__io__addressof()
Instantiates a pointer on this instance.
|
bUserMenuItem |
getItem()
Get method for struct member 'item'.
|
CArrayFacade<java.lang.Byte> |
getMt_idname()
Get method for struct member 'mt_idname'.
|
void |
setItem(bUserMenuItem item)
Set method for struct member 'item'.
|
void |
setMt_idname(CArrayFacade<java.lang.Byte> mt_idname)
Set method for struct member 'mt_idname'.
|
__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_Menu.
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_Menu busermenuitem_menu = ...; CPointer<Object> p = busermenuitem_menu.__dna__addressof(bUserMenuItem_Menu.__DNA__FIELD__item); CPointer<bUserMenuItem> p_item = p.cast(new Class[]{bUserMenuItem.class});
public static final long[] __DNA__FIELD__mt_idname
This is how you get a reference on the corresponding field in the struct:
bUserMenuItem_Menu busermenuitem_menu = ...; CPointer<Object> p = busermenuitem_menu.__dna__addressof(bUserMenuItem_Menu.__DNA__FIELD__mt_idname); CPointer<CArrayFacade<Byte>> p_mt_idname = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public bUserMenuItem_Menu(long __address, Block __block, BlockTable __blockTable)
protected bUserMenuItem_Menu(bUserMenuItem_Menu 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> getMt_idname() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mt_idname
public void setMt_idname(CArrayFacade<java.lang.Byte> mt_idname) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mt_idname
public CPointer<bUserMenuItem_Menu> __io__addressof()