Home
last modified time | relevance | path

Searched defs:_event (Results 26 – 50 of 672) sorted by relevance

12345678910>>...27

/dports/devel/ice37/ice-3.7.2/cpp/include/IceUtil/
H A DCountDownLatch.h32 HANDLE _event; variable
/dports/devel/php-ice37/ice-3.7.2/cpp/include/IceUtil/
H A DCountDownLatch.h32 HANDLE _event; variable
/dports/devel/py-ice37/ice-3.7.2/cpp/include/IceUtil/
H A DCountDownLatch.h32 HANDLE _event; variable
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/eventmanager/
H A DAccelerator.h24 IEvent* _event; variable
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DNamedEvent_WIN32U.h39 HANDLE _event; variable
/dports/devel/poco/poco-1.10.1-all/Foundation/testsuite/src/
H A DThreadPoolTest.h41 Poco::Event _event; variable
/dports/news/husky-areafix/husky-areafix-1.9.20191207/msged/
H A Dwinsys.h168 typedef struct _event struct
170 int x, y; /* location */
171 int msgtype; /* message type */
172 int msg; /* message */
173 int id;
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/msged/
H A Dwinsys.h168 typedef struct _event struct
170 int x, y; /* location */
171 int msgtype; /* message type */
172 int msg; /* message */
173 int id;
/dports/news/husky-hpt/husky-hpt-1.9.20191207/msged/
H A Dwinsys.h168 typedef struct _event struct
170 int x, y; /* location */
171 int msgtype; /* message type */
172 int msg; /* message */
173 int id;
/dports/news/husky-htick/husky-htick-1.9.20191207/msged/
H A Dwinsys.h168 typedef struct _event struct
170 int x, y; /* location */
171 int msgtype; /* message type */
172 int msg; /* message */
173 int id;
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/msged/
H A Dwinsys.h168 typedef struct _event struct
170 int x, y; /* location */
171 int msgtype; /* message type */
172 int msg; /* message */
173 int id;
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/msged/
H A Dwinsys.h168 typedef struct _event struct
170 int x, y; /* location */
171 int msgtype; /* message type */
172 int msg; /* message */
173 int id;
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/msged/
H A Dwinsys.h168 typedef struct _event struct
170 int x, y; /* location */
171 int msgtype; /* message type */
172 int msg; /* message */
173 int id;
/dports/news/husky/husky-1.9.20191207/msged/
H A Dwinsys.h168 typedef struct _event struct
170 int x, y; /* location */
171 int msgtype; /* message type */
172 int msg; /* message */
173 int id;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/scripting/controls/
H A Dpush_toggle_control.h74 Common::EventType _event; variable
/dports/games/scummvm/scummvm-2.5.1/engines/zvision/scripting/controls/
H A Dpush_toggle_control.h74 Common::EventType _event; variable
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/include/log4cxx/rolling/
H A Drollingfileappenderskeleton.h66 spi::LoggingEventPtr* _event; variable
/dports/graphics/blender/blender-2.91.0/release/scripts/startup/bl_operators/
H A Duserpref.py265 def invoke(self, context, _event): argument
323 def invoke(self, context, _event): argument
576 def invoke(self, context, _event): argument
748 def invoke(self, context, _event): argument
808 def invoke(self, context, _event): argument
962 def invoke(self, context, _event): argument
1025 def invoke(self, context, _event): argument
1086 def invoke(self, context, _event): argument
H A Dfile.py95 def invoke(self, context, _event): argument
205 def invoke(self, context, _event): argument
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/extra/megabutton/
H A DMegaB.c484 static void expose(Widget _mbw, XEvent *_event, Region _region) in expose()
673 static void enterWidget(Widget _mbw, XEvent *_event, String *_params, Cardinal *_numParams) in enterWidget()
709 static void leaveWidget(Widget _mbw, XEvent *_event, String *_params, Cardinal *_numParams) in leaveWidget()
730 static void buttonMotion(Widget _mbw, XEvent *_event, String *_params, Cardinal *_numParams) in buttonMotion()
763 static void up(Widget _mbw, XEvent *_event, String *_params, Cardinal *_numParams) in up()
816 static void down(Widget _mbw, XEvent *_event, String *_params, Cardinal *_numParams) in down()
879 static void buttonUp(Widget _mbw, XEvent *_event, String *_params, Cardinal *_numParams) in buttonUp()
962 static void buttonDown(Widget _mbw, XEvent *_event, String *_params, in buttonDown()
1028 static void armAndActivate(Widget _mbw, XEvent *_event, String *_params, Cardinal *_numParams) in armAndActivate()
1086 static void focusIn(Widget _mbw, XEvent *_event, String *_params, Cardinal *_numParams) in focusIn()
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/Decimating/
H A DDecimaterViewerWidget.cc68 void DecimaterViewerWidget::keyPressEvent(QKeyEvent* _event) in keyPressEvent()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/ui/commandlist/
H A DShortcutChooser.h29 IEvent* _event; variable
/dports/audio/wildmidi/wildmidi-wildmidi-0.4.2/include/
H A Dinternal_midi.h77 struct _event { struct
78 void (*do_event)(struct _mdi *mdi, struct _event_data *data); argument
79 struct _event_data event_data; argument
87 struct _event *events; argument
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/Android/
H A DWindowImplAndroid.cpp244 AInputEvent* _event = NULL; in processEvent() local
313 int WindowImplAndroid::processScrollEvent(AInputEvent* _event, ActivityStates* states) in processScrollEvent()
377 int WindowImplAndroid::processKeyEvent(AInputEvent* _event, ActivityStates* states) in processKeyEvent()
441 int WindowImplAndroid::processMotionEvent(AInputEvent* _event, ActivityStates* states) in processMotionEvent()
488 int WindowImplAndroid::processPointerEvent(bool isDown, AInputEvent* _event, ActivityStates* states) in processPointerEvent()
/dports/devel/flyspray/flyspray-0.9.9.7_4/plugins/dokuwiki/inc/
H A Dcache.php22 var $_event = ''; // event to be triggered during useCache variable in cache
168 var $_event = 'PARSER_CACHE_USE'; variable in cache_parser

12345678910>>...27