Searched refs:theEvent (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/objc/
H A DNSView.h27 - (void)mouseDown:(NSEvent *)theEvent;
28 - (void)mouseDragged:(NSEvent *)theEvent;
29 - (void)mouseUp:(NSEvent *)theEvent;
30 - (void)mouseMoved:(NSEvent *)theEvent;
31 - (void)mouseEntered:(NSEvent *)theEvent;
32 - (void)mouseExited:(NSEvent *)theEvent;
33 - (void)rightMouseDown:(NSEvent *)theEvent;
34 - (void)rightMouseDragged:(NSEvent *)theEvent;
35 - (void)rightMouseUp:(NSEvent *)theEvent;
36 - (void)otherMouseDown:(NSEvent *)theEvent;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A DNSView.h45 virtual bool Cocoa_acceptsFirstMouse(bool &acceptsFirstMouse, WX_NSEvent theEvent) argument
49 virtual bool Cocoa_mouseDown(WX_NSEvent theEvent) argument
51 virtual bool Cocoa_mouseDragged(WX_NSEvent theEvent) argument
53 virtual bool Cocoa_mouseUp(WX_NSEvent theEvent) argument
55 virtual bool Cocoa_mouseMoved(WX_NSEvent theEvent) argument
57 virtual bool Cocoa_mouseEntered(WX_NSEvent theEvent) argument
59 virtual bool Cocoa_mouseExited(WX_NSEvent theEvent) argument
61 virtual bool Cocoa_rightMouseDown(WX_NSEvent theEvent) argument
63 virtual bool Cocoa_rightMouseDragged(WX_NSEvent theEvent) argument
65 virtual bool Cocoa_rightMouseUp(WX_NSEvent theEvent) argument
67 Cocoa_otherMouseDown(WX_NSEvent theEvent) argument
69 Cocoa_otherMouseDragged(WX_NSEvent theEvent) argument
71 Cocoa_otherMouseUp(WX_NSEvent theEvent) argument
[all...]
H A Dwindow.h120 virtual bool Cocoa_mouseDown(WX_NSEvent theEvent);
121 virtual bool Cocoa_mouseDragged(WX_NSEvent theEvent);
122 virtual bool Cocoa_mouseUp(WX_NSEvent theEvent);
123 virtual bool Cocoa_mouseMoved(WX_NSEvent theEvent);
124 virtual bool Cocoa_mouseEntered(WX_NSEvent theEvent);
125 virtual bool Cocoa_mouseExited(WX_NSEvent theEvent);
126 virtual bool Cocoa_rightMouseDown(WX_NSEvent theEvent);
127 virtual bool Cocoa_rightMouseDragged(WX_NSEvent theEvent);
128 virtual bool Cocoa_rightMouseUp(WX_NSEvent theEvent);
129 virtual bool Cocoa_otherMouseDown(WX_NSEvent theEvent);
[all...]
H A Dtoolbar.h65 virtual bool Cocoa_acceptsFirstMouse(bool &acceptsFirstMouse, WX_NSEvent theEvent);
67 virtual bool Cocoa_mouseDown(WX_NSEvent theEvent);
68 virtual bool Cocoa_mouseDragged(WX_NSEvent theEvent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dsxunzip.c79 EventRecord theEvent; local
84 if (!GetNextEvent(everyEvent, &theEvent))
85 theEvent.what = nullEvent;
87 switch (theEvent.what) {
89 c = theEvent.message & charCodeMask;
92 if (FindWindow(theEvent.where, &whichWindow) ==
94 SystemClick(&theEvent, whichWindow);
100 } while (theEvent.what != keyDown);
H A Dmacscreen.c242 EventRecord theEvent; local
246 if (GetNextEvent(everyEvent, &theEvent)) {
247 switch (theEvent.what) {
249 if ((theEvent.modifiers & cmdKey) &&
250 ((theEvent.message & charCodeMask) == '.'))
252 return(theEvent.message & charCodeMask);
254 if (FindWindow(theEvent.where, &whichWindow) == inSysWindow)
255 SystemClick(&theEvent, whichWindow);
258 screenUpdate((WindowPtr)theEvent.message);
435 EventRecord theEvent; local
[all...]
H A Dmacunzip.c545 EventRecord theEvent; local
547 if ( WaitNextEvent( everyEvent, &theEvent, 0, nil )) {
549 switch (theEvent.what) {
552 domousedown( &theEvent );
557 if ((theEvent.modifiers & cmdKey) &&
558 ((theEvent.message & charCodeMask) == '.'))
565 } /* switch (theEvent.what) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Devtloop.cpp87 EventRef theEvent; local
95 &theEvent
H A Dapp.cpp1159 EventRef theEvent; local
1166 status = ReceiveNextEvent(0, NULL,kEventDurationNoWait,true,&theEvent) ;
1181 MacHandleOneEvent( theEvent ) ;
1182 ReleaseEvent(theEvent);
1195 EventRef theEvent; local
1198 OSStatus status = ReceiveNextEvent(0, NULL, sleepTime, true, &theEvent) ;
1216 MacHandleOneEvent( theEvent ) ;
1217 ReleaseEvent( theEvent );
H A Dmediactrl.cpp1220 EventRecord theEvent;
1221 ConvertEventRefToEventRecord( inEvent, &theEvent );
1228 err = ::MCIsPlayerEvent( be->m_mc, &theEvent );
H A Dtoplevel.cpp1734 EventRef theEvent; local
1735 ReceiveNextEvent( 0 , NULL , kEventDurationNoWait , false , &theEvent ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp57 EventRecord theEvent; local
58 ::EventAvail(everyEvent,&theEvent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp57 EventRecord theEvent; local
58 ::EventAvail(everyEvent,&theEvent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp57 EventRecord theEvent; local
58 ::EventAvail(everyEvent,&theEvent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmediactrlcmn.cpp516 wxMediaEvent theEvent(wxEVT_MEDIA_STOP, m_ctrl->GetId());
518 return !m_ctrl->ProcessEvent(theEvent) || theEvent.IsAllowed();
523 wxMediaEvent theEvent(evtType, m_ctrl->GetId());
524 m_ctrl->AddPendingEvent(theEvent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dmacos.c174 EventRecord theEvent; local
179 if (!GetNextEvent(everyEvent, &theEvent))
180 theEvent.what = nullEvent;
182 switch (theEvent.what) {
184 c = theEvent.message & charCodeMask;
187 if (FindWindow(theEvent.where, &whichWindow) ==
189 SystemClick(&theEvent, whichWindow);
195 } while (theEvent.what != keyDown);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dapp.cpp1111 EventRef theEvent; local
1112 ReceiveNextEvent (0, NULL, kEventDurationNoWait, false, &theEvent);
1197 EventRef theEvent; local
1203 status = ReceiveNextEvent(0, NULL,kEventDurationNoWait,true,&theEvent) ;
1218 MacHandleOneEvent( theEvent ) ;
1219 ReleaseEvent(theEvent);
1313 EventRef theEvent; local
1316 OSStatus status = ReceiveNextEvent(0, NULL,sleepTime,true,&theEvent) ;
1343 MacHandleOneEvent( theEvent ) ;
1344 ReleaseEvent(theEvent);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_qt.cpp593 EventRecord theEvent; local
594 pThis->m_lib.NativeEventToMacEvent(&msg, &theEvent);
595 pThis->m_lib.MCIsPlayerEvent(pThis->m_pMC, &theEvent);
H A Dmediactrl.cpp3453 EventRecord theEvent; local
3454 pThis->m_lib.NativeEventToMacEvent(&msg, &theEvent);
3455 pThis->m_lib.MCIsPlayerEvent(pThis->m_pMC, &theEvent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mediaplayer/
H A Dmediaplayer.cpp444 wxCommandEvent theEvent(wxEVT_COMMAND_MENU_SELECTED, wxID_NEXT);
445 frame->AddPendingEvent(theEvent);

Completed in 116 milliseconds