MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / customEvent

Method customEvent

source/ui/RecordUi.cpp:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110void RecordUi::showEvent(QShowEvent*)
111{
112 SetForegroundWindow((HWND)QWidget::winId());
113}
114void RecordUi::customEvent(QEvent* e)
115{
116 if (e->type() == static_cast<int>(QiEvent::rec_start)) RecStart();
117 else if (e->type() == static_cast<int>(QiEvent::rec_stop)) RecStop();
118 else if (e->type() == static_cast<int>(QiEvent::rec_close)) RecClose();
119}

Callers

nothing calls this directly

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected