public class FileGlobal extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__curscene
Field descriptor (offset) for struct member 'curscene'.
|
static long[] |
__DNA__FIELD__curscreen
Field descriptor (offset) for struct member 'curscreen'.
|
static long[] |
__DNA__FIELD__displaymode
Field descriptor (offset) for struct member 'displaymode'.
|
static long[] |
__DNA__FIELD__fileflags
Field descriptor (offset) for struct member 'fileflags'.
|
static long[] |
__DNA__FIELD__filename
Field descriptor (offset) for struct member 'filename'.
|
static long[] |
__DNA__FIELD__globalf
Field descriptor (offset) for struct member 'globalf'.
|
static long[] |
__DNA__FIELD__minsubversion
Field descriptor (offset) for struct member 'minsubversion'.
|
static long[] |
__DNA__FIELD__minversion
Field descriptor (offset) for struct member 'minversion'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__pads
Field descriptor (offset) for struct member 'pads'.
|
static long[] |
__DNA__FIELD__revision
Field descriptor (offset) for struct member 'revision'.
|
static long[] |
__DNA__FIELD__subversion
Field descriptor (offset) for struct member 'subversion'.
|
static long[] |
__DNA__FIELD__subvstr
Field descriptor (offset) for struct member 'subvstr'.
|
static long[] |
__DNA__FIELD__winpos
Field descriptor (offset) for struct member 'winpos'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct FileGlobal.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
FileGlobal(FileGlobal that) |
|
FileGlobal(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<FileGlobal> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<Scene> |
getCurscene()
Get method for struct member 'curscene'.
|
CPointer<bScreen> |
getCurscreen()
Get method for struct member 'curscreen'.
|
short |
getDisplaymode()
Get method for struct member 'displaymode'.
|
int |
getFileflags()
Get method for struct member 'fileflags'.
|
CArrayFacade<java.lang.Byte> |
getFilename()
Get method for struct member 'filename'.
|
int |
getGlobalf()
Get method for struct member 'globalf'.
|
short |
getMinsubversion()
Get method for struct member 'minsubversion'.
|
short |
getMinversion()
Get method for struct member 'minversion'.
|
int |
getPad()
Get method for struct member 'pad'.
|
short |
getPads()
Get method for struct member 'pads'.
|
int |
getRevision()
Get method for struct member 'revision'.
|
short |
getSubversion()
Get method for struct member 'subversion'.
|
CArrayFacade<java.lang.Byte> |
getSubvstr()
Get method for struct member 'subvstr'.
|
short |
getWinpos()
Get method for struct member 'winpos'.
|
void |
setCurscene(CPointer<Scene> curscene)
Set method for struct member 'curscene'.
|
void |
setCurscreen(CPointer<bScreen> curscreen)
Set method for struct member 'curscreen'.
|
void |
setDisplaymode(short displaymode)
Set method for struct member 'displaymode'.
|
void |
setFileflags(int fileflags)
Set method for struct member 'fileflags'.
|
void |
setFilename(CArrayFacade<java.lang.Byte> filename)
Set method for struct member 'filename'.
|
void |
setGlobalf(int globalf)
Set method for struct member 'globalf'.
|
void |
setMinsubversion(short minsubversion)
Set method for struct member 'minsubversion'.
|
void |
setMinversion(short minversion)
Set method for struct member 'minversion'.
|
void |
setPad(int pad)
Set method for struct member 'pad'.
|
void |
setPads(short pads)
Set method for struct member 'pads'.
|
void |
setRevision(int revision)
Set method for struct member 'revision'.
|
void |
setSubversion(short subversion)
Set method for struct member 'subversion'.
|
void |
setSubvstr(CArrayFacade<java.lang.Byte> subvstr)
Set method for struct member 'subvstr'.
|
void |
setWinpos(short winpos)
Set method for struct member 'winpos'.
|
__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 FileGlobal.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__subvstr
This is how you get a reference on the corresponding field in the struct:
FileGlobal fileglobal = ...; CPointer<Object> p = fileglobal.__dna__addressof(FileGlobal.__DNA__FIELD__subvstr); CPointer<CArrayFacade<Byte>> p_subvstr = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__subversion
This is how you get a reference on the corresponding field in the struct:
FileGlobal fileglobal = ...; CPointer<Object> p = fileglobal.__dna__addressof(FileGlobal.__DNA__FIELD__subversion); CPointer<Short> p_subversion = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pads
This is how you get a reference on the corresponding field in the struct:
FileGlobal fileglobal = ...; CPointer<Object> p = fileglobal.__dna__addressof(FileGlobal.__DNA__FIELD__pads); CPointer<Short> p_pads = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__minversion
This is how you get a reference on the corresponding field in the struct:
FileGlobal fileglobal = ...; CPointer<Object> p = fileglobal.__dna__addressof(FileGlobal.__DNA__FIELD__minversion); CPointer<Short> p_minversion = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__minsubversion
This is how you get a reference on the corresponding field in the struct:
FileGlobal fileglobal = ...; CPointer<Object> p = fileglobal.__dna__addressof(FileGlobal.__DNA__FIELD__minsubversion); CPointer<Short> p_minsubversion = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__displaymode
This is how you get a reference on the corresponding field in the struct:
FileGlobal fileglobal = ...; CPointer<Object> p = fileglobal.__dna__addressof(FileGlobal.__DNA__FIELD__displaymode); CPointer<Short> p_displaymode = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__winpos
This is how you get a reference on the corresponding field in the struct:
FileGlobal fileglobal = ...; CPointer<Object> p = fileglobal.__dna__addressof(FileGlobal.__DNA__FIELD__winpos); CPointer<Short> p_winpos = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__curscreen
This is how you get a reference on the corresponding field in the struct:
FileGlobal fileglobal = ...; CPointer<Object> p = fileglobal.__dna__addressof(FileGlobal.__DNA__FIELD__curscreen); CPointer<CPointer<bScreen>> p_curscreen = p.cast(new Class[]{CPointer.class, bScreen.class});
public static final long[] __DNA__FIELD__curscene
This is how you get a reference on the corresponding field in the struct:
FileGlobal fileglobal = ...; CPointer<Object> p = fileglobal.__dna__addressof(FileGlobal.__DNA__FIELD__curscene); CPointer<CPointer<Scene>> p_curscene = p.cast(new Class[]{CPointer.class, Scene.class});
public static final long[] __DNA__FIELD__fileflags
This is how you get a reference on the corresponding field in the struct:
FileGlobal fileglobal = ...; CPointer<Object> p = fileglobal.__dna__addressof(FileGlobal.__DNA__FIELD__fileflags); CPointer<Integer> p_fileflags = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__globalf
This is how you get a reference on the corresponding field in the struct:
FileGlobal fileglobal = ...; CPointer<Object> p = fileglobal.__dna__addressof(FileGlobal.__DNA__FIELD__globalf); CPointer<Integer> p_globalf = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__revision
This is how you get a reference on the corresponding field in the struct:
FileGlobal fileglobal = ...; CPointer<Object> p = fileglobal.__dna__addressof(FileGlobal.__DNA__FIELD__revision); CPointer<Integer> p_revision = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
FileGlobal fileglobal = ...; CPointer<Object> p = fileglobal.__dna__addressof(FileGlobal.__DNA__FIELD__pad); CPointer<Integer> p_pad = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__filename
This is how you get a reference on the corresponding field in the struct:
FileGlobal fileglobal = ...; CPointer<Object> p = fileglobal.__dna__addressof(FileGlobal.__DNA__FIELD__filename); CPointer<CArrayFacade<Byte>> p_filename = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public FileGlobal(long __address, Block __block, BlockTable __blockTable)
protected FileGlobal(FileGlobal that)
public CArrayFacade<java.lang.Byte> getSubvstr() throws java.io.IOException
java.io.IOException
__DNA__FIELD__subvstr
public void setSubvstr(CArrayFacade<java.lang.Byte> subvstr) throws java.io.IOException
java.io.IOException
__DNA__FIELD__subvstr
public short getSubversion() throws java.io.IOException
java.io.IOException
__DNA__FIELD__subversion
public void setSubversion(short subversion) throws java.io.IOException
java.io.IOException
__DNA__FIELD__subversion
public short getPads() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pads
public void setPads(short pads) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pads
public short getMinversion() throws java.io.IOException
java.io.IOException
__DNA__FIELD__minversion
public void setMinversion(short minversion) throws java.io.IOException
java.io.IOException
__DNA__FIELD__minversion
public short getMinsubversion() throws java.io.IOException
java.io.IOException
__DNA__FIELD__minsubversion
public void setMinsubversion(short minsubversion) throws java.io.IOException
java.io.IOException
__DNA__FIELD__minsubversion
public short getDisplaymode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__displaymode
public void setDisplaymode(short displaymode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__displaymode
public short getWinpos() throws java.io.IOException
java.io.IOException
__DNA__FIELD__winpos
public void setWinpos(short winpos) throws java.io.IOException
java.io.IOException
__DNA__FIELD__winpos
public CPointer<bScreen> getCurscreen() throws java.io.IOException
java.io.IOException
__DNA__FIELD__curscreen
public void setCurscreen(CPointer<bScreen> curscreen) throws java.io.IOException
java.io.IOException
__DNA__FIELD__curscreen
public CPointer<Scene> getCurscene() throws java.io.IOException
java.io.IOException
__DNA__FIELD__curscene
public void setCurscene(CPointer<Scene> curscene) throws java.io.IOException
java.io.IOException
__DNA__FIELD__curscene
public int getFileflags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fileflags
public void setFileflags(int fileflags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fileflags
public int getGlobalf() throws java.io.IOException
java.io.IOException
__DNA__FIELD__globalf
public void setGlobalf(int globalf) throws java.io.IOException
java.io.IOException
__DNA__FIELD__globalf
public int getRevision() throws java.io.IOException
java.io.IOException
__DNA__FIELD__revision
public void setRevision(int revision) throws java.io.IOException
java.io.IOException
__DNA__FIELD__revision
public int getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(int pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CArrayFacade<java.lang.Byte> getFilename() throws java.io.IOException
java.io.IOException
__DNA__FIELD__filename
public void setFilename(CArrayFacade<java.lang.Byte> filename) throws java.io.IOException
java.io.IOException
__DNA__FIELD__filename
public CPointer<FileGlobal> __io__addressof()