public class Editing extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__act_imagedir
Field descriptor (offset) for struct member 'act_imagedir'.
|
static long[] |
__DNA__FIELD__act_seq
Field descriptor (offset) for struct member 'act_seq'.
|
static long[] |
__DNA__FIELD__act_sounddir
Field descriptor (offset) for struct member 'act_sounddir'.
|
static long[] |
__DNA__FIELD__metastack
Field descriptor (offset) for struct member 'metastack'.
|
static long[] |
__DNA__FIELD__over_border
Field descriptor (offset) for struct member 'over_border'.
|
static long[] |
__DNA__FIELD__over_cfra
Field descriptor (offset) for struct member 'over_cfra'.
|
static long[] |
__DNA__FIELD__over_flag
Field descriptor (offset) for struct member 'over_flag'.
|
static long[] |
__DNA__FIELD__over_ofs
Field descriptor (offset) for struct member 'over_ofs'.
|
static long[] |
__DNA__FIELD__proxy_dir
Field descriptor (offset) for struct member 'proxy_dir'.
|
static long[] |
__DNA__FIELD__proxy_storage
Field descriptor (offset) for struct member 'proxy_storage'.
|
static long[] |
__DNA__FIELD__seqbase
Field descriptor (offset) for struct member 'seqbase'.
|
static long[] |
__DNA__FIELD__seqbasep
Field descriptor (offset) for struct member 'seqbasep'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct Editing.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
Editing(Editing that) |
|
Editing(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<Editing> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
getAct_imagedir()
Get method for struct member 'act_imagedir'.
|
CPointer<Sequence> |
getAct_seq()
Get method for struct member 'act_seq'.
|
CArrayFacade<java.lang.Byte> |
getAct_sounddir()
Get method for struct member 'act_sounddir'.
|
ListBase |
getMetastack()
Get method for struct member 'metastack'.
|
rctf |
getOver_border()
Get method for struct member 'over_border'.
|
int |
getOver_cfra()
Get method for struct member 'over_cfra'.
|
int |
getOver_flag()
Get method for struct member 'over_flag'.
|
int |
getOver_ofs()
Get method for struct member 'over_ofs'.
|
CArrayFacade<java.lang.Byte> |
getProxy_dir()
Get method for struct member 'proxy_dir'.
|
int |
getProxy_storage()
Get method for struct member 'proxy_storage'.
|
ListBase |
getSeqbase()
Get method for struct member 'seqbase'.
|
CPointer<ListBase> |
getSeqbasep()
Get method for struct member 'seqbasep'.
|
void |
setAct_imagedir(CArrayFacade<java.lang.Byte> act_imagedir)
Set method for struct member 'act_imagedir'.
|
void |
setAct_seq(CPointer<Sequence> act_seq)
Set method for struct member 'act_seq'.
|
void |
setAct_sounddir(CArrayFacade<java.lang.Byte> act_sounddir)
Set method for struct member 'act_sounddir'.
|
void |
setMetastack(ListBase metastack)
Set method for struct member 'metastack'.
|
void |
setOver_border(rctf over_border)
Set method for struct member 'over_border'.
|
void |
setOver_cfra(int over_cfra)
Set method for struct member 'over_cfra'.
|
void |
setOver_flag(int over_flag)
Set method for struct member 'over_flag'.
|
void |
setOver_ofs(int over_ofs)
Set method for struct member 'over_ofs'.
|
void |
setProxy_dir(CArrayFacade<java.lang.Byte> proxy_dir)
Set method for struct member 'proxy_dir'.
|
void |
setProxy_storage(int proxy_storage)
Set method for struct member 'proxy_storage'.
|
void |
setSeqbase(ListBase seqbase)
Set method for struct member 'seqbase'.
|
void |
setSeqbasep(CPointer<ListBase> seqbasep)
Set method for struct member 'seqbasep'.
|
__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 Editing.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__seqbasep
pointer to the current list of seq's being edited (can be within a meta strip)
This is how you get a reference on the corresponding field in the struct:
Editing editing = ...; CPointer<Object> p = editing.__dna__addressof(Editing.__DNA__FIELD__seqbasep); CPointer<CPointer<ListBase>> p_seqbasep = p.cast(new Class[]{CPointer.class, ListBase.class});
public static final long[] __DNA__FIELD__seqbase
pointer to the top-most seq's
This is how you get a reference on the corresponding field in the struct:
Editing editing = ...; CPointer<Object> p = editing.__dna__addressof(Editing.__DNA__FIELD__seqbase); CPointer<ListBase> p_seqbase = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__metastack
This is how you get a reference on the corresponding field in the struct:
Editing editing = ...; CPointer<Object> p = editing.__dna__addressof(Editing.__DNA__FIELD__metastack); CPointer<ListBase> p_metastack = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__act_seq
Context vars, used to be static
This is how you get a reference on the corresponding field in the struct:
Editing editing = ...; CPointer<Object> p = editing.__dna__addressof(Editing.__DNA__FIELD__act_seq); CPointer<CPointer<Sequence>> p_act_seq = p.cast(new Class[]{CPointer.class, Sequence.class});
public static final long[] __DNA__FIELD__act_imagedir
1024 = FILE_MAX
This is how you get a reference on the corresponding field in the struct:
Editing editing = ...; CPointer<Object> p = editing.__dna__addressof(Editing.__DNA__FIELD__act_imagedir); CPointer<CArrayFacade<Byte>> p_act_imagedir = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__act_sounddir
1024 = FILE_MAX
This is how you get a reference on the corresponding field in the struct:
Editing editing = ...; CPointer<Object> p = editing.__dna__addressof(Editing.__DNA__FIELD__act_sounddir); CPointer<CArrayFacade<Byte>> p_act_sounddir = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__proxy_dir
1024 = FILE_MAX
This is how you get a reference on the corresponding field in the struct:
Editing editing = ...; CPointer<Object> p = editing.__dna__addressof(Editing.__DNA__FIELD__proxy_dir); CPointer<CArrayFacade<Byte>> p_proxy_dir = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__over_ofs
This is how you get a reference on the corresponding field in the struct:
Editing editing = ...; CPointer<Object> p = editing.__dna__addressof(Editing.__DNA__FIELD__over_ofs); CPointer<Integer> p_over_ofs = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__over_cfra
This is how you get a reference on the corresponding field in the struct:
Editing editing = ...; CPointer<Object> p = editing.__dna__addressof(Editing.__DNA__FIELD__over_cfra); CPointer<Integer> p_over_cfra = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__over_flag
This is how you get a reference on the corresponding field in the struct:
Editing editing = ...; CPointer<Object> p = editing.__dna__addressof(Editing.__DNA__FIELD__over_flag); CPointer<Integer> p_over_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__proxy_storage
This is how you get a reference on the corresponding field in the struct:
Editing editing = ...; CPointer<Object> p = editing.__dna__addressof(Editing.__DNA__FIELD__proxy_storage); CPointer<Integer> p_proxy_storage = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__over_border
This is how you get a reference on the corresponding field in the struct:
Editing editing = ...; CPointer<Object> p = editing.__dna__addressof(Editing.__DNA__FIELD__over_border); CPointer<rctf> p_over_border = p.cast(new Class[]{rctf.class});
public Editing(long __address, Block __block, BlockTable __blockTable)
protected Editing(Editing that)
public CPointer<ListBase> getSeqbasep() throws java.io.IOException
pointer to the current list of seq's being edited (can be within a meta strip)
java.io.IOException
__DNA__FIELD__seqbasep
public void setSeqbasep(CPointer<ListBase> seqbasep) throws java.io.IOException
pointer to the current list of seq's being edited (can be within a meta strip)
java.io.IOException
__DNA__FIELD__seqbasep
public ListBase getSeqbase() throws java.io.IOException
pointer to the top-most seq's
java.io.IOException
__DNA__FIELD__seqbase
public void setSeqbase(ListBase seqbase) throws java.io.IOException
pointer to the top-most seq's
java.io.IOException
__DNA__FIELD__seqbase
public ListBase getMetastack() throws java.io.IOException
java.io.IOException
__DNA__FIELD__metastack
public void setMetastack(ListBase metastack) throws java.io.IOException
java.io.IOException
__DNA__FIELD__metastack
public CPointer<Sequence> getAct_seq() throws java.io.IOException
Context vars, used to be static
java.io.IOException
__DNA__FIELD__act_seq
public void setAct_seq(CPointer<Sequence> act_seq) throws java.io.IOException
Context vars, used to be static
java.io.IOException
__DNA__FIELD__act_seq
public CArrayFacade<java.lang.Byte> getAct_imagedir() throws java.io.IOException
1024 = FILE_MAX
java.io.IOException
__DNA__FIELD__act_imagedir
public void setAct_imagedir(CArrayFacade<java.lang.Byte> act_imagedir) throws java.io.IOException
1024 = FILE_MAX
java.io.IOException
__DNA__FIELD__act_imagedir
public CArrayFacade<java.lang.Byte> getAct_sounddir() throws java.io.IOException
1024 = FILE_MAX
java.io.IOException
__DNA__FIELD__act_sounddir
public void setAct_sounddir(CArrayFacade<java.lang.Byte> act_sounddir) throws java.io.IOException
1024 = FILE_MAX
java.io.IOException
__DNA__FIELD__act_sounddir
public CArrayFacade<java.lang.Byte> getProxy_dir() throws java.io.IOException
1024 = FILE_MAX
java.io.IOException
__DNA__FIELD__proxy_dir
public void setProxy_dir(CArrayFacade<java.lang.Byte> proxy_dir) throws java.io.IOException
1024 = FILE_MAX
java.io.IOException
__DNA__FIELD__proxy_dir
public int getOver_ofs() throws java.io.IOException
java.io.IOException
__DNA__FIELD__over_ofs
public void setOver_ofs(int over_ofs) throws java.io.IOException
java.io.IOException
__DNA__FIELD__over_ofs
public int getOver_cfra() throws java.io.IOException
java.io.IOException
__DNA__FIELD__over_cfra
public void setOver_cfra(int over_cfra) throws java.io.IOException
java.io.IOException
__DNA__FIELD__over_cfra
public int getOver_flag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__over_flag
public void setOver_flag(int over_flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__over_flag
public int getProxy_storage() throws java.io.IOException
java.io.IOException
__DNA__FIELD__proxy_storage
public void setProxy_storage(int proxy_storage) throws java.io.IOException
java.io.IOException
__DNA__FIELD__proxy_storage
public rctf getOver_border() throws java.io.IOException
java.io.IOException
__DNA__FIELD__over_border
public void setOver_border(rctf over_border) throws java.io.IOException
java.io.IOException
__DNA__FIELD__over_border