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

Class AttachProcessDialog

ui/attachprocess.h:163–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162
163class AttachProcessDialog : public QDialog
164{
165 Q_OBJECT;
166
167private:
168 ProcessListWidget* m_processListWidget;
169 FilteredView* m_filter;
170 FilterEdit* m_separateEdit;
171 uint32_t m_selectedPid {};
172
173public:
174 AttachProcessDialog(QWidget* parent, DbgRef<DebuggerController> controller);
175 uint32_t GetSelectedPid();
176
177private Q_SLOTS:
178 void apply();
179};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected