public class FileGlobal extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__build_commit_timestamp
Field descriptor (offset) for struct member 'build_commit_timestamp'.
|
static long[] |
__DNA__FIELD__build_hash
Field descriptor (offset) for struct member 'build_hash'.
|
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__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__subversion
Field descriptor (offset) for struct member 'subversion'.
|
static long[] |
__DNA__FIELD__subvstr
Field descriptor (offset) for struct member 'subvstr'.
|
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.
|
long |
getBuild_commit_timestamp()
Get method for struct member 'build_commit_timestamp'.
|
CArrayFacade<java.lang.Byte> |
getBuild_hash()
Get method for struct member 'build_hash'.
|
CPointer<Scene> |
getCurscene()
Get method for struct member 'curscene'.
|
CPointer<bScreen> |
getCurscreen()
Get method for struct member 'curscreen'.
|
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'.
|
CArrayFacade<java.lang.Byte> |
getPad()
Get method for struct member 'pad'.
|
short |
getSubversion()
Get method for struct member 'subversion'.
|
CArrayFacade<java.lang.Byte> |
getSubvstr()
Get method for struct member 'subvstr'.
|
void |
setBuild_commit_timestamp(long build_commit_timestamp)
Set method for struct member 'build_commit_timestamp'.
|
void |
setBuild_hash(CArrayFacade<java.lang.Byte> build_hash)
Set method for struct member 'build_hash'.
|
void |
setCurscene(CPointer<Scene> curscene)
Set method for struct member 'curscene'.
|
void |
setCurscreen(CPointer<bScreen> curscreen)
Set method for struct member 'curscreen'.
|
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(CArrayFacade<java.lang.Byte> pad)
Set method for struct member 'pad'.
|
void |
setSubversion(short subversion)
Set method for struct member 'subversion'.
|
void |
setSubvstr(CArrayFacade<java.lang.Byte> subvstr)
Set method for struct member 'subvstr'.
|
__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__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__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<CArrayFacade<Byte>> p_pad = p.cast(new Class[]{CArrayFacade.class, Byte.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__build_commit_timestamp
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__build_commit_timestamp); CPointer<int64> p_build_commit_timestamp = p.cast(new Class[]{int64.class});
public static final long[] __DNA__FIELD__build_hash
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__build_hash); CPointer<CArrayFacade<Byte>> p_build_hash = p.cast(new Class[]{CArrayFacade.class, Byte.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 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 CArrayFacade<java.lang.Byte> getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(CArrayFacade<java.lang.Byte> pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
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 long getBuild_commit_timestamp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__build_commit_timestamp
public void setBuild_commit_timestamp(long build_commit_timestamp) throws java.io.IOException
java.io.IOException
__DNA__FIELD__build_commit_timestamp
public CArrayFacade<java.lang.Byte> getBuild_hash() throws java.io.IOException
java.io.IOException
__DNA__FIELD__build_hash
public void setBuild_hash(CArrayFacade<java.lang.Byte> build_hash) throws java.io.IOException
java.io.IOException
__DNA__FIELD__build_hash
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()