public class SpaceSeq extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__blockhandler
Field descriptor (offset) for struct member 'blockhandler'.
|
static long[] |
__DNA__FIELD__blockscale
Field descriptor (offset) for struct member 'blockscale'.
|
static long[] |
__DNA__FIELD__chanshown
Field descriptor (offset) for struct member 'chanshown'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__gpd
Field descriptor (offset) for struct member 'gpd'.
|
static long[] |
__DNA__FIELD__mainb
Field descriptor (offset) for struct member 'mainb'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__overlay_type
Field descriptor (offset) for struct member 'overlay_type'.
|
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__render_size
Field descriptor (offset) for struct member 'render_size'.
|
static long[] |
__DNA__FIELD__scopes
Field descriptor (offset) for struct member 'scopes'.
|
static long[] |
__DNA__FIELD__spacetype
Field descriptor (offset) for struct member 'spacetype'.
|
static long[] |
__DNA__FIELD__v2d
Field descriptor (offset) for struct member 'v2d'.
|
static long[] |
__DNA__FIELD__view
Field descriptor (offset) for struct member 'view'.
|
static long[] |
__DNA__FIELD__xof
Field descriptor (offset) for struct member 'xof'.
|
static long[] |
__DNA__FIELD__yof
Field descriptor (offset) for struct member 'yof'.
|
static long[] |
__DNA__FIELD__zebra
Field descriptor (offset) for struct member 'zebra'.
|
static long[] |
__DNA__FIELD__zoom
Field descriptor (offset) for struct member 'zoom'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct SpaceSeq.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SpaceSeq(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SpaceSeq(SpaceSeq that) |
Modifier and Type | Method and Description |
---|---|
CPointer<SpaceSeq> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Short> |
getBlockhandler()
Get method for struct member 'blockhandler'.
|
float |
getBlockscale()
Get method for struct member 'blockscale'.
|
short |
getChanshown()
Get method for struct member 'chanshown'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
CPointer<bGPdata> |
getGpd()
Get method for struct member 'gpd'.
|
short |
getMainb()
Get method for struct member 'mainb'.
|
CPointer<SpaceLink> |
getNext()
Get method for struct member 'next'.
|
int |
getOverlay_type()
Get method for struct member 'overlay_type'.
|
CPointer<SpaceLink> |
getPrev()
Get method for struct member 'prev'.
|
ListBase |
getRegionbase()
Get method for struct member 'regionbase'.
|
short |
getRender_size()
Get method for struct member 'render_size'.
|
SequencerScopes |
getScopes()
Get method for struct member 'scopes'.
|
int |
getSpacetype()
Get method for struct member 'spacetype'.
|
View2D |
getV2d()
Get method for struct member 'v2d'.
|
int |
getView()
Get method for struct member 'view'.
|
float |
getXof()
Get method for struct member 'xof'.
|
float |
getYof()
Get method for struct member 'yof'.
|
short |
getZebra()
Get method for struct member 'zebra'.
|
float |
getZoom()
Get method for struct member 'zoom'.
|
void |
setBlockhandler(CArrayFacade<java.lang.Short> blockhandler)
Set method for struct member 'blockhandler'.
|
void |
setBlockscale(float blockscale)
Set method for struct member 'blockscale'.
|
void |
setChanshown(short chanshown)
Set method for struct member 'chanshown'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setGpd(CPointer<bGPdata> gpd)
Set method for struct member 'gpd'.
|
void |
setMainb(short mainb)
Set method for struct member 'mainb'.
|
void |
setNext(CPointer<SpaceLink> next)
Set method for struct member 'next'.
|
void |
setOverlay_type(int overlay_type)
Set method for struct member 'overlay_type'.
|
void |
setPrev(CPointer<SpaceLink> prev)
Set method for struct member 'prev'.
|
void |
setRegionbase(ListBase regionbase)
Set method for struct member 'regionbase'.
|
void |
setRender_size(short render_size)
Set method for struct member 'render_size'.
|
void |
setScopes(SequencerScopes scopes)
Set method for struct member 'scopes'.
|
void |
setSpacetype(int spacetype)
Set method for struct member 'spacetype'.
|
void |
setV2d(View2D v2d)
Set method for struct member 'v2d'.
|
void |
setView(int view)
Set method for struct member 'view'.
|
void |
setXof(float xof)
Set method for struct member 'xof'.
|
void |
setYof(float yof)
Set method for struct member 'yof'.
|
void |
setZebra(short zebra)
Set method for struct member 'zebra'.
|
void |
setZoom(float zoom)
Set method for struct member 'zoom'.
|
__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 SpaceSeq.
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:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__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:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__prev); CPointer<CPointer<SpaceLink>> p_prev = p.cast(new Class[]{CPointer.class, SpaceLink.class});
public static final long[] __DNA__FIELD__regionbase
This is how you get a reference on the corresponding field in the struct:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__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:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__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:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__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:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__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:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__v2d); CPointer<View2D> p_v2d = p.cast(new Class[]{View2D.class});
public static final long[] __DNA__FIELD__xof
This is how you get a reference on the corresponding field in the struct:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__xof); CPointer<Float> p_xof = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__yof
This is how you get a reference on the corresponding field in the struct:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__yof); CPointer<Float> p_yof = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__mainb
This is how you get a reference on the corresponding field in the struct:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__mainb); CPointer<Short> p_mainb = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__render_size
This is how you get a reference on the corresponding field in the struct:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__render_size); CPointer<Short> p_render_size = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__chanshown
This is how you get a reference on the corresponding field in the struct:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__chanshown); CPointer<Short> p_chanshown = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__zebra
This is how you get a reference on the corresponding field in the struct:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__zebra); CPointer<Short> p_zebra = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__zoom
This is how you get a reference on the corresponding field in the struct:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__zoom); CPointer<Float> p_zoom = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__view
This is how you get a reference on the corresponding field in the struct:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__view); CPointer<Integer> p_view = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__overlay_type
This is how you get a reference on the corresponding field in the struct:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__overlay_type); CPointer<Integer> p_overlay_type = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__gpd
This is how you get a reference on the corresponding field in the struct:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__gpd); CPointer<CPointer<bGPdata>> p_gpd = p.cast(new Class[]{CPointer.class, bGPdata.class});
public static final long[] __DNA__FIELD__scopes
This is how you get a reference on the corresponding field in the struct:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__scopes); CPointer<SequencerScopes> p_scopes = p.cast(new Class[]{SequencerScopes.class});
public SpaceSeq(long __address, Block __block, BlockTable __blockTable)
protected SpaceSeq(SpaceSeq 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
java.io.IOException
__DNA__FIELD__regionbase
public void setRegionbase(ListBase regionbase) throws java.io.IOException
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
java.io.IOException
__DNA__FIELD__v2d
public void setV2d(View2D v2d) throws java.io.IOException
java.io.IOException
__DNA__FIELD__v2d
public float getXof() throws java.io.IOException
java.io.IOException
__DNA__FIELD__xof
public void setXof(float xof) throws java.io.IOException
java.io.IOException
__DNA__FIELD__xof
public float getYof() throws java.io.IOException
java.io.IOException
__DNA__FIELD__yof
public void setYof(float yof) throws java.io.IOException
java.io.IOException
__DNA__FIELD__yof
public short getMainb() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mainb
public void setMainb(short mainb) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mainb
public short getRender_size() throws java.io.IOException
java.io.IOException
__DNA__FIELD__render_size
public void setRender_size(short render_size) throws java.io.IOException
java.io.IOException
__DNA__FIELD__render_size
public short getChanshown() throws java.io.IOException
java.io.IOException
__DNA__FIELD__chanshown
public void setChanshown(short chanshown) throws java.io.IOException
java.io.IOException
__DNA__FIELD__chanshown
public short getZebra() throws java.io.IOException
java.io.IOException
__DNA__FIELD__zebra
public void setZebra(short zebra) throws java.io.IOException
java.io.IOException
__DNA__FIELD__zebra
public int getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public float getZoom() throws java.io.IOException
java.io.IOException
__DNA__FIELD__zoom
public void setZoom(float zoom) throws java.io.IOException
java.io.IOException
__DNA__FIELD__zoom
public int getView() throws java.io.IOException
java.io.IOException
__DNA__FIELD__view
public void setView(int view) throws java.io.IOException
java.io.IOException
__DNA__FIELD__view
public int getOverlay_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__overlay_type
public void setOverlay_type(int overlay_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__overlay_type
public CPointer<bGPdata> getGpd() throws java.io.IOException
java.io.IOException
__DNA__FIELD__gpd
public void setGpd(CPointer<bGPdata> gpd) throws java.io.IOException
java.io.IOException
__DNA__FIELD__gpd
public SequencerScopes getScopes() throws java.io.IOException
java.io.IOException
__DNA__FIELD__scopes
public void setScopes(SequencerScopes scopes) throws java.io.IOException
java.io.IOException
__DNA__FIELD__scopes