Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__blockscale
Deprecated.
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceScript spacescript = ...; CPointer<Object> p = spacescript.__dna__addressof(SpaceScript.__DNA__FIELD__blockscale); CPointer<Float> p_blockscale = p.cast(new Class[]{Float.class}); Metadata
|
static long[] |
__DNA__FIELD__but_refs
Field descriptor (offset) for struct member 'but_refs'.
|
static long[] |
__DNA__FIELD__flags
Field descriptor (offset) for struct member 'flags'.
|
static long[] |
__DNA__FIELD__menunr
Field descriptor (offset) for struct member 'menunr'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__pad1
Field descriptor (offset) for struct member 'pad1'.
|
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__script
Field descriptor (offset) for struct member 'script'.
|
static long[] |
__DNA__FIELD__spacetype
Field descriptor (offset) for struct member 'spacetype'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct SpaceScript.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SpaceScript(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SpaceScript(SpaceScript that) |
Modifier and Type | Method and Description |
---|---|
CPointer<SpaceScript> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getBlockscale()
Deprecated.
Deprecated
|
CPointer<java.lang.Object> |
getBut_refs()
Get method for struct member 'but_refs'.
|
short |
getFlags()
Get method for struct member 'flags'.
|
short |
getMenunr()
Get method for struct member 'menunr'.
|
CPointer<SpaceLink> |
getNext()
Get method for struct member 'next'.
|
int |
getPad1()
Get method for struct member 'pad1'.
|
CPointer<SpaceLink> |
getPrev()
Get method for struct member 'prev'.
|
ListBase |
getRegionbase()
Get method for struct member 'regionbase'.
|
CPointer<Script> |
getScript()
Get method for struct member 'script'.
|
int |
getSpacetype()
Get method for struct member 'spacetype'.
|
void |
setBlockscale(float blockscale)
Deprecated.
Deprecated
|
void |
setBut_refs(CPointer<java.lang.Object> but_refs)
Set method for struct member 'but_refs'.
|
void |
setFlags(short flags)
Set method for struct member 'flags'.
|
void |
setMenunr(short menunr)
Set method for struct member 'menunr'.
|
void |
setNext(CPointer<SpaceLink> next)
Set method for struct member 'next'.
|
void |
setPad1(int pad1)
Set method for struct member 'pad1'.
|
void |
setPrev(CPointer<SpaceLink> prev)
Set method for struct member 'prev'.
|
void |
setRegionbase(ListBase regionbase)
Set method for struct member 'regionbase'.
|
void |
setScript(CPointer<Script> script)
Set method for struct member 'script'.
|
void |
setSpacetype(int spacetype)
Set method for struct member 'spacetype'.
|
__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 SpaceScript.
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:
SpaceScript spacescript = ...; CPointer<Object> p = spacescript.__dna__addressof(SpaceScript.__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:
SpaceScript spacescript = ...; CPointer<Object> p = spacescript.__dna__addressof(SpaceScript.__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:
SpaceScript spacescript = ...; CPointer<Object> p = spacescript.__dna__addressof(SpaceScript.__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:
SpaceScript spacescript = ...; CPointer<Object> p = spacescript.__dna__addressof(SpaceScript.__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:
SpaceScript spacescript = ...; CPointer<Object> p = spacescript.__dna__addressof(SpaceScript.__DNA__FIELD__blockscale); CPointer<Float> p_blockscale = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__script
This is how you get a reference on the corresponding field in the struct:
SpaceScript spacescript = ...; CPointer<Object> p = spacescript.__dna__addressof(SpaceScript.__DNA__FIELD__script); CPointer<CPointer<Script>> p_script = p.cast(new Class[]{CPointer.class, Script.class});
public static final long[] __DNA__FIELD__flags
This is how you get a reference on the corresponding field in the struct:
SpaceScript spacescript = ...; CPointer<Object> p = spacescript.__dna__addressof(SpaceScript.__DNA__FIELD__flags); CPointer<Short> p_flags = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__menunr
This is how you get a reference on the corresponding field in the struct:
SpaceScript spacescript = ...; CPointer<Object> p = spacescript.__dna__addressof(SpaceScript.__DNA__FIELD__menunr); CPointer<Short> p_menunr = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad1
This is how you get a reference on the corresponding field in the struct:
SpaceScript spacescript = ...; CPointer<Object> p = spacescript.__dna__addressof(SpaceScript.__DNA__FIELD__pad1); CPointer<Integer> p_pad1 = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__but_refs
This is how you get a reference on the corresponding field in the struct:
SpaceScript spacescript = ...; CPointer<Object> p = spacescript.__dna__addressof(SpaceScript.__DNA__FIELD__but_refs); CPointer<CPointer<Object>> p_but_refs = p.cast(new Class[]{CPointer.class, Object.class});
public SpaceScript(long __address, Block __block, BlockTable __blockTable)
protected SpaceScript(SpaceScript 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 CPointer<Script> getScript() throws java.io.IOException
java.io.IOException
__DNA__FIELD__script
public void setScript(CPointer<Script> script) throws java.io.IOException
java.io.IOException
__DNA__FIELD__script
public short getFlags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public void setFlags(short flags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public short getMenunr() throws java.io.IOException
java.io.IOException
__DNA__FIELD__menunr
public void setMenunr(short menunr) throws java.io.IOException
java.io.IOException
__DNA__FIELD__menunr
public int getPad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
public void setPad1(int pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
public CPointer<java.lang.Object> getBut_refs() throws java.io.IOException
java.io.IOException
__DNA__FIELD__but_refs
public void setBut_refs(CPointer<java.lang.Object> but_refs) throws java.io.IOException
java.io.IOException
__DNA__FIELD__but_refs
public CPointer<SpaceScript> __io__addressof()