Class SpaceText


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

    Class Documentation

    Blender Source Code

    Text Editor.

    • Field Detail

      • __DNA__SDNA_INDEX

        public static final int __DNA__SDNA_INDEX
        This is the sdna index of the struct SpaceText.

        It is required when allocating a new block to store data for SpaceText.

        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:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__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:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__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:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__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:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__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:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__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:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__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__text

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

        Field Documentation

        Blender Source Code

        End 'SpaceLink ' header.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD__text);
         CPointer<CPointer<Text>> p_text = p.cast(new Class[]{CPointer.class, Text.class});
         

        Metadata

        • Field: 'text'
        • Signature: 'Text*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__top

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

        Field Documentation

        Blender Source Code

        Determines at what line the top of the text is displayed.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD__top);
         CPointer<Integer> p_top = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'top'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__left

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

        Field Documentation

        Blender Source Code

        Determines the horizontal scroll (in columns).

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD__left);
         CPointer<Integer> p_left = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'left'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD___pad1

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD___pad1);
         CPointer<CArrayFacade<Byte>> p__pad1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad1'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__flags

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD__flags);
         CPointer<Short> p_flags = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'flags'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__lheight

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

        Field Documentation

        Blender Source Code

        User preference, is font_size!

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD__lheight);
         CPointer<Short> p_lheight = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'lheight'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__tabnumber

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD__tabnumber);
         CPointer<Integer> p_tabnumber = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'tabnumber'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__wordwrap

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

        Field Documentation

        Blender Source Code

        Booleans

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD__wordwrap);
         CPointer<Byte> p_wordwrap = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'wordwrap'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__doplugins

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD__doplugins);
         CPointer<Byte> p_doplugins = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'doplugins'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__showlinenrs

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD__showlinenrs);
         CPointer<Byte> p_showlinenrs = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'showlinenrs'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__showsyntax

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD__showsyntax);
         CPointer<Byte> p_showsyntax = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'showsyntax'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__line_hlight

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD__line_hlight);
         CPointer<Byte> p_line_hlight = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'line_hlight'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__overwrite

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD__overwrite);
         CPointer<Byte> p_overwrite = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'overwrite'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__live_edit

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

        Field Documentation

        Blender Source Code

        Run python while editing, evil.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD__live_edit);
         CPointer<Byte> p_live_edit = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'live_edit'
        • 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:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD___pad2);
         CPointer<CArrayFacade<Byte>> p__pad2 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad2'
        • Signature: 'char[1]'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__findstr

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

        Field Documentation

        Blender Source Code

        ST_MAX_FIND_STR.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD__findstr);
         CPointer<CArrayFacade<Byte>> p_findstr = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'findstr'
        • Signature: 'char[256]'
        • Actual Size (32bit/64bit): 256/256
      • __DNA__FIELD__replacestr

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

        Field Documentation

        Blender Source Code

        ST_MAX_FIND_STR.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD__replacestr);
         CPointer<CArrayFacade<Byte>> p_replacestr = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'replacestr'
        • Signature: 'char[256]'
        • Actual Size (32bit/64bit): 256/256
      • __DNA__FIELD__margin_column

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

        Field Documentation

        Blender Source Code

        Column number to show right margin at.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD__margin_column);
         CPointer<Short> p_margin_column = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'margin_column'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD___pad3

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD___pad3);
         CPointer<CArrayFacade<Byte>> p__pad3 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad3'
        • Signature: 'char[2]'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__runtime

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

        Field Documentation

        Blender Source Code

        Keep last.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpaceText spacetext = ...;
         CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD__runtime);
         CPointer<SpaceText_Runtime> p_runtime = p.cast(new Class[]{SpaceText_Runtime.class});
         

        Metadata

        • Field: 'runtime'
        • Signature: 'SpaceText_Runtime'
        • Actual Size (32bit/64bit): 68/72
    • Constructor Detail

      • SpaceText

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

        protected SpaceText​(SpaceText 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
      • getText

        public CPointer<Text> getText()
                               throws java.io.IOException
        Get method for struct member 'text'.

        Field Documentation

        Blender Source Code

        End 'SpaceLink ' header.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__text
      • setText

        public void setText​(CPointer<Text> text)
                     throws java.io.IOException
        Set method for struct member 'text'.

        Field Documentation

        Blender Source Code

        End 'SpaceLink ' header.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__text
      • getTop

        public int getTop()
                   throws java.io.IOException
        Get method for struct member 'top'.

        Field Documentation

        Blender Source Code

        Determines at what line the top of the text is displayed.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__top
      • setTop

        public void setTop​(int top)
                    throws java.io.IOException
        Set method for struct member 'top'.

        Field Documentation

        Blender Source Code

        Determines at what line the top of the text is displayed.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__top
      • getLeft

        public int getLeft()
                    throws java.io.IOException
        Get method for struct member 'left'.

        Field Documentation

        Blender Source Code

        Determines the horizontal scroll (in columns).

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__left
      • setLeft

        public void setLeft​(int left)
                     throws java.io.IOException
        Set method for struct member 'left'.

        Field Documentation

        Blender Source Code

        Determines the horizontal scroll (in columns).

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__left
      • get_pad1

        public CArrayFacade<java.lang.Byte> get_pad1()
                                              throws java.io.IOException
        Get method for struct member '_pad1'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad1
      • set_pad1

        public void set_pad1​(CArrayFacade<java.lang.Byte> _pad1)
                      throws java.io.IOException
        Set method for struct member '_pad1'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad1
      • getFlags

        public short getFlags()
                       throws java.io.IOException
        Get method for struct member 'flags'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flags
      • setFlags

        public void setFlags​(short flags)
                      throws java.io.IOException
        Set method for struct member 'flags'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flags
      • getLheight

        public short getLheight()
                         throws java.io.IOException
        Get method for struct member 'lheight'.

        Field Documentation

        Blender Source Code

        User preference, is font_size!

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__lheight
      • setLheight

        public void setLheight​(short lheight)
                        throws java.io.IOException
        Set method for struct member 'lheight'.

        Field Documentation

        Blender Source Code

        User preference, is font_size!

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__lheight
      • getTabnumber

        public int getTabnumber()
                         throws java.io.IOException
        Get method for struct member 'tabnumber'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tabnumber
      • setTabnumber

        public void setTabnumber​(int tabnumber)
                          throws java.io.IOException
        Set method for struct member 'tabnumber'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tabnumber
      • getWordwrap

        public byte getWordwrap()
                         throws java.io.IOException
        Get method for struct member 'wordwrap'.

        Field Documentation

        Blender Source Code

        Booleans

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wordwrap
      • setWordwrap

        public void setWordwrap​(byte wordwrap)
                         throws java.io.IOException
        Set method for struct member 'wordwrap'.

        Field Documentation

        Blender Source Code

        Booleans

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wordwrap
      • getDoplugins

        public byte getDoplugins()
                          throws java.io.IOException
        Get method for struct member 'doplugins'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__doplugins
      • setDoplugins

        public void setDoplugins​(byte doplugins)
                          throws java.io.IOException
        Set method for struct member 'doplugins'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__doplugins
      • getShowlinenrs

        public byte getShowlinenrs()
                            throws java.io.IOException
        Get method for struct member 'showlinenrs'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__showlinenrs
      • setShowlinenrs

        public void setShowlinenrs​(byte showlinenrs)
                            throws java.io.IOException
        Set method for struct member 'showlinenrs'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__showlinenrs
      • getShowsyntax

        public byte getShowsyntax()
                           throws java.io.IOException
        Get method for struct member 'showsyntax'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__showsyntax
      • setShowsyntax

        public void setShowsyntax​(byte showsyntax)
                           throws java.io.IOException
        Set method for struct member 'showsyntax'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__showsyntax
      • getLine_hlight

        public byte getLine_hlight()
                            throws java.io.IOException
        Get method for struct member 'line_hlight'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__line_hlight
      • setLine_hlight

        public void setLine_hlight​(byte line_hlight)
                            throws java.io.IOException
        Set method for struct member 'line_hlight'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__line_hlight
      • getOverwrite

        public byte getOverwrite()
                          throws java.io.IOException
        Get method for struct member 'overwrite'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__overwrite
      • setOverwrite

        public void setOverwrite​(byte overwrite)
                          throws java.io.IOException
        Set method for struct member 'overwrite'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__overwrite
      • getLive_edit

        public byte getLive_edit()
                          throws java.io.IOException
        Get method for struct member 'live_edit'.

        Field Documentation

        Blender Source Code

        Run python while editing, evil.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__live_edit
      • setLive_edit

        public void setLive_edit​(byte live_edit)
                          throws java.io.IOException
        Set method for struct member 'live_edit'.

        Field Documentation

        Blender Source Code

        Run python while editing, evil.

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

        public CArrayFacade<java.lang.Byte> getFindstr()
                                                throws java.io.IOException
        Get method for struct member 'findstr'.

        Field Documentation

        Blender Source Code

        ST_MAX_FIND_STR.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__findstr
      • setFindstr

        public void setFindstr​(CArrayFacade<java.lang.Byte> findstr)
                        throws java.io.IOException
        Set method for struct member 'findstr'.

        Field Documentation

        Blender Source Code

        ST_MAX_FIND_STR.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__findstr
      • getReplacestr

        public CArrayFacade<java.lang.Byte> getReplacestr()
                                                   throws java.io.IOException
        Get method for struct member 'replacestr'.

        Field Documentation

        Blender Source Code

        ST_MAX_FIND_STR.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__replacestr
      • setReplacestr

        public void setReplacestr​(CArrayFacade<java.lang.Byte> replacestr)
                           throws java.io.IOException
        Set method for struct member 'replacestr'.

        Field Documentation

        Blender Source Code

        ST_MAX_FIND_STR.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__replacestr
      • getMargin_column

        public short getMargin_column()
                               throws java.io.IOException
        Get method for struct member 'margin_column'.

        Field Documentation

        Blender Source Code

        Column number to show right margin at.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__margin_column
      • setMargin_column

        public void setMargin_column​(short margin_column)
                              throws java.io.IOException
        Set method for struct member 'margin_column'.

        Field Documentation

        Blender Source Code

        Column number to show right margin at.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__margin_column
      • get_pad3

        public CArrayFacade<java.lang.Byte> get_pad3()
                                              throws java.io.IOException
        Get method for struct member '_pad3'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad3
      • set_pad3

        public void set_pad3​(CArrayFacade<java.lang.Byte> _pad3)
                      throws java.io.IOException
        Set method for struct member '_pad3'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad3
      • getRuntime

        public SpaceText_Runtime getRuntime()
                                     throws java.io.IOException
        Get method for struct member 'runtime'.

        Field Documentation

        Blender Source Code

        Keep last.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__runtime
      • setRuntime

        public void setRuntime​(SpaceText_Runtime runtime)
                        throws java.io.IOException
        Set method for struct member 'runtime'.

        Field Documentation

        Blender Source Code

        Keep last.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__runtime
      • __io__addressof

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