MCPcopy Create free account
hub / github.com/D4stiny/PeaceMaker / InvestigateProcessWindow

Method InvestigateProcessWindow

PeaceMakerGUI/InvestigateProcessWindow.cpp:104–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104InvestigateProcessWindow::InvestigateProcessWindow(QWidget *parent) :
105 QWidget(parent),
106 ui(new Ui::InvestigateProcessWindow)
107{
108 ui->setupUi(this);
109
110 this->setFixedSize(QSize(930, 400));
111
112 InitializeProcessInfoTable();
113 InitializeStackHistoryTable(this->ui->ProcessStackHistoryTable);
114 InitializeProcessImagesTable();
115 InitializeStackHistoryTable(this->ui->ImageStackHistoryTable);
116}
117
118InvestigateProcessWindow::~InvestigateProcessWindow()
119{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected