Package org.blender.dna
Class bUserMenuItem
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.bUserMenuItem
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD___pad0
Field descriptor (offset) for struct member '_pad0'.static long[]
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.static long[]
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.static long[]
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.static long[]
__DNA__FIELD__ui_name
Field descriptor (offset) for struct member 'ui_name'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct bUserMenuItem.-
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(long __address, Block __block, BlockTable __blockTable)
protected
bUserMenuItem(bUserMenuItem that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<bUserMenuItem>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<java.lang.Byte>
get_pad0()
Get method for struct member '_pad0'.CPointer<bUserMenuItem>
getNext()
Get method for struct member 'next'.CPointer<bUserMenuItem>
getPrev()
Get method for struct member 'prev'.byte
getType()
Get method for struct member 'type'.CArrayFacade<java.lang.Byte>
getUi_name()
Get method for struct member 'ui_name'.void
set_pad0(CArrayFacade<java.lang.Byte> _pad0)
Set method for struct member '_pad0'.void
setNext(CPointer<bUserMenuItem> next)
Set method for struct member 'next'.void
setPrev(CPointer<bUserMenuItem> prev)
Set method for struct member 'prev'.void
setType(byte type)
Set method for struct member 'type'.void
setUi_name(CArrayFacade<java.lang.Byte> ui_name)
Set method for struct member 'ui_name'.-
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.It is required when allocating a new block to store data for bUserMenuItem.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__next
public static final long[] __DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bUserMenuItem busermenuitem = ...; CPointer<Object> p = busermenuitem.__dna__addressof(bUserMenuItem.__DNA__FIELD__next); CPointer<CPointer<bUserMenuItem>> p_next = p.cast(new Class[]{CPointer.class, bUserMenuItem.class});
Metadata
- Field: 'next'
- Signature: 'bUserMenuItem*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__prev
public static final long[] __DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bUserMenuItem busermenuitem = ...; CPointer<Object> p = busermenuitem.__dna__addressof(bUserMenuItem.__DNA__FIELD__prev); CPointer<CPointer<bUserMenuItem>> p_prev = p.cast(new Class[]{CPointer.class, bUserMenuItem.class});
Metadata
- Field: 'prev'
- Signature: 'bUserMenuItem*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__ui_name
public static final long[] __DNA__FIELD__ui_name
Field descriptor (offset) for struct member 'ui_name'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bUserMenuItem busermenuitem = ...; CPointer<Object> p = busermenuitem.__dna__addressof(bUserMenuItem.__DNA__FIELD__ui_name); CPointer<CArrayFacade<Byte>> p_ui_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: 'ui_name'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__type
public static final long[] __DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bUserMenuItem busermenuitem = ...; CPointer<Object> p = busermenuitem.__dna__addressof(bUserMenuItem.__DNA__FIELD__type); CPointer<Byte> p_type = p.cast(new Class[]{Byte.class});
Metadata
- Field: 'type'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD___pad0
public static final long[] __DNA__FIELD___pad0
Field descriptor (offset) for struct member '_pad0'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bUserMenuItem busermenuitem = ...; CPointer<Object> p = busermenuitem.__dna__addressof(bUserMenuItem.__DNA__FIELD___pad0); CPointer<CArrayFacade<Byte>> p__pad0 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: '_pad0'
- Signature: 'char[7]'
- Actual Size (32bit/64bit): 7/7
-
-
Constructor Detail
-
bUserMenuItem
public bUserMenuItem(long __address, Block __block, BlockTable __blockTable)
-
bUserMenuItem
protected bUserMenuItem(bUserMenuItem that)
-
-
Method Detail
-
getNext
public CPointer<bUserMenuItem> getNext() throws java.io.IOException
Get method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
setNext
public void setNext(CPointer<bUserMenuItem> next) throws java.io.IOException
Set method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
getPrev
public CPointer<bUserMenuItem> getPrev() throws java.io.IOException
Get method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
setPrev
public void setPrev(CPointer<bUserMenuItem> prev) throws java.io.IOException
Set method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
getUi_name
public CArrayFacade<java.lang.Byte> getUi_name() throws java.io.IOException
Get method for struct member 'ui_name'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__ui_name
-
setUi_name
public void setUi_name(CArrayFacade<java.lang.Byte> ui_name) throws java.io.IOException
Set method for struct member 'ui_name'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__ui_name
-
getType
public byte getType() throws java.io.IOException
Get method for struct member 'type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__type
-
setType
public void setType(byte type) throws java.io.IOException
Set method for struct member 'type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__type
-
get_pad0
public CArrayFacade<java.lang.Byte> get_pad0() throws java.io.IOException
Get method for struct member '_pad0'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad0
-
set_pad0
public void set_pad0(CArrayFacade<java.lang.Byte> _pad0) throws java.io.IOException
Set method for struct member '_pad0'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad0
-
__io__addressof
public CPointer<bUserMenuItem> __io__addressof()
Instantiates a pointer on this instance.
-
-