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

Method stop

DSView/pv/dialogs/waitingdialog.cpp:157–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void WaitingDialog::stop()
158{
159 using namespace Qt;
160
161 movie->stop();
162 timer->stop();
163 QDialog::reject();
164}
165
166int WaitingDialog::start()
167{

Callers 9

onLogicMouseReleaseMethod · 0.45
leaveEventMethod · 0.45
stop_trigger_timerMethod · 0.45
on_drag_timerMethod · 0.45
acceptMethod · 0.45
rejectMethod · 0.45
changeTextMethod · 0.45
InputReleaseMethod · 0.45
PopupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected