Searched refs:implement (Results 26 - 50 of 87) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtconfig.tex39 physical storage, it may not implement 100\% of the base class functionality.
H A Dvalidatr.tex58 All validator classes must implement the {\bf Clone} function, which returns
H A Dlistview.tex18 future some ports might implement wxListView but not the full set of wxListCtrl
H A Dradiobut.tex27 to mark the button as not belonging to a group, and implement the mutually-exclusive group behaviour yourself.}
H A Dtaskbar.tex111 ports (e.g. wxCocoa) may not implement PopupMenu and mouse click events at all.
H A Dthreadh.tex4 thread. By deriving from wxThreadHelper, a class can implement the thread
H A Dtrefcount.tex81 Then derive a new class from \helpref{wxObject}{wxobject} and implement there
H A Dtruntime.tex9 storage hard to implement.
H A Daccessible.tex16 To use this class, derive from wxAccessible, implement appropriate
24 implement the appropriate functionality. However this will not work with
H A Dvlbox.tex243 The derived class must implement this function to actually draw the item
279 The derived class must implement this method to return the height of the
H A Dhworld.tex78 We then proceed to actually implement an event table in which the events
H A Dlayalgor.tex48 could implement a different window class with a new OnCalculateLayout event handler,
H A Dobject.tex15 wxObject can be used to implement \helpref{reference counted}{trefcount} objects,
H A Dscpdptr.tex63 to implement the scoped pointer class.
H A Dtdelwin.tex128 close event handlers, though you can implement them if you wish. For consistency,
H A Dtscroll.tex24 implement scrolling yourself. \helpref{wxGrid}{wxgrid} is an example of a class
H A Dtvalidat.tex66 You can optionally define event handlers for the validator, to implement filtering. These handlers
H A Dhvscroll.tex16 Like wxVScrolledWindow, this class is here to provide an easy way to implement
37 To use this class, you need to derive from it and implement both the
H A Dvariant.tex60 For this to work, MyClass must derive from \helpref{wxObject}{wxobject}, implement
496 The {\bf wxVariantData} class is used to implement a new type for \helpref{wxVariant}{wxvariant}.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dspinlock.c240 #error Need to implement spinlock code in spinlock.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dspinlock.c202 #error Need to implement spinlock code in spinlock.c
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Datomic64_test.c131 #warning Please implement atomic64_dec_if_positive for your architecture, and add it to the IF above
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex47 audio player' is not required to implement Ogg support beyond the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-core.c735 * Extract/implement a data field from/to a little endian report (bit array).
762 * "implement" : set bits in a little endian bit stream.
769 static __inline__ void implement(__u8 *report, unsigned offset, unsigned n, __u32 value) function
775 printk(KERN_WARNING "HID: implement() called with n (%d) > 32! (%s)\n",
779 printk(KERN_WARNING "HID: implement() called with too large value %d! (%s)\n",
946 implement(data, offset + n * size, size, s32ton(field->value[n], size));
948 implement(data, offset + n * size, size, field->value[n]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex38 necessary f.e.\ to implement ECN [RFC2481] for datagram oriented services
39 or to implement receiver side of SRP or another end-to-end protocol

Completed in 79 milliseconds

1234