public class FileDirEntry extends CFacade
Container for mere direntry, with additional asset-related data.
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__act_variant
Field descriptor (offset) for struct member 'act_variant'.
|
static long[] |
__DNA__FIELD__blentype
Field descriptor (offset) for struct member 'blentype'.
|
static long[] |
__DNA__FIELD__description
Field descriptor (offset) for struct member 'description'.
|
static long[] |
__DNA__FIELD__entry
Field descriptor (offset) for struct member 'entry'.
|
static long[] |
__DNA__FIELD__flags
Field descriptor (offset) for struct member 'flags'.
|
static long[] |
__DNA__FIELD__image
Field descriptor (offset) for struct member 'image'.
|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
static long[] |
__DNA__FIELD__nbr_tags
Field descriptor (offset) for struct member 'nbr_tags'.
|
static long[] |
__DNA__FIELD__nbr_variants
Field descriptor (offset) for struct member 'nbr_variants'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__poin
Field descriptor (offset) for struct member 'poin'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__relpath
Field descriptor (offset) for struct member 'relpath'.
|
static long[] |
__DNA__FIELD__status
Field descriptor (offset) for struct member 'status'.
|
static long[] |
__DNA__FIELD__tags
Field descriptor (offset) for struct member 'tags'.
|
static long[] |
__DNA__FIELD__typeflag
Field descriptor (offset) for struct member 'typeflag'.
|
static long[] |
__DNA__FIELD__uuid
Field descriptor (offset) for struct member 'uuid'.
|
static long[] |
__DNA__FIELD__variants
Field descriptor (offset) for struct member 'variants'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct FileDirEntry.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
FileDirEntry(FileDirEntry that) |
|
FileDirEntry(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<FileDirEntry> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getAct_variant()
Get method for struct member 'act_variant'.
|
int |
getBlentype()
Get method for struct member 'blentype'.
|
CPointer<java.lang.Byte> |
getDescription()
Get method for struct member 'description'.
|
CPointer<FileDirEntryRevision> |
getEntry()
Get method for struct member 'entry'.
|
short |
getFlags()
Get method for struct member 'flags'.
|
CPointer<java.lang.Object> |
getImage()
Get method for struct member 'image'.
|
CPointer<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
int |
getNbr_tags()
Get method for struct member 'nbr_tags'.
|
int |
getNbr_variants()
Get method for struct member 'nbr_variants'.
|
CPointer<FileDirEntry> |
getNext()
Get method for struct member 'next'.
|
CPointer<java.lang.Object> |
getPoin()
Get method for struct member 'poin'.
|
CPointer<FileDirEntry> |
getPrev()
Get method for struct member 'prev'.
|
CPointer<java.lang.Byte> |
getRelpath()
Get method for struct member 'relpath'.
|
short |
getStatus()
Get method for struct member 'status'.
|
CPointer<CPointer<java.lang.Byte>> |
getTags()
Get method for struct member 'tags'.
|
int |
getTypeflag()
Get method for struct member 'typeflag'.
|
CArrayFacade<java.lang.Integer> |
getUuid()
Get method for struct member 'uuid'.
|
ListBase |
getVariants()
Get method for struct member 'variants'.
|
void |
setAct_variant(int act_variant)
Set method for struct member 'act_variant'.
|
void |
setBlentype(int blentype)
Set method for struct member 'blentype'.
|
void |
setDescription(CPointer<java.lang.Byte> description)
Set method for struct member 'description'.
|
void |
setEntry(CPointer<FileDirEntryRevision> entry)
Set method for struct member 'entry'.
|
void |
setFlags(short flags)
Set method for struct member 'flags'.
|
void |
setImage(CPointer<java.lang.Object> image)
Set method for struct member 'image'.
|
void |
setName(CPointer<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setNbr_tags(int nbr_tags)
Set method for struct member 'nbr_tags'.
|
void |
setNbr_variants(int nbr_variants)
Set method for struct member 'nbr_variants'.
|
void |
setNext(CPointer<FileDirEntry> next)
Set method for struct member 'next'.
|
void |
setPoin(CPointer<java.lang.Object> poin)
Set method for struct member 'poin'.
|
void |
setPrev(CPointer<FileDirEntry> prev)
Set method for struct member 'prev'.
|
void |
setRelpath(CPointer<java.lang.Byte> relpath)
Set method for struct member 'relpath'.
|
void |
setStatus(short status)
Set method for struct member 'status'.
|
void |
setTags(CPointer<CPointer<java.lang.Byte>> tags)
Set method for struct member 'tags'.
|
void |
setTypeflag(int typeflag)
Set method for struct member 'typeflag'.
|
void |
setUuid(CArrayFacade<java.lang.Integer> uuid)
Set method for struct member 'uuid'.
|
void |
setVariants(ListBase variants)
Set method for struct member 'variants'.
|
__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 FileDirEntry.
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:
FileDirEntry filedirentry = ...; CPointer<Object> p = filedirentry.__dna__addressof(FileDirEntry.__DNA__FIELD__next); CPointer<CPointer<FileDirEntry>> p_next = p.cast(new Class[]{CPointer.class, FileDirEntry.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
FileDirEntry filedirentry = ...; CPointer<Object> p = filedirentry.__dna__addressof(FileDirEntry.__DNA__FIELD__prev); CPointer<CPointer<FileDirEntry>> p_prev = p.cast(new Class[]{CPointer.class, FileDirEntry.class});
public static final long[] __DNA__FIELD__uuid
This is how you get a reference on the corresponding field in the struct:
FileDirEntry filedirentry = ...; CPointer<Object> p = filedirentry.__dna__addressof(FileDirEntry.__DNA__FIELD__uuid); CPointer<CArrayFacade<Integer>> p_uuid = p.cast(new Class[]{CArrayFacade.class, Integer.class});
public static final long[] __DNA__FIELD__name
This is how you get a reference on the corresponding field in the struct:
FileDirEntry filedirentry = ...; CPointer<Object> p = filedirentry.__dna__addressof(FileDirEntry.__DNA__FIELD__name); CPointer<CPointer<Byte>> p_name = p.cast(new Class[]{CPointer.class, Byte.class});
public static final long[] __DNA__FIELD__description
This is how you get a reference on the corresponding field in the struct:
FileDirEntry filedirentry = ...; CPointer<Object> p = filedirentry.__dna__addressof(FileDirEntry.__DNA__FIELD__description); CPointer<CPointer<Byte>> p_description = p.cast(new Class[]{CPointer.class, Byte.class});
public static final long[] __DNA__FIELD__entry
Either point to active variant/revision if available, or own entry (in mere filebrowser case).
This is how you get a reference on the corresponding field in the struct:
FileDirEntry filedirentry = ...; CPointer<Object> p = filedirentry.__dna__addressof(FileDirEntry.__DNA__FIELD__entry); CPointer<CPointer<FileDirEntryRevision>> p_entry = p.cast(new Class[]{CPointer.class, FileDirEntryRevision.class});
public static final long[] __DNA__FIELD__typeflag
eFileSel_File_Types
This is how you get a reference on the corresponding field in the struct:
FileDirEntry filedirentry = ...; CPointer<Object> p = filedirentry.__dna__addressof(FileDirEntry.__DNA__FIELD__typeflag); CPointer<Integer> p_typeflag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__blentype
ID
type, in case typeflag has FILE_TYPE_BLENDERLIB set.
This is how you get a reference on the corresponding field in the struct:
FileDirEntry filedirentry = ...; CPointer<Object> p = filedirentry.__dna__addressof(FileDirEntry.__DNA__FIELD__blentype); CPointer<Integer> p_blentype = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__relpath
This is how you get a reference on the corresponding field in the struct:
FileDirEntry filedirentry = ...; CPointer<Object> p = filedirentry.__dna__addressof(FileDirEntry.__DNA__FIELD__relpath); CPointer<CPointer<Byte>> p_relpath = p.cast(new Class[]{CPointer.class, Byte.class});
public static final long[] __DNA__FIELD__poin
TODO: make this a real ID
pointer?
This is how you get a reference on the corresponding field in the struct:
FileDirEntry filedirentry = ...; CPointer<Object> p = filedirentry.__dna__addressof(FileDirEntry.__DNA__FIELD__poin); CPointer<CPointer<Object>> p_poin = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__image
This is how you get a reference on the corresponding field in the struct:
FileDirEntry filedirentry = ...; CPointer<Object> p = filedirentry.__dna__addressof(FileDirEntry.__DNA__FIELD__image); CPointer<CPointer<Object>> p_image = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__tags
Tags are for info only, most of filtering is done in asset engine.
This is how you get a reference on the corresponding field in the struct:
FileDirEntry filedirentry = ...; CPointer<Object> p = filedirentry.__dna__addressof(FileDirEntry.__DNA__FIELD__tags); CPointer<CPointer<CPointer<Byte>>> p_tags = p.cast(new Class[]{CPointer.class, CPointer.class, Byte.class});
public static final long[] __DNA__FIELD__nbr_tags
This is how you get a reference on the corresponding field in the struct:
FileDirEntry filedirentry = ...; CPointer<Object> p = filedirentry.__dna__addressof(FileDirEntry.__DNA__FIELD__nbr_tags); CPointer<Integer> p_nbr_tags = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__status
This is how you get a reference on the corresponding field in the struct:
FileDirEntry filedirentry = ...; CPointer<Object> p = filedirentry.__dna__addressof(FileDirEntry.__DNA__FIELD__status); CPointer<Short> p_status = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flags
This is how you get a reference on the corresponding field in the struct:
FileDirEntry filedirentry = ...; CPointer<Object> p = filedirentry.__dna__addressof(FileDirEntry.__DNA__FIELD__flags); CPointer<Short> p_flags = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__variants
This is how you get a reference on the corresponding field in the struct:
FileDirEntry filedirentry = ...; CPointer<Object> p = filedirentry.__dna__addressof(FileDirEntry.__DNA__FIELD__variants); CPointer<ListBase> p_variants = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__nbr_variants
This is how you get a reference on the corresponding field in the struct:
FileDirEntry filedirentry = ...; CPointer<Object> p = filedirentry.__dna__addressof(FileDirEntry.__DNA__FIELD__nbr_variants); CPointer<Integer> p_nbr_variants = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__act_variant
This is how you get a reference on the corresponding field in the struct:
FileDirEntry filedirentry = ...; CPointer<Object> p = filedirentry.__dna__addressof(FileDirEntry.__DNA__FIELD__act_variant); CPointer<Integer> p_act_variant = p.cast(new Class[]{Integer.class});
public FileDirEntry(long __address, Block __block, BlockTable __blockTable)
protected FileDirEntry(FileDirEntry that)
public CPointer<FileDirEntry> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<FileDirEntry> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<FileDirEntry> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<FileDirEntry> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CArrayFacade<java.lang.Integer> getUuid() throws java.io.IOException
java.io.IOException
__DNA__FIELD__uuid
public void setUuid(CArrayFacade<java.lang.Integer> uuid) throws java.io.IOException
java.io.IOException
__DNA__FIELD__uuid
public CPointer<java.lang.Byte> getName() throws java.io.IOException
java.io.IOException
__DNA__FIELD__name
public void setName(CPointer<java.lang.Byte> name) throws java.io.IOException
java.io.IOException
__DNA__FIELD__name
public CPointer<java.lang.Byte> getDescription() throws java.io.IOException
java.io.IOException
__DNA__FIELD__description
public void setDescription(CPointer<java.lang.Byte> description) throws java.io.IOException
java.io.IOException
__DNA__FIELD__description
public CPointer<FileDirEntryRevision> getEntry() throws java.io.IOException
Either point to active variant/revision if available, or own entry (in mere filebrowser case).
java.io.IOException
__DNA__FIELD__entry
public void setEntry(CPointer<FileDirEntryRevision> entry) throws java.io.IOException
Either point to active variant/revision if available, or own entry (in mere filebrowser case).
java.io.IOException
__DNA__FIELD__entry
public int getTypeflag() throws java.io.IOException
eFileSel_File_Types
java.io.IOException
__DNA__FIELD__typeflag
public void setTypeflag(int typeflag) throws java.io.IOException
eFileSel_File_Types
java.io.IOException
__DNA__FIELD__typeflag
public int getBlentype() throws java.io.IOException
ID
type, in case typeflag has FILE_TYPE_BLENDERLIB set.
java.io.IOException
__DNA__FIELD__blentype
public void setBlentype(int blentype) throws java.io.IOException
ID
type, in case typeflag has FILE_TYPE_BLENDERLIB set.
java.io.IOException
__DNA__FIELD__blentype
public CPointer<java.lang.Byte> getRelpath() throws java.io.IOException
java.io.IOException
__DNA__FIELD__relpath
public void setRelpath(CPointer<java.lang.Byte> relpath) throws java.io.IOException
java.io.IOException
__DNA__FIELD__relpath
public CPointer<java.lang.Object> getPoin() throws java.io.IOException
TODO: make this a real ID
pointer?
java.io.IOException
__DNA__FIELD__poin
public void setPoin(CPointer<java.lang.Object> poin) throws java.io.IOException
TODO: make this a real ID
pointer?
java.io.IOException
__DNA__FIELD__poin
public CPointer<java.lang.Object> getImage() throws java.io.IOException
java.io.IOException
__DNA__FIELD__image
public void setImage(CPointer<java.lang.Object> image) throws java.io.IOException
java.io.IOException
__DNA__FIELD__image
public CPointer<CPointer<java.lang.Byte>> getTags() throws java.io.IOException
Tags are for info only, most of filtering is done in asset engine.
java.io.IOException
__DNA__FIELD__tags
public void setTags(CPointer<CPointer<java.lang.Byte>> tags) throws java.io.IOException
Tags are for info only, most of filtering is done in asset engine.
java.io.IOException
__DNA__FIELD__tags
public int getNbr_tags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__nbr_tags
public void setNbr_tags(int nbr_tags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__nbr_tags
public short getStatus() throws java.io.IOException
java.io.IOException
__DNA__FIELD__status
public void setStatus(short status) throws java.io.IOException
java.io.IOException
__DNA__FIELD__status
public short getFlags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public void setFlags(short flags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public ListBase getVariants() throws java.io.IOException
java.io.IOException
__DNA__FIELD__variants
public void setVariants(ListBase variants) throws java.io.IOException
java.io.IOException
__DNA__FIELD__variants
public int getNbr_variants() throws java.io.IOException
java.io.IOException
__DNA__FIELD__nbr_variants
public void setNbr_variants(int nbr_variants) throws java.io.IOException
java.io.IOException
__DNA__FIELD__nbr_variants
public int getAct_variant() throws java.io.IOException
java.io.IOException
__DNA__FIELD__act_variant
public void setAct_variant(int act_variant) throws java.io.IOException
java.io.IOException
__DNA__FIELD__act_variant
public CPointer<FileDirEntry> __io__addressof()