Class SpaceButs


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        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:

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

         SpaceButs spacebuts = ...;
         CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__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'.

        Pointer Arithmetics

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

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

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

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

         SpaceButs spacebuts = ...;
         CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__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
        Field descriptor (offset) for struct member 'v2d'.

        Pointer Arithmetics

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

         SpaceButs spacebuts = ...;
         CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__v2d);
         CPointer<View2D> p_v2d = p.cast(new Class[]{View2D.class});
         

        Metadata

        • Field: 'v2d'
        • Signature: 'View2D'
        • Actual Size (32bit/64bit): 156/168
      • __DNA__FIELD__space_subtype

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

        Pointer Arithmetics

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

         SpaceButs spacebuts = ...;
         CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__space_subtype);
         CPointer<Short> p_space_subtype = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'space_subtype'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__mainb

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

        Pointer Arithmetics

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

         SpaceButs spacebuts = ...;
         CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__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__mainbo

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

        Pointer Arithmetics

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

         SpaceButs spacebuts = ...;
         CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__mainbo);
         CPointer<Short> p_mainbo = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'mainbo'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__mainbuser

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

        Pointer Arithmetics

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

         SpaceButs spacebuts = ...;
         CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__mainbuser);
         CPointer<Short> p_mainbuser = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'mainbuser'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__preview

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

        Pointer Arithmetics

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

         SpaceButs spacebuts = ...;
         CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__preview);
         CPointer<Short> p_preview = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'preview'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __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:

         SpaceButs spacebuts = ...;
         CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD___pad);
         CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad'
        • Signature: 'char[5]'
        • Actual Size (32bit/64bit): 5/5
      • __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:

         SpaceButs spacebuts = ...;
         CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__flag);
         CPointer<Byte> p_flag = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'flag'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__path

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

        Pointer Arithmetics

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

         SpaceButs spacebuts = ...;
         CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__path);
         CPointer<CPointer<Object>> p_path = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'path'
        • Signature: 'void*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__pathflag

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

        Pointer Arithmetics

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

         SpaceButs spacebuts = ...;
         CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__pathflag);
         CPointer<Integer> p_pathflag = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'pathflag'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__dataicon

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

        Pointer Arithmetics

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

         SpaceButs spacebuts = ...;
         CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__dataicon);
         CPointer<Integer> p_dataicon = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'dataicon'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__pinid

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

        Pointer Arithmetics

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

         SpaceButs spacebuts = ...;
         CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__pinid);
         CPointer<CPointer<ID>> p_pinid = p.cast(new Class[]{CPointer.class, ID.class});
         

        Metadata

        • Field: 'pinid'
        • Signature: 'ID*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__texuser

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

        Pointer Arithmetics

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

         SpaceButs spacebuts = ...;
         CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__texuser);
         CPointer<CPointer<Object>> p_texuser = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'texuser'
        • Signature: 'void*'
        • Actual Size (32bit/64bit): 4/8
    • Constructor Detail

      • SpaceButs

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

        protected SpaceButs​(SpaceButs 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'.
        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'.
        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
        Get method for struct member 'v2d'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__v2d
      • setV2d

        public void setV2d​(View2D v2d)
                    throws java.io.IOException
        Set method for struct member 'v2d'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__v2d
      • getSpace_subtype

        public short getSpace_subtype()
                               throws java.io.IOException
        Get method for struct member 'space_subtype'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__space_subtype
      • setSpace_subtype

        public void setSpace_subtype​(short space_subtype)
                              throws java.io.IOException
        Set method for struct member 'space_subtype'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__space_subtype
      • getMainb

        public short getMainb()
                       throws java.io.IOException
        Get method for struct member 'mainb'.
        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'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mainb
      • getMainbo

        public short getMainbo()
                        throws java.io.IOException
        Get method for struct member 'mainbo'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mainbo
      • setMainbo

        public void setMainbo​(short mainbo)
                       throws java.io.IOException
        Set method for struct member 'mainbo'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mainbo
      • getMainbuser

        public short getMainbuser()
                           throws java.io.IOException
        Get method for struct member 'mainbuser'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mainbuser
      • setMainbuser

        public void setMainbuser​(short mainbuser)
                          throws java.io.IOException
        Set method for struct member 'mainbuser'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mainbuser
      • getPreview

        public short getPreview()
                         throws java.io.IOException
        Get method for struct member 'preview'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__preview
      • setPreview

        public void setPreview​(short preview)
                        throws java.io.IOException
        Set method for struct member 'preview'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__preview
      • 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
      • getFlag

        public byte getFlag()
                     throws java.io.IOException
        Get method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • setFlag

        public void setFlag​(byte flag)
                     throws java.io.IOException
        Set method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • getPath

        public CPointer<java.lang.Object> getPath()
                                           throws java.io.IOException
        Get method for struct member 'path'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__path
      • setPath

        public void setPath​(CPointer<java.lang.Object> path)
                     throws java.io.IOException
        Set method for struct member 'path'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__path
      • getPathflag

        public int getPathflag()
                        throws java.io.IOException
        Get method for struct member 'pathflag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__pathflag
      • setPathflag

        public void setPathflag​(int pathflag)
                         throws java.io.IOException
        Set method for struct member 'pathflag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__pathflag
      • getDataicon

        public int getDataicon()
                        throws java.io.IOException
        Get method for struct member 'dataicon'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dataicon
      • setDataicon

        public void setDataicon​(int dataicon)
                         throws java.io.IOException
        Set method for struct member 'dataicon'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dataicon
      • getPinid

        public CPointer<ID> getPinid()
                              throws java.io.IOException
        Get method for struct member 'pinid'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__pinid
      • setPinid

        public void setPinid​(CPointer<ID> pinid)
                      throws java.io.IOException
        Set method for struct member 'pinid'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__pinid
      • getTexuser

        public CPointer<java.lang.Object> getTexuser()
                                              throws java.io.IOException
        Get method for struct member 'texuser'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__texuser
      • setTexuser

        public void setTexuser​(CPointer<java.lang.Object> texuser)
                        throws java.io.IOException
        Set method for struct member 'texuser'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__texuser
      • __io__addressof

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