MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / SetInput

Method SetInput

AdaptixClient/Source/UI/Widgets/ConsoleWidget.cpp:222–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220void ConsoleWidget::AddToHistory(const QString &command) { kphInputLineEdit->AddToHistory(command); }
221
222void ConsoleWidget::SetInput(const QString &command) { InputLineEdit->setText(command); }
223
224void ConsoleWidget::Clear() { OutputTextEdit->clear(); }
225

Callers 2

contextMenuEventMethod · 0.80
actionExecuteCommandMethod · 0.80

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected