StackPanel

class StackPanel : DockWindow, OnItemSelectedHandler, CellActivatedHandler {
Signal!StackFrameSelectedHandler stackFrameSelected;
StringGridWidget _grid;
ComboBox _comboBox;
DebugThreadList _debugInfo;
DebugThread _selectedThread;
ulong _currentThreadId;
int _currentThreadIndex;
int _currentFrame;
}

Members

Functions

handleAction
bool handleAction(const Action a)

override to handle specific actions

Meta