public class wmKeyMapDiffItem extends CFacade
used instead of wmKeyMapItem
for diff keymaps
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__add_item
Field descriptor (offset) for struct member 'add_item'.
|
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__remove_item
Field descriptor (offset) for struct member 'remove_item'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct wmKeyMapDiffItem.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
wmKeyMapDiffItem(long __address,
Block __block,
BlockTable __blockTable) |
protected |
wmKeyMapDiffItem(wmKeyMapDiffItem that) |
Modifier and Type | Method and Description |
---|---|
CPointer<wmKeyMapDiffItem> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<wmKeyMapItem> |
getAdd_item()
Get method for struct member 'add_item'.
|
CPointer<wmKeyMapDiffItem> |
getNext()
Get method for struct member 'next'.
|
CPointer<wmKeyMapDiffItem> |
getPrev()
Get method for struct member 'prev'.
|
CPointer<wmKeyMapItem> |
getRemove_item()
Get method for struct member 'remove_item'.
|
void |
setAdd_item(CPointer<wmKeyMapItem> add_item)
Set method for struct member 'add_item'.
|
void |
setNext(CPointer<wmKeyMapDiffItem> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<wmKeyMapDiffItem> prev)
Set method for struct member 'prev'.
|
void |
setRemove_item(CPointer<wmKeyMapItem> remove_item)
Set method for struct member 'remove_item'.
|
__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 wmKeyMapDiffItem.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
This is how you get a reference on the corresponding field in the struct:
wmKeyMapDiffItem wmkeymapdiffitem = ...; CPointer<Object> p = wmkeymapdiffitem.__dna__addressof(wmKeyMapDiffItem.__DNA__FIELD__next); CPointer<CPointer<wmKeyMapDiffItem>> p_next = p.cast(new Class[]{CPointer.class, wmKeyMapDiffItem.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
wmKeyMapDiffItem wmkeymapdiffitem = ...; CPointer<Object> p = wmkeymapdiffitem.__dna__addressof(wmKeyMapDiffItem.__DNA__FIELD__prev); CPointer<CPointer<wmKeyMapDiffItem>> p_prev = p.cast(new Class[]{CPointer.class, wmKeyMapDiffItem.class});
public static final long[] __DNA__FIELD__remove_item
This is how you get a reference on the corresponding field in the struct:
wmKeyMapDiffItem wmkeymapdiffitem = ...; CPointer<Object> p = wmkeymapdiffitem.__dna__addressof(wmKeyMapDiffItem.__DNA__FIELD__remove_item); CPointer<CPointer<wmKeyMapItem>> p_remove_item = p.cast(new Class[]{CPointer.class, wmKeyMapItem.class});
public static final long[] __DNA__FIELD__add_item
This is how you get a reference on the corresponding field in the struct:
wmKeyMapDiffItem wmkeymapdiffitem = ...; CPointer<Object> p = wmkeymapdiffitem.__dna__addressof(wmKeyMapDiffItem.__DNA__FIELD__add_item); CPointer<CPointer<wmKeyMapItem>> p_add_item = p.cast(new Class[]{CPointer.class, wmKeyMapItem.class});
public wmKeyMapDiffItem(long __address, Block __block, BlockTable __blockTable)
protected wmKeyMapDiffItem(wmKeyMapDiffItem that)
public CPointer<wmKeyMapDiffItem> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<wmKeyMapDiffItem> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<wmKeyMapDiffItem> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<wmKeyMapDiffItem> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CPointer<wmKeyMapItem> getRemove_item() throws java.io.IOException
java.io.IOException
__DNA__FIELD__remove_item
public void setRemove_item(CPointer<wmKeyMapItem> remove_item) throws java.io.IOException
java.io.IOException
__DNA__FIELD__remove_item
public CPointer<wmKeyMapItem> getAdd_item() throws java.io.IOException
java.io.IOException
__DNA__FIELD__add_item
public void setAdd_item(CPointer<wmKeyMapItem> add_item) throws java.io.IOException
java.io.IOException
__DNA__FIELD__add_item
public CPointer<wmKeyMapDiffItem> __io__addressof()