Home
last modified time | relevance | path

Searched refs:InvokeNotify (Results 1 – 14 of 14) sorted by relevance

/haiku/docs/user/app/
H A DInvoker.dox244 \fn status_t BInvoker::InvokeNotify(BMessage* message, uint32 kind)
286 \brief Returns the kind set by InvokeNotify().
289 Invoke() to determine what kind was specified when InvokeNotify()
292 If you care whether Invoke() or InvokeNotify() was originally called,
293 you can use a bool pointer and set its value to \c true if InvokeNotify()
295 InvokeNotify() arguments from Invoke() without breaking binary compatibility
304 \brief Implement this method to set up an InvokeNotify() context.
306 This is used by derive classes to emulate an InvokeNotify() call inside of
315 \brief \brief Implement this method to tear down an InvokeNotify() context.
/haiku/src/kits/interface/
H A DTextInput.cpp200 TextControl()->InvokeNotify(TextControl()->ModificationMessage(), in InsertText()
210 TextControl()->InvokeNotify(TextControl()->ModificationMessage(), in DeleteText()
H A DListView.cpp1265 InvokeNotify(fSelectMessage, B_CONTROL_MODIFIED); in Select()
1275 InvokeNotify(fSelectMessage, B_CONTROL_MODIFIED); in Select()
1363 InvokeNotify(fSelectMessage, B_CONTROL_MODIFIED); in DeselectAll()
1376 InvokeNotify(fSelectMessage, B_CONTROL_MODIFIED); in DeselectExcept()
1386 InvokeNotify(fSelectMessage, B_CONTROL_MODIFIED); in Deselect()
1403 InvokeNotify(fSelectMessage, B_CONTROL_MODIFIED); in SortItems()
H A DSlider.cpp544 InvokeNotify(ModificationMessage(), B_CONTROL_MODIFIED); in KeyDown()
610 InvokeNotify(ModificationMessage(), B_CONTROL_MODIFIED); in MouseDown()
630 InvokeNotify(ModificationMessage(), B_CONTROL_MODIFIED); in MouseDown()
661 InvokeNotify(ModificationMessage(), B_CONTROL_MODIFIED); in MouseMoved()
H A DButton.cpp170 InvokeNotify(fPopUpMessage, B_CONTROL_MODIFIED); in MouseDown()
/haiku/headers/os/app/
H A DInvoker.h45 status_t InvokeNotify(BMessage* message,
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DTwoDimensionalSliderView.cpp81 InvokeNotify(&message); in SetValue()
H A DAbstractButton.cpp69 InvokeNotify(&message); in SetSelected()
H A DRadioButton.cpp244 InvokeNotify(&message); in _SelectionChanged()
/haiku/src/kits/app/
H A DInvoker.cpp148 BInvoker::InvokeNotify(BMessage* message, uint32 kind) in InvokeNotify() function in BInvoker
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp166 InvokeNotify(&copy); in MessageReceived()
/haiku/src/apps/mail/
H A DAddressTextControl.cpp357 fAddressTextControl->InvokeNotify(fModificationMessage, in InsertText()
369 fAddressTextControl->InvokeNotify(fModificationMessage, in DeleteText()
/haiku/src/bin/desklink/
H A DVolumeControl.cpp284 InvokeNotify(ModificationMessage(), B_CONTROL_MODIFIED); in MessageReceived()
/haiku/src/kits/shared/
H A DCalendarView.cpp378 InvokeNotify(SelectionMessage(), B_CONTROL_MODIFIED); in MouseDown()