public class FileFolderHistory extends CFacade
A wrapper to store previous and next folder lists (#FolderList) for a specific browse mode (eFileBrowse_Mode
).
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__browse_mode
Field descriptor (offset) for struct member 'browse_mode'.
|
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__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct FileFolderHistory.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
FileFolderHistory(FileFolderHistory that) |
|
FileFolderHistory(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<FileFolderHistory> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
byte |
getBrowse_mode()
Get method for struct member 'browse_mode'.
|
ListBase |
getFolders_next()
Get method for struct member 'folders_next'.
|
ListBase |
getFolders_prev()
Get method for struct member 'folders_prev'.
|
CPointer<java.lang.Object> |
getNext()
Get method for struct member 'next'.
|
CPointer<java.lang.Object> |
getPrev()
Get method for struct member 'prev'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setBrowse_mode(byte browse_mode)
Set method for struct member 'browse_mode'.
|
void |
setFolders_next(ListBase folders_next)
Set method for struct member 'folders_next'.
|
void |
setFolders_prev(ListBase folders_prev)
Set method for struct member 'folders_prev'.
|
void |
setNext(CPointer<java.lang.Object> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<java.lang.Object> prev)
Set method for struct member 'prev'.
|
__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 FileFolderHistory.
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:
FileFolderHistory filefolderhistory = ...; CPointer<Object> p = filefolderhistory.__dna__addressof(FileFolderHistory.__DNA__FIELD__next); CPointer<CPointer<Object>> p_next = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
FileFolderHistory filefolderhistory = ...; CPointer<Object> p = filefolderhistory.__dna__addressof(FileFolderHistory.__DNA__FIELD__prev); CPointer<CPointer<Object>> p_prev = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__browse_mode
The browse mode this prev/next folder-lists are created for. eFileBrowse_Mode
This is how you get a reference on the corresponding field in the struct:
FileFolderHistory filefolderhistory = ...; CPointer<Object> p = filefolderhistory.__dna__addressof(FileFolderHistory.__DNA__FIELD__browse_mode); CPointer<Byte> p_browse_mode = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
FileFolderHistory filefolderhistory = ...; CPointer<Object> p = filefolderhistory.__dna__addressof(FileFolderHistory.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__folders_prev
Holds the list of previous directories to show.
This is how you get a reference on the corresponding field in the struct:
FileFolderHistory filefolderhistory = ...; CPointer<Object> p = filefolderhistory.__dna__addressof(FileFolderHistory.__DNA__FIELD__folders_prev); CPointer<ListBase> p_folders_prev = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__folders_next
Holds the list of next directories (pushed from previous) to show.
This is how you get a reference on the corresponding field in the struct:
FileFolderHistory filefolderhistory = ...; CPointer<Object> p = filefolderhistory.__dna__addressof(FileFolderHistory.__DNA__FIELD__folders_next); CPointer<ListBase> p_folders_next = p.cast(new Class[]{ListBase.class});
public FileFolderHistory(long __address, Block __block, BlockTable __blockTable)
protected FileFolderHistory(FileFolderHistory that)
public CPointer<java.lang.Object> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<java.lang.Object> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<java.lang.Object> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<java.lang.Object> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public byte getBrowse_mode() throws java.io.IOException
The browse mode this prev/next folder-lists are created for. eFileBrowse_Mode
java.io.IOException
__DNA__FIELD__browse_mode
public void setBrowse_mode(byte browse_mode) throws java.io.IOException
The browse mode this prev/next folder-lists are created for. eFileBrowse_Mode
java.io.IOException
__DNA__FIELD__browse_mode
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public ListBase getFolders_prev() throws java.io.IOException
Holds the list of previous directories to show.
java.io.IOException
__DNA__FIELD__folders_prev
public void setFolders_prev(ListBase folders_prev) throws java.io.IOException
Holds the list of previous directories to show.
java.io.IOException
__DNA__FIELD__folders_prev
public ListBase getFolders_next() throws java.io.IOException
Holds the list of next directories (pushed from previous) to show.
java.io.IOException
__DNA__FIELD__folders_next
public void setFolders_next(ListBase folders_next) throws java.io.IOException
Holds the list of next directories (pushed from previous) to show.
java.io.IOException
__DNA__FIELD__folders_next
public CPointer<FileFolderHistory> __io__addressof()