public class FileAssetSelectParams extends CFacade
File selection parameters for asset browsing mode, with FileSelectParams
as base.
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__asset_library
Field descriptor (offset) for struct member 'asset_library'.
|
static long[] |
__DNA__FIELD__base_params
Field descriptor (offset) for struct member 'base_params'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct FileAssetSelectParams.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
FileAssetSelectParams(FileAssetSelectParams that) |
|
FileAssetSelectParams(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<FileAssetSelectParams> |
__io__addressof()
Instantiates a pointer on this instance.
|
FileSelectAssetLibraryUID |
getAsset_library()
Get method for struct member 'asset_library'.
|
FileSelectParams |
getBase_params()
Get method for struct member 'base_params'.
|
void |
setAsset_library(FileSelectAssetLibraryUID asset_library)
Set method for struct member 'asset_library'.
|
void |
setBase_params(FileSelectParams base_params)
Set method for struct member 'base_params'.
|
__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 FileAssetSelectParams.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__base_params
This is how you get a reference on the corresponding field in the struct:
FileAssetSelectParams fileassetselectparams = ...; CPointer<Object> p = fileassetselectparams.__dna__addressof(FileAssetSelectParams.__DNA__FIELD__base_params); CPointer<FileSelectParams> p_base_params = p.cast(new Class[]{FileSelectParams.class});
public static final long[] __DNA__FIELD__asset_library
This is how you get a reference on the corresponding field in the struct:
FileAssetSelectParams fileassetselectparams = ...; CPointer<Object> p = fileassetselectparams.__dna__addressof(FileAssetSelectParams.__DNA__FIELD__asset_library); CPointer<FileSelectAssetLibraryUID> p_asset_library = p.cast(new Class[]{FileSelectAssetLibraryUID.class});
public FileAssetSelectParams(long __address, Block __block, BlockTable __blockTable)
protected FileAssetSelectParams(FileAssetSelectParams that)
public FileSelectParams getBase_params() throws java.io.IOException
java.io.IOException
__DNA__FIELD__base_params
public void setBase_params(FileSelectParams base_params) throws java.io.IOException
java.io.IOException
__DNA__FIELD__base_params
public FileSelectAssetLibraryUID getAsset_library() throws java.io.IOException
java.io.IOException
__DNA__FIELD__asset_library
public void setAsset_library(FileSelectAssetLibraryUID asset_library) throws java.io.IOException
java.io.IOException
__DNA__FIELD__asset_library
public CPointer<FileAssetSelectParams> __io__addressof()