Searched refs:handlers (Results 51 - 75 of 110) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtguide.tex37 These might override predefined event handlers such as for \helpref{wxKeyEvent}{wxkeyevent} and
H A Dtipc.tex88 \item Derive a class from wxConnection, providing handlers for various messages sent to the server
90 the handlers actually required by the application need to be
103 \item Derive a class from wxConnection, providing handlers for various
105 OnAdvise). Only the handlers actually required by the application
H A Dhttag.tex9 It is used by \helpref{tag handlers}{handlers}.
H A Drichtextbuffer.tex41 Adds an event handler to the buffer's list of handlers. A buffer associated with
43 to add more if further notification is required. All handlers are notified
45 during loading. The buffer never deletes any of the event handlers, unless
264 Cleans up the file handlers.
511 Gets a wildcard incorporating all visible handlers. If {\it types} is present,
519 Returns the list of file handlers.
624 Initialises the standard handlers. Currently, only the plain text loading/saving handler
722 Removes an event handler from the buffer's list of handlers, deleting the object if {\it deleteHandler} is \true.
H A Drichtextprinting.tex90 depending on the available file handlers.
103 depending on the available file handlers.
H A Dtevent.tex81 connect the events to the handlers dynamically, during run-time. See the
143 \item The search is applied down the entire chain of event handlers (usually the chain has a length
185 events. This is done in the document/view framework, for example, to allow event handlers
252 % handlers does not always meet an application's requirements. Say you have two
254 % buttons. To avoid the need to define event handlers in the frame
263 \subsection{Pluggable event handlers}\label{pluggablehandlers}
289 to form a chain of event handlers, where each handler processes a different
290 range of events independently from the other handlers.
H A Dtvalidat.tex66 You can optionally define event handlers for the validator, to implement filtering. These handlers
H A Dimage.tex17 via image format handlers. Functions are available to set and get image bits, so
44 \wxheading{Available image handlers}
46 The following image handlers are available. {\bf wxBMPHandler} is always
168 This is only used by GIF, ICO and TIFF handlers. The default value (-1) means
234 Adds a handler to the end of the static list of format handlers.
245 returns true if the current image handlers can read this file
293 Deletes all image handlers.
569 Number of available images. For most image handlers, this is 1 (exceptions
577 Returns the static list of image format handlers.
625 used when converting to wxBitmap under Windows. Some of the wxImage handlers
[all...]
H A Dtxrc.tex86 \item -l (--list-of-handlers) <filename>: output a list of necessary handlers to this file
168 // event handlers (these functions should _not_ be virtual)
223 // event handlers
510 \subsection{Adding new resource handlers}\label{newresourcehandlers}
H A Devthand.tex38 unlink itself and restore the previous and next handlers so that they point to
246 to direct event processing to event handlers not normally noticed by wxWidgets. For example,
247 in the document/view architecture, documents and views are potential event handlers.
262 \item The search is applied down the entire chain of event handlers (usually the chain has a length
H A Dpalette.tex23 The image handlers for these formats have been modified to create a palette
H A Dtexcept.tex52 occur. If all of your exceptions may happen only in the event handlers of a
H A Dhtwinprs.tex27 \helpref{Handlers overview}{handlers}
46 Adds \helpref{module}{handlers} to the list of wxHtmlWinParser tag handler.
H A Dhtmllbox.tex246 The event handlers for the following events take a \helpref{wxCommandEvent}{wxcommandevent}:
256 The event handlers for the following events take a \helpref{wxHtmlCellEvent}{wxhtmlcellevent}
H A Devent.tex176 event handlers bound to this event will be called after the current one
H A Dfontmap.tex101 idea to call this function from the event handlers for repeatedly generated
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_store.S6 | Used by underflow and overflow handlers.
54 | handlers restore fp0-fp3 from there.
H A Dfpsp.h16 | All FPSP handlers begin by executing:
48 | On exit, the handlers execute:
59 | type that was generated. Some handlers may omit the "frestore"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dmenelaus.c177 void (*handlers[16])(struct menelaus_chip *); member in struct:menelaus_chip
249 the_menelaus->handlers[irq] = handler;
263 the_menelaus->handlers[irq] = NULL;
816 handler = menelaus->handlers[irq];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch.c58 .handlers = t3c_handlers,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpmac_pfunc.h32 * A driver capable of interpreting commands provides a handlers
33 * structure filled with whatever handlers are implemented by this
34 * driver. Non implemented handlers are left NULL.
37 * and that gets passed back to the various handlers.
170 * Register/Unregister a function-capable driver and its handlers
173 struct pmf_handlers *handlers,
189 * Called by the handlers when an irq happens
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dldap.c1782 } handlers[] = { local
1801 for (i=0; handlers[i].name; i++) {
1802 if (StrCaseCmp(handlers[i].name, field) == 0) {
1804 return handlers[i].string;
1805 handlers[i].handler(field, (struct berval **) values);
1809 if (!handlers[i].name) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh3/
H A Dentry.S493 mov r15, r8 ! trap handlers take saved regs in r8
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A Dhandle.c458 # warning __do_IRQ is deprecated. Please convert to proper flow handlers
467 * handlers).
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mm/
H A Dmmu.S205 ; This is the MMU bus fault handlers.

Completed in 220 milliseconds

12345