Class UserDef_FileSpaceData


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

    Class Documentation

    Blender Source Code

    Storage for UI data that to keep it even after the window was closed. (Similar to UserDef_SpaceData .)

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        See Also:
        StructDNA, BlockTable, Constant Field Values
      • __DNA__FIELD__display_type

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

        Field Documentation

        Blender Source Code

        FileSelectParams.getDisplay()

        Pointer Arithmetics

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

         UserDef_FileSpaceData userdef_filespacedata = ...;
         CPointer<Object> p = userdef_filespacedata.__dna__addressof(UserDef_FileSpaceData.__DNA__FIELD__display_type);
         CPointer<Integer> p_display_type = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'display_type'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__thumbnail_size

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

        Field Documentation

        Blender Source Code

        FileSelectParams.thumbnail_size

        Pointer Arithmetics

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

         UserDef_FileSpaceData userdef_filespacedata = ...;
         CPointer<Object> p = userdef_filespacedata.__dna__addressof(UserDef_FileSpaceData.__DNA__FIELD__thumbnail_size);
         CPointer<Integer> p_thumbnail_size = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'thumbnail_size'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__sort_type

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

        Field Documentation

        Blender Source Code

        FileSelectParams.getSort()

        Pointer Arithmetics

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

         UserDef_FileSpaceData userdef_filespacedata = ...;
         CPointer<Object> p = userdef_filespacedata.__dna__addressof(UserDef_FileSpaceData.__DNA__FIELD__sort_type);
         CPointer<Integer> p_sort_type = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'sort_type'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__details_flags

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

        Field Documentation

        Blender Source Code

        FileSelectParams.getDetails_flags()

        Pointer Arithmetics

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

         UserDef_FileSpaceData userdef_filespacedata = ...;
         CPointer<Object> p = userdef_filespacedata.__dna__addressof(UserDef_FileSpaceData.__DNA__FIELD__details_flags);
         CPointer<Integer> p_details_flags = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'details_flags'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__flag

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

        Field Documentation

        Blender Source Code

        FileSelectParams.getFlag()

        Pointer Arithmetics

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

         UserDef_FileSpaceData userdef_filespacedata = ...;
         CPointer<Object> p = userdef_filespacedata.__dna__addressof(UserDef_FileSpaceData.__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___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:

         UserDef_FileSpaceData userdef_filespacedata = ...;
         CPointer<Object> p = userdef_filespacedata.__dna__addressof(UserDef_FileSpaceData.__DNA__FIELD___pad0);
         CPointer<Integer> p__pad0 = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: '_pad0'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__filter_id

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

        Field Documentation

        Blender Source Code

        FileSelectParams.getFilter_id()

        Pointer Arithmetics

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

         UserDef_FileSpaceData userdef_filespacedata = ...;
         CPointer<Object> p = userdef_filespacedata.__dna__addressof(UserDef_FileSpaceData.__DNA__FIELD__filter_id);
         CPointer<int64> p_filter_id = p.cast(new Class[]{int64.class});
         

        Metadata

        • Field: 'filter_id'
        • Signature: 'uint64_t'
        • Actual Size (32bit/64bit): 8/8
      • __DNA__FIELD__temp_win_sizex

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

        Field Documentation

        Blender Source Code

        Info used when creating the file browser in a temporary window.

        Pointer Arithmetics

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

         UserDef_FileSpaceData userdef_filespacedata = ...;
         CPointer<Object> p = userdef_filespacedata.__dna__addressof(UserDef_FileSpaceData.__DNA__FIELD__temp_win_sizex);
         CPointer<Integer> p_temp_win_sizex = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'temp_win_sizex'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__temp_win_sizey

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

        Pointer Arithmetics

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

         UserDef_FileSpaceData userdef_filespacedata = ...;
         CPointer<Object> p = userdef_filespacedata.__dna__addressof(UserDef_FileSpaceData.__DNA__FIELD__temp_win_sizey);
         CPointer<Integer> p_temp_win_sizey = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'temp_win_sizey'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
    • Constructor Detail

      • UserDef_FileSpaceData

        public UserDef_FileSpaceData​(long __address,
                                     Block __block,
                                     BlockTable __blockTable)
    • Method Detail

      • setDisplay_type

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

        Field Documentation

        Blender Source Code

        FileSelectParams.getDisplay()

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__display_type
      • getThumbnail_size

        public int getThumbnail_size()
                              throws java.io.IOException
        Get method for struct member 'thumbnail_size'.

        Field Documentation

        Blender Source Code

        FileSelectParams.thumbnail_size

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__thumbnail_size
      • setThumbnail_size

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

        Field Documentation

        Blender Source Code

        FileSelectParams.thumbnail_size

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__thumbnail_size
      • setSort_type

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

        Field Documentation

        Blender Source Code

        FileSelectParams.getSort()

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sort_type
      • getFlag

        public int getFlag()
                    throws java.io.IOException
        Get method for struct member 'flag'.

        Field Documentation

        Blender Source Code

        FileSelectParams.getFlag()

        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'.

        Field Documentation

        Blender Source Code

        FileSelectParams.getFlag()

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • get_pad0

        public int 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​(int _pad0)
                      throws java.io.IOException
        Set method for struct member '_pad0'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad0
      • getTemp_win_sizex

        public int getTemp_win_sizex()
                              throws java.io.IOException
        Get method for struct member 'temp_win_sizex'.

        Field Documentation

        Blender Source Code

        Info used when creating the file browser in a temporary window.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__temp_win_sizex
      • setTemp_win_sizex

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

        Field Documentation

        Blender Source Code

        Info used when creating the file browser in a temporary window.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__temp_win_sizex
      • getTemp_win_sizey

        public int getTemp_win_sizey()
                              throws java.io.IOException
        Get method for struct member 'temp_win_sizey'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__temp_win_sizey
      • setTemp_win_sizey

        public void setTemp_win_sizey​(int temp_win_sizey)
                               throws java.io.IOException
        Set method for struct member 'temp_win_sizey'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__temp_win_sizey