Class UserDef_FileSpaceData
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.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 Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD___pad0
Field descriptor (offset) for struct member '_pad0'.static long[]
__DNA__FIELD__details_flags
Field descriptor (offset) for struct member 'details_flags'.static long[]
__DNA__FIELD__display_type
Field descriptor (offset) for struct member 'display_type'.static long[]
__DNA__FIELD__filter_id
Field descriptor (offset) for struct member 'filter_id'.static long[]
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.static long[]
__DNA__FIELD__sort_type
Field descriptor (offset) for struct member 'sort_type'.static long[]
__DNA__FIELD__temp_win_sizex
Field descriptor (offset) for struct member 'temp_win_sizex'.static long[]
__DNA__FIELD__temp_win_sizey
Field descriptor (offset) for struct member 'temp_win_sizey'.static long[]
__DNA__FIELD__thumbnail_size
Field descriptor (offset) for struct member 'thumbnail_size'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct UserDef_FileSpaceData.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description UserDef_FileSpaceData(long __address, Block __block, BlockTable __blockTable)
protected
UserDef_FileSpaceData(UserDef_FileSpaceData that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<UserDef_FileSpaceData>
__io__addressof()
Instantiates a pointer on this instance.int
get_pad0()
Get method for struct member '_pad0'.int
getDetails_flags()
Get method for struct member 'details_flags'.int
getDisplay_type()
Get method for struct member 'display_type'.long
getFilter_id()
Get method for struct member 'filter_id'.int
getFlag()
Get method for struct member 'flag'.int
getSort_type()
Get method for struct member 'sort_type'.int
getTemp_win_sizex()
Get method for struct member 'temp_win_sizex'.int
getTemp_win_sizey()
Get method for struct member 'temp_win_sizey'.int
getThumbnail_size()
Get method for struct member 'thumbnail_size'.void
set_pad0(int _pad0)
Set method for struct member '_pad0'.void
setDetails_flags(int details_flags)
Set method for struct member 'details_flags'.void
setDisplay_type(int display_type)
Set method for struct member 'display_type'.void
setFilter_id(long filter_id)
Set method for struct member 'filter_id'.void
setFlag(int flag)
Set method for struct member 'flag'.void
setSort_type(int sort_type)
Set method for struct member 'sort_type'.void
setTemp_win_sizex(int temp_win_sizex)
Set method for struct member 'temp_win_sizex'.void
setTemp_win_sizey(int temp_win_sizey)
Set method for struct member 'temp_win_sizey'.void
setThumbnail_size(int thumbnail_size)
Set method for struct member 'thumbnail_size'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct 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
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
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
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.filter_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)
-
UserDef_FileSpaceData
protected UserDef_FileSpaceData(UserDef_FileSpaceData that)
-
-
Method Detail
-
getDisplay_type
public int getDisplay_type() throws java.io.IOException
Get method for struct member 'display_type'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__display_type
-
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
- 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
-
getSort_type
public int getSort_type() throws java.io.IOException
Get method for struct member 'sort_type'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sort_type
-
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
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sort_type
-
getDetails_flags
public int getDetails_flags() throws java.io.IOException
Get method for struct member 'details_flags'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__details_flags
-
setDetails_flags
public void setDetails_flags(int details_flags) throws java.io.IOException
Set method for struct member 'details_flags'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__details_flags
-
getFlag
public int getFlag() throws java.io.IOException
Get method for struct member 'flag'.Field Documentation
Blender Source Code
- 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
- 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
-
getFilter_id
public long getFilter_id() throws java.io.IOException
Get method for struct member 'filter_id'.Field Documentation
Blender Source Code
FileSelectParams.filter_id
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__filter_id
-
setFilter_id
public void setFilter_id(long filter_id) throws java.io.IOException
Set method for struct member 'filter_id'.Field Documentation
Blender Source Code
FileSelectParams.filter_id
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__filter_id
-
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
-
__io__addressof
public CPointer<UserDef_FileSpaceData> __io__addressof()
Instantiates a pointer on this instance.
-
-