public class Panel extends CFacade
The part from uiBlock that needs saved in file.
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__activedata
Field descriptor (offset) for struct member 'activedata'.
|
static long[] |
__DNA__FIELD__blocksizex
Field descriptor (offset) for struct member 'blocksizex'.
|
static long[] |
__DNA__FIELD__blocksizey
Field descriptor (offset) for struct member 'blocksizey'.
|
static long[] |
__DNA__FIELD__children
Field descriptor (offset) for struct member 'children'.
|
static long[] |
__DNA__FIELD__drawname
Field descriptor (offset) for struct member 'drawname'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__labelofs
Field descriptor (offset) for struct member 'labelofs'.
|
static long[] |
__DNA__FIELD__layout
Field descriptor (offset) for struct member 'layout'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__ofsx
Field descriptor (offset) for struct member 'ofsx'.
|
static long[] |
__DNA__FIELD__ofsy
Field descriptor (offset) for struct member 'ofsy'.
|
static long[] |
__DNA__FIELD__panelname
Field descriptor (offset) for struct member 'panelname'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__runtime
Field descriptor (offset) for struct member 'runtime'.
|
static long[] |
__DNA__FIELD__runtime_flag
Field descriptor (offset) for struct member 'runtime_flag'.
|
static long[] |
__DNA__FIELD__sizex
Field descriptor (offset) for struct member 'sizex'.
|
static long[] |
__DNA__FIELD__sizey
Field descriptor (offset) for struct member 'sizey'.
|
static long[] |
__DNA__FIELD__sortorder
Field descriptor (offset) for struct member 'sortorder'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct Panel.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
Panel(long __address,
Block __block,
BlockTable __blockTable) |
protected |
Panel(Panel that) |
Modifier and Type | Method and Description |
---|---|
CPointer<Panel> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
CPointer<java.lang.Object> |
getActivedata()
Get method for struct member 'activedata'.
|
int |
getBlocksizex()
Get method for struct member 'blocksizex'.
|
int |
getBlocksizey()
Get method for struct member 'blocksizey'.
|
ListBase |
getChildren()
Get method for struct member 'children'.
|
CArrayFacade<java.lang.Byte> |
getDrawname()
Get method for struct member 'drawname'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
short |
getLabelofs()
Get method for struct member 'labelofs'.
|
CPointer<java.lang.Object> |
getLayout()
Get method for struct member 'layout'.
|
CPointer<Panel> |
getNext()
Get method for struct member 'next'.
|
int |
getOfsx()
Get method for struct member 'ofsx'.
|
int |
getOfsy()
Get method for struct member 'ofsy'.
|
CArrayFacade<java.lang.Byte> |
getPanelname()
Get method for struct member 'panelname'.
|
CPointer<Panel> |
getPrev()
Get method for struct member 'prev'.
|
short |
getRuntime_flag()
Get method for struct member 'runtime_flag'.
|
Panel_Runtime |
getRuntime()
Get method for struct member 'runtime'.
|
int |
getSizex()
Get method for struct member 'sizex'.
|
int |
getSizey()
Get method for struct member 'sizey'.
|
int |
getSortorder()
Get method for struct member 'sortorder'.
|
CPointer<java.lang.Object> |
getType()
Get method for struct member 'type'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setActivedata(CPointer<java.lang.Object> activedata)
Set method for struct member 'activedata'.
|
void |
setBlocksizex(int blocksizex)
Set method for struct member 'blocksizex'.
|
void |
setBlocksizey(int blocksizey)
Set method for struct member 'blocksizey'.
|
void |
setChildren(ListBase children)
Set method for struct member 'children'.
|
void |
setDrawname(CArrayFacade<java.lang.Byte> drawname)
Set method for struct member 'drawname'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setLabelofs(short labelofs)
Set method for struct member 'labelofs'.
|
void |
setLayout(CPointer<java.lang.Object> layout)
Set method for struct member 'layout'.
|
void |
setNext(CPointer<Panel> next)
Set method for struct member 'next'.
|
void |
setOfsx(int ofsx)
Set method for struct member 'ofsx'.
|
void |
setOfsy(int ofsy)
Set method for struct member 'ofsy'.
|
void |
setPanelname(CArrayFacade<java.lang.Byte> panelname)
Set method for struct member 'panelname'.
|
void |
setPrev(CPointer<Panel> prev)
Set method for struct member 'prev'.
|
void |
setRuntime_flag(short runtime_flag)
Set method for struct member 'runtime_flag'.
|
void |
setRuntime(Panel_Runtime runtime)
Set method for struct member 'runtime'.
|
void |
setSizex(int sizex)
Set method for struct member 'sizex'.
|
void |
setSizey(int sizey)
Set method for struct member 'sizey'.
|
void |
setSortorder(int sortorder)
Set method for struct member 'sortorder'.
|
void |
setType(CPointer<java.lang.Object> type)
Set method for struct member 'type'.
|
__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 Panel.
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:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD__next); CPointer<CPointer<Panel>> p_next = p.cast(new Class[]{CPointer.class, Panel.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD__prev); CPointer<CPointer<Panel>> p_prev = p.cast(new Class[]{CPointer.class, Panel.class});
public static final long[] __DNA__FIELD__type
Runtime.
This is how you get a reference on the corresponding field in the struct:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD__type); CPointer<CPointer<Object>> p_type = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__layout
Runtime for drawing.
This is how you get a reference on the corresponding field in the struct:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD__layout); CPointer<CPointer<Object>> p_layout = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__panelname
Defined as UI_MAX_NAME_STR.
This is how you get a reference on the corresponding field in the struct:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD__panelname); CPointer<CArrayFacade<Byte>> p_panelname = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__drawname
Panel
name is identifier for restoring location.
This is how you get a reference on the corresponding field in the struct:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD__drawname); CPointer<CArrayFacade<Byte>> p_drawname = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__ofsx
Offset within the region.
This is how you get a reference on the corresponding field in the struct:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD__ofsx); CPointer<Integer> p_ofsx = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__ofsy
This is how you get a reference on the corresponding field in the struct:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD__ofsy); CPointer<Integer> p_ofsy = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__sizex
Panel
size including children.
This is how you get a reference on the corresponding field in the struct:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD__sizex); CPointer<Integer> p_sizex = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__sizey
This is how you get a reference on the corresponding field in the struct:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD__sizey); CPointer<Integer> p_sizey = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__blocksizex
Panel
size excluding children.
This is how you get a reference on the corresponding field in the struct:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD__blocksizex); CPointer<Integer> p_blocksizex = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__blocksizey
This is how you get a reference on the corresponding field in the struct:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD__blocksizey); CPointer<Integer> p_blocksizey = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__labelofs
This is how you get a reference on the corresponding field in the struct:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD__labelofs); CPointer<Short> p_labelofs = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__runtime_flag
This is how you get a reference on the corresponding field in the struct:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD__runtime_flag); CPointer<Short> p_runtime_flag = 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:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__sortorder
s are aligned according to increasing sort-order.
This is how you get a reference on the corresponding field in the struct:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD__sortorder); CPointer<Integer> p_sortorder = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__activedata
Runtime for panel manipulation.
This is how you get a reference on the corresponding field in the struct:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD__activedata); CPointer<CPointer<Object>> p_activedata = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__children
Sub panels.
This is how you get a reference on the corresponding field in the struct:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD__children); CPointer<ListBase> p_children = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__runtime
This is how you get a reference on the corresponding field in the struct:
Panel panel = ...; CPointer<Object> p = panel.__dna__addressof(Panel.__DNA__FIELD__runtime); CPointer<Panel_Runtime> p_runtime = p.cast(new Class[]{Panel_Runtime.class});
public Panel(long __address, Block __block, BlockTable __blockTable)
protected Panel(Panel that)
public CPointer<Panel> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<Panel> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<Panel> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<Panel> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CPointer<java.lang.Object> getType() throws java.io.IOException
Runtime.
java.io.IOException
__DNA__FIELD__type
public void setType(CPointer<java.lang.Object> type) throws java.io.IOException
Runtime.
java.io.IOException
__DNA__FIELD__type
public CPointer<java.lang.Object> getLayout() throws java.io.IOException
Runtime for drawing.
java.io.IOException
__DNA__FIELD__layout
public void setLayout(CPointer<java.lang.Object> layout) throws java.io.IOException
Runtime for drawing.
java.io.IOException
__DNA__FIELD__layout
public CArrayFacade<java.lang.Byte> getPanelname() throws java.io.IOException
Defined as UI_MAX_NAME_STR.
java.io.IOException
__DNA__FIELD__panelname
public void setPanelname(CArrayFacade<java.lang.Byte> panelname) throws java.io.IOException
Defined as UI_MAX_NAME_STR.
java.io.IOException
__DNA__FIELD__panelname
public CArrayFacade<java.lang.Byte> getDrawname() throws java.io.IOException
Panel
name is identifier for restoring location.
java.io.IOException
__DNA__FIELD__drawname
public void setDrawname(CArrayFacade<java.lang.Byte> drawname) throws java.io.IOException
Panel
name is identifier for restoring location.
java.io.IOException
__DNA__FIELD__drawname
public int getOfsx() throws java.io.IOException
Offset within the region.
java.io.IOException
__DNA__FIELD__ofsx
public void setOfsx(int ofsx) throws java.io.IOException
Offset within the region.
java.io.IOException
__DNA__FIELD__ofsx
public int getOfsy() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ofsy
public void setOfsy(int ofsy) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ofsy
public int getSizex() throws java.io.IOException
Panel
size including children.
java.io.IOException
__DNA__FIELD__sizex
public void setSizex(int sizex) throws java.io.IOException
Panel
size including children.
java.io.IOException
__DNA__FIELD__sizex
public int getSizey() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sizey
public void setSizey(int sizey) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sizey
public int getBlocksizex() throws java.io.IOException
Panel
size excluding children.
java.io.IOException
__DNA__FIELD__blocksizex
public void setBlocksizex(int blocksizex) throws java.io.IOException
Panel
size excluding children.
java.io.IOException
__DNA__FIELD__blocksizex
public int getBlocksizey() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blocksizey
public void setBlocksizey(int blocksizey) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blocksizey
public short getLabelofs() throws java.io.IOException
java.io.IOException
__DNA__FIELD__labelofs
public void setLabelofs(short labelofs) throws java.io.IOException
java.io.IOException
__DNA__FIELD__labelofs
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public short getRuntime_flag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime_flag
public void setRuntime_flag(short runtime_flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime_flag
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 int getSortorder() throws java.io.IOException
s are aligned according to increasing sort-order.
java.io.IOException
__DNA__FIELD__sortorder
public void setSortorder(int sortorder) throws java.io.IOException
s are aligned according to increasing sort-order.
java.io.IOException
__DNA__FIELD__sortorder
public CPointer<java.lang.Object> getActivedata() throws java.io.IOException
Runtime for panel manipulation.
java.io.IOException
__DNA__FIELD__activedata
public void setActivedata(CPointer<java.lang.Object> activedata) throws java.io.IOException
Runtime for panel manipulation.
java.io.IOException
__DNA__FIELD__activedata
public ListBase getChildren() throws java.io.IOException
Sub panels.
java.io.IOException
__DNA__FIELD__children
public void setChildren(ListBase children) throws java.io.IOException
Sub panels.
java.io.IOException
__DNA__FIELD__children
public Panel_Runtime getRuntime() throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime
public void setRuntime(Panel_Runtime runtime) throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime