public class FSMenuEntry extends CFacade
FSMenuEntry
's without paths indicate separators
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__path
Field descriptor (offset) for struct member 'path'.
|
static long[] |
__DNA__FIELD__save
Field descriptor (offset) for struct member 'save'.
|
static long[] |
__DNA__FIELD__valid
Field descriptor (offset) for struct member 'valid'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct FSMenuEntry.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
FSMenuEntry(FSMenuEntry that) |
|
FSMenuEntry(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<FSMenuEntry> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
CPointer<FSMenuEntry> |
getNext()
Get method for struct member 'next'.
|
CArrayFacade<java.lang.Short> |
getPad()
Get method for struct member 'pad'.
|
CPointer<java.lang.Byte> |
getPath()
Get method for struct member 'path'.
|
short |
getSave()
Get method for struct member 'save'.
|
short |
getValid()
Get method for struct member 'valid'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setNext(CPointer<FSMenuEntry> next)
Set method for struct member 'next'.
|
void |
setPad(CArrayFacade<java.lang.Short> pad)
Set method for struct member 'pad'.
|
void |
setPath(CPointer<java.lang.Byte> path)
Set method for struct member 'path'.
|
void |
setSave(short save)
Set method for struct member 'save'.
|
void |
setValid(short valid)
Set method for struct member 'valid'.
|
__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 FSMenuEntry.
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:
FSMenuEntry fsmenuentry = ...; CPointer<Object> p = fsmenuentry.__dna__addressof(FSMenuEntry.__DNA__FIELD__next); CPointer<CPointer<FSMenuEntry>> p_next = p.cast(new Class[]{CPointer.class, FSMenuEntry.class});
public static final long[] __DNA__FIELD__path
This is how you get a reference on the corresponding field in the struct:
FSMenuEntry fsmenuentry = ...; CPointer<Object> p = fsmenuentry.__dna__addressof(FSMenuEntry.__DNA__FIELD__path); CPointer<CPointer<Byte>> p_path = p.cast(new Class[]{CPointer.class, Byte.class});
public static final long[] __DNA__FIELD__name
FILE_MAXFILE
This is how you get a reference on the corresponding field in the struct:
FSMenuEntry fsmenuentry = ...; CPointer<Object> p = fsmenuentry.__dna__addressof(FSMenuEntry.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__save
This is how you get a reference on the corresponding field in the struct:
FSMenuEntry fsmenuentry = ...; CPointer<Object> p = fsmenuentry.__dna__addressof(FSMenuEntry.__DNA__FIELD__save); CPointer<Short> p_save = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__valid
This is how you get a reference on the corresponding field in the struct:
FSMenuEntry fsmenuentry = ...; CPointer<Object> p = fsmenuentry.__dna__addressof(FSMenuEntry.__DNA__FIELD__valid); CPointer<Short> p_valid = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
FSMenuEntry fsmenuentry = ...; CPointer<Object> p = fsmenuentry.__dna__addressof(FSMenuEntry.__DNA__FIELD__pad); CPointer<CArrayFacade<Short>> p_pad = p.cast(new Class[]{CArrayFacade.class, Short.class});
public FSMenuEntry(long __address, Block __block, BlockTable __blockTable)
protected FSMenuEntry(FSMenuEntry that)
public CPointer<FSMenuEntry> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<FSMenuEntry> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<java.lang.Byte> getPath() throws java.io.IOException
java.io.IOException
__DNA__FIELD__path
public void setPath(CPointer<java.lang.Byte> path) throws java.io.IOException
java.io.IOException
__DNA__FIELD__path
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
FILE_MAXFILE
java.io.IOException
__DNA__FIELD__name
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
FILE_MAXFILE
java.io.IOException
__DNA__FIELD__name
public short getSave() throws java.io.IOException
java.io.IOException
__DNA__FIELD__save
public void setSave(short save) throws java.io.IOException
java.io.IOException
__DNA__FIELD__save
public short getValid() throws java.io.IOException
java.io.IOException
__DNA__FIELD__valid
public void setValid(short valid) throws java.io.IOException
java.io.IOException
__DNA__FIELD__valid
public CArrayFacade<java.lang.Short> getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(CArrayFacade<java.lang.Short> pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<FSMenuEntry> __io__addressof()