Searched refs:InvokeNotify (Results 1 – 14 of 14) sorted by relevance
/haiku/docs/user/app/ |
H A D | Invoker.dox | 244 \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 D | TextInput.cpp | 200 TextControl()->InvokeNotify(TextControl()->ModificationMessage(), in InsertText() 210 TextControl()->InvokeNotify(TextControl()->ModificationMessage(), in DeleteText()
|
H A D | ListView.cpp | 1265 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 D | Slider.cpp | 544 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 D | Button.cpp | 170 InvokeNotify(fPopUpMessage, B_CONTROL_MODIFIED); in MouseDown()
|
/haiku/headers/os/app/ |
H A D | Invoker.h | 45 status_t InvokeNotify(BMessage* message,
|
/haiku/src/tests/kits/interface/layout/widget_layout_test/ |
H A D | TwoDimensionalSliderView.cpp | 81 InvokeNotify(&message); in SetValue()
|
H A D | AbstractButton.cpp | 69 InvokeNotify(&message); in SetSelected()
|
H A D | RadioButton.cpp | 244 InvokeNotify(&message); in _SelectionChanged()
|
/haiku/src/kits/app/ |
H A D | Invoker.cpp | 148 BInvoker::InvokeNotify(BMessage* message, uint32 kind) in InvokeNotify() function in BInvoker
|
/haiku/src/tests/add-ons/print/ppd/ui/ |
H A D | PrinterSelection.cpp | 166 InvokeNotify(©); in MessageReceived()
|
/haiku/src/apps/mail/ |
H A D | AddressTextControl.cpp | 357 fAddressTextControl->InvokeNotify(fModificationMessage, in InsertText() 369 fAddressTextControl->InvokeNotify(fModificationMessage, in DeleteText()
|
/haiku/src/bin/desklink/ |
H A D | VolumeControl.cpp | 284 InvokeNotify(ModificationMessage(), B_CONTROL_MODIFIED); in MessageReceived()
|
/haiku/src/kits/shared/ |
H A D | CalendarView.cpp | 378 InvokeNotify(SelectionMessage(), B_CONTROL_MODIFIED); in MouseDown()
|