public class uiStyle extends CFacade
this is fed to the layout engine and widget code
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__boxspace
Field descriptor (offset) for struct member 'boxspace'.
|
static long[] |
__DNA__FIELD__buttonspacex
Field descriptor (offset) for struct member 'buttonspacex'.
|
static long[] |
__DNA__FIELD__buttonspacey
Field descriptor (offset) for struct member 'buttonspacey'.
|
static long[] |
__DNA__FIELD__columnspace
Field descriptor (offset) for struct member 'columnspace'.
|
static long[] |
__DNA__FIELD__grouplabel
Field descriptor (offset) for struct member 'grouplabel'.
|
static long[] |
__DNA__FIELD__minlabelchars
Field descriptor (offset) for struct member 'minlabelchars'.
|
static long[] |
__DNA__FIELD__minwidgetchars
Field descriptor (offset) for struct member 'minwidgetchars'.
|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
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__panelouter
Field descriptor (offset) for struct member 'panelouter'.
|
static long[] |
__DNA__FIELD__panelspace
Field descriptor (offset) for struct member 'panelspace'.
|
static long[] |
__DNA__FIELD__paneltitle
Field descriptor (offset) for struct member 'paneltitle'.
|
static long[] |
__DNA__FIELD__panelzoom
Field descriptor (offset) for struct member 'panelzoom'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__templatespace
Field descriptor (offset) for struct member 'templatespace'.
|
static long[] |
__DNA__FIELD__widget
Field descriptor (offset) for struct member 'widget'.
|
static long[] |
__DNA__FIELD__widgetlabel
Field descriptor (offset) for struct member 'widgetlabel'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct uiStyle.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
uiStyle(long __address,
Block __block,
BlockTable __blockTable) |
protected |
uiStyle(uiStyle that) |
Modifier and Type | Method and Description |
---|---|
CPointer<uiStyle> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getBoxspace()
Get method for struct member 'boxspace'.
|
short |
getButtonspacex()
Get method for struct member 'buttonspacex'.
|
short |
getButtonspacey()
Get method for struct member 'buttonspacey'.
|
short |
getColumnspace()
Get method for struct member 'columnspace'.
|
uiFontStyle |
getGrouplabel()
Get method for struct member 'grouplabel'.
|
short |
getMinlabelchars()
Get method for struct member 'minlabelchars'.
|
short |
getMinwidgetchars()
Get method for struct member 'minwidgetchars'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
CPointer<uiStyle> |
getNext()
Get method for struct member 'next'.
|
short |
getPad()
Get method for struct member 'pad'.
|
short |
getPanelouter()
Get method for struct member 'panelouter'.
|
short |
getPanelspace()
Get method for struct member 'panelspace'.
|
uiFontStyle |
getPaneltitle()
Get method for struct member 'paneltitle'.
|
float |
getPanelzoom()
Get method for struct member 'panelzoom'.
|
CPointer<uiStyle> |
getPrev()
Get method for struct member 'prev'.
|
short |
getTemplatespace()
Get method for struct member 'templatespace'.
|
uiFontStyle |
getWidget()
Get method for struct member 'widget'.
|
uiFontStyle |
getWidgetlabel()
Get method for struct member 'widgetlabel'.
|
void |
setBoxspace(short boxspace)
Set method for struct member 'boxspace'.
|
void |
setButtonspacex(short buttonspacex)
Set method for struct member 'buttonspacex'.
|
void |
setButtonspacey(short buttonspacey)
Set method for struct member 'buttonspacey'.
|
void |
setColumnspace(short columnspace)
Set method for struct member 'columnspace'.
|
void |
setGrouplabel(uiFontStyle grouplabel)
Set method for struct member 'grouplabel'.
|
void |
setMinlabelchars(short minlabelchars)
Set method for struct member 'minlabelchars'.
|
void |
setMinwidgetchars(short minwidgetchars)
Set method for struct member 'minwidgetchars'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setNext(CPointer<uiStyle> next)
Set method for struct member 'next'.
|
void |
setPad(short pad)
Set method for struct member 'pad'.
|
void |
setPanelouter(short panelouter)
Set method for struct member 'panelouter'.
|
void |
setPanelspace(short panelspace)
Set method for struct member 'panelspace'.
|
void |
setPaneltitle(uiFontStyle paneltitle)
Set method for struct member 'paneltitle'.
|
void |
setPanelzoom(float panelzoom)
Set method for struct member 'panelzoom'.
|
void |
setPrev(CPointer<uiStyle> prev)
Set method for struct member 'prev'.
|
void |
setTemplatespace(short templatespace)
Set method for struct member 'templatespace'.
|
void |
setWidget(uiFontStyle widget)
Set method for struct member 'widget'.
|
void |
setWidgetlabel(uiFontStyle widgetlabel)
Set method for struct member 'widgetlabel'.
|
__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 uiStyle.
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:
uiStyle uistyle = ...; CPointer<Object> p = uistyle.__dna__addressof(uiStyle.__DNA__FIELD__next); CPointer<CPointer<uiStyle>> p_next = p.cast(new Class[]{CPointer.class, uiStyle.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
uiStyle uistyle = ...; CPointer<Object> p = uistyle.__dna__addressof(uiStyle.__DNA__FIELD__prev); CPointer<CPointer<uiStyle>> p_prev = p.cast(new Class[]{CPointer.class, uiStyle.class});
public static final long[] __DNA__FIELD__name
MAX_STYLE_NAME
This is how you get a reference on the corresponding field in the struct:
uiStyle uistyle = ...; CPointer<Object> p = uistyle.__dna__addressof(uiStyle.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__paneltitle
This is how you get a reference on the corresponding field in the struct:
uiStyle uistyle = ...; CPointer<Object> p = uistyle.__dna__addressof(uiStyle.__DNA__FIELD__paneltitle); CPointer<uiFontStyle> p_paneltitle = p.cast(new Class[]{uiFontStyle.class});
public static final long[] __DNA__FIELD__grouplabel
This is how you get a reference on the corresponding field in the struct:
uiStyle uistyle = ...; CPointer<Object> p = uistyle.__dna__addressof(uiStyle.__DNA__FIELD__grouplabel); CPointer<uiFontStyle> p_grouplabel = p.cast(new Class[]{uiFontStyle.class});
public static final long[] __DNA__FIELD__widgetlabel
This is how you get a reference on the corresponding field in the struct:
uiStyle uistyle = ...; CPointer<Object> p = uistyle.__dna__addressof(uiStyle.__DNA__FIELD__widgetlabel); CPointer<uiFontStyle> p_widgetlabel = p.cast(new Class[]{uiFontStyle.class});
public static final long[] __DNA__FIELD__widget
This is how you get a reference on the corresponding field in the struct:
uiStyle uistyle = ...; CPointer<Object> p = uistyle.__dna__addressof(uiStyle.__DNA__FIELD__widget); CPointer<uiFontStyle> p_widget = p.cast(new Class[]{uiFontStyle.class});
public static final long[] __DNA__FIELD__panelzoom
This is how you get a reference on the corresponding field in the struct:
uiStyle uistyle = ...; CPointer<Object> p = uistyle.__dna__addressof(uiStyle.__DNA__FIELD__panelzoom); CPointer<Float> p_panelzoom = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__minlabelchars
in characters
This is how you get a reference on the corresponding field in the struct:
uiStyle uistyle = ...; CPointer<Object> p = uistyle.__dna__addressof(uiStyle.__DNA__FIELD__minlabelchars); CPointer<Short> p_minlabelchars = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__minwidgetchars
in characters
This is how you get a reference on the corresponding field in the struct:
uiStyle uistyle = ...; CPointer<Object> p = uistyle.__dna__addressof(uiStyle.__DNA__FIELD__minwidgetchars); CPointer<Short> p_minwidgetchars = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__columnspace
This is how you get a reference on the corresponding field in the struct:
uiStyle uistyle = ...; CPointer<Object> p = uistyle.__dna__addressof(uiStyle.__DNA__FIELD__columnspace); CPointer<Short> p_columnspace = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__templatespace
This is how you get a reference on the corresponding field in the struct:
uiStyle uistyle = ...; CPointer<Object> p = uistyle.__dna__addressof(uiStyle.__DNA__FIELD__templatespace); CPointer<Short> p_templatespace = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__boxspace
This is how you get a reference on the corresponding field in the struct:
uiStyle uistyle = ...; CPointer<Object> p = uistyle.__dna__addressof(uiStyle.__DNA__FIELD__boxspace); CPointer<Short> p_boxspace = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__buttonspacex
This is how you get a reference on the corresponding field in the struct:
uiStyle uistyle = ...; CPointer<Object> p = uistyle.__dna__addressof(uiStyle.__DNA__FIELD__buttonspacex); CPointer<Short> p_buttonspacex = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__buttonspacey
This is how you get a reference on the corresponding field in the struct:
uiStyle uistyle = ...; CPointer<Object> p = uistyle.__dna__addressof(uiStyle.__DNA__FIELD__buttonspacey); CPointer<Short> p_buttonspacey = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__panelspace
This is how you get a reference on the corresponding field in the struct:
uiStyle uistyle = ...; CPointer<Object> p = uistyle.__dna__addressof(uiStyle.__DNA__FIELD__panelspace); CPointer<Short> p_panelspace = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__panelouter
This is how you get a reference on the corresponding field in the struct:
uiStyle uistyle = ...; CPointer<Object> p = uistyle.__dna__addressof(uiStyle.__DNA__FIELD__panelouter); CPointer<Short> p_panelouter = 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:
uiStyle uistyle = ...; CPointer<Object> p = uistyle.__dna__addressof(uiStyle.__DNA__FIELD__pad); CPointer<Short> p_pad = p.cast(new Class[]{Short.class});
public uiStyle(long __address, Block __block, BlockTable __blockTable)
protected uiStyle(uiStyle that)
public CPointer<uiStyle> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<uiStyle> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<uiStyle> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<uiStyle> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
MAX_STYLE_NAME
java.io.IOException
__DNA__FIELD__name
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
MAX_STYLE_NAME
java.io.IOException
__DNA__FIELD__name
public uiFontStyle getPaneltitle() throws java.io.IOException
java.io.IOException
__DNA__FIELD__paneltitle
public void setPaneltitle(uiFontStyle paneltitle) throws java.io.IOException
java.io.IOException
__DNA__FIELD__paneltitle
public uiFontStyle getGrouplabel() throws java.io.IOException
java.io.IOException
__DNA__FIELD__grouplabel
public void setGrouplabel(uiFontStyle grouplabel) throws java.io.IOException
java.io.IOException
__DNA__FIELD__grouplabel
public uiFontStyle getWidgetlabel() throws java.io.IOException
java.io.IOException
__DNA__FIELD__widgetlabel
public void setWidgetlabel(uiFontStyle widgetlabel) throws java.io.IOException
java.io.IOException
__DNA__FIELD__widgetlabel
public uiFontStyle getWidget() throws java.io.IOException
java.io.IOException
__DNA__FIELD__widget
public void setWidget(uiFontStyle widget) throws java.io.IOException
java.io.IOException
__DNA__FIELD__widget
public float getPanelzoom() throws java.io.IOException
java.io.IOException
__DNA__FIELD__panelzoom
public void setPanelzoom(float panelzoom) throws java.io.IOException
java.io.IOException
__DNA__FIELD__panelzoom
public short getMinlabelchars() throws java.io.IOException
in characters
java.io.IOException
__DNA__FIELD__minlabelchars
public void setMinlabelchars(short minlabelchars) throws java.io.IOException
in characters
java.io.IOException
__DNA__FIELD__minlabelchars
public short getMinwidgetchars() throws java.io.IOException
in characters
java.io.IOException
__DNA__FIELD__minwidgetchars
public void setMinwidgetchars(short minwidgetchars) throws java.io.IOException
in characters
java.io.IOException
__DNA__FIELD__minwidgetchars
public short getColumnspace() throws java.io.IOException
java.io.IOException
__DNA__FIELD__columnspace
public void setColumnspace(short columnspace) throws java.io.IOException
java.io.IOException
__DNA__FIELD__columnspace
public short getTemplatespace() throws java.io.IOException
java.io.IOException
__DNA__FIELD__templatespace
public void setTemplatespace(short templatespace) throws java.io.IOException
java.io.IOException
__DNA__FIELD__templatespace
public short getBoxspace() throws java.io.IOException
java.io.IOException
__DNA__FIELD__boxspace
public void setBoxspace(short boxspace) throws java.io.IOException
java.io.IOException
__DNA__FIELD__boxspace
public short getButtonspacex() throws java.io.IOException
java.io.IOException
__DNA__FIELD__buttonspacex
public void setButtonspacex(short buttonspacex) throws java.io.IOException
java.io.IOException
__DNA__FIELD__buttonspacex
public short getButtonspacey() throws java.io.IOException
java.io.IOException
__DNA__FIELD__buttonspacey
public void setButtonspacey(short buttonspacey) throws java.io.IOException
java.io.IOException
__DNA__FIELD__buttonspacey
public short getPanelspace() throws java.io.IOException
java.io.IOException
__DNA__FIELD__panelspace
public void setPanelspace(short panelspace) throws java.io.IOException
java.io.IOException
__DNA__FIELD__panelspace
public short getPanelouter() throws java.io.IOException
java.io.IOException
__DNA__FIELD__panelouter
public void setPanelouter(short panelouter) throws java.io.IOException
java.io.IOException
__DNA__FIELD__panelouter
public short getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(short pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad