public class SpaceIpo extends CFacade
Graph Editor ========================================= 'Graph' Editor (formerly known as the IPO Editor)
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__ads
Field descriptor (offset) for struct member 'ads'.
|
static long[] |
__DNA__FIELD__around
Field descriptor (offset) for struct member 'around'.
|
static long[] |
__DNA__FIELD__autosnap
Field descriptor (offset) for struct member 'autosnap'.
|
static long[] |
__DNA__FIELD__blockhandler
Deprecated.
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__DNA__FIELD__blockhandler); CPointer<CArrayFacade<Short>> p_blockhandler = p.cast(new Class[]{CArrayFacade.class, Short.class}); Metadata
|
static long[] |
__DNA__FIELD__blockscale
Deprecated.
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__DNA__FIELD__blockscale); CPointer<Float> p_blockscale = p.cast(new Class[]{Float.class}); Metadata
|
static long[] |
__DNA__FIELD__cursorTime
Field descriptor (offset) for struct member 'cursorTime'.
|
static long[] |
__DNA__FIELD__cursorVal
Field descriptor (offset) for struct member 'cursorVal'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__ghostCurves
Field descriptor (offset) for struct member 'ghostCurves'.
|
static long[] |
__DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.
|
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__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__regionbase
Field descriptor (offset) for struct member 'regionbase'.
|
static long[] |
__DNA__FIELD__spacetype
Field descriptor (offset) for struct member 'spacetype'.
|
static long[] |
__DNA__FIELD__v2d
Deprecated.
Deprecateddeprecated, copied to region
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__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 SpaceIpo.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SpaceIpo(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SpaceIpo(SpaceIpo that) |
Modifier and Type | Method and Description |
---|---|
CPointer<SpaceIpo> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<bDopeSheet> |
getAds()
Get method for struct member 'ads'.
|
int |
getAround()
Get method for struct member 'around'.
|
short |
getAutosnap()
Get method for struct member 'autosnap'.
|
CArrayFacade<java.lang.Short> |
getBlockhandler()
Deprecated.
Deprecated
|
float |
getBlockscale()
Deprecated.
Deprecated
|
float |
getCursorTime()
Get method for struct member 'cursorTime'.
|
float |
getCursorVal()
Get method for struct member 'cursorVal'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
ListBase |
getGhostCurves()
Get method for struct member 'ghostCurves'.
|
short |
getMode()
Get method for struct member 'mode'.
|
CPointer<SpaceLink> |
getNext()
Get method for struct member 'next'.
|
int |
getPad()
Get method for struct member 'pad'.
|
CPointer<SpaceLink> |
getPrev()
Get method for struct member 'prev'.
|
ListBase |
getRegionbase()
Get method for struct member 'regionbase'.
|
int |
getSpacetype()
Get method for struct member 'spacetype'.
|
View2D |
getV2d()
Deprecated.
Deprecateddeprecated, copied to region
|
void |
setAds(CPointer<bDopeSheet> ads)
Set method for struct member 'ads'.
|
void |
setAround(int around)
Set method for struct member 'around'.
|
void |
setAutosnap(short autosnap)
Set method for struct member 'autosnap'.
|
void |
setBlockhandler(CArrayFacade<java.lang.Short> blockhandler)
Deprecated.
Deprecated
|
void |
setBlockscale(float blockscale)
Deprecated.
Deprecated
|
void |
setCursorTime(float cursorTime)
Set method for struct member 'cursorTime'.
|
void |
setCursorVal(float cursorVal)
Set method for struct member 'cursorVal'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setGhostCurves(ListBase ghostCurves)
Set method for struct member 'ghostCurves'.
|
void |
setMode(short mode)
Set method for struct member 'mode'.
|
void |
setNext(CPointer<SpaceLink> next)
Set method for struct member 'next'.
|
void |
setPad(int pad)
Set method for struct member 'pad'.
|
void |
setPrev(CPointer<SpaceLink> prev)
Set method for struct member 'prev'.
|
void |
setRegionbase(ListBase regionbase)
Set method for struct member 'regionbase'.
|
void |
setSpacetype(int spacetype)
Set method for struct member 'spacetype'.
|
void |
setV2d(View2D v2d)
Deprecated.
Deprecateddeprecated, copied to region
|
__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 SpaceIpo.
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:
SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__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:
SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__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:
SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__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:
SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__DNA__FIELD__spacetype); CPointer<Integer> p_spacetype = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__blockscale
This is how you get a reference on the corresponding field in the struct:
SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__DNA__FIELD__blockscale); CPointer<Float> p_blockscale = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__blockhandler
This is how you get a reference on the corresponding field in the struct:
SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__DNA__FIELD__blockhandler); CPointer<CArrayFacade<Short>> p_blockhandler = p.cast(new Class[]{CArrayFacade.class, Short.class});
public static final long[] __DNA__FIELD__v2d
This is how you get a reference on the corresponding field in the struct:
SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__DNA__FIELD__v2d); CPointer<View2D> p_v2d = p.cast(new Class[]{View2D.class});
deprecated, copied to region
public static final long[] __DNA__FIELD__ads
settings for filtering animation data (NOTE: we use a pointer due to code-linking issues)
This is how you get a reference on the corresponding field in the struct:
SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__DNA__FIELD__ads); CPointer<CPointer<bDopeSheet>> p_ads = p.cast(new Class[]{CPointer.class, bDopeSheet.class});
public static final long[] __DNA__FIELD__ghostCurves
sampled snapshots of F-Curves used as in-session guides
This is how you get a reference on the corresponding field in the struct:
SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__DNA__FIELD__ghostCurves); CPointer<ListBase> p_ghostCurves = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__mode
mode for the Graph editor (eGraphEdit_Mode)
This is how you get a reference on the corresponding field in the struct:
SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__DNA__FIELD__mode); CPointer<Short> p_mode = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__autosnap
time-transform autosnapping settings for Graph editor (eAnimEdit_AutoSnap in DNA_action_types.h
)
This is how you get a reference on the corresponding field in the struct:
SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__DNA__FIELD__autosnap); CPointer<Short> p_autosnap = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag
settings for Graph editor (eGraphEdit_Flag)
This is how you get a reference on the corresponding field in the struct:
SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__cursorTime
time value for cursor (when in drivers mode; animation uses current frame)
This is how you get a reference on the corresponding field in the struct:
SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__DNA__FIELD__cursorTime); CPointer<Float> p_cursorTime = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__cursorVal
cursor value (y-value, x-value is current frame)
This is how you get a reference on the corresponding field in the struct:
SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__DNA__FIELD__cursorVal); CPointer<Float> p_cursorVal = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__around
pivot point for transforms
This is how you get a reference on the corresponding field in the struct:
SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__DNA__FIELD__around); CPointer<Integer> p_around = 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:
SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__DNA__FIELD__pad); CPointer<Integer> p_pad = p.cast(new Class[]{Integer.class});
public SpaceIpo(long __address, Block __block, BlockTable __blockTable)
protected SpaceIpo(SpaceIpo 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 int getSpacetype() throws java.io.IOException
java.io.IOException
__DNA__FIELD__spacetype
public void setSpacetype(int spacetype) throws java.io.IOException
java.io.IOException
__DNA__FIELD__spacetype
public float getBlockscale() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blockscale
public void setBlockscale(float blockscale) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blockscale
public CArrayFacade<java.lang.Short> getBlockhandler() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blockhandler
public void setBlockhandler(CArrayFacade<java.lang.Short> blockhandler) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blockhandler
public View2D getV2d() throws java.io.IOException
deprecated, copied to region
java.io.IOException
__DNA__FIELD__v2d
public void setV2d(View2D v2d) throws java.io.IOException
deprecated, copied to region
java.io.IOException
__DNA__FIELD__v2d
public CPointer<bDopeSheet> getAds() throws java.io.IOException
settings for filtering animation data (NOTE: we use a pointer due to code-linking issues)
java.io.IOException
__DNA__FIELD__ads
public void setAds(CPointer<bDopeSheet> ads) throws java.io.IOException
settings for filtering animation data (NOTE: we use a pointer due to code-linking issues)
java.io.IOException
__DNA__FIELD__ads
public ListBase getGhostCurves() throws java.io.IOException
sampled snapshots of F-Curves used as in-session guides
java.io.IOException
__DNA__FIELD__ghostCurves
public void setGhostCurves(ListBase ghostCurves) throws java.io.IOException
sampled snapshots of F-Curves used as in-session guides
java.io.IOException
__DNA__FIELD__ghostCurves
public short getMode() throws java.io.IOException
mode for the Graph editor (eGraphEdit_Mode)
java.io.IOException
__DNA__FIELD__mode
public void setMode(short mode) throws java.io.IOException
mode for the Graph editor (eGraphEdit_Mode)
java.io.IOException
__DNA__FIELD__mode
public short getAutosnap() throws java.io.IOException
time-transform autosnapping settings for Graph editor (eAnimEdit_AutoSnap in DNA_action_types.h
)
java.io.IOException
__DNA__FIELD__autosnap
public void setAutosnap(short autosnap) throws java.io.IOException
time-transform autosnapping settings for Graph editor (eAnimEdit_AutoSnap in DNA_action_types.h
)
java.io.IOException
__DNA__FIELD__autosnap
public int getFlag() throws java.io.IOException
settings for Graph editor (eGraphEdit_Flag)
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
settings for Graph editor (eGraphEdit_Flag)
java.io.IOException
__DNA__FIELD__flag
public float getCursorTime() throws java.io.IOException
time value for cursor (when in drivers mode; animation uses current frame)
java.io.IOException
__DNA__FIELD__cursorTime
public void setCursorTime(float cursorTime) throws java.io.IOException
time value for cursor (when in drivers mode; animation uses current frame)
java.io.IOException
__DNA__FIELD__cursorTime
public float getCursorVal() throws java.io.IOException
cursor value (y-value, x-value is current frame)
java.io.IOException
__DNA__FIELD__cursorVal
public void setCursorVal(float cursorVal) throws java.io.IOException
cursor value (y-value, x-value is current frame)
java.io.IOException
__DNA__FIELD__cursorVal
public int getAround() throws java.io.IOException
pivot point for transforms
java.io.IOException
__DNA__FIELD__around
public void setAround(int around) throws java.io.IOException
pivot point for transforms
java.io.IOException
__DNA__FIELD__around
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