public class uiWidgetColors extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__alpha_check
Field descriptor (offset) for struct member 'alpha_check'.
|
static long[] |
__DNA__FIELD__inner
Field descriptor (offset) for struct member 'inner'.
|
static long[] |
__DNA__FIELD__inner_sel
Field descriptor (offset) for struct member 'inner_sel'.
|
static long[] |
__DNA__FIELD__item
Field descriptor (offset) for struct member 'item'.
|
static long[] |
__DNA__FIELD__outline
Field descriptor (offset) for struct member 'outline'.
|
static long[] |
__DNA__FIELD__shaded
Field descriptor (offset) for struct member 'shaded'.
|
static long[] |
__DNA__FIELD__shadedown
Field descriptor (offset) for struct member 'shadedown'.
|
static long[] |
__DNA__FIELD__shadetop
Field descriptor (offset) for struct member 'shadetop'.
|
static long[] |
__DNA__FIELD__text
Field descriptor (offset) for struct member 'text'.
|
static long[] |
__DNA__FIELD__text_sel
Field descriptor (offset) for struct member 'text_sel'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct uiWidgetColors.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
uiWidgetColors(long __address,
Block __block,
BlockTable __blockTable) |
protected |
uiWidgetColors(uiWidgetColors that) |
Modifier and Type | Method and Description |
---|---|
CPointer<uiWidgetColors> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getAlpha_check()
Get method for struct member 'alpha_check'.
|
CArrayFacade<java.lang.Byte> |
getInner_sel()
Get method for struct member 'inner_sel'.
|
CArrayFacade<java.lang.Byte> |
getInner()
Get method for struct member 'inner'.
|
CArrayFacade<java.lang.Byte> |
getItem()
Get method for struct member 'item'.
|
CArrayFacade<java.lang.Byte> |
getOutline()
Get method for struct member 'outline'.
|
short |
getShaded()
Get method for struct member 'shaded'.
|
short |
getShadedown()
Get method for struct member 'shadedown'.
|
short |
getShadetop()
Get method for struct member 'shadetop'.
|
CArrayFacade<java.lang.Byte> |
getText_sel()
Get method for struct member 'text_sel'.
|
CArrayFacade<java.lang.Byte> |
getText()
Get method for struct member 'text'.
|
void |
setAlpha_check(short alpha_check)
Set method for struct member 'alpha_check'.
|
void |
setInner_sel(CArrayFacade<java.lang.Byte> inner_sel)
Set method for struct member 'inner_sel'.
|
void |
setInner(CArrayFacade<java.lang.Byte> inner)
Set method for struct member 'inner'.
|
void |
setItem(CArrayFacade<java.lang.Byte> item)
Set method for struct member 'item'.
|
void |
setOutline(CArrayFacade<java.lang.Byte> outline)
Set method for struct member 'outline'.
|
void |
setShaded(short shaded)
Set method for struct member 'shaded'.
|
void |
setShadedown(short shadedown)
Set method for struct member 'shadedown'.
|
void |
setShadetop(short shadetop)
Set method for struct member 'shadetop'.
|
void |
setText_sel(CArrayFacade<java.lang.Byte> text_sel)
Set method for struct member 'text_sel'.
|
void |
setText(CArrayFacade<java.lang.Byte> text)
Set method for struct member 'text'.
|
__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 uiWidgetColors.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__outline
This is how you get a reference on the corresponding field in the struct:
uiWidgetColors uiwidgetcolors = ...; CPointer<Object> p = uiwidgetcolors.__dna__addressof(uiWidgetColors.__DNA__FIELD__outline); CPointer<CArrayFacade<Byte>> p_outline = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__inner
This is how you get a reference on the corresponding field in the struct:
uiWidgetColors uiwidgetcolors = ...; CPointer<Object> p = uiwidgetcolors.__dna__addressof(uiWidgetColors.__DNA__FIELD__inner); CPointer<CArrayFacade<Byte>> p_inner = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__inner_sel
This is how you get a reference on the corresponding field in the struct:
uiWidgetColors uiwidgetcolors = ...; CPointer<Object> p = uiwidgetcolors.__dna__addressof(uiWidgetColors.__DNA__FIELD__inner_sel); CPointer<CArrayFacade<Byte>> p_inner_sel = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__item
This is how you get a reference on the corresponding field in the struct:
uiWidgetColors uiwidgetcolors = ...; CPointer<Object> p = uiwidgetcolors.__dna__addressof(uiWidgetColors.__DNA__FIELD__item); CPointer<CArrayFacade<Byte>> p_item = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__text
This is how you get a reference on the corresponding field in the struct:
uiWidgetColors uiwidgetcolors = ...; CPointer<Object> p = uiwidgetcolors.__dna__addressof(uiWidgetColors.__DNA__FIELD__text); CPointer<CArrayFacade<Byte>> p_text = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__text_sel
This is how you get a reference on the corresponding field in the struct:
uiWidgetColors uiwidgetcolors = ...; CPointer<Object> p = uiwidgetcolors.__dna__addressof(uiWidgetColors.__DNA__FIELD__text_sel); CPointer<CArrayFacade<Byte>> p_text_sel = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__shaded
This is how you get a reference on the corresponding field in the struct:
uiWidgetColors uiwidgetcolors = ...; CPointer<Object> p = uiwidgetcolors.__dna__addressof(uiWidgetColors.__DNA__FIELD__shaded); CPointer<Short> p_shaded = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__shadetop
This is how you get a reference on the corresponding field in the struct:
uiWidgetColors uiwidgetcolors = ...; CPointer<Object> p = uiwidgetcolors.__dna__addressof(uiWidgetColors.__DNA__FIELD__shadetop); CPointer<Short> p_shadetop = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__shadedown
This is how you get a reference on the corresponding field in the struct:
uiWidgetColors uiwidgetcolors = ...; CPointer<Object> p = uiwidgetcolors.__dna__addressof(uiWidgetColors.__DNA__FIELD__shadedown); CPointer<Short> p_shadedown = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__alpha_check
This is how you get a reference on the corresponding field in the struct:
uiWidgetColors uiwidgetcolors = ...; CPointer<Object> p = uiwidgetcolors.__dna__addressof(uiWidgetColors.__DNA__FIELD__alpha_check); CPointer<Short> p_alpha_check = p.cast(new Class[]{Short.class});
public uiWidgetColors(long __address, Block __block, BlockTable __blockTable)
protected uiWidgetColors(uiWidgetColors that)
public CArrayFacade<java.lang.Byte> getOutline() throws java.io.IOException
java.io.IOException
__DNA__FIELD__outline
public void setOutline(CArrayFacade<java.lang.Byte> outline) throws java.io.IOException
java.io.IOException
__DNA__FIELD__outline
public CArrayFacade<java.lang.Byte> getInner() throws java.io.IOException
java.io.IOException
__DNA__FIELD__inner
public void setInner(CArrayFacade<java.lang.Byte> inner) throws java.io.IOException
java.io.IOException
__DNA__FIELD__inner
public CArrayFacade<java.lang.Byte> getInner_sel() throws java.io.IOException
java.io.IOException
__DNA__FIELD__inner_sel
public void setInner_sel(CArrayFacade<java.lang.Byte> inner_sel) throws java.io.IOException
java.io.IOException
__DNA__FIELD__inner_sel
public CArrayFacade<java.lang.Byte> getItem() throws java.io.IOException
java.io.IOException
__DNA__FIELD__item
public void setItem(CArrayFacade<java.lang.Byte> item) throws java.io.IOException
java.io.IOException
__DNA__FIELD__item
public CArrayFacade<java.lang.Byte> getText() throws java.io.IOException
java.io.IOException
__DNA__FIELD__text
public void setText(CArrayFacade<java.lang.Byte> text) throws java.io.IOException
java.io.IOException
__DNA__FIELD__text
public CArrayFacade<java.lang.Byte> getText_sel() throws java.io.IOException
java.io.IOException
__DNA__FIELD__text_sel
public void setText_sel(CArrayFacade<java.lang.Byte> text_sel) throws java.io.IOException
java.io.IOException
__DNA__FIELD__text_sel
public short getShaded() throws java.io.IOException
java.io.IOException
__DNA__FIELD__shaded
public void setShaded(short shaded) throws java.io.IOException
java.io.IOException
__DNA__FIELD__shaded
public short getShadetop() throws java.io.IOException
java.io.IOException
__DNA__FIELD__shadetop
public void setShadetop(short shadetop) throws java.io.IOException
java.io.IOException
__DNA__FIELD__shadetop
public short getShadedown() throws java.io.IOException
java.io.IOException
__DNA__FIELD__shadedown
public void setShadedown(short shadedown) throws java.io.IOException
java.io.IOException
__DNA__FIELD__shadedown
public short getAlpha_check() throws java.io.IOException
java.io.IOException
__DNA__FIELD__alpha_check
public void setAlpha_check(short alpha_check) throws java.io.IOException
java.io.IOException
__DNA__FIELD__alpha_check
public CPointer<uiWidgetColors> __io__addressof()