Class SpaceSeq
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.SpaceSeq
-
public class SpaceSeq extends CFacade
Generated facet for DNA struct type 'SpaceSeq'.Class Documentation
Blender Source Code
Sequencer
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.static long[]
__DNA__FIELD___pad0
Field descriptor (offset) for struct member '_pad0'.static long[]
__DNA__FIELD___pad2
Field descriptor (offset) for struct member '_pad2'.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__link_flag
Field descriptor (offset) for struct member 'link_flag'.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__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.Deprecatedstatic long[]
__DNA__FIELD__view
Field descriptor (offset) for struct member 'view'.static long[]
__DNA__FIELD__xof
Deprecated.Deprecatedstatic long[]
__DNA__FIELD__yof
Deprecated.Deprecatedstatic long[]
__DNA__FIELD__zebra
Field descriptor (offset) for struct member 'zebra'.static long[]
__DNA__FIELD__zoom
Deprecated.Deprecatedstatic int
__DNA__SDNA_INDEX
This is the sdna index of the struct SpaceSeq.-
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 SpaceSeq(long __address, Block __block, BlockTable __blockTable)
protected
SpaceSeq(SpaceSeq that)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CPointer<SpaceSeq>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<java.lang.Byte>
get_pad()
Get method for struct member '_pad'.CArrayFacade<java.lang.Byte>
get_pad0()
Get method for struct member '_pad0'.CArrayFacade<java.lang.Byte>
get_pad2()
Get method for struct member '_pad2'.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'.byte
getLink_flag()
Get method for struct member 'link_flag'.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'.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'.byte
getSpacetype()
Get method for struct member 'spacetype'.View2D
getV2d()
Deprecated.Deprecatedint
getView()
Get method for struct member 'view'.float
getXof()
Deprecated.Deprecatedfloat
getYof()
Deprecated.Deprecatedshort
getZebra()
Get method for struct member 'zebra'.float
getZoom()
Deprecated.Deprecatedvoid
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.void
set_pad0(CArrayFacade<java.lang.Byte> _pad0)
Set method for struct member '_pad0'.void
set_pad2(CArrayFacade<java.lang.Byte> _pad2)
Set method for struct member '_pad2'.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
setLink_flag(byte link_flag)
Set method for struct member 'link_flag'.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
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(byte spacetype)
Set method for struct member 'spacetype'.void
setV2d(View2D v2d)
Deprecated.Deprecatedvoid
setView(int view)
Set method for struct member 'view'.void
setXof(float xof)
Deprecated.Deprecatedvoid
setYof(float yof)
Deprecated.Deprecatedvoid
setZebra(short zebra)
Set method for struct member 'zebra'.void
setZoom(float zoom)
Deprecated.Deprecated-
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 SpaceSeq.It is required when allocating a new block to store data for SpaceSeq.
- 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:
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});
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:
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});
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'.Field Documentation
Blender Source Code
Storage of regions for inactive spaces.
Pointer Arithmetics
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});
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:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__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:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__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:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__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
Deprecated.DeprecatedPointer Arithmetics
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});
Metadata
- Field: 'v2d'
- Signature: 'View2D'
- Actual Size (32bit/64bit): 156/168
Field descriptor (offset) for struct member 'v2d'.Field Documentation
Blender Source Code
End '
SpaceLink
' header. Deprecated, copied to region.
-
__DNA__FIELD__xof
public static final long[] __DNA__FIELD__xof
Deprecated.DeprecatedPointer Arithmetics
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});
Metadata
- Field: 'xof'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
Field descriptor (offset) for struct member 'xof'.Field Documentation
Blender Source Code
Deprecated: offset for drawing the image preview.
-
__DNA__FIELD__yof
public static final long[] __DNA__FIELD__yof
Deprecated.DeprecatedPointer Arithmetics
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});
Metadata
- Field: 'yof'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
Field descriptor (offset) for struct member 'yof'.Field Documentation
Blender Source Code
-
__DNA__FIELD__mainb
public static final long[] __DNA__FIELD__mainb
Field descriptor (offset) for struct member 'mainb'.Field Documentation
Blender Source Code
Weird name for the sequencer subtype (seq, image, luma... etc).
Pointer Arithmetics
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});
Metadata
- Field: 'mainb'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__render_size
public static final long[] __DNA__FIELD__render_size
Field descriptor (offset) for struct member 'render_size'.Field Documentation
Blender Source Code
ESpaceSeq_Proxy_RenderSize.
Pointer Arithmetics
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});
Metadata
- Field: 'render_size'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__chanshown
public static final long[] __DNA__FIELD__chanshown
Field descriptor (offset) for struct member 'chanshown'.Pointer Arithmetics
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});
Metadata
- Field: 'chanshown'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__zebra
public static final long[] __DNA__FIELD__zebra
Field descriptor (offset) for struct member 'zebra'.Pointer Arithmetics
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});
Metadata
- Field: 'zebra'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__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:
SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'flag'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__zoom
public static final long[] __DNA__FIELD__zoom
Deprecated.DeprecatedPointer Arithmetics
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});
Metadata
- Field: 'zoom'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
Field descriptor (offset) for struct member 'zoom'.Field Documentation
Blender Source Code
Deprecated, handled by
View2D
now.
-
__DNA__FIELD__view
public static final long[] __DNA__FIELD__view
Field descriptor (offset) for struct member 'view'.Field Documentation
Blender Source Code
See SEQ_VIEW_* below.
Pointer Arithmetics
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});
Metadata
- Field: 'view'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__overlay_type
public static final long[] __DNA__FIELD__overlay_type
Field descriptor (offset) for struct member 'overlay_type'.Pointer Arithmetics
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});
Metadata
- Field: 'overlay_type'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__draw_flag
public static final long[] __DNA__FIELD__draw_flag
Field descriptor (offset) for struct member 'draw_flag'.Field Documentation
Blender Source Code
Overlay an image of the editing on below the strips.
Pointer Arithmetics
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});
Metadata
- Field: 'draw_flag'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD___pad
public static final long[] __DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.Pointer Arithmetics
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<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: '_pad'
- Signature: 'char[4]'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__gpd
public static final long[] __DNA__FIELD__gpd
Field descriptor (offset) for struct member 'gpd'.Field Documentation
Blender Source Code
Grease-pencil data.
Pointer Arithmetics
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});
Metadata
- Field: 'gpd'
- Signature: 'bGPdata*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__scopes
public static final long[] __DNA__FIELD__scopes
Field descriptor (offset) for struct member 'scopes'.Field Documentation
Blender Source Code
Different scoped displayed in space.
Pointer Arithmetics
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});
Metadata
- Field: 'scopes'
- Signature: 'SequencerScopes'
- Actual Size (32bit/64bit): 24/48
-
__DNA__FIELD__multiview_eye
public static final long[] __DNA__FIELD__multiview_eye
Field descriptor (offset) for struct member 'multiview_eye'.Field Documentation
Blender Source Code
Multiview current eye - for internal use.
Pointer Arithmetics
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});
Metadata
- Field: 'multiview_eye'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD___pad2
public static final long[] __DNA__FIELD___pad2
Field descriptor (offset) for struct member '_pad2'.Pointer Arithmetics
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});
Metadata
- Field: '_pad2'
- Signature: 'char[7]'
- Actual Size (32bit/64bit): 7/7
-
-
Constructor Detail
-
SpaceSeq
public SpaceSeq(long __address, Block __block, BlockTable __blockTable)
-
SpaceSeq
protected SpaceSeq(SpaceSeq 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'.Field Documentation
Blender Source Code
Storage of regions for inactive spaces.
- 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'.Field Documentation
Blender Source Code
Storage of regions for inactive spaces.
- 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
Deprecated.DeprecatedGet method for struct member 'v2d'.Field Documentation
Blender Source Code
End '
SpaceLink
' header. Deprecated, copied to region.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__v2d
-
setV2d
public void setV2d(View2D v2d) throws java.io.IOException
Deprecated.DeprecatedSet method for struct member 'v2d'.Field Documentation
Blender Source Code
End '
SpaceLink
' header. Deprecated, copied to region.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__v2d
-
getXof
public float getXof() throws java.io.IOException
Deprecated.DeprecatedGet method for struct member 'xof'.Field Documentation
Blender Source Code
Deprecated: offset for drawing the image preview.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__xof
-
setXof
public void setXof(float xof) throws java.io.IOException
Deprecated.DeprecatedSet method for struct member 'xof'.Field Documentation
Blender Source Code
Deprecated: offset for drawing the image preview.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__xof
-
getYof
public float getYof() throws java.io.IOException
Deprecated.DeprecatedGet method for struct member 'yof'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__yof
-
setYof
public void setYof(float yof) throws java.io.IOException
Deprecated.DeprecatedSet method for struct member 'yof'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__yof
-
getMainb
public short getMainb() throws java.io.IOException
Get method for struct member 'mainb'.Field Documentation
Blender Source Code
Weird name for the sequencer subtype (seq, image, luma... etc).
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__mainb
-
setMainb
public void setMainb(short mainb) throws java.io.IOException
Set method for struct member 'mainb'.Field Documentation
Blender Source Code
Weird name for the sequencer subtype (seq, image, luma... etc).
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__mainb
-
getRender_size
public short getRender_size() throws java.io.IOException
Get method for struct member 'render_size'.Field Documentation
Blender Source Code
ESpaceSeq_Proxy_RenderSize.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__render_size
-
setRender_size
public void setRender_size(short render_size) throws java.io.IOException
Set method for struct member 'render_size'.Field Documentation
Blender Source Code
ESpaceSeq_Proxy_RenderSize.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__render_size
-
getChanshown
public short getChanshown() throws java.io.IOException
Get method for struct member 'chanshown'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__chanshown
-
setChanshown
public void setChanshown(short chanshown) throws java.io.IOException
Set method for struct member 'chanshown'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__chanshown
-
getZebra
public short getZebra() throws java.io.IOException
Get method for struct member 'zebra'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__zebra
-
setZebra
public void setZebra(short zebra) throws java.io.IOException
Set method for struct member 'zebra'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__zebra
-
getFlag
public int getFlag() throws java.io.IOException
Get method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
setFlag
public void setFlag(int flag) throws java.io.IOException
Set method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
getZoom
public float getZoom() throws java.io.IOException
Deprecated.DeprecatedGet method for struct member 'zoom'.Field Documentation
Blender Source Code
Deprecated, handled by
View2D
now.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__zoom
-
setZoom
public void setZoom(float zoom) throws java.io.IOException
Deprecated.DeprecatedSet method for struct member 'zoom'.Field Documentation
Blender Source Code
Deprecated, handled by
View2D
now.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__zoom
-
getView
public int getView() throws java.io.IOException
Get method for struct member 'view'.Field Documentation
Blender Source Code
See SEQ_VIEW_* below.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__view
-
setView
public void setView(int view) throws java.io.IOException
Set method for struct member 'view'.Field Documentation
Blender Source Code
See SEQ_VIEW_* below.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__view
-
getOverlay_type
public int getOverlay_type() throws java.io.IOException
Get method for struct member 'overlay_type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__overlay_type
-
setOverlay_type
public void setOverlay_type(int overlay_type) throws java.io.IOException
Set method for struct member 'overlay_type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__overlay_type
-
getDraw_flag
public int getDraw_flag() throws java.io.IOException
Get method for struct member 'draw_flag'.Field Documentation
Blender Source Code
Overlay an image of the editing on below the strips.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__draw_flag
-
setDraw_flag
public void setDraw_flag(int draw_flag) throws java.io.IOException
Set method for struct member 'draw_flag'.Field Documentation
Blender Source Code
Overlay an image of the editing on below the strips.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__draw_flag
-
get_pad
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
Get method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
set_pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
Set method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
getGpd
public CPointer<bGPdata> getGpd() throws java.io.IOException
Get method for struct member 'gpd'.Field Documentation
Blender Source Code
Grease-pencil data.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__gpd
-
setGpd
public void setGpd(CPointer<bGPdata> gpd) throws java.io.IOException
Set method for struct member 'gpd'.Field Documentation
Blender Source Code
Grease-pencil data.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__gpd
-
getScopes
public SequencerScopes getScopes() throws java.io.IOException
Get method for struct member 'scopes'.Field Documentation
Blender Source Code
Different scoped displayed in space.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__scopes
-
setScopes
public void setScopes(SequencerScopes scopes) throws java.io.IOException
Set method for struct member 'scopes'.Field Documentation
Blender Source Code
Different scoped displayed in space.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__scopes
-
getMultiview_eye
public byte getMultiview_eye() throws java.io.IOException
Get method for struct member 'multiview_eye'.Field Documentation
Blender Source Code
Multiview current eye - for internal use.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__multiview_eye
-
setMultiview_eye
public void setMultiview_eye(byte multiview_eye) throws java.io.IOException
Set method for struct member 'multiview_eye'.Field Documentation
Blender Source Code
Multiview current eye - for internal use.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__multiview_eye
-
get_pad2
public CArrayFacade<java.lang.Byte> get_pad2() throws java.io.IOException
Get method for struct member '_pad2'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad2
-
set_pad2
public void set_pad2(CArrayFacade<java.lang.Byte> _pad2) throws java.io.IOException
Set method for struct member '_pad2'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad2
-
-