public class SpaceFile extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__bookmarknr
Field descriptor (offset) for struct member 'bookmarknr'.
|
static long[] |
__DNA__FIELD__files
Field descriptor (offset) for struct member 'files'.
|
static long[] |
__DNA__FIELD__folders_next
Field descriptor (offset) for struct member 'folders_next'.
|
static long[] |
__DNA__FIELD__folders_prev
Field descriptor (offset) for struct member 'folders_prev'.
|
static long[] |
__DNA__FIELD__layout
Field descriptor (offset) for struct member 'layout'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__op
Field descriptor (offset) for struct member 'op'.
|
static long[] |
__DNA__FIELD__params
Field descriptor (offset) for struct member 'params'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__previews_timer
Field descriptor (offset) for struct member 'previews_timer'.
|
static long[] |
__DNA__FIELD__recentnr
Field descriptor (offset) for struct member 'recentnr'.
|
static long[] |
__DNA__FIELD__regionbase
Field descriptor (offset) for struct member 'regionbase'.
|
static long[] |
__DNA__FIELD__scroll_offset
Field descriptor (offset) for struct member 'scroll_offset'.
|
static long[] |
__DNA__FIELD__smoothscroll_timer
Field descriptor (offset) for struct member 'smoothscroll_timer'.
|
static long[] |
__DNA__FIELD__spacetype
Field descriptor (offset) for struct member 'spacetype'.
|
static long[] |
__DNA__FIELD__system_bookmarknr
Field descriptor (offset) for struct member 'system_bookmarknr'.
|
static long[] |
__DNA__FIELD__systemnr
Field descriptor (offset) for struct member 'systemnr'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct SpaceFile.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SpaceFile(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SpaceFile(SpaceFile that) |
Modifier and Type | Method and Description |
---|---|
CPointer<SpaceFile> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getBookmarknr()
Get method for struct member 'bookmarknr'.
|
CPointer<java.lang.Object> |
getFiles()
Get method for struct member 'files'.
|
CPointer<ListBase> |
getFolders_next()
Get method for struct member 'folders_next'.
|
CPointer<ListBase> |
getFolders_prev()
Get method for struct member 'folders_prev'.
|
CPointer<java.lang.Object> |
getLayout()
Get method for struct member 'layout'.
|
CPointer<SpaceLink> |
getNext()
Get method for struct member 'next'.
|
CPointer<wmOperator> |
getOp()
Get method for struct member 'op'.
|
CPointer<FileSelectParams> |
getParams()
Get method for struct member 'params'.
|
CPointer<SpaceLink> |
getPrev()
Get method for struct member 'prev'.
|
CPointer<java.lang.Object> |
getPreviews_timer()
Get method for struct member 'previews_timer'.
|
short |
getRecentnr()
Get method for struct member 'recentnr'.
|
ListBase |
getRegionbase()
Get method for struct member 'regionbase'.
|
int |
getScroll_offset()
Get method for struct member 'scroll_offset'.
|
CPointer<java.lang.Object> |
getSmoothscroll_timer()
Get method for struct member 'smoothscroll_timer'.
|
int |
getSpacetype()
Get method for struct member 'spacetype'.
|
short |
getSystem_bookmarknr()
Get method for struct member 'system_bookmarknr'.
|
short |
getSystemnr()
Get method for struct member 'systemnr'.
|
void |
setBookmarknr(short bookmarknr)
Set method for struct member 'bookmarknr'.
|
void |
setFiles(CPointer<java.lang.Object> files)
Set method for struct member 'files'.
|
void |
setFolders_next(CPointer<ListBase> folders_next)
Set method for struct member 'folders_next'.
|
void |
setFolders_prev(CPointer<ListBase> folders_prev)
Set method for struct member 'folders_prev'.
|
void |
setLayout(CPointer<java.lang.Object> layout)
Set method for struct member 'layout'.
|
void |
setNext(CPointer<SpaceLink> next)
Set method for struct member 'next'.
|
void |
setOp(CPointer<wmOperator> op)
Set method for struct member 'op'.
|
void |
setParams(CPointer<FileSelectParams> params)
Set method for struct member 'params'.
|
void |
setPrev(CPointer<SpaceLink> prev)
Set method for struct member 'prev'.
|
void |
setPreviews_timer(CPointer<java.lang.Object> previews_timer)
Set method for struct member 'previews_timer'.
|
void |
setRecentnr(short recentnr)
Set method for struct member 'recentnr'.
|
void |
setRegionbase(ListBase regionbase)
Set method for struct member 'regionbase'.
|
void |
setScroll_offset(int scroll_offset)
Set method for struct member 'scroll_offset'.
|
void |
setSmoothscroll_timer(CPointer<java.lang.Object> smoothscroll_timer)
Set method for struct member 'smoothscroll_timer'.
|
void |
setSpacetype(int spacetype)
Set method for struct member 'spacetype'.
|
void |
setSystem_bookmarknr(short system_bookmarknr)
Set method for struct member 'system_bookmarknr'.
|
void |
setSystemnr(short systemnr)
Set method for struct member 'systemnr'.
|
__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 SpaceFile.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
This is how you get a reference on the corresponding field in the struct:
SpaceFile spacefile = ...; CPointer<Object> p = spacefile.__dna__addressof(SpaceFile.__DNA__FIELD__next); CPointer<CPointer<SpaceLink>> p_next = p.cast(new Class[]{CPointer.class, SpaceLink.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
SpaceFile spacefile = ...; CPointer<Object> p = spacefile.__dna__addressof(SpaceFile.__DNA__FIELD__prev); CPointer<CPointer<SpaceLink>> p_prev = p.cast(new Class[]{CPointer.class, SpaceLink.class});
public static final long[] __DNA__FIELD__regionbase
This is how you get a reference on the corresponding field in the struct:
SpaceFile spacefile = ...; CPointer<Object> p = spacefile.__dna__addressof(SpaceFile.__DNA__FIELD__regionbase); CPointer<ListBase> p_regionbase = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__spacetype
This is how you get a reference on the corresponding field in the struct:
SpaceFile spacefile = ...; CPointer<Object> p = spacefile.__dna__addressof(SpaceFile.__DNA__FIELD__spacetype); CPointer<Integer> p_spacetype = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__scroll_offset
This is how you get a reference on the corresponding field in the struct:
SpaceFile spacefile = ...; CPointer<Object> p = spacefile.__dna__addressof(SpaceFile.__DNA__FIELD__scroll_offset); CPointer<Integer> p_scroll_offset = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__params
This is how you get a reference on the corresponding field in the struct:
SpaceFile spacefile = ...; CPointer<Object> p = spacefile.__dna__addressof(SpaceFile.__DNA__FIELD__params); CPointer<CPointer<FileSelectParams>> p_params = p.cast(new Class[]{CPointer.class, FileSelectParams.class});
public static final long[] __DNA__FIELD__files
This is how you get a reference on the corresponding field in the struct:
SpaceFile spacefile = ...; CPointer<Object> p = spacefile.__dna__addressof(SpaceFile.__DNA__FIELD__files); CPointer<CPointer<Object>> p_files = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__folders_prev
This is how you get a reference on the corresponding field in the struct:
SpaceFile spacefile = ...; CPointer<Object> p = spacefile.__dna__addressof(SpaceFile.__DNA__FIELD__folders_prev); CPointer<CPointer<ListBase>> p_folders_prev = p.cast(new Class[]{CPointer.class, ListBase.class});
public static final long[] __DNA__FIELD__folders_next
This is how you get a reference on the corresponding field in the struct:
SpaceFile spacefile = ...; CPointer<Object> p = spacefile.__dna__addressof(SpaceFile.__DNA__FIELD__folders_next); CPointer<CPointer<ListBase>> p_folders_next = p.cast(new Class[]{CPointer.class, ListBase.class});
public static final long[] __DNA__FIELD__op
This is how you get a reference on the corresponding field in the struct:
SpaceFile spacefile = ...; CPointer<Object> p = spacefile.__dna__addressof(SpaceFile.__DNA__FIELD__op); CPointer<CPointer<wmOperator>> p_op = p.cast(new Class[]{CPointer.class, wmOperator.class});
public static final long[] __DNA__FIELD__smoothscroll_timer
This is how you get a reference on the corresponding field in the struct:
SpaceFile spacefile = ...; CPointer<Object> p = spacefile.__dna__addressof(SpaceFile.__DNA__FIELD__smoothscroll_timer); CPointer<CPointer<Object>> p_smoothscroll_timer = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__previews_timer
This is how you get a reference on the corresponding field in the struct:
SpaceFile spacefile = ...; CPointer<Object> p = spacefile.__dna__addressof(SpaceFile.__DNA__FIELD__previews_timer); CPointer<CPointer<Object>> p_previews_timer = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__layout
This is how you get a reference on the corresponding field in the struct:
SpaceFile spacefile = ...; CPointer<Object> p = spacefile.__dna__addressof(SpaceFile.__DNA__FIELD__layout); CPointer<CPointer<Object>> p_layout = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__recentnr
This is how you get a reference on the corresponding field in the struct:
SpaceFile spacefile = ...; CPointer<Object> p = spacefile.__dna__addressof(SpaceFile.__DNA__FIELD__recentnr); CPointer<Short> p_recentnr = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__bookmarknr
This is how you get a reference on the corresponding field in the struct:
SpaceFile spacefile = ...; CPointer<Object> p = spacefile.__dna__addressof(SpaceFile.__DNA__FIELD__bookmarknr); CPointer<Short> p_bookmarknr = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__systemnr
This is how you get a reference on the corresponding field in the struct:
SpaceFile spacefile = ...; CPointer<Object> p = spacefile.__dna__addressof(SpaceFile.__DNA__FIELD__systemnr); CPointer<Short> p_systemnr = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__system_bookmarknr
This is how you get a reference on the corresponding field in the struct:
SpaceFile spacefile = ...; CPointer<Object> p = spacefile.__dna__addressof(SpaceFile.__DNA__FIELD__system_bookmarknr); CPointer<Short> p_system_bookmarknr = p.cast(new Class[]{Short.class});
public SpaceFile(long __address, Block __block, BlockTable __blockTable)
protected SpaceFile(SpaceFile that)
public CPointer<SpaceLink> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<SpaceLink> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<SpaceLink> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<SpaceLink> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public ListBase getRegionbase() throws java.io.IOException
java.io.IOException
__DNA__FIELD__regionbase
public void setRegionbase(ListBase regionbase) throws java.io.IOException
java.io.IOException
__DNA__FIELD__regionbase
public int getSpacetype() throws java.io.IOException
java.io.IOException
__DNA__FIELD__spacetype
public void setSpacetype(int spacetype) throws java.io.IOException
java.io.IOException
__DNA__FIELD__spacetype
public int getScroll_offset() throws java.io.IOException
java.io.IOException
__DNA__FIELD__scroll_offset
public void setScroll_offset(int scroll_offset) throws java.io.IOException
java.io.IOException
__DNA__FIELD__scroll_offset
public CPointer<FileSelectParams> getParams() throws java.io.IOException
java.io.IOException
__DNA__FIELD__params
public void setParams(CPointer<FileSelectParams> params) throws java.io.IOException
java.io.IOException
__DNA__FIELD__params
public CPointer<java.lang.Object> getFiles() throws java.io.IOException
java.io.IOException
__DNA__FIELD__files
public void setFiles(CPointer<java.lang.Object> files) throws java.io.IOException
java.io.IOException
__DNA__FIELD__files
public CPointer<ListBase> getFolders_prev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__folders_prev
public void setFolders_prev(CPointer<ListBase> folders_prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__folders_prev
public CPointer<ListBase> getFolders_next() throws java.io.IOException
java.io.IOException
__DNA__FIELD__folders_next
public void setFolders_next(CPointer<ListBase> folders_next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__folders_next
public CPointer<wmOperator> getOp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__op
public void setOp(CPointer<wmOperator> op) throws java.io.IOException
java.io.IOException
__DNA__FIELD__op
public CPointer<java.lang.Object> getSmoothscroll_timer() throws java.io.IOException
java.io.IOException
__DNA__FIELD__smoothscroll_timer
public void setSmoothscroll_timer(CPointer<java.lang.Object> smoothscroll_timer) throws java.io.IOException
java.io.IOException
__DNA__FIELD__smoothscroll_timer
public CPointer<java.lang.Object> getPreviews_timer() throws java.io.IOException
java.io.IOException
__DNA__FIELD__previews_timer
public void setPreviews_timer(CPointer<java.lang.Object> previews_timer) throws java.io.IOException
java.io.IOException
__DNA__FIELD__previews_timer
public CPointer<java.lang.Object> getLayout() throws java.io.IOException
java.io.IOException
__DNA__FIELD__layout
public void setLayout(CPointer<java.lang.Object> layout) throws java.io.IOException
java.io.IOException
__DNA__FIELD__layout
public short getRecentnr() throws java.io.IOException
java.io.IOException
__DNA__FIELD__recentnr
public void setRecentnr(short recentnr) throws java.io.IOException
java.io.IOException
__DNA__FIELD__recentnr
public short getBookmarknr() throws java.io.IOException
java.io.IOException
__DNA__FIELD__bookmarknr
public void setBookmarknr(short bookmarknr) throws java.io.IOException
java.io.IOException
__DNA__FIELD__bookmarknr
public short getSystemnr() throws java.io.IOException
java.io.IOException
__DNA__FIELD__systemnr
public void setSystemnr(short systemnr) throws java.io.IOException
java.io.IOException
__DNA__FIELD__systemnr
public short getSystem_bookmarknr() throws java.io.IOException
java.io.IOException
__DNA__FIELD__system_bookmarknr
public void setSystem_bookmarknr(short system_bookmarknr) throws java.io.IOException
java.io.IOException
__DNA__FIELD__system_bookmarknr