MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / changeEvent

Method changeEvent

DSView/pv/dock/searchcombobox.cpp:155–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155 void SearchComboBox::changeEvent(QEvent *event)
156 {
157 if (event->type() == QEvent::ActivationChange){
158 if (this->isActiveWindow() == false){
159 this->close();
160 this->deleteLater();
161 return;
162 }
163 }
164
165 QWidget::changeEvent(event);
166 }
167
168 void SearchComboBox::OnItemClick(void *sender, void *data_handle)
169 {

Callers

nothing calls this directly

Calls 3

typeMethod · 0.80
isActiveWindowMethod · 0.80
closeMethod · 0.80

Tested by

no test coverage detected