public class UserDef_FileSpaceData extends CFacade
Storage for UI data that to keep it even after the window was closed. (Similar to UserDef_SpaceData
.)
Modifier and Type | Field and Description |
---|---|
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.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
UserDef_FileSpaceData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
UserDef_FileSpaceData(UserDef_FileSpaceData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<UserDef_FileSpaceData> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getDetails_flags()
Get method for struct member 'details_flags'.
|
int |
getDisplay_type()
Get method for struct member 'display_type'.
|
int |
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 |
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(int 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'.
|
__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
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for UserDef_FileSpaceData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__display_type
FileSelectParams.display
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});
public static final long[] __DNA__FIELD__thumbnail_size
FileSelectParams.thumbnail_size
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});
public static final long[] __DNA__FIELD__sort_type
FileSelectParams.sort
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});
public static final long[] __DNA__FIELD__details_flags
FileSelectParams.details_flags
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});
public static final long[] __DNA__FIELD__flag
FileSelectParams.flag
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});
public static final long[] __DNA__FIELD__filter_id
FileSelectParams.filter_id
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<Integer> p_filter_id = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__temp_win_sizex
Info used when creating the file browser in a temporary window.
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});
public static final long[] __DNA__FIELD__temp_win_sizey
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});
public UserDef_FileSpaceData(long __address, Block __block, BlockTable __blockTable)
protected UserDef_FileSpaceData(UserDef_FileSpaceData that)
public int getDisplay_type() throws java.io.IOException
FileSelectParams.display
java.io.IOException
__DNA__FIELD__display_type
public void setDisplay_type(int display_type) throws java.io.IOException
FileSelectParams.display
java.io.IOException
__DNA__FIELD__display_type
public int getThumbnail_size() throws java.io.IOException
FileSelectParams.thumbnail_size
java.io.IOException
__DNA__FIELD__thumbnail_size
public void setThumbnail_size(int thumbnail_size) throws java.io.IOException
FileSelectParams.thumbnail_size
java.io.IOException
__DNA__FIELD__thumbnail_size
public int getSort_type() throws java.io.IOException
FileSelectParams.sort
java.io.IOException
__DNA__FIELD__sort_type
public void setSort_type(int sort_type) throws java.io.IOException
FileSelectParams.sort
java.io.IOException
__DNA__FIELD__sort_type
public int getDetails_flags() throws java.io.IOException
FileSelectParams.details_flags
java.io.IOException
__DNA__FIELD__details_flags
public void setDetails_flags(int details_flags) throws java.io.IOException
FileSelectParams.details_flags
java.io.IOException
__DNA__FIELD__details_flags
public int getFlag() throws java.io.IOException
FileSelectParams.flag
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
FileSelectParams.flag
java.io.IOException
__DNA__FIELD__flag
public int getFilter_id() throws java.io.IOException
FileSelectParams.filter_id
java.io.IOException
__DNA__FIELD__filter_id
public void setFilter_id(int filter_id) throws java.io.IOException
FileSelectParams.filter_id
java.io.IOException
__DNA__FIELD__filter_id
public int getTemp_win_sizex() throws java.io.IOException
Info used when creating the file browser in a temporary window.
java.io.IOException
__DNA__FIELD__temp_win_sizex
public void setTemp_win_sizex(int temp_win_sizex) throws java.io.IOException
Info used when creating the file browser in a temporary window.
java.io.IOException
__DNA__FIELD__temp_win_sizex
public int getTemp_win_sizey() throws java.io.IOException
java.io.IOException
__DNA__FIELD__temp_win_sizey
public void setTemp_win_sizey(int temp_win_sizey) throws java.io.IOException
java.io.IOException
__DNA__FIELD__temp_win_sizey
public CPointer<UserDef_FileSpaceData> __io__addressof()