MCPcopy Create free account
hub / github.com/Vector35/debugger / ColumnHeaders

Enum ColumnHeaders

ui/stackwidget.h:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82public:
83 enum ColumnHeaders
84 {
85 OffsetColumn,
86 AddressColumn,
87 ValueColumn,
88 HintColumn
89 };
90
91 DebugStackListModel(QWidget* parent, BinaryViewRef data, ViewFrame* view);
92 virtual ~DebugStackListModel();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected