public class SpaceButs extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD___pad0
Field descriptor (offset) for struct member '_pad0'.
|
static long[] |
__DNA__FIELD__dataicon
Field descriptor (offset) for struct member 'dataicon'.
|
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__mainb
Field descriptor (offset) for struct member 'mainb'.
|
static long[] |
__DNA__FIELD__mainbo
Field descriptor (offset) for struct member 'mainbo'.
|
static long[] |
__DNA__FIELD__mainbuser
Field descriptor (offset) for struct member 'mainbuser'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__path
Field descriptor (offset) for struct member 'path'.
|
static long[] |
__DNA__FIELD__pathflag
Field descriptor (offset) for struct member 'pathflag'.
|
static long[] |
__DNA__FIELD__pinid
Field descriptor (offset) for struct member 'pinid'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__preview
Field descriptor (offset) for struct member 'preview'.
|
static long[] |
__DNA__FIELD__regionbase
Field descriptor (offset) for struct member 'regionbase'.
|
static long[] |
__DNA__FIELD__space_subtype
Field descriptor (offset) for struct member 'space_subtype'.
|
static long[] |
__DNA__FIELD__spacetype
Field descriptor (offset) for struct member 'spacetype'.
|
static long[] |
__DNA__FIELD__texuser
Field descriptor (offset) for struct member 'texuser'.
|
static long[] |
__DNA__FIELD__v2d
Field descriptor (offset) for struct member 'v2d'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct SpaceButs.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SpaceButs(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SpaceButs(SpaceButs that) |
Modifier and Type | Method and Description |
---|---|
CPointer<SpaceButs> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
CArrayFacade<java.lang.Byte> |
get_pad0()
Get method for struct member '_pad0'.
|
int |
getDataicon()
Get method for struct member 'dataicon'.
|
byte |
getFlag()
Get method for struct member 'flag'.
|
byte |
getLink_flag()
Get method for struct member 'link_flag'.
|
short |
getMainb()
Get method for struct member 'mainb'.
|
short |
getMainbo()
Get method for struct member 'mainbo'.
|
short |
getMainbuser()
Get method for struct member 'mainbuser'.
|
CPointer<SpaceLink> |
getNext()
Get method for struct member 'next'.
|
CPointer<java.lang.Object> |
getPath()
Get method for struct member 'path'.
|
int |
getPathflag()
Get method for struct member 'pathflag'.
|
CPointer<ID> |
getPinid()
Get method for struct member 'pinid'.
|
CPointer<SpaceLink> |
getPrev()
Get method for struct member 'prev'.
|
short |
getPreview()
Get method for struct member 'preview'.
|
ListBase |
getRegionbase()
Get method for struct member 'regionbase'.
|
short |
getSpace_subtype()
Get method for struct member 'space_subtype'.
|
byte |
getSpacetype()
Get method for struct member 'spacetype'.
|
CPointer<java.lang.Object> |
getTexuser()
Get method for struct member 'texuser'.
|
View2D |
getV2d()
Get method for struct member 'v2d'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
set_pad0(CArrayFacade<java.lang.Byte> _pad0)
Set method for struct member '_pad0'.
|
void |
setDataicon(int dataicon)
Set method for struct member 'dataicon'.
|
void |
setFlag(byte flag)
Set method for struct member 'flag'.
|
void |
setLink_flag(byte link_flag)
Set method for struct member 'link_flag'.
|
void |
setMainb(short mainb)
Set method for struct member 'mainb'.
|
void |
setMainbo(short mainbo)
Set method for struct member 'mainbo'.
|
void |
setMainbuser(short mainbuser)
Set method for struct member 'mainbuser'.
|
void |
setNext(CPointer<SpaceLink> next)
Set method for struct member 'next'.
|
void |
setPath(CPointer<java.lang.Object> path)
Set method for struct member 'path'.
|
void |
setPathflag(int pathflag)
Set method for struct member 'pathflag'.
|
void |
setPinid(CPointer<ID> pinid)
Set method for struct member 'pinid'.
|
void |
setPrev(CPointer<SpaceLink> prev)
Set method for struct member 'prev'.
|
void |
setPreview(short preview)
Set method for struct member 'preview'.
|
void |
setRegionbase(ListBase regionbase)
Set method for struct member 'regionbase'.
|
void |
setSpace_subtype(short space_subtype)
Set method for struct member 'space_subtype'.
|
void |
setSpacetype(byte spacetype)
Set method for struct member 'spacetype'.
|
void |
setTexuser(CPointer<java.lang.Object> texuser)
Set method for struct member 'texuser'.
|
void |
setV2d(View2D v2d)
Set method for struct member 'v2d'.
|
__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 SpaceButs.
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:
SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__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:
SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__prev); CPointer<CPointer<SpaceLink>> p_prev = p.cast(new Class[]{CPointer.class, SpaceLink.class});
public static final long[] __DNA__FIELD__regionbase
This is how you get a reference on the corresponding field in the struct:
SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__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:
SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__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:
SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__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:
SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__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:
SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__v2d); CPointer<View2D> p_v2d = p.cast(new Class[]{View2D.class});
public static final long[] __DNA__FIELD__space_subtype
This is how you get a reference on the corresponding field in the struct:
SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__space_subtype); CPointer<Short> p_space_subtype = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__mainb
This is how you get a reference on the corresponding field in the struct:
SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__mainb); CPointer<Short> p_mainb = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__mainbo
This is how you get a reference on the corresponding field in the struct:
SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__mainbo); CPointer<Short> p_mainbo = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__mainbuser
This is how you get a reference on the corresponding field in the struct:
SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__mainbuser); CPointer<Short> p_mainbuser = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__preview
This is how you get a reference on the corresponding field in the struct:
SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__preview); CPointer<Short> p_preview = 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:
SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__flag); CPointer<Byte> p_flag = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__path
This is how you get a reference on the corresponding field in the struct:
SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__path); CPointer<CPointer<Object>> p_path = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__pathflag
This is how you get a reference on the corresponding field in the struct:
SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__pathflag); CPointer<Integer> p_pathflag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__dataicon
This is how you get a reference on the corresponding field in the struct:
SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__dataicon); CPointer<Integer> p_dataicon = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__pinid
This is how you get a reference on the corresponding field in the struct:
SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__pinid); CPointer<CPointer<ID>> p_pinid = p.cast(new Class[]{CPointer.class, ID.class});
public static final long[] __DNA__FIELD__texuser
This is how you get a reference on the corresponding field in the struct:
SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__texuser); CPointer<CPointer<Object>> p_texuser = p.cast(new Class[]{CPointer.class, Object.class});
public SpaceButs(long __address, Block __block, BlockTable __blockTable)
protected SpaceButs(SpaceButs 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
java.io.IOException
__DNA__FIELD__regionbase
public void setRegionbase(ListBase regionbase) throws java.io.IOException
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
java.io.IOException
__DNA__FIELD__v2d
public void setV2d(View2D v2d) throws java.io.IOException
java.io.IOException
__DNA__FIELD__v2d
public short getSpace_subtype() throws java.io.IOException
java.io.IOException
__DNA__FIELD__space_subtype
public void setSpace_subtype(short space_subtype) throws java.io.IOException
java.io.IOException
__DNA__FIELD__space_subtype
public short getMainb() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mainb
public void setMainb(short mainb) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mainb
public short getMainbo() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mainbo
public void setMainbo(short mainbo) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mainbo
public short getMainbuser() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mainbuser
public void setMainbuser(short mainbuser) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mainbuser
public short getPreview() throws java.io.IOException
java.io.IOException
__DNA__FIELD__preview
public void setPreview(short preview) throws java.io.IOException
java.io.IOException
__DNA__FIELD__preview
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public byte getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(byte flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public CPointer<java.lang.Object> getPath() throws java.io.IOException
java.io.IOException
__DNA__FIELD__path
public void setPath(CPointer<java.lang.Object> path) throws java.io.IOException
java.io.IOException
__DNA__FIELD__path
public int getPathflag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pathflag
public void setPathflag(int pathflag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pathflag
public int getDataicon() throws java.io.IOException
java.io.IOException
__DNA__FIELD__dataicon
public void setDataicon(int dataicon) throws java.io.IOException
java.io.IOException
__DNA__FIELD__dataicon
public CPointer<ID> getPinid() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pinid
public void setPinid(CPointer<ID> pinid) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pinid
public CPointer<java.lang.Object> getTexuser() throws java.io.IOException
java.io.IOException
__DNA__FIELD__texuser
public void setTexuser(CPointer<java.lang.Object> texuser) throws java.io.IOException
java.io.IOException
__DNA__FIELD__texuser