public class SpaceOops extends CFacade
Outliner =============================================== Outliner
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__blockhandler
Deprecated.
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__blockhandler); CPointer<CArrayFacade<Short>> p_blockhandler = p.cast(new Class[]{CArrayFacade.class, Short.class}); Metadata
|
static long[] |
__DNA__FIELD__blockscale
Deprecated.
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__blockscale); CPointer<Float> p_blockscale = p.cast(new Class[]{Float.class}); Metadata
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member '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__spacetype
Field descriptor (offset) for struct member 'spacetype'.
|
static long[] |
__DNA__FIELD__storeflag
Field descriptor (offset) for struct member 'storeflag'.
|
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
Deprecated.
Deprecateddeprecated, copied to region
Pointer ArithmeticsThis 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
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct SpaceOops.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SpaceOops(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SpaceOops(SpaceOops that) |
Modifier and Type | Method and Description |
---|---|
CPointer<SpaceOops> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Short> |
getBlockhandler()
Deprecated.
Deprecated
|
float |
getBlockscale()
Deprecated.
Deprecated
|
short |
getFlag()
Get method for struct member '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'.
|
short |
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'.
|
int |
getSpacetype()
Get method for struct member 'spacetype'.
|
short |
getStoreflag()
Get method for struct member 'storeflag'.
|
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()
Deprecated.
Deprecateddeprecated, copied to region
|
void |
setBlockhandler(CArrayFacade<java.lang.Short> blockhandler)
Deprecated.
Deprecated
|
void |
setBlockscale(float blockscale)
Deprecated.
Deprecated
|
void |
setFlag(short flag)
Set method for struct member '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(short 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 |
setSpacetype(int spacetype)
Set method for struct member 'spacetype'.
|
void |
setStoreflag(short storeflag)
Set method for struct member 'storeflag'.
|
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)
Deprecated.
Deprecateddeprecated, copied to region
|
__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 SpaceOops.
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:
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});
public static final long[] __DNA__FIELD__prev
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});
public static final long[] __DNA__FIELD__regionbase
storage of regions for inactive spaces
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});
public static final long[] __DNA__FIELD__spacetype
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<Integer> p_spacetype = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__blockscale
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__blockscale); CPointer<Float> p_blockscale = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__blockhandler
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__blockhandler); CPointer<CArrayFacade<Short>> p_blockhandler = p.cast(new Class[]{CArrayFacade.class, Short.class});
public static final long[] __DNA__FIELD__v2d
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});
deprecated, copied to region
public static final long[] __DNA__FIELD__tree
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});
public static final long[] __DNA__FIELD__treestore
treestore is an ordered list of TreeStoreElem
's from outliner tree; Note that treestore may contain duplicate elements if element is used multiple times in outliner tree (e. g. linked objects) Also note that BLI_mempool can not be read/written in DNA directly, therefore readfile.c/writefile.c linearize treestore into TreeStore
structure
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});
public static final long[] __DNA__FIELD__search_string
search stuff
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});
public static final long[] __DNA__FIELD__search_tse
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});
public static final long[] __DNA__FIELD__flag
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});
public static final long[] __DNA__FIELD__outlinevis
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});
public static final long[] __DNA__FIELD__storeflag
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});
public static final long[] __DNA__FIELD__search_flags
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<Short> p_search_flags = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__treehash
pointers to treestore elements, grouped by (id, type, nr) in hashtable for faster searching
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});
public SpaceOops(long __address, Block __block, BlockTable __blockTable)
protected SpaceOops(SpaceOops that)
public CPointer<SpaceLink> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<SpaceLink> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<SpaceLink> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<SpaceLink> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public ListBase getRegionbase() throws java.io.IOException
storage of regions for inactive spaces
java.io.IOException
__DNA__FIELD__regionbase
public void setRegionbase(ListBase regionbase) throws java.io.IOException
storage of regions for inactive spaces
java.io.IOException
__DNA__FIELD__regionbase
public int getSpacetype() throws java.io.IOException
java.io.IOException
__DNA__FIELD__spacetype
public void setSpacetype(int spacetype) throws java.io.IOException
java.io.IOException
__DNA__FIELD__spacetype
public float getBlockscale() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blockscale
public void setBlockscale(float blockscale) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blockscale
public CArrayFacade<java.lang.Short> getBlockhandler() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blockhandler
public void setBlockhandler(CArrayFacade<java.lang.Short> blockhandler) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blockhandler
public View2D getV2d() throws java.io.IOException
deprecated, copied to region
java.io.IOException
__DNA__FIELD__v2d
public void setV2d(View2D v2d) throws java.io.IOException
deprecated, copied to region
java.io.IOException
__DNA__FIELD__v2d
public ListBase getTree() throws java.io.IOException
java.io.IOException
__DNA__FIELD__tree
public void setTree(ListBase tree) throws java.io.IOException
java.io.IOException
__DNA__FIELD__tree
public CPointer<java.lang.Object> getTreestore() throws java.io.IOException
treestore is an ordered list of TreeStoreElem
's from outliner tree; Note that treestore may contain duplicate elements if element is used multiple times in outliner tree (e. g. linked objects) Also note that BLI_mempool can not be read/written in DNA directly, therefore readfile.c/writefile.c linearize treestore into TreeStore
structure
java.io.IOException
__DNA__FIELD__treestore
public void setTreestore(CPointer<java.lang.Object> treestore) throws java.io.IOException
treestore is an ordered list of TreeStoreElem
's from outliner tree; Note that treestore may contain duplicate elements if element is used multiple times in outliner tree (e. g. linked objects) Also note that BLI_mempool can not be read/written in DNA directly, therefore readfile.c/writefile.c linearize treestore into TreeStore
structure
java.io.IOException
__DNA__FIELD__treestore
public CArrayFacade<java.lang.Byte> getSearch_string() throws java.io.IOException
search stuff
java.io.IOException
__DNA__FIELD__search_string
public void setSearch_string(CArrayFacade<java.lang.Byte> search_string) throws java.io.IOException
search stuff
java.io.IOException
__DNA__FIELD__search_string
public TreeStoreElem getSearch_tse() throws java.io.IOException
java.io.IOException
__DNA__FIELD__search_tse
public void setSearch_tse(TreeStoreElem search_tse) throws java.io.IOException
java.io.IOException
__DNA__FIELD__search_tse
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public short getOutlinevis() throws java.io.IOException
java.io.IOException
__DNA__FIELD__outlinevis
public void setOutlinevis(short outlinevis) throws java.io.IOException
java.io.IOException
__DNA__FIELD__outlinevis
public short getStoreflag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__storeflag
public void setStoreflag(short storeflag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__storeflag
public short getSearch_flags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__search_flags
public void setSearch_flags(short search_flags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__search_flags
public CPointer<java.lang.Object> getTreehash() throws java.io.IOException
pointers to treestore elements, grouped by (id, type, nr) in hashtable for faster searching
java.io.IOException
__DNA__FIELD__treehash
public void setTreehash(CPointer<java.lang.Object> treehash) throws java.io.IOException
pointers to treestore elements, grouped by (id, type, nr) in hashtable for faster searching
java.io.IOException
__DNA__FIELD__treehash