Home
last modified time | relevance | path

Searched refs:mouseEventSignal (Results 1 – 4 of 4) sorted by relevance

/dports/www/wt/wt-4.6.1/src/Wt/
H A DWInteractWidget.C101 return *mouseEventSignal(M_CLICK_SIGNAL, true); in clicked()
106 return *mouseEventSignal(DBL_CLICK_SIGNAL, true); in doubleClicked()
116 return *mouseEventSignal(MOUSE_UP_SIGNAL, true); in mouseWentUp()
121 return *mouseEventSignal(MOUSE_OUT_SIGNAL, true); in mouseWentOut()
146 return *mouseEventSignal(WHEEL_SIGNAL, true); in mouseWheel()
256 = mouseEventSignal(MOUSE_DOWN_SIGNAL, false); in updateDom()
258 = mouseEventSignal(MOUSE_UP_SIGNAL, false); in updateDom()
260 = mouseEventSignal(MOUSE_MOVE_SIGNAL, false); in updateDom()
262 = mouseEventSignal(MOUSE_DRAG_SIGNAL, false); in updateDom()
450 = mouseEventSignal(M_CLICK_SIGNAL, false); in updateDom()
[all …]
H A DWAbstractToggleButton.C163 EventSignal<WMouseEvent> *click = mouseEventSignal(M_CLICK_SIGNAL, false); in updateDom()
H A DWWebWidget.h570 EventSignal<WMouseEvent> *mouseEventSignal(const char *name, bool create);
H A DWWebWidget.C2602 EventSignal<WMouseEvent> *WWebWidget::mouseEventSignal(const char *name, in mouseEventSignal() function