public class FileSelectParams extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__active_file
Field descriptor (offset) for struct member 'active_file'.
|
static long[] |
__DNA__FIELD__dir
Field descriptor (offset) for struct member 'dir'.
|
static long[] |
__DNA__FIELD__display
Field descriptor (offset) for struct member 'display'.
|
static long[] |
__DNA__FIELD__f_fp
Field descriptor (offset) for struct member 'f_fp'.
|
static long[] |
__DNA__FIELD__file
Field descriptor (offset) for struct member 'file'.
|
static long[] |
__DNA__FIELD__filter
Field descriptor (offset) for struct member 'filter'.
|
static long[] |
__DNA__FIELD__filter_glob
Field descriptor (offset) for struct member 'filter_glob'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__fp_str
Field descriptor (offset) for struct member 'fp_str'.
|
static long[] |
__DNA__FIELD__pad_c1
Field descriptor (offset) for struct member 'pad_c1'.
|
static long[] |
__DNA__FIELD__renameedit
Field descriptor (offset) for struct member 'renameedit'.
|
static long[] |
__DNA__FIELD__renamefile
Field descriptor (offset) for struct member 'renamefile'.
|
static long[] |
__DNA__FIELD__sel_first
Field descriptor (offset) for struct member 'sel_first'.
|
static long[] |
__DNA__FIELD__sel_last
Field descriptor (offset) for struct member 'sel_last'.
|
static long[] |
__DNA__FIELD__sort
Field descriptor (offset) for struct member 'sort'.
|
static long[] |
__DNA__FIELD__title
Field descriptor (offset) for struct member 'title'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct FileSelectParams.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
FileSelectParams(FileSelectParams that) |
|
FileSelectParams(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<FileSelectParams> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getActive_file()
Get method for struct member 'active_file'.
|
CArrayFacade<java.lang.Byte> |
getDir()
Get method for struct member 'dir'.
|
short |
getDisplay()
Get method for struct member 'display'.
|
short |
getF_fp()
Get method for struct member 'f_fp'.
|
CArrayFacade<java.lang.Byte> |
getFile()
Get method for struct member 'file'.
|
CArrayFacade<java.lang.Byte> |
getFilter_glob()
Get method for struct member 'filter_glob'.
|
short |
getFilter()
Get method for struct member 'filter'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
CArrayFacade<java.lang.Byte> |
getFp_str()
Get method for struct member 'fp_str'.
|
CArrayFacade<java.lang.Byte> |
getPad_c1()
Get method for struct member 'pad_c1'.
|
CArrayFacade<java.lang.Byte> |
getRenameedit()
Get method for struct member 'renameedit'.
|
CArrayFacade<java.lang.Byte> |
getRenamefile()
Get method for struct member 'renamefile'.
|
int |
getSel_first()
Get method for struct member 'sel_first'.
|
int |
getSel_last()
Get method for struct member 'sel_last'.
|
short |
getSort()
Get method for struct member 'sort'.
|
CArrayFacade<java.lang.Byte> |
getTitle()
Get method for struct member 'title'.
|
short |
getType()
Get method for struct member 'type'.
|
void |
setActive_file(int active_file)
Set method for struct member 'active_file'.
|
void |
setDir(CArrayFacade<java.lang.Byte> dir)
Set method for struct member 'dir'.
|
void |
setDisplay(short display)
Set method for struct member 'display'.
|
void |
setF_fp(short f_fp)
Set method for struct member 'f_fp'.
|
void |
setFile(CArrayFacade<java.lang.Byte> file)
Set method for struct member 'file'.
|
void |
setFilter_glob(CArrayFacade<java.lang.Byte> filter_glob)
Set method for struct member 'filter_glob'.
|
void |
setFilter(short filter)
Set method for struct member 'filter'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setFp_str(CArrayFacade<java.lang.Byte> fp_str)
Set method for struct member 'fp_str'.
|
void |
setPad_c1(CArrayFacade<java.lang.Byte> pad_c1)
Set method for struct member 'pad_c1'.
|
void |
setRenameedit(CArrayFacade<java.lang.Byte> renameedit)
Set method for struct member 'renameedit'.
|
void |
setRenamefile(CArrayFacade<java.lang.Byte> renamefile)
Set method for struct member 'renamefile'.
|
void |
setSel_first(int sel_first)
Set method for struct member 'sel_first'.
|
void |
setSel_last(int sel_last)
Set method for struct member 'sel_last'.
|
void |
setSort(short sort)
Set method for struct member 'sort'.
|
void |
setTitle(CArrayFacade<java.lang.Byte> title)
Set method for struct member 'title'.
|
void |
setType(short type)
Set method for struct member 'type'.
|
__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 FileSelectParams.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__title
This is how you get a reference on the corresponding field in the struct:
FileSelectParams fileselectparams = ...; CPointer<Object> p = fileselectparams.__dna__addressof(FileSelectParams.__DNA__FIELD__title); CPointer<CArrayFacade<Byte>> p_title = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__dir
This is how you get a reference on the corresponding field in the struct:
FileSelectParams fileselectparams = ...; CPointer<Object> p = fileselectparams.__dna__addressof(FileSelectParams.__DNA__FIELD__dir); CPointer<CArrayFacade<Byte>> p_dir = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__pad_c1
This is how you get a reference on the corresponding field in the struct:
FileSelectParams fileselectparams = ...; CPointer<Object> p = fileselectparams.__dna__addressof(FileSelectParams.__DNA__FIELD__pad_c1); CPointer<CArrayFacade<Byte>> p_pad_c1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__file
This is how you get a reference on the corresponding field in the struct:
FileSelectParams fileselectparams = ...; CPointer<Object> p = fileselectparams.__dna__addressof(FileSelectParams.__DNA__FIELD__file); CPointer<CArrayFacade<Byte>> p_file = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__renamefile
This is how you get a reference on the corresponding field in the struct:
FileSelectParams fileselectparams = ...; CPointer<Object> p = fileselectparams.__dna__addressof(FileSelectParams.__DNA__FIELD__renamefile); CPointer<CArrayFacade<Byte>> p_renamefile = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__renameedit
This is how you get a reference on the corresponding field in the struct:
FileSelectParams fileselectparams = ...; CPointer<Object> p = fileselectparams.__dna__addressof(FileSelectParams.__DNA__FIELD__renameedit); CPointer<CArrayFacade<Byte>> p_renameedit = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__filter_glob
This is how you get a reference on the corresponding field in the struct:
FileSelectParams fileselectparams = ...; CPointer<Object> p = fileselectparams.__dna__addressof(FileSelectParams.__DNA__FIELD__filter_glob); CPointer<CArrayFacade<Byte>> p_filter_glob = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__active_file
This is how you get a reference on the corresponding field in the struct:
FileSelectParams fileselectparams = ...; CPointer<Object> p = fileselectparams.__dna__addressof(FileSelectParams.__DNA__FIELD__active_file); CPointer<Integer> p_active_file = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__sel_first
This is how you get a reference on the corresponding field in the struct:
FileSelectParams fileselectparams = ...; CPointer<Object> p = fileselectparams.__dna__addressof(FileSelectParams.__DNA__FIELD__sel_first); CPointer<Integer> p_sel_first = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__sel_last
This is how you get a reference on the corresponding field in the struct:
FileSelectParams fileselectparams = ...; CPointer<Object> p = fileselectparams.__dna__addressof(FileSelectParams.__DNA__FIELD__sel_last); CPointer<Integer> p_sel_last = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
FileSelectParams fileselectparams = ...; CPointer<Object> p = fileselectparams.__dna__addressof(FileSelectParams.__DNA__FIELD__type); CPointer<Short> p_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
FileSelectParams fileselectparams = ...; CPointer<Object> p = fileselectparams.__dna__addressof(FileSelectParams.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__sort
This is how you get a reference on the corresponding field in the struct:
FileSelectParams fileselectparams = ...; CPointer<Object> p = fileselectparams.__dna__addressof(FileSelectParams.__DNA__FIELD__sort); CPointer<Short> p_sort = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__display
This is how you get a reference on the corresponding field in the struct:
FileSelectParams fileselectparams = ...; CPointer<Object> p = fileselectparams.__dna__addressof(FileSelectParams.__DNA__FIELD__display); CPointer<Short> p_display = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__filter
This is how you get a reference on the corresponding field in the struct:
FileSelectParams fileselectparams = ...; CPointer<Object> p = fileselectparams.__dna__addressof(FileSelectParams.__DNA__FIELD__filter); CPointer<Short> p_filter = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__f_fp
This is how you get a reference on the corresponding field in the struct:
FileSelectParams fileselectparams = ...; CPointer<Object> p = fileselectparams.__dna__addressof(FileSelectParams.__DNA__FIELD__f_fp); CPointer<Short> p_f_fp = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__fp_str
This is how you get a reference on the corresponding field in the struct:
FileSelectParams fileselectparams = ...; CPointer<Object> p = fileselectparams.__dna__addressof(FileSelectParams.__DNA__FIELD__fp_str); CPointer<CArrayFacade<Byte>> p_fp_str = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public FileSelectParams(long __address, Block __block, BlockTable __blockTable)
protected FileSelectParams(FileSelectParams that)
public CArrayFacade<java.lang.Byte> getTitle() throws java.io.IOException
java.io.IOException
__DNA__FIELD__title
public void setTitle(CArrayFacade<java.lang.Byte> title) throws java.io.IOException
java.io.IOException
__DNA__FIELD__title
public CArrayFacade<java.lang.Byte> getDir() throws java.io.IOException
java.io.IOException
__DNA__FIELD__dir
public void setDir(CArrayFacade<java.lang.Byte> dir) throws java.io.IOException
java.io.IOException
__DNA__FIELD__dir
public CArrayFacade<java.lang.Byte> getPad_c1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad_c1
public void setPad_c1(CArrayFacade<java.lang.Byte> pad_c1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad_c1
public CArrayFacade<java.lang.Byte> getFile() throws java.io.IOException
java.io.IOException
__DNA__FIELD__file
public void setFile(CArrayFacade<java.lang.Byte> file) throws java.io.IOException
java.io.IOException
__DNA__FIELD__file
public CArrayFacade<java.lang.Byte> getRenamefile() throws java.io.IOException
java.io.IOException
__DNA__FIELD__renamefile
public void setRenamefile(CArrayFacade<java.lang.Byte> renamefile) throws java.io.IOException
java.io.IOException
__DNA__FIELD__renamefile
public CArrayFacade<java.lang.Byte> getRenameedit() throws java.io.IOException
java.io.IOException
__DNA__FIELD__renameedit
public void setRenameedit(CArrayFacade<java.lang.Byte> renameedit) throws java.io.IOException
java.io.IOException
__DNA__FIELD__renameedit
public CArrayFacade<java.lang.Byte> getFilter_glob() throws java.io.IOException
java.io.IOException
__DNA__FIELD__filter_glob
public void setFilter_glob(CArrayFacade<java.lang.Byte> filter_glob) throws java.io.IOException
java.io.IOException
__DNA__FIELD__filter_glob
public int getActive_file() throws java.io.IOException
java.io.IOException
__DNA__FIELD__active_file
public void setActive_file(int active_file) throws java.io.IOException
java.io.IOException
__DNA__FIELD__active_file
public int getSel_first() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sel_first
public void setSel_first(int sel_first) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sel_first
public int getSel_last() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sel_last
public void setSel_last(int sel_last) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sel_last
public short getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(short type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public short getSort() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sort
public void setSort(short sort) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sort
public short getDisplay() throws java.io.IOException
java.io.IOException
__DNA__FIELD__display
public void setDisplay(short display) throws java.io.IOException
java.io.IOException
__DNA__FIELD__display
public short getFilter() throws java.io.IOException
java.io.IOException
__DNA__FIELD__filter
public void setFilter(short filter) throws java.io.IOException
java.io.IOException
__DNA__FIELD__filter
public short getF_fp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__f_fp
public void setF_fp(short f_fp) throws java.io.IOException
java.io.IOException
__DNA__FIELD__f_fp
public CArrayFacade<java.lang.Byte> getFp_str() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fp_str
public void setFp_str(CArrayFacade<java.lang.Byte> fp_str) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fp_str
public CPointer<FileSelectParams> __io__addressof()