Package org.blender.dna
Class SpaceSeqRuntime
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.SpaceSeqRuntime
-
public class SpaceSeqRuntime extends CFacade
Generated facet for DNA struct type 'SpaceSeqRuntime'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__last_displayed_thumbnails
Field descriptor (offset) for struct member 'last_displayed_thumbnails'.static long[]
__DNA__FIELD__last_thumbnail_area
Field descriptor (offset) for struct member 'last_thumbnail_area'.static long[]
__DNA__FIELD__rename_channel_index
Field descriptor (offset) for struct member 'rename_channel_index'.static long[]
__DNA__FIELD__timeline_clamp_custom_range
Field descriptor (offset) for struct member 'timeline_clamp_custom_range'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct SpaceSeqRuntime.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description SpaceSeqRuntime(long __address, Block __block, BlockTable __blockTable)
protected
SpaceSeqRuntime(SpaceSeqRuntime that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<SpaceSeqRuntime>
__io__addressof()
Instantiates a pointer on this instance.CPointer<java.lang.Object>
getLast_displayed_thumbnails()
Get method for struct member 'last_displayed_thumbnails'.rctf
getLast_thumbnail_area()
Get method for struct member 'last_thumbnail_area'.int
getRename_channel_index()
Get method for struct member 'rename_channel_index'.float
getTimeline_clamp_custom_range()
Get method for struct member 'timeline_clamp_custom_range'.void
setLast_displayed_thumbnails(CPointer<java.lang.Object> last_displayed_thumbnails)
Set method for struct member 'last_displayed_thumbnails'.void
setLast_thumbnail_area(rctf last_thumbnail_area)
Set method for struct member 'last_thumbnail_area'.void
setRename_channel_index(int rename_channel_index)
Set method for struct member 'rename_channel_index'.void
setTimeline_clamp_custom_range(float timeline_clamp_custom_range)
Set method for struct member 'timeline_clamp_custom_range'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct SpaceSeqRuntime.It is required when allocating a new block to store data for SpaceSeqRuntime.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__last_thumbnail_area
public static final long[] __DNA__FIELD__last_thumbnail_area
Field descriptor (offset) for struct member 'last_thumbnail_area'.Field Documentation
Blender Source Code
Required for Thumbnail job start condition.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceSeqRuntime spaceseqruntime = ...; CPointer<Object> p = spaceseqruntime.__dna__addressof(SpaceSeqRuntime.__DNA__FIELD__last_thumbnail_area); CPointer<rctf> p_last_thumbnail_area = p.cast(new Class[]{rctf.class});
Metadata
- Field: 'last_thumbnail_area'
- Signature: 'rctf'
- Actual Size (32bit/64bit): 16/16
-
__DNA__FIELD__last_displayed_thumbnails
public static final long[] __DNA__FIELD__last_displayed_thumbnails
Field descriptor (offset) for struct member 'last_displayed_thumbnails'.Field Documentation
Blender Source Code
Stores lists of most recently displayed thumbnails.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceSeqRuntime spaceseqruntime = ...; CPointer<Object> p = spaceseqruntime.__dna__addressof(SpaceSeqRuntime.__DNA__FIELD__last_displayed_thumbnails); CPointer<CPointer<Object>> p_last_displayed_thumbnails = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'last_displayed_thumbnails'
- Signature: 'GHash*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__rename_channel_index
public static final long[] __DNA__FIELD__rename_channel_index
Field descriptor (offset) for struct member 'rename_channel_index'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceSeqRuntime spaceseqruntime = ...; CPointer<Object> p = spaceseqruntime.__dna__addressof(SpaceSeqRuntime.__DNA__FIELD__rename_channel_index); CPointer<Integer> p_rename_channel_index = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'rename_channel_index'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__timeline_clamp_custom_range
public static final long[] __DNA__FIELD__timeline_clamp_custom_range
Field descriptor (offset) for struct member 'timeline_clamp_custom_range'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SpaceSeqRuntime spaceseqruntime = ...; CPointer<Object> p = spaceseqruntime.__dna__addressof(SpaceSeqRuntime.__DNA__FIELD__timeline_clamp_custom_range); CPointer<Float> p_timeline_clamp_custom_range = p.cast(new Class[]{Float.class});
Metadata
- Field: 'timeline_clamp_custom_range'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
-
Constructor Detail
-
SpaceSeqRuntime
public SpaceSeqRuntime(long __address, Block __block, BlockTable __blockTable)
-
SpaceSeqRuntime
protected SpaceSeqRuntime(SpaceSeqRuntime that)
-
-
Method Detail
-
getLast_thumbnail_area
public rctf getLast_thumbnail_area() throws java.io.IOException
Get method for struct member 'last_thumbnail_area'.Field Documentation
Blender Source Code
Required for Thumbnail job start condition.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__last_thumbnail_area
-
setLast_thumbnail_area
public void setLast_thumbnail_area(rctf last_thumbnail_area) throws java.io.IOException
Set method for struct member 'last_thumbnail_area'.Field Documentation
Blender Source Code
Required for Thumbnail job start condition.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__last_thumbnail_area
-
getLast_displayed_thumbnails
public CPointer<java.lang.Object> getLast_displayed_thumbnails() throws java.io.IOException
Get method for struct member 'last_displayed_thumbnails'.Field Documentation
Blender Source Code
Stores lists of most recently displayed thumbnails.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__last_displayed_thumbnails
-
setLast_displayed_thumbnails
public void setLast_displayed_thumbnails(CPointer<java.lang.Object> last_displayed_thumbnails) throws java.io.IOException
Set method for struct member 'last_displayed_thumbnails'.Field Documentation
Blender Source Code
Stores lists of most recently displayed thumbnails.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__last_displayed_thumbnails
-
getRename_channel_index
public int getRename_channel_index() throws java.io.IOException
Get method for struct member 'rename_channel_index'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__rename_channel_index
-
setRename_channel_index
public void setRename_channel_index(int rename_channel_index) throws java.io.IOException
Set method for struct member 'rename_channel_index'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__rename_channel_index
-
getTimeline_clamp_custom_range
public float getTimeline_clamp_custom_range() throws java.io.IOException
Get method for struct member 'timeline_clamp_custom_range'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__timeline_clamp_custom_range
-
setTimeline_clamp_custom_range
public void setTimeline_clamp_custom_range(float timeline_clamp_custom_range) throws java.io.IOException
Set method for struct member 'timeline_clamp_custom_range'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__timeline_clamp_custom_range
-
__io__addressof
public CPointer<SpaceSeqRuntime> __io__addressof()
Instantiates a pointer on this instance.
-
-