Searched refs:BInvoker (Results 1 - 25 of 63) sorted by relevance

123

/haiku-fatelf/src/kits/app/
H A DInvoker.cpp13 BInvoker::BInvoker(BMessage* message, BMessenger messenger) function in class:BInvoker
24 BInvoker::BInvoker(BMessage* message, const BHandler* handler, function in class:BInvoker
36 BInvoker::BInvoker() function in class:BInvoker
46 BInvoker::~BInvoker()
53 BInvoker::SetMessage(BMessage* message)
66 BInvoker
208 BInvoker::BInvoker(const BInvoker &) function in class:BInvoker
[all...]
/haiku-fatelf/headers/os/app/
H A DInvoker.h21 class BInvoker { class
23 BInvoker();
24 BInvoker(BMessage* message,
27 BInvoker(BMessage* message, BMessenger target);
28 virtual ~BInvoker();
61 BInvoker(const BInvoker&);
62 BInvoker& operator=(const BInvoker&);
/haiku-fatelf/src/tests/kits/net/DialUpPreflet/
H A DTextRequestDialog.h21 status_t Go(BInvoker *invoker);
31 BInvoker *fInvoker;
/haiku-fatelf/src/tests/kits/net/preflet/DialUpAddOn/
H A DTextRequestDialog.h38 status_t Go(BInvoker *invoker);
48 BInvoker *fInvoker;
/haiku-fatelf/src/tests/kits/interface/menu/menuworld/
H A DPostDispatchInvoker.h35 class PostDispatchInvoker : public BMessageFilter, public BInvoker
H A DPostDispatchInvoker.cpp28 BInvoker(invokeMsg, invokeHandler, invokeLooper)
/haiku-fatelf/src/add-ons/tracker/zipomatic/
H A DZipOMatic.h30 BInvoker* fInvoker;
H A DZipOMaticWindow.h62 BInvoker* fWindowInvoker;
/haiku-fatelf/src/apps/cortex/TransportView/
H A DTransportView.h49 class BInvoker;
140 BInvoker* invoker);
143 BInvoker* invoker);
180 typedef std::list<BInvoker*> target_set;
/haiku-fatelf/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.h34 class PrinterSelectionView : public BView, public BInvoker
/haiku-fatelf/headers/os/interface/
H A DAlert.h14 class BInvoker;
56 status_t Go(BInvoker *invoker);
99 BInvoker* fInvoker;
H A DControl.h21 class BControl : public BView, public BInvoker {
H A DMenuItem.h18 class BMenuItem : public BArchivable, public BInvoker {
/haiku-fatelf/src/apps/cdplayer/
H A DTrackMenu.h7 class TrackMenu : public BView, public BInvoker {
/haiku-fatelf/src/apps/deskcalc/
H A DInputTextView.h16 class InputTextView : public BTextView, public BInvoker {
32 // BInvoker interface
H A DInputTextView.cpp112 return BInvoker::Invoke(&copy);
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DInputTextView.h13 public BInvoker {
29 // BInvoker interface
/haiku-fatelf/src/preferences/appearance/
H A DColorWell.h31 BInvoker *invoker;
H A DCurView.h50 class BitmapView : public BBox, public BInvoker
/haiku-fatelf/src/tests/kits/interface/layout/widget_layout_test/
H A DTwoDimensionalSliderView.h14 class TwoDimensionalSliderView : public View, public BInvoker {
H A DAbstractButton.h24 class AbstractButton : public View, public BInvoker {
H A DRadioButton.h49 class RadioButtonGroup : public BInvoker, private AbstractButton::Listener {
H A DTwoDimensionalSliderView.cpp14 BInvoker(message, target),
/haiku-fatelf/src/apps/resedit/
H A DBitmapView.h17 class BitmapView : public BView, public BInvoker
/haiku-fatelf/src/preferences/touchpad/
H A DTouchpadPrefView.h40 class TouchpadView : public BView, public BInvoker {

Completed in 168 milliseconds

123