MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / UpdateStatus

Method UpdateStatus

vkconfig_gui/tab_diagnostics.cpp:260–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void TabDiagnostics::UpdateStatus() {
261 this->status = this->BuildStatus(this->mode, this->ui->diagnostic_mode_options->currentIndex());
262
263 this->ui->diagnostic_status_text->setPlainText(this->status.c_str());
264
265 this->ui->diagnostic_search_clear->setEnabled(!this->ui->diagnostic_search_edit->text().isEmpty());
266 this->ui->diagnostic_search_edit->setFocus();
267 this->ui->diagnostic_export_file->setEnabled(true);
268
269 this->ResetTextCursor();
270}
271
272void TabDiagnostics::UpdateUI(UpdateUIMode mode) {
273 (void)mode;

Callers 2

TabDiagnosticsMethod · 0.95
on_refresh_logMethod · 0.95

Calls 2

BuildStatusMethod · 0.95
ResetTextCursorMethod · 0.95

Tested by

no test coverage detected