Package org.blender.dna
Class bUserMenuItem_Menu
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.bUserMenuItem_Menu
-
public class bUserMenuItem_Menu extends CFacade
Generated facet for DNA struct type 'bUserMenuItem_Menu'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field 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.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description bUserMenuItem_Menu(long __address, Block __block, BlockTable __blockTable)
protected
bUserMenuItem_Menu(bUserMenuItem_Menu that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct bUserMenuItem_Menu.It is required when allocating a new block to store data for bUserMenuItem_Menu.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__item
public static final long[] __DNA__FIELD__item
Field descriptor (offset) for struct member 'item'.Pointer Arithmetics
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});
Metadata
- Field: 'item'
- Signature: 'bUserMenuItem'
- Actual Size (32bit/64bit): 80/88
-
__DNA__FIELD__mt_idname
public static final long[] __DNA__FIELD__mt_idname
Field descriptor (offset) for struct member 'mt_idname'.Pointer Arithmetics
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});
Metadata
- Field: 'mt_idname'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
-
Constructor Detail
-
bUserMenuItem_Menu
public bUserMenuItem_Menu(long __address, Block __block, BlockTable __blockTable)
-
bUserMenuItem_Menu
protected bUserMenuItem_Menu(bUserMenuItem_Menu that)
-
-
Method Detail
-
getItem
public bUserMenuItem getItem() throws java.io.IOException
Get method for struct member 'item'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__item
-
setItem
public void setItem(bUserMenuItem item) throws java.io.IOException
Set method for struct member 'item'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__item
-
getMt_idname
public CArrayFacade<java.lang.Byte> getMt_idname() throws java.io.IOException
Get method for struct member 'mt_idname'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__mt_idname
-
setMt_idname
public void setMt_idname(CArrayFacade<java.lang.Byte> mt_idname) throws java.io.IOException
Set method for struct member 'mt_idname'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__mt_idname
-
__io__addressof
public CPointer<bUserMenuItem_Menu> __io__addressof()
Instantiates a pointer on this instance.
-
-