StackPanel

Undocumented in source.

Constructors

this
this(string id)
Undocumented in source.

Members

Functions

createBodyWidget
Widget createBodyWidget()
Undocumented in source. Be warned that the author may not have intended to support it.
handleAction
bool handleAction(Action a)

override to handle specific actions

layout
void layout(Rect rc)
Undocumented in source. Be warned that the author may not have intended to support it.
onCellActivated
void onCellActivated(GridWidgetBase source, int col, int row)
Undocumented in source. Be warned that the author may not have intended to support it.
onItemSelected
bool onItemSelected(Widget source, int itemIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
onPopupMenuItem
void onPopupMenuItem(MenuItem item)
Undocumented in source. Be warned that the author may not have intended to support it.
updateDebugInfo
void updateDebugInfo(DebugThreadList data, ulong currentThreadId, int currentFrame)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_comboBox
ComboBox _comboBox;
Undocumented in source.
_currentFrame
int _currentFrame;
Undocumented in source.
_currentThreadId
ulong _currentThreadId;
Undocumented in source.
_currentThreadIndex
int _currentThreadIndex;
Undocumented in source.
_debugInfo
DebugThreadList _debugInfo;
Undocumented in source.
_grid
StringGridWidget _grid;
Undocumented in source.
_selectedThread
DebugThread _selectedThread;
Undocumented in source.
stackFrameSelected
Signal!StackFrameSelectedHandler stackFrameSelected;
Undocumented in source.

Meta