MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / showEvent

Method showEvent

DSView/pv/mainframe.cpp:1022–1030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1020
1021#ifdef _WIN32
1022void MainFrame::showEvent(QShowEvent *event)
1023{
1024 // Taskbar Progress Effert for Win7 and Above
1025 if (_taskBtn && _taskBtn->window() == NULL) {
1026 _taskBtn->setWindow(windowHandle());
1027 _taskPrg = _taskBtn->progress();
1028 }
1029 event->accept();
1030}
1031#endif
1032
1033void MainFrame::setTaskbarProgress(int progress)

Callers

nothing calls this directly

Calls 2

windowMethod · 0.80
acceptMethod · 0.45

Tested by

no test coverage detected