public class ARegion extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__alignment
Field descriptor (offset) for struct member 'alignment'.
|
static long[] |
__DNA__FIELD__do_draw
Field descriptor (offset) for struct member 'do_draw'.
|
static long[] |
__DNA__FIELD__do_draw_overlay
Field descriptor (offset) for struct member 'do_draw_overlay'.
|
static long[] |
__DNA__FIELD__draw_buffer
Field descriptor (offset) for struct member 'draw_buffer'.
|
static long[] |
__DNA__FIELD__drawrct
Field descriptor (offset) for struct member 'drawrct'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__flagfullscreen
Field descriptor (offset) for struct member 'flagfullscreen'.
|
static long[] |
__DNA__FIELD__gizmo_map
Field descriptor (offset) for struct member 'gizmo_map'.
|
static long[] |
__DNA__FIELD__handlers
Field descriptor (offset) for struct member 'handlers'.
|
static long[] |
__DNA__FIELD__headerstr
Field descriptor (offset) for struct member 'headerstr'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__overlap
Field descriptor (offset) for struct member 'overlap'.
|
static long[] |
__DNA__FIELD__panels
Field descriptor (offset) for struct member 'panels'.
|
static long[] |
__DNA__FIELD__panels_category
Field descriptor (offset) for struct member 'panels_category'.
|
static long[] |
__DNA__FIELD__panels_category_active
Field descriptor (offset) for struct member 'panels_category_active'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__regiondata
Field descriptor (offset) for struct member 'regiondata'.
|
static long[] |
__DNA__FIELD__regiontimer
Field descriptor (offset) for struct member 'regiontimer'.
|
static long[] |
__DNA__FIELD__regiontype
Field descriptor (offset) for struct member 'regiontype'.
|
static long[] |
__DNA__FIELD__runtime
Field descriptor (offset) for struct member 'runtime'.
|
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__type
Field descriptor (offset) for struct member 'type'.
|
static long[] |
__DNA__FIELD__ui_lists
Field descriptor (offset) for struct member 'ui_lists'.
|
static long[] |
__DNA__FIELD__ui_previews
Field descriptor (offset) for struct member 'ui_previews'.
|
static long[] |
__DNA__FIELD__uiblocks
Field descriptor (offset) for struct member 'uiblocks'.
|
static long[] |
__DNA__FIELD__v2d
Field descriptor (offset) for struct member 'v2d'.
|
static long[] |
__DNA__FIELD__visible
Field descriptor (offset) for struct member 'visible'.
|
static long[] |
__DNA__FIELD__winrct
Field descriptor (offset) for struct member 'winrct'.
|
static long[] |
__DNA__FIELD__winx
Field descriptor (offset) for struct member 'winx'.
|
static long[] |
__DNA__FIELD__winy
Field descriptor (offset) for struct member 'winy'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct ARegion.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
ARegion(ARegion that) |
|
ARegion(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<ARegion> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getAlignment()
Get method for struct member 'alignment'.
|
short |
getDo_draw_overlay()
Get method for struct member 'do_draw_overlay'.
|
short |
getDo_draw()
Get method for struct member 'do_draw'.
|
CPointer<java.lang.Object> |
getDraw_buffer()
Get method for struct member 'draw_buffer'.
|
rcti |
getDrawrct()
Get method for struct member 'drawrct'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
short |
getFlagfullscreen()
Get method for struct member 'flagfullscreen'.
|
CPointer<java.lang.Object> |
getGizmo_map()
Get method for struct member 'gizmo_map'.
|
ListBase |
getHandlers()
Get method for struct member 'handlers'.
|
CPointer<java.lang.Byte> |
getHeaderstr()
Get method for struct member 'headerstr'.
|
CPointer<ARegion> |
getNext()
Get method for struct member 'next'.
|
short |
getOverlap()
Get method for struct member 'overlap'.
|
ListBase |
getPanels_category_active()
Get method for struct member 'panels_category_active'.
|
ListBase |
getPanels_category()
Get method for struct member 'panels_category'.
|
ListBase |
getPanels()
Get method for struct member 'panels'.
|
CPointer<ARegion> |
getPrev()
Get method for struct member 'prev'.
|
CPointer<java.lang.Object> |
getRegiondata()
Get method for struct member 'regiondata'.
|
CPointer<java.lang.Object> |
getRegiontimer()
Get method for struct member 'regiontimer'.
|
short |
getRegiontype()
Get method for struct member 'regiontype'.
|
ARegion_Runtime |
getRuntime()
Get method for struct member 'runtime'.
|
short |
getSizex()
Get method for struct member 'sizex'.
|
short |
getSizey()
Get method for struct member 'sizey'.
|
CPointer<java.lang.Object> |
getType()
Get method for struct member 'type'.
|
ListBase |
getUi_lists()
Get method for struct member 'ui_lists'.
|
ListBase |
getUi_previews()
Get method for struct member 'ui_previews'.
|
ListBase |
getUiblocks()
Get method for struct member 'uiblocks'.
|
View2D |
getV2d()
Get method for struct member 'v2d'.
|
short |
getVisible()
Get method for struct member 'visible'.
|
rcti |
getWinrct()
Get method for struct member 'winrct'.
|
short |
getWinx()
Get method for struct member 'winx'.
|
short |
getWiny()
Get method for struct member 'winy'.
|
void |
setAlignment(short alignment)
Set method for struct member 'alignment'.
|
void |
setDo_draw_overlay(short do_draw_overlay)
Set method for struct member 'do_draw_overlay'.
|
void |
setDo_draw(short do_draw)
Set method for struct member 'do_draw'.
|
void |
setDraw_buffer(CPointer<java.lang.Object> draw_buffer)
Set method for struct member 'draw_buffer'.
|
void |
setDrawrct(rcti drawrct)
Set method for struct member 'drawrct'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setFlagfullscreen(short flagfullscreen)
Set method for struct member 'flagfullscreen'.
|
void |
setGizmo_map(CPointer<java.lang.Object> gizmo_map)
Set method for struct member 'gizmo_map'.
|
void |
setHandlers(ListBase handlers)
Set method for struct member 'handlers'.
|
void |
setHeaderstr(CPointer<java.lang.Byte> headerstr)
Set method for struct member 'headerstr'.
|
void |
setNext(CPointer<ARegion> next)
Set method for struct member 'next'.
|
void |
setOverlap(short overlap)
Set method for struct member 'overlap'.
|
void |
setPanels_category_active(ListBase panels_category_active)
Set method for struct member 'panels_category_active'.
|
void |
setPanels_category(ListBase panels_category)
Set method for struct member 'panels_category'.
|
void |
setPanels(ListBase panels)
Set method for struct member 'panels'.
|
void |
setPrev(CPointer<ARegion> prev)
Set method for struct member 'prev'.
|
void |
setRegiondata(CPointer<java.lang.Object> regiondata)
Set method for struct member 'regiondata'.
|
void |
setRegiontimer(CPointer<java.lang.Object> regiontimer)
Set method for struct member 'regiontimer'.
|
void |
setRegiontype(short regiontype)
Set method for struct member 'regiontype'.
|
void |
setRuntime(ARegion_Runtime runtime)
Set method for struct member 'runtime'.
|
void |
setSizex(short sizex)
Set method for struct member 'sizex'.
|
void |
setSizey(short sizey)
Set method for struct member 'sizey'.
|
void |
setType(CPointer<java.lang.Object> type)
Set method for struct member 'type'.
|
void |
setUi_lists(ListBase ui_lists)
Set method for struct member 'ui_lists'.
|
void |
setUi_previews(ListBase ui_previews)
Set method for struct member 'ui_previews'.
|
void |
setUiblocks(ListBase uiblocks)
Set method for struct member 'uiblocks'.
|
void |
setV2d(View2D v2d)
Set method for struct member 'v2d'.
|
void |
setVisible(short visible)
Set method for struct member 'visible'.
|
void |
setWinrct(rcti winrct)
Set method for struct member 'winrct'.
|
void |
setWinx(short winx)
Set method for struct member 'winx'.
|
void |
setWiny(short winy)
Set method for struct member 'winy'.
|
__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 ARegion.
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:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__next); CPointer<CPointer<ARegion>> p_next = p.cast(new Class[]{CPointer.class, ARegion.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__prev); CPointer<CPointer<ARegion>> p_prev = p.cast(new Class[]{CPointer.class, ARegion.class});
public static final long[] __DNA__FIELD__v2d
2D-View scrolling/zoom info (most regions are 2d anyways).
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__v2d); CPointer<View2D> p_v2d = p.cast(new Class[]{View2D.class});
public static final long[] __DNA__FIELD__winrct
Coordinates of region.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__winrct); CPointer<rcti> p_winrct = p.cast(new Class[]{rcti.class});
public static final long[] __DNA__FIELD__drawrct
Runtime for partial redraw, same or smaller than winrct.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__drawrct); CPointer<rcti> p_drawrct = p.cast(new Class[]{rcti.class});
public static final long[] __DNA__FIELD__winx
Size.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__winx); CPointer<Short> p_winx = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__winy
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__winy); CPointer<Short> p_winy = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__visible
Region is currently visible on screen.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__visible); CPointer<Short> p_visible = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__regiontype
Window, header, etc. identifier for drawing.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__regiontype); CPointer<Short> p_regiontype = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__alignment
How it should split.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__alignment); CPointer<Short> p_alignment = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag
Hide, ....
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__sizex
.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__sizex); CPointer<Short> p_sizex = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__sizey
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__sizey); CPointer<Short> p_sizey = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__do_draw
Private, cached notifier events.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__do_draw); CPointer<Short> p_do_draw = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__do_draw_overlay
Private, cached notifier events.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__do_draw_overlay); CPointer<Short> p_do_draw_overlay = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__overlap
Private, set for indicate drawing overlapped.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__overlap); CPointer<Short> p_overlap = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flagfullscreen
Temporary copy of flag settings for clean fullscreen.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__flagfullscreen); CPointer<Short> p_flagfullscreen = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__type
Callbacks for this region type.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__type); CPointer<CPointer<Object>> p_type = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__uiblocks
#uiBlock.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__uiblocks); CPointer<ListBase> p_uiblocks = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__panels
Panel
.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__panels); CPointer<ListBase> p_panels = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__panels_category_active
Stack of panel categories.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__panels_category_active); CPointer<ListBase> p_panels_category_active = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__ui_lists
uiList
.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__ui_lists); CPointer<ListBase> p_ui_lists = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__ui_previews
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__ui_previews); CPointer<ListBase> p_ui_previews = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__handlers
#wmEventHandler.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__handlers); CPointer<ListBase> p_handlers = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__panels_category
Panel
categories runtime.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__panels_category); CPointer<ListBase> p_panels_category = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__gizmo_map
Gizmo-map of this region.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__gizmo_map); CPointer<CPointer<Object>> p_gizmo_map = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__regiontimer
Blend in/out.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__regiontimer); CPointer<CPointer<Object>> p_regiontimer = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__draw_buffer
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__draw_buffer); CPointer<CPointer<Object>> p_draw_buffer = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__headerstr
Use this string to draw info.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__headerstr); CPointer<CPointer<Byte>> p_headerstr = p.cast(new Class[]{CPointer.class, Byte.class});
public static final long[] __DNA__FIELD__regiondata
XXX 2.50, need spacedata equivalent?.
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__regiondata); CPointer<CPointer<Object>> p_regiondata = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__runtime
This is how you get a reference on the corresponding field in the struct:
ARegion aregion = ...; CPointer<Object> p = aregion.__dna__addressof(ARegion.__DNA__FIELD__runtime); CPointer<ARegion_Runtime> p_runtime = p.cast(new Class[]{ARegion_Runtime.class});
public ARegion(long __address, Block __block, BlockTable __blockTable)
protected ARegion(ARegion that)
public CPointer<ARegion> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<ARegion> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<ARegion> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<ARegion> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public View2D getV2d() throws java.io.IOException
2D-View scrolling/zoom info (most regions are 2d anyways).
java.io.IOException
__DNA__FIELD__v2d
public void setV2d(View2D v2d) throws java.io.IOException
2D-View scrolling/zoom info (most regions are 2d anyways).
java.io.IOException
__DNA__FIELD__v2d
public rcti getWinrct() throws java.io.IOException
Coordinates of region.
java.io.IOException
__DNA__FIELD__winrct
public void setWinrct(rcti winrct) throws java.io.IOException
Coordinates of region.
java.io.IOException
__DNA__FIELD__winrct
public rcti getDrawrct() throws java.io.IOException
Runtime for partial redraw, same or smaller than winrct.
java.io.IOException
__DNA__FIELD__drawrct
public void setDrawrct(rcti drawrct) throws java.io.IOException
Runtime for partial redraw, same or smaller than winrct.
java.io.IOException
__DNA__FIELD__drawrct
public short getWinx() throws java.io.IOException
Size.
java.io.IOException
__DNA__FIELD__winx
public void setWinx(short winx) throws java.io.IOException
Size.
java.io.IOException
__DNA__FIELD__winx
public short getWiny() throws java.io.IOException
java.io.IOException
__DNA__FIELD__winy
public void setWiny(short winy) throws java.io.IOException
java.io.IOException
__DNA__FIELD__winy
public short getVisible() throws java.io.IOException
Region is currently visible on screen.
java.io.IOException
__DNA__FIELD__visible
public void setVisible(short visible) throws java.io.IOException
Region is currently visible on screen.
java.io.IOException
__DNA__FIELD__visible
public short getRegiontype() throws java.io.IOException
Window, header, etc. identifier for drawing.
java.io.IOException
__DNA__FIELD__regiontype
public void setRegiontype(short regiontype) throws java.io.IOException
Window, header, etc. identifier for drawing.
java.io.IOException
__DNA__FIELD__regiontype
public short getAlignment() throws java.io.IOException
How it should split.
java.io.IOException
__DNA__FIELD__alignment
public void setAlignment(short alignment) throws java.io.IOException
How it should split.
java.io.IOException
__DNA__FIELD__alignment
public short getFlag() throws java.io.IOException
Hide, ....
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
Hide, ....
java.io.IOException
__DNA__FIELD__flag
public short getSizex() throws java.io.IOException
.
java.io.IOException
__DNA__FIELD__sizex
public void setSizex(short sizex) throws java.io.IOException
.
java.io.IOException
__DNA__FIELD__sizex
public short getSizey() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sizey
public void setSizey(short sizey) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sizey
public short getDo_draw() throws java.io.IOException
Private, cached notifier events.
java.io.IOException
__DNA__FIELD__do_draw
public void setDo_draw(short do_draw) throws java.io.IOException
Private, cached notifier events.
java.io.IOException
__DNA__FIELD__do_draw
public short getDo_draw_overlay() throws java.io.IOException
Private, cached notifier events.
java.io.IOException
__DNA__FIELD__do_draw_overlay
public void setDo_draw_overlay(short do_draw_overlay) throws java.io.IOException
Private, cached notifier events.
java.io.IOException
__DNA__FIELD__do_draw_overlay
public short getOverlap() throws java.io.IOException
Private, set for indicate drawing overlapped.
java.io.IOException
__DNA__FIELD__overlap
public void setOverlap(short overlap) throws java.io.IOException
Private, set for indicate drawing overlapped.
java.io.IOException
__DNA__FIELD__overlap
public short getFlagfullscreen() throws java.io.IOException
Temporary copy of flag settings for clean fullscreen.
java.io.IOException
__DNA__FIELD__flagfullscreen
public void setFlagfullscreen(short flagfullscreen) throws java.io.IOException
Temporary copy of flag settings for clean fullscreen.
java.io.IOException
__DNA__FIELD__flagfullscreen
public CPointer<java.lang.Object> getType() throws java.io.IOException
Callbacks for this region type.
java.io.IOException
__DNA__FIELD__type
public void setType(CPointer<java.lang.Object> type) throws java.io.IOException
Callbacks for this region type.
java.io.IOException
__DNA__FIELD__type
public ListBase getUiblocks() throws java.io.IOException
#uiBlock.
java.io.IOException
__DNA__FIELD__uiblocks
public void setUiblocks(ListBase uiblocks) throws java.io.IOException
#uiBlock.
java.io.IOException
__DNA__FIELD__uiblocks
public ListBase getPanels() throws java.io.IOException
java.io.IOException
__DNA__FIELD__panels
public void setPanels(ListBase panels) throws java.io.IOException
java.io.IOException
__DNA__FIELD__panels
public ListBase getPanels_category_active() throws java.io.IOException
Stack of panel categories.
java.io.IOException
__DNA__FIELD__panels_category_active
public void setPanels_category_active(ListBase panels_category_active) throws java.io.IOException
Stack of panel categories.
java.io.IOException
__DNA__FIELD__panels_category_active
public ListBase getUi_lists() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ui_lists
public void setUi_lists(ListBase ui_lists) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ui_lists
public ListBase getUi_previews() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ui_previews
public void setUi_previews(ListBase ui_previews) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ui_previews
public ListBase getHandlers() throws java.io.IOException
#wmEventHandler.
java.io.IOException
__DNA__FIELD__handlers
public void setHandlers(ListBase handlers) throws java.io.IOException
#wmEventHandler.
java.io.IOException
__DNA__FIELD__handlers
public ListBase getPanels_category() throws java.io.IOException
Panel
categories runtime.
java.io.IOException
__DNA__FIELD__panels_category
public void setPanels_category(ListBase panels_category) throws java.io.IOException
Panel
categories runtime.
java.io.IOException
__DNA__FIELD__panels_category
public CPointer<java.lang.Object> getGizmo_map() throws java.io.IOException
Gizmo-map of this region.
java.io.IOException
__DNA__FIELD__gizmo_map
public void setGizmo_map(CPointer<java.lang.Object> gizmo_map) throws java.io.IOException
Gizmo-map of this region.
java.io.IOException
__DNA__FIELD__gizmo_map
public CPointer<java.lang.Object> getRegiontimer() throws java.io.IOException
Blend in/out.
java.io.IOException
__DNA__FIELD__regiontimer
public void setRegiontimer(CPointer<java.lang.Object> regiontimer) throws java.io.IOException
Blend in/out.
java.io.IOException
__DNA__FIELD__regiontimer
public CPointer<java.lang.Object> getDraw_buffer() throws java.io.IOException
java.io.IOException
__DNA__FIELD__draw_buffer
public void setDraw_buffer(CPointer<java.lang.Object> draw_buffer) throws java.io.IOException
java.io.IOException
__DNA__FIELD__draw_buffer
public CPointer<java.lang.Byte> getHeaderstr() throws java.io.IOException
Use this string to draw info.
java.io.IOException
__DNA__FIELD__headerstr
public void setHeaderstr(CPointer<java.lang.Byte> headerstr) throws java.io.IOException
Use this string to draw info.
java.io.IOException
__DNA__FIELD__headerstr
public CPointer<java.lang.Object> getRegiondata() throws java.io.IOException
XXX 2.50, need spacedata equivalent?.
java.io.IOException
__DNA__FIELD__regiondata
public void setRegiondata(CPointer<java.lang.Object> regiondata) throws java.io.IOException
XXX 2.50, need spacedata equivalent?.
java.io.IOException
__DNA__FIELD__regiondata
public ARegion_Runtime getRuntime() throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime
public void setRuntime(ARegion_Runtime runtime) throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime