public class SpaceAction extends CFacade
Action Editor Space. This is defined here instead of in DNA_space_types.h
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad0
Field descriptor (offset) for struct member '_pad0'.
|
static long[] |
__DNA__FIELD___pad1
Field descriptor (offset) for struct member '_pad1'.
|
static long[] |
__DNA__FIELD__action
Field descriptor (offset) for struct member 'action'.
|
static long[] |
__DNA__FIELD__ads
Field descriptor (offset) for struct member 'ads'.
|
static long[] |
__DNA__FIELD__autosnap
Field descriptor (offset) for struct member 'autosnap'.
|
static long[] |
__DNA__FIELD__cache_display
Field descriptor (offset) for struct member 'cache_display'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__link_flag
Field descriptor (offset) for struct member 'link_flag'.
|
static long[] |
__DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.
|
static long[] |
__DNA__FIELD__mode_prev
Field descriptor (offset) for struct member 'mode_prev'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__regionbase
Field descriptor (offset) for struct member 'regionbase'.
|
static long[] |
__DNA__FIELD__runtime
Field descriptor (offset) for struct member 'runtime'.
|
static long[] |
__DNA__FIELD__spacetype
Field descriptor (offset) for struct member 'spacetype'.
|
static long[] |
__DNA__FIELD__timeslide
Field descriptor (offset) for struct member 'timeslide'.
|
static long[] |
__DNA__FIELD__v2d
Deprecated.
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceAction spaceaction = ...; CPointer<Object> p = spaceaction.__dna__addressof(SpaceAction.__DNA__FIELD__v2d); CPointer<View2D> p_v2d = p.cast(new Class[]{View2D.class}); Metadata
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct SpaceAction.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SpaceAction(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SpaceAction(SpaceAction that) |
Modifier and Type | Method and Description |
---|---|
CPointer<SpaceAction> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad0()
Get method for struct member '_pad0'.
|
CArrayFacade<java.lang.Byte> |
get_pad1()
Get method for struct member '_pad1'.
|
CPointer<bAction> |
getAction()
Get method for struct member 'action'.
|
bDopeSheet |
getAds()
Get method for struct member 'ads'.
|
byte |
getAutosnap()
Get method for struct member 'autosnap'.
|
byte |
getCache_display()
Get method for struct member 'cache_display'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
byte |
getLink_flag()
Get method for struct member 'link_flag'.
|
byte |
getMode_prev()
Get method for struct member 'mode_prev'.
|
byte |
getMode()
Get method for struct member 'mode'.
|
CPointer<SpaceLink> |
getNext()
Get method for struct member 'next'.
|
CPointer<SpaceLink> |
getPrev()
Get method for struct member 'prev'.
|
ListBase |
getRegionbase()
Get method for struct member 'regionbase'.
|
SpaceAction_Runtime |
getRuntime()
Get method for struct member 'runtime'.
|
byte |
getSpacetype()
Get method for struct member 'spacetype'.
|
float |
getTimeslide()
Get method for struct member 'timeslide'.
|
View2D |
getV2d()
Deprecated.
Deprecated
|
void |
set_pad0(CArrayFacade<java.lang.Byte> _pad0)
Set method for struct member '_pad0'.
|
void |
set_pad1(CArrayFacade<java.lang.Byte> _pad1)
Set method for struct member '_pad1'.
|
void |
setAction(CPointer<bAction> action)
Set method for struct member 'action'.
|
void |
setAds(bDopeSheet ads)
Set method for struct member 'ads'.
|
void |
setAutosnap(byte autosnap)
Set method for struct member 'autosnap'.
|
void |
setCache_display(byte cache_display)
Set method for struct member 'cache_display'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setLink_flag(byte link_flag)
Set method for struct member 'link_flag'.
|
void |
setMode_prev(byte mode_prev)
Set method for struct member 'mode_prev'.
|
void |
setMode(byte mode)
Set method for struct member 'mode'.
|
void |
setNext(CPointer<SpaceLink> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<SpaceLink> prev)
Set method for struct member 'prev'.
|
void |
setRegionbase(ListBase regionbase)
Set method for struct member 'regionbase'.
|
void |
setRuntime(SpaceAction_Runtime runtime)
Set method for struct member 'runtime'.
|
void |
setSpacetype(byte spacetype)
Set method for struct member 'spacetype'.
|
void |
setTimeslide(float timeslide)
Set method for struct member 'timeslide'.
|
void |
setV2d(View2D v2d)
Deprecated.
Deprecated
|
__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 SpaceAction.
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:
SpaceAction spaceaction = ...; CPointer<Object> p = spaceaction.__dna__addressof(SpaceAction.__DNA__FIELD__next); CPointer<CPointer<SpaceLink>> p_next = p.cast(new Class[]{CPointer.class, SpaceLink.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
SpaceAction spaceaction = ...; CPointer<Object> p = spaceaction.__dna__addressof(SpaceAction.__DNA__FIELD__prev); CPointer<CPointer<SpaceLink>> p_prev = p.cast(new Class[]{CPointer.class, SpaceLink.class});
public static final long[] __DNA__FIELD__regionbase
Storage of regions for inactive spaces.
This is how you get a reference on the corresponding field in the struct:
SpaceAction spaceaction = ...; CPointer<Object> p = spaceaction.__dna__addressof(SpaceAction.__DNA__FIELD__regionbase); CPointer<ListBase> p_regionbase = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__spacetype
This is how you get a reference on the corresponding field in the struct:
SpaceAction spaceaction = ...; CPointer<Object> p = spaceaction.__dna__addressof(SpaceAction.__DNA__FIELD__spacetype); CPointer<Byte> p_spacetype = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__link_flag
This is how you get a reference on the corresponding field in the struct:
SpaceAction spaceaction = ...; CPointer<Object> p = spaceaction.__dna__addressof(SpaceAction.__DNA__FIELD__link_flag); CPointer<Byte> p_link_flag = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD___pad0
This is how you get a reference on the corresponding field in the struct:
SpaceAction spaceaction = ...; CPointer<Object> p = spaceaction.__dna__addressof(SpaceAction.__DNA__FIELD___pad0); CPointer<CArrayFacade<Byte>> p__pad0 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__v2d
This is how you get a reference on the corresponding field in the struct:
SpaceAction spaceaction = ...; CPointer<Object> p = spaceaction.__dna__addressof(SpaceAction.__DNA__FIELD__v2d); CPointer<View2D> p_v2d = p.cast(new Class[]{View2D.class});
End 'SpaceLink
' header. Copied to region.
public static final long[] __DNA__FIELD__action
The currently active action.
This is how you get a reference on the corresponding field in the struct:
SpaceAction spaceaction = ...; CPointer<Object> p = spaceaction.__dna__addressof(SpaceAction.__DNA__FIELD__action); CPointer<CPointer<bAction>> p_action = p.cast(new Class[]{CPointer.class, bAction.class});
public static final long[] __DNA__FIELD__ads
The currently active context (when not showing action).
This is how you get a reference on the corresponding field in the struct:
SpaceAction spaceaction = ...; CPointer<Object> p = spaceaction.__dna__addressof(SpaceAction.__DNA__FIELD__ads); CPointer<bDopeSheet> p_ads = p.cast(new Class[]{bDopeSheet.class});
public static final long[] __DNA__FIELD__timeslide
For Time-Slide transform mode drawing - current frame?.
This is how you get a reference on the corresponding field in the struct:
SpaceAction spaceaction = ...; CPointer<Object> p = spaceaction.__dna__addressof(SpaceAction.__DNA__FIELD__timeslide); CPointer<Float> p_timeslide = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
SpaceAction spaceaction = ...; CPointer<Object> p = spaceaction.__dna__addressof(SpaceAction.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__mode
Editing
context
This is how you get a reference on the corresponding field in the struct:
SpaceAction spaceaction = ...; CPointer<Object> p = spaceaction.__dna__addressof(SpaceAction.__DNA__FIELD__mode); CPointer<Byte> p_mode = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__mode_prev
Storage for sub-space types.
This is how you get a reference on the corresponding field in the struct:
SpaceAction spaceaction = ...; CPointer<Object> p = spaceaction.__dna__addressof(SpaceAction.__DNA__FIELD__mode_prev); CPointer<Byte> p_mode_prev = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__autosnap
Automatic keyframe snapping mode .
This is how you get a reference on the corresponding field in the struct:
SpaceAction spaceaction = ...; CPointer<Object> p = spaceaction.__dna__addressof(SpaceAction.__DNA__FIELD__autosnap); CPointer<Byte> p_autosnap = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__cache_display
(eTimeline_Cache_Flag).
This is how you get a reference on the corresponding field in the struct:
SpaceAction spaceaction = ...; CPointer<Object> p = spaceaction.__dna__addressof(SpaceAction.__DNA__FIELD__cache_display); CPointer<Byte> p_cache_display = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD___pad1
This is how you get a reference on the corresponding field in the struct:
SpaceAction spaceaction = ...; CPointer<Object> p = spaceaction.__dna__addressof(SpaceAction.__DNA__FIELD___pad1); CPointer<CArrayFacade<Byte>> p__pad1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__runtime
This is how you get a reference on the corresponding field in the struct:
SpaceAction spaceaction = ...; CPointer<Object> p = spaceaction.__dna__addressof(SpaceAction.__DNA__FIELD__runtime); CPointer<SpaceAction_Runtime> p_runtime = p.cast(new Class[]{SpaceAction_Runtime.class});
public SpaceAction(long __address, Block __block, BlockTable __blockTable)
protected SpaceAction(SpaceAction that)
public CPointer<SpaceLink> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<SpaceLink> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<SpaceLink> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<SpaceLink> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public ListBase getRegionbase() throws java.io.IOException
Storage of regions for inactive spaces.
java.io.IOException
__DNA__FIELD__regionbase
public void setRegionbase(ListBase regionbase) throws java.io.IOException
Storage of regions for inactive spaces.
java.io.IOException
__DNA__FIELD__regionbase
public byte getSpacetype() throws java.io.IOException
java.io.IOException
__DNA__FIELD__spacetype
public void setSpacetype(byte spacetype) throws java.io.IOException
java.io.IOException
__DNA__FIELD__spacetype
public byte getLink_flag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__link_flag
public void setLink_flag(byte link_flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__link_flag
public CArrayFacade<java.lang.Byte> get_pad0() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad0
public void set_pad0(CArrayFacade<java.lang.Byte> _pad0) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad0
public View2D getV2d() throws java.io.IOException
End 'SpaceLink
' header. Copied to region.
java.io.IOException
__DNA__FIELD__v2d
public void setV2d(View2D v2d) throws java.io.IOException
End 'SpaceLink
' header. Copied to region.
java.io.IOException
__DNA__FIELD__v2d
public CPointer<bAction> getAction() throws java.io.IOException
The currently active action.
java.io.IOException
__DNA__FIELD__action
public void setAction(CPointer<bAction> action) throws java.io.IOException
The currently active action.
java.io.IOException
__DNA__FIELD__action
public bDopeSheet getAds() throws java.io.IOException
The currently active context (when not showing action).
java.io.IOException
__DNA__FIELD__ads
public void setAds(bDopeSheet ads) throws java.io.IOException
The currently active context (when not showing action).
java.io.IOException
__DNA__FIELD__ads
public float getTimeslide() throws java.io.IOException
For Time-Slide transform mode drawing - current frame?.
java.io.IOException
__DNA__FIELD__timeslide
public void setTimeslide(float timeslide) throws java.io.IOException
For Time-Slide transform mode drawing - current frame?.
java.io.IOException
__DNA__FIELD__timeslide
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public byte getMode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public void setMode(byte mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public byte getMode_prev() throws java.io.IOException
Storage for sub-space types.
java.io.IOException
__DNA__FIELD__mode_prev
public void setMode_prev(byte mode_prev) throws java.io.IOException
Storage for sub-space types.
java.io.IOException
__DNA__FIELD__mode_prev
public byte getAutosnap() throws java.io.IOException
Automatic keyframe snapping mode .
java.io.IOException
__DNA__FIELD__autosnap
public void setAutosnap(byte autosnap) throws java.io.IOException
Automatic keyframe snapping mode .
java.io.IOException
__DNA__FIELD__autosnap
public byte getCache_display() throws java.io.IOException
(eTimeline_Cache_Flag).
java.io.IOException
__DNA__FIELD__cache_display
public void setCache_display(byte cache_display) throws java.io.IOException
(eTimeline_Cache_Flag).
java.io.IOException
__DNA__FIELD__cache_display
public CArrayFacade<java.lang.Byte> get_pad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1
public void set_pad1(CArrayFacade<java.lang.Byte> _pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1
public SpaceAction_Runtime getRuntime() throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime
public void setRuntime(SpaceAction_Runtime runtime) throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime
public CPointer<SpaceAction> __io__addressof()