Class SpaceSeq


  • public class SpaceSeq
    extends CFacade
    Generated facet for DNA struct type 'SpaceSeq'.

    Class Documentation

    Blender Source Code

    Sequencer.

    • 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.
        Deprecated

        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__v2d);
         CPointer<View2D> p_v2d = p.cast(new Class[]{View2D.class});
         

        Metadata

        • Field: 'v2d'
        • Signature: 'View2D'
        • Actual Size (32bit/64bit): 144/152
        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.
        Deprecated

        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__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.
        Deprecated

        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__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.
        Deprecated

        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__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<Byte> p_view = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'view'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __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<Byte> p_overlay_type = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'overlay_type'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __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<Byte> p_draw_flag = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'draw_flag'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__gizmo_flag

        public static final long[] __DNA__FIELD__gizmo_flag
        Field descriptor (offset) for struct member 'gizmo_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__gizmo_flag);
         CPointer<Byte> p_gizmo_flag = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'gizmo_flag'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __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__cursor

        public static final long[] __DNA__FIELD__cursor
        Field descriptor (offset) for struct member 'cursor'.

        Field Documentation

        Blender Source Code

        2D cursor for transform.

        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__cursor);
         CPointer<CArrayFacade<Float>> p_cursor = p.cast(new Class[]{CArrayFacade.class, Float.class});
         

        Metadata

        • Field: 'cursor'
        • Signature: 'float[2]'
        • Actual Size (32bit/64bit): 8/8
      • __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__preview_overlay

        public static final long[] __DNA__FIELD__preview_overlay
        Field descriptor (offset) for struct member 'preview_overlay'.

        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__preview_overlay);
         CPointer<SequencerPreviewOverlay> p_preview_overlay = p.cast(new Class[]{SequencerPreviewOverlay.class});
         

        Metadata

        • Field: 'preview_overlay'
        • Signature: 'SequencerPreviewOverlay'
        • Actual Size (32bit/64bit): 8/8
      • __DNA__FIELD__timeline_overlay

        public static final long[] __DNA__FIELD__timeline_overlay
        Field descriptor (offset) for struct member 'timeline_overlay'.

        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__timeline_overlay);
         CPointer<SequencerTimelineOverlay> p_timeline_overlay = p.cast(new Class[]{SequencerTimelineOverlay.class});
         

        Metadata

        • Field: 'timeline_overlay'
        • Signature: 'SequencerTimelineOverlay'
        • Actual Size (32bit/64bit): 8/8
      • __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
      • __DNA__FIELD__runtime

        public static final long[] __DNA__FIELD__runtime
        Field descriptor (offset) for struct member 'runtime'.

        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__runtime);
         CPointer<SpaceSeqRuntime> p_runtime = p.cast(new Class[]{SpaceSeqRuntime.class});
         

        Metadata

        • Field: 'runtime'
        • Signature: 'SpaceSeqRuntime'
        • Actual Size (32bit/64bit): 28/32
    • Constructor Detail

      • SpaceSeq

        public SpaceSeq​(long __address,
                        Block __block,
                        BlockTable __blockTable)
      • SpaceSeq

        protected SpaceSeq​(SpaceSeq that)
    • Method Detail

      • 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
      • 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.
        Deprecated

        Get 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.
        Deprecated

        Set 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.
        Deprecated

        Get 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.
        Deprecated

        Set 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.
        Deprecated

        Get 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.
        Deprecated

        Set 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.
        Deprecated

        Get 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.
        Deprecated

        Set 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 byte 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​(byte 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 byte 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​(byte 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 byte 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​(byte 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
      • getGizmo_flag

        public byte getGizmo_flag()
                           throws java.io.IOException
        Get method for struct member 'gizmo_flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gizmo_flag
      • setGizmo_flag

        public void setGizmo_flag​(byte gizmo_flag)
                           throws java.io.IOException
        Set method for struct member 'gizmo_flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gizmo_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
      • getCursor

        public CArrayFacade<java.lang.Float> getCursor()
                                                throws java.io.IOException
        Get method for struct member 'cursor'.

        Field Documentation

        Blender Source Code

        2D cursor for transform.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cursor
      • setCursor

        public void setCursor​(CArrayFacade<java.lang.Float> cursor)
                       throws java.io.IOException
        Set method for struct member 'cursor'.

        Field Documentation

        Blender Source Code

        2D cursor for transform.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cursor
      • 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
      • setRuntime

        public void setRuntime​(SpaceSeqRuntime runtime)
                        throws java.io.IOException
        Set method for struct member 'runtime'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__runtime
      • __io__addressof

        public CPointer<SpaceSeq> __io__addressof()
        Instantiates a pointer on this instance.