Class SpaceOops
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.SpaceOops
-
public class SpaceOops extends CFacade
Generated facet for DNA struct type 'SpaceOops'.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__filter
Field descriptor (offset) for struct member 'filter'.static long[]
__DNA__FIELD__filter_id_type
Field descriptor (offset) for struct member 'filter_id_type'.static long[]
__DNA__FIELD__filter_state
Field descriptor (offset) for struct member 'filter_state'.static long[]
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.static long[]
__DNA__FIELD__link_flag
Field descriptor (offset) for struct member 'link_flag'.static long[]
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.static long[]
__DNA__FIELD__outlinevis
Field descriptor (offset) for struct member 'outlinevis'.static long[]
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.static long[]
__DNA__FIELD__regionbase
Field descriptor (offset) for struct member 'regionbase'.static long[]
__DNA__FIELD__search_flags
Field descriptor (offset) for struct member 'search_flags'.static long[]
__DNA__FIELD__search_string
Field descriptor (offset) for struct member 'search_string'.static long[]
__DNA__FIELD__search_tse
Field descriptor (offset) for struct member 'search_tse'.static long[]
__DNA__FIELD__show_restrict_flags
Field descriptor (offset) for struct member 'show_restrict_flags'.static long[]
__DNA__FIELD__spacetype
Field descriptor (offset) for struct member 'spacetype'.static long[]
__DNA__FIELD__storeflag
Field descriptor (offset) for struct member 'storeflag'.static long[]
__DNA__FIELD__sync_select_dirty
Field descriptor (offset) for struct member 'sync_select_dirty'.static long[]
__DNA__FIELD__tree
Field descriptor (offset) for struct member 'tree'.static long[]
__DNA__FIELD__treehash
Field descriptor (offset) for struct member 'treehash'.static long[]
__DNA__FIELD__treestore
Field descriptor (offset) for struct member 'treestore'.static long[]
__DNA__FIELD__v2d
Field descriptor (offset) for struct member 'v2d'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct SpaceOops.-
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 SpaceOops(long __address, Block __block, BlockTable __blockTable)
protected
SpaceOops(SpaceOops that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<SpaceOops>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<java.lang.Byte>
get_pad0()
Get method for struct member '_pad0'.int
getFilter()
Get method for struct member 'filter'.short
getFilter_id_type()
Get method for struct member 'filter_id_type'.byte
getFilter_state()
Get method for struct member 'filter_state'.short
getFlag()
Get method for struct member 'flag'.byte
getLink_flag()
Get method for struct member 'link_flag'.CPointer<SpaceLink>
getNext()
Get method for struct member 'next'.short
getOutlinevis()
Get method for struct member 'outlinevis'.CPointer<SpaceLink>
getPrev()
Get method for struct member 'prev'.ListBase
getRegionbase()
Get method for struct member 'regionbase'.byte
getSearch_flags()
Get method for struct member 'search_flags'.CArrayFacade<java.lang.Byte>
getSearch_string()
Get method for struct member 'search_string'.TreeStoreElem
getSearch_tse()
Get method for struct member 'search_tse'.byte
getShow_restrict_flags()
Get method for struct member 'show_restrict_flags'.byte
getSpacetype()
Get method for struct member 'spacetype'.short
getStoreflag()
Get method for struct member 'storeflag'.byte
getSync_select_dirty()
Get method for struct member 'sync_select_dirty'.ListBase
getTree()
Get method for struct member 'tree'.CPointer<java.lang.Object>
getTreehash()
Get method for struct member 'treehash'.CPointer<java.lang.Object>
getTreestore()
Get method for struct member 'treestore'.View2D
getV2d()
Get method for struct member 'v2d'.void
set_pad0(CArrayFacade<java.lang.Byte> _pad0)
Set method for struct member '_pad0'.void
setFilter(int filter)
Set method for struct member 'filter'.void
setFilter_id_type(short filter_id_type)
Set method for struct member 'filter_id_type'.void
setFilter_state(byte filter_state)
Set method for struct member 'filter_state'.void
setFlag(short flag)
Set method for struct member 'flag'.void
setLink_flag(byte link_flag)
Set method for struct member 'link_flag'.void
setNext(CPointer<SpaceLink> next)
Set method for struct member 'next'.void
setOutlinevis(short outlinevis)
Set method for struct member 'outlinevis'.void
setPrev(CPointer<SpaceLink> prev)
Set method for struct member 'prev'.void
setRegionbase(ListBase regionbase)
Set method for struct member 'regionbase'.void
setSearch_flags(byte search_flags)
Set method for struct member 'search_flags'.void
setSearch_string(CArrayFacade<java.lang.Byte> search_string)
Set method for struct member 'search_string'.void
setSearch_tse(TreeStoreElem search_tse)
Set method for struct member 'search_tse'.void
setShow_restrict_flags(byte show_restrict_flags)
Set method for struct member 'show_restrict_flags'.void
setSpacetype(byte spacetype)
Set method for struct member 'spacetype'.void
setStoreflag(short storeflag)
Set method for struct member 'storeflag'.void
setSync_select_dirty(byte sync_select_dirty)
Set method for struct member 'sync_select_dirty'.void
setTree(ListBase tree)
Set method for struct member 'tree'.void
setTreehash(CPointer<java.lang.Object> treehash)
Set method for struct member 'treehash'.void
setTreestore(CPointer<java.lang.Object> treestore)
Set method for struct member 'treestore'.void
setV2d(View2D v2d)
Set method for struct member 'v2d'.-
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 SpaceOops.It is required when allocating a new block to store data for SpaceOops.
- 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:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__next); CPointer<CPointer<SpaceLink>> p_next = p.cast(new Class[]{CPointer.class, SpaceLink.class});
Metadata
- Field: 'next'
- Signature: 'SpaceLink*'
- 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:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__prev); CPointer<CPointer<SpaceLink>> p_prev = p.cast(new Class[]{CPointer.class, SpaceLink.class});
Metadata
- Field: 'prev'
- Signature: 'SpaceLink*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__regionbase
public static final long[] __DNA__FIELD__regionbase
Field descriptor (offset) for struct member 'regionbase'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__regionbase); CPointer<ListBase> p_regionbase = p.cast(new Class[]{ListBase.class});
Metadata
- Field: 'regionbase'
- Signature: 'ListBase'
- Actual Size (32bit/64bit): 8/16
-
__DNA__FIELD__spacetype
public static final long[] __DNA__FIELD__spacetype
Field descriptor (offset) for struct member 'spacetype'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__spacetype); CPointer<Byte> p_spacetype = p.cast(new Class[]{Byte.class});
Metadata
- Field: 'spacetype'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__link_flag
public static final long[] __DNA__FIELD__link_flag
Field descriptor (offset) for struct member 'link_flag'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__link_flag); CPointer<Byte> p_link_flag = p.cast(new Class[]{Byte.class});
Metadata
- Field: 'link_flag'
- 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:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD___pad0); CPointer<CArrayFacade<Byte>> p__pad0 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: '_pad0'
- Signature: 'char[6]'
- Actual Size (32bit/64bit): 6/6
-
__DNA__FIELD__v2d
public static final long[] __DNA__FIELD__v2d
Field descriptor (offset) for struct member 'v2d'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__v2d); CPointer<View2D> p_v2d = p.cast(new Class[]{View2D.class});
Metadata
- Field: 'v2d'
- Signature: 'View2D'
- Actual Size (32bit/64bit): 156/168
-
__DNA__FIELD__tree
public static final long[] __DNA__FIELD__tree
Field descriptor (offset) for struct member 'tree'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__tree); CPointer<ListBase> p_tree = p.cast(new Class[]{ListBase.class});
Metadata
- Field: 'tree'
- Signature: 'ListBase'
- Actual Size (32bit/64bit): 8/16
-
__DNA__FIELD__treestore
public static final long[] __DNA__FIELD__treestore
Field descriptor (offset) for struct member 'treestore'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__treestore); CPointer<CPointer<Object>> p_treestore = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'treestore'
- Signature: 'BLI_mempool*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__search_string
public static final long[] __DNA__FIELD__search_string
Field descriptor (offset) for struct member 'search_string'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__search_string); CPointer<CArrayFacade<Byte>> p_search_string = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: 'search_string'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__search_tse
public static final long[] __DNA__FIELD__search_tse
Field descriptor (offset) for struct member 'search_tse'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__search_tse); CPointer<TreeStoreElem> p_search_tse = p.cast(new Class[]{TreeStoreElem.class});
Metadata
- Field: 'search_tse'
- Signature: 'TreeStoreElem'
- Actual Size (32bit/64bit): 12/16
-
__DNA__FIELD__flag
public static final long[] __DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
Metadata
- Field: 'flag'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__outlinevis
public static final long[] __DNA__FIELD__outlinevis
Field descriptor (offset) for struct member 'outlinevis'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__outlinevis); CPointer<Short> p_outlinevis = p.cast(new Class[]{Short.class});
Metadata
- Field: 'outlinevis'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__storeflag
public static final long[] __DNA__FIELD__storeflag
Field descriptor (offset) for struct member 'storeflag'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__storeflag); CPointer<Short> p_storeflag = p.cast(new Class[]{Short.class});
Metadata
- Field: 'storeflag'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__search_flags
public static final long[] __DNA__FIELD__search_flags
Field descriptor (offset) for struct member 'search_flags'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__search_flags); CPointer<Byte> p_search_flags = p.cast(new Class[]{Byte.class});
Metadata
- Field: 'search_flags'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__sync_select_dirty
public static final long[] __DNA__FIELD__sync_select_dirty
Field descriptor (offset) for struct member 'sync_select_dirty'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__sync_select_dirty); CPointer<Byte> p_sync_select_dirty = p.cast(new Class[]{Byte.class});
Metadata
- Field: 'sync_select_dirty'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__filter
public static final long[] __DNA__FIELD__filter
Field descriptor (offset) for struct member 'filter'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__filter); CPointer<Integer> p_filter = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'filter'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__filter_state
public static final long[] __DNA__FIELD__filter_state
Field descriptor (offset) for struct member 'filter_state'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__filter_state); CPointer<Byte> p_filter_state = p.cast(new Class[]{Byte.class});
Metadata
- Field: 'filter_state'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__show_restrict_flags
public static final long[] __DNA__FIELD__show_restrict_flags
Field descriptor (offset) for struct member 'show_restrict_flags'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__show_restrict_flags); CPointer<Byte> p_show_restrict_flags = p.cast(new Class[]{Byte.class});
Metadata
- Field: 'show_restrict_flags'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__filter_id_type
public static final long[] __DNA__FIELD__filter_id_type
Field descriptor (offset) for struct member 'filter_id_type'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__filter_id_type); CPointer<Short> p_filter_id_type = p.cast(new Class[]{Short.class});
Metadata
- Field: 'filter_id_type'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__treehash
public static final long[] __DNA__FIELD__treehash
Field descriptor (offset) for struct member 'treehash'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__treehash); CPointer<CPointer<Object>> p_treehash = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'treehash'
- Signature: 'void*'
- Actual Size (32bit/64bit): 4/8
-
-
Constructor Detail
-
SpaceOops
public SpaceOops(long __address, Block __block, BlockTable __blockTable)
-
SpaceOops
protected SpaceOops(SpaceOops that)
-
-
Method Detail
-
getNext
public CPointer<SpaceLink> 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<SpaceLink> next) throws java.io.IOException
Set method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
getPrev
public CPointer<SpaceLink> 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<SpaceLink> prev) throws java.io.IOException
Set method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
getRegionbase
public ListBase getRegionbase() throws java.io.IOException
Get method for struct member 'regionbase'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__regionbase
-
setRegionbase
public void setRegionbase(ListBase regionbase) throws java.io.IOException
Set method for struct member 'regionbase'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__regionbase
-
getSpacetype
public byte getSpacetype() throws java.io.IOException
Get method for struct member 'spacetype'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__spacetype
-
setSpacetype
public void setSpacetype(byte spacetype) throws java.io.IOException
Set method for struct member 'spacetype'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__spacetype
-
getLink_flag
public byte getLink_flag() throws java.io.IOException
Get method for struct member 'link_flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__link_flag
-
setLink_flag
public void setLink_flag(byte link_flag) throws java.io.IOException
Set method for struct member 'link_flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__link_flag
-
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
-
getV2d
public View2D getV2d() throws java.io.IOException
Get method for struct member 'v2d'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__v2d
-
setV2d
public void setV2d(View2D v2d) throws java.io.IOException
Set method for struct member 'v2d'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__v2d
-
getTree
public ListBase getTree() throws java.io.IOException
Get method for struct member 'tree'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__tree
-
setTree
public void setTree(ListBase tree) throws java.io.IOException
Set method for struct member 'tree'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__tree
-
getTreestore
public CPointer<java.lang.Object> getTreestore() throws java.io.IOException
Get method for struct member 'treestore'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__treestore
-
setTreestore
public void setTreestore(CPointer<java.lang.Object> treestore) throws java.io.IOException
Set method for struct member 'treestore'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__treestore
-
getSearch_string
public CArrayFacade<java.lang.Byte> getSearch_string() throws java.io.IOException
Get method for struct member 'search_string'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__search_string
-
setSearch_string
public void setSearch_string(CArrayFacade<java.lang.Byte> search_string) throws java.io.IOException
Set method for struct member 'search_string'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__search_string
-
getSearch_tse
public TreeStoreElem getSearch_tse() throws java.io.IOException
Get method for struct member 'search_tse'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__search_tse
-
setSearch_tse
public void setSearch_tse(TreeStoreElem search_tse) throws java.io.IOException
Set method for struct member 'search_tse'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__search_tse
-
getFlag
public short getFlag() throws java.io.IOException
Get method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
setFlag
public void setFlag(short flag) throws java.io.IOException
Set method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
getOutlinevis
public short getOutlinevis() throws java.io.IOException
Get method for struct member 'outlinevis'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__outlinevis
-
setOutlinevis
public void setOutlinevis(short outlinevis) throws java.io.IOException
Set method for struct member 'outlinevis'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__outlinevis
-
getStoreflag
public short getStoreflag() throws java.io.IOException
Get method for struct member 'storeflag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__storeflag
-
setStoreflag
public void setStoreflag(short storeflag) throws java.io.IOException
Set method for struct member 'storeflag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__storeflag
-
getSearch_flags
public byte getSearch_flags() throws java.io.IOException
Get method for struct member 'search_flags'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__search_flags
-
setSearch_flags
public void setSearch_flags(byte search_flags) throws java.io.IOException
Set method for struct member 'search_flags'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__search_flags
-
getSync_select_dirty
public byte getSync_select_dirty() throws java.io.IOException
Get method for struct member 'sync_select_dirty'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sync_select_dirty
-
setSync_select_dirty
public void setSync_select_dirty(byte sync_select_dirty) throws java.io.IOException
Set method for struct member 'sync_select_dirty'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sync_select_dirty
-
getFilter
public int getFilter() throws java.io.IOException
Get method for struct member 'filter'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__filter
-
setFilter
public void setFilter(int filter) throws java.io.IOException
Set method for struct member 'filter'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__filter
-
getFilter_state
public byte getFilter_state() throws java.io.IOException
Get method for struct member 'filter_state'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__filter_state
-
setFilter_state
public void setFilter_state(byte filter_state) throws java.io.IOException
Set method for struct member 'filter_state'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__filter_state
-
getShow_restrict_flags
public byte getShow_restrict_flags() throws java.io.IOException
Get method for struct member 'show_restrict_flags'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__show_restrict_flags
-
setShow_restrict_flags
public void setShow_restrict_flags(byte show_restrict_flags) throws java.io.IOException
Set method for struct member 'show_restrict_flags'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__show_restrict_flags
-
getFilter_id_type
public short getFilter_id_type() throws java.io.IOException
Get method for struct member 'filter_id_type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__filter_id_type
-
setFilter_id_type
public void setFilter_id_type(short filter_id_type) throws java.io.IOException
Set method for struct member 'filter_id_type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__filter_id_type
-
getTreehash
public CPointer<java.lang.Object> getTreehash() throws java.io.IOException
Get method for struct member 'treehash'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__treehash
-
setTreehash
public void setTreehash(CPointer<java.lang.Object> treehash) throws java.io.IOException
Set method for struct member 'treehash'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__treehash
-
-