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

Enum ColumnHeaders

ui/moduleswidget.h:70–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69public:
70 enum ColumnHeaders
71 {
72 AddressColumn,
73 EndAddressColumn,
74 SizeColumn,
75 NameColumn,
76 PathColumn,
77 };
78
79 DebugModulesListModel(QWidget* parent, ViewFrame* view);
80 virtual ~DebugModulesListModel();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected