Package org.blender.dna
Class bUserMenuItem_Prop
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.bUserMenuItem_Prop
-
public class bUserMenuItem_Prop extends CFacade
Generated facet for DNA struct type 'bUserMenuItem_Prop'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field 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.-
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_Prop(long __address, Block __block, BlockTable __blockTable)
protected
bUserMenuItem_Prop(bUserMenuItem_Prop that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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'.-
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_Prop.It is required when allocating a new block to store data for bUserMenuItem_Prop.
- 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_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});
Metadata
- Field: 'item'
- Signature: 'bUserMenuItem'
- Actual Size (32bit/64bit): 80/88
-
__DNA__FIELD__context_data_path
public static final long[] __DNA__FIELD__context_data_path
Field descriptor (offset) for struct member 'context_data_path'.Pointer Arithmetics
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});
Metadata
- Field: 'context_data_path'
- Signature: 'char[256]'
- Actual Size (32bit/64bit): 256/256
-
__DNA__FIELD__prop_id
public static final long[] __DNA__FIELD__prop_id
Field descriptor (offset) for struct member 'prop_id'.Pointer Arithmetics
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});
Metadata
- Field: 'prop_id'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__prop_index
public static final long[] __DNA__FIELD__prop_index
Field descriptor (offset) for struct member 'prop_index'.Pointer Arithmetics
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});
Metadata
- Field: 'prop_index'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__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_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});
Metadata
- Field: '_pad0'
- Signature: 'char[4]'
- Actual Size (32bit/64bit): 4/4
-
-
Constructor Detail
-
bUserMenuItem_Prop
public bUserMenuItem_Prop(long __address, Block __block, BlockTable __blockTable)
-
bUserMenuItem_Prop
protected bUserMenuItem_Prop(bUserMenuItem_Prop 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
-
getContext_data_path
public CArrayFacade<java.lang.Byte> getContext_data_path() throws java.io.IOException
Get method for struct member 'context_data_path'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__context_data_path
-
setContext_data_path
public void setContext_data_path(CArrayFacade<java.lang.Byte> context_data_path) throws java.io.IOException
Set method for struct member 'context_data_path'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__context_data_path
-
getProp_id
public CArrayFacade<java.lang.Byte> getProp_id() throws java.io.IOException
Get method for struct member 'prop_id'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prop_id
-
setProp_id
public void setProp_id(CArrayFacade<java.lang.Byte> prop_id) throws java.io.IOException
Set method for struct member 'prop_id'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prop_id
-
getProp_index
public int getProp_index() throws java.io.IOException
Get method for struct member 'prop_index'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prop_index
-
setProp_index
public void setProp_index(int prop_index) throws java.io.IOException
Set method for struct member 'prop_index'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prop_index
-
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_Prop> __io__addressof()
Instantiates a pointer on this instance.
-
-