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: 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}); Metadata
|
static long[] |
__DNA__FIELD__blockscale
Deprecated.
Deprecated
Pointer ArithmeticsThis 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}); Metadata
|
static long[] |
__DNA__FIELD__chanshown
Field descriptor (offset) for struct member 'chanshown'.
|
static long[] |
__DNA__FIELD__draw_flag
Field descriptor (offset) for struct member 'draw_flag'.
|
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__multiview_eye
Field descriptor (offset) for struct member 'multiview_eye'.
|
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__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__pad2
Field descriptor (offset) for struct member 'pad2'.
|
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
Deprecated.
Deprecateddeprecated, copied to region
Pointer ArithmeticsThis 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}); Metadata
|
static long[] |
__DNA__FIELD__view
Field descriptor (offset) for struct member 'view'.
|
static long[] |
__DNA__FIELD__xof
Deprecated.
Deprecated
Pointer ArithmeticsThis 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}); Metadata
|
static long[] |
__DNA__FIELD__yof
Deprecated.
Deprecateddeprecated: offset for drawing the image preview
Pointer ArithmeticsThis 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}); Metadata
|
static long[] |
__DNA__FIELD__zebra
Field descriptor (offset) for struct member 'zebra'.
|
static long[] |
__DNA__FIELD__zoom
Deprecated.
Deprecateddeprecated, handled by View2D now
Pointer ArithmeticsThis 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}); Metadata
|
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()
Deprecated.
Deprecated
|
float |
getBlockscale()
Deprecated.
Deprecated
|
short |
getChanshown()
Get method for struct member 'chanshown'.
|
int |
getDraw_flag()
Get method for struct member 'draw_flag'.
|
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'.
|
byte |
getMultiview_eye()
Get method for struct member 'multiview_eye'.
|
CPointer<SpaceLink> |
getNext()
Get method for struct member 'next'.
|
int |
getOverlay_type()
Get method for struct member 'overlay_type'.
|
int |
getPad()
Get method for struct member 'pad'.
|
CArrayFacade<java.lang.Byte> |
getPad2()
Get method for struct member 'pad2'.
|
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()
Deprecated.
Deprecateddeprecated, copied to region
|
int |
getView()
Get method for struct member 'view'.
|
float |
getXof()
Deprecated.
Deprecated
|
float |
getYof()
Deprecated.
Deprecateddeprecated: offset for drawing the image preview
|
short |
getZebra()
Get method for struct member 'zebra'.
|
float |
getZoom()
Deprecated.
Deprecateddeprecated, handled by View2D now
|
void |
setBlockhandler(CArrayFacade<java.lang.Short> blockhandler)
Deprecated.
Deprecated
|
void |
setBlockscale(float blockscale)
Deprecated.
Deprecated
|
void |
setChanshown(short chanshown)
Set method for struct member 'chanshown'.
|
void |
setDraw_flag(int draw_flag)
Set method for struct member 'draw_flag'.
|
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 |
setMultiview_eye(byte multiview_eye)
Set method for struct member 'multiview_eye'.
|
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 |
setPad(int pad)
Set method for struct member 'pad'.
|
void |
setPad2(CArrayFacade<java.lang.Byte> pad2)
Set method for struct member 'pad2'.
|
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)
Deprecated.
Deprecateddeprecated, copied to region
|
void |
setView(int view)
Set method for struct member 'view'.
|
void |
setXof(float xof)
Deprecated.
Deprecated
|
void |
setYof(float yof)
Deprecated.
Deprecateddeprecated: offset for drawing the image preview
|
void |
setZebra(short zebra)
Set method for struct member 'zebra'.
|
void |
setZoom(float zoom)
Deprecated.
Deprecateddeprecated, handled by View2D now
|
__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
storage of regions for inactive spaces
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});
deprecated, copied to region
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});
deprecated: offset for drawing the image preview
public static final long[] __DNA__FIELD__mainb
weird name for the sequencer subtype (seq, image, luma... etc)
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
eSpaceSeq_Proxy_RenderSize
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});
deprecated, handled by View2D
now
public static final long[] __DNA__FIELD__view
see SEQ_VIEW_* below
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__draw_flag
overlay an image of the editing on below the strips
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__draw_flag); CPointer<Integer> p_draw_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__pad
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__pad); CPointer<Integer> p_pad = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__gpd
grease-pencil data
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
different scoped displayed in space
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 static final long[] __DNA__FIELD__multiview_eye
multiview current eye - for internal use
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__multiview_eye); CPointer<Byte> p_multiview_eye = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__pad2
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__pad2); CPointer<CArrayFacade<Byte>> p_pad2 = p.cast(new Class[]{CArrayFacade.class, Byte.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
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 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
deprecated: offset for drawing the image preview
java.io.IOException
__DNA__FIELD__yof
public void setYof(float yof) throws java.io.IOException
deprecated: offset for drawing the image preview
java.io.IOException
__DNA__FIELD__yof
public short getMainb() throws java.io.IOException
weird name for the sequencer subtype (seq, image, luma... etc)
java.io.IOException
__DNA__FIELD__mainb
public void setMainb(short mainb) throws java.io.IOException
weird name for the sequencer subtype (seq, image, luma... etc)
java.io.IOException
__DNA__FIELD__mainb
public short getRender_size() throws java.io.IOException
eSpaceSeq_Proxy_RenderSize
java.io.IOException
__DNA__FIELD__render_size
public void setRender_size(short render_size) throws java.io.IOException
eSpaceSeq_Proxy_RenderSize
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
deprecated, handled by View2D
now
java.io.IOException
__DNA__FIELD__zoom
public void setZoom(float zoom) throws java.io.IOException
deprecated, handled by View2D
now
java.io.IOException
__DNA__FIELD__zoom
public int getView() throws java.io.IOException
see SEQ_VIEW_* below
java.io.IOException
__DNA__FIELD__view
public void setView(int view) throws java.io.IOException
see SEQ_VIEW_* below
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 int getDraw_flag() throws java.io.IOException
overlay an image of the editing on below the strips
java.io.IOException
__DNA__FIELD__draw_flag
public void setDraw_flag(int draw_flag) throws java.io.IOException
overlay an image of the editing on below the strips
java.io.IOException
__DNA__FIELD__draw_flag
public int getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(int pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<bGPdata> getGpd() throws java.io.IOException
grease-pencil data
java.io.IOException
__DNA__FIELD__gpd
public void setGpd(CPointer<bGPdata> gpd) throws java.io.IOException
grease-pencil data
java.io.IOException
__DNA__FIELD__gpd
public SequencerScopes getScopes() throws java.io.IOException
different scoped displayed in space
java.io.IOException
__DNA__FIELD__scopes
public void setScopes(SequencerScopes scopes) throws java.io.IOException
different scoped displayed in space
java.io.IOException
__DNA__FIELD__scopes
public byte getMultiview_eye() throws java.io.IOException
multiview current eye - for internal use
java.io.IOException
__DNA__FIELD__multiview_eye
public void setMultiview_eye(byte multiview_eye) throws java.io.IOException
multiview current eye - for internal use
java.io.IOException
__DNA__FIELD__multiview_eye
public CArrayFacade<java.lang.Byte> getPad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public void setPad2(CArrayFacade<java.lang.Byte> pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2