public class bUserMenuItem_Op extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad0
Field descriptor (offset) for struct member '_pad0'.
|
static long[] |
__DNA__FIELD__item
Field descriptor (offset) for struct member 'item'.
|
static long[] |
__DNA__FIELD__op_idname
Field descriptor (offset) for struct member 'op_idname'.
|
static long[] |
__DNA__FIELD__opcontext
Field descriptor (offset) for struct member 'opcontext'.
|
static long[] |
__DNA__FIELD__prop
Field descriptor (offset) for struct member 'prop'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bUserMenuItem_Op.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bUserMenuItem_Op(bUserMenuItem_Op that) |
|
bUserMenuItem_Op(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bUserMenuItem_Op> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad0()
Get method for struct member '_pad0'.
|
bUserMenuItem |
getItem()
Get method for struct member 'item'.
|
CArrayFacade<java.lang.Byte> |
getOp_idname()
Get method for struct member 'op_idname'.
|
byte |
getOpcontext()
Get method for struct member 'opcontext'.
|
CPointer<IDProperty> |
getProp()
Get method for struct member 'prop'.
|
void |
set_pad0(CArrayFacade<java.lang.Byte> _pad0)
Set method for struct member '_pad0'.
|
void |
setItem(bUserMenuItem item)
Set method for struct member 'item'.
|
void |
setOp_idname(CArrayFacade<java.lang.Byte> op_idname)
Set method for struct member 'op_idname'.
|
void |
setOpcontext(byte opcontext)
Set method for struct member 'opcontext'.
|
void |
setProp(CPointer<IDProperty> prop)
Set method for struct member 'prop'.
|
__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_Op.
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_Op busermenuitem_op = ...; CPointer<Object> p = busermenuitem_op.__dna__addressof(bUserMenuItem_Op.__DNA__FIELD__item); CPointer<bUserMenuItem> p_item = p.cast(new Class[]{bUserMenuItem.class});
public static final long[] __DNA__FIELD__op_idname
This is how you get a reference on the corresponding field in the struct:
bUserMenuItem_Op busermenuitem_op = ...; CPointer<Object> p = busermenuitem_op.__dna__addressof(bUserMenuItem_Op.__DNA__FIELD__op_idname); CPointer<CArrayFacade<Byte>> p_op_idname = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__prop
This is how you get a reference on the corresponding field in the struct:
bUserMenuItem_Op busermenuitem_op = ...; CPointer<Object> p = busermenuitem_op.__dna__addressof(bUserMenuItem_Op.__DNA__FIELD__prop); CPointer<CPointer<IDProperty>> p_prop = p.cast(new Class[]{CPointer.class, IDProperty.class});
public static final long[] __DNA__FIELD__opcontext
This is how you get a reference on the corresponding field in the struct:
bUserMenuItem_Op busermenuitem_op = ...; CPointer<Object> p = busermenuitem_op.__dna__addressof(bUserMenuItem_Op.__DNA__FIELD__opcontext); CPointer<Byte> p_opcontext = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD___pad0
This is how you get a reference on the corresponding field in the struct:
bUserMenuItem_Op busermenuitem_op = ...; CPointer<Object> p = busermenuitem_op.__dna__addressof(bUserMenuItem_Op.__DNA__FIELD___pad0); CPointer<CArrayFacade<Byte>> p__pad0 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public bUserMenuItem_Op(long __address, Block __block, BlockTable __blockTable)
protected bUserMenuItem_Op(bUserMenuItem_Op 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> getOp_idname() throws java.io.IOException
java.io.IOException
__DNA__FIELD__op_idname
public void setOp_idname(CArrayFacade<java.lang.Byte> op_idname) throws java.io.IOException
java.io.IOException
__DNA__FIELD__op_idname
public CPointer<IDProperty> getProp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prop
public void setProp(CPointer<IDProperty> prop) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prop
public byte getOpcontext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__opcontext
public void setOpcontext(byte opcontext) throws java.io.IOException
java.io.IOException
__DNA__FIELD__opcontext
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_Op> __io__addressof()