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

Class DebugModulesWithFilter

ui/moduleswidget.h:183–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182
183class DebugModulesWithFilter : public QWidget
184{
185 Q_OBJECT
186
187 ViewFrame* m_view;
188 DebugModulesWidget* m_modules;
189 FilteredView* m_filter;
190 FilterEdit* m_separateEdit = nullptr;
191
192public:
193 DebugModulesWithFilter(ViewFrame* view, BinaryViewRef data);
194 void updateFonts();
195};
196
197
198class GlobalDebugModulesContainer : public GlobalAreaWidget

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected