Searched refs:fInvoker (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMatic.h30 BInvoker* fInvoker; member in class:ZipOMatic
H A DZipOMatic.cpp39 fInvoker(new BInvoker(new BMessage(ZIPPO_QUIT_OR_CONTINUE), NULL, this))
170 alert->Go(fInvoker);
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp35 fInvoker(NULL)
95 delete fInvoker;
104 if(!fInvoker || !fInvoker->Message())
109 BMessage toSend(*fInvoker->Message());
114 fInvoker->Invoke(&toSend);
138 fInvoker = invoker;
H A DTextRequestDialog.h36 BInvoker *fInvoker; member in class:TextRequestDialog
/haiku/src/kits/interface/
H A DAlert.cpp132 fInvoker = NULL;
316 fInvoker = invoker;
333 if (fInvoker != NULL) {
334 BMessage* out = fInvoker->Message();
337 fInvoker->Invoke();
486 fInvoker = NULL;
/haiku/headers/os/interface/
H A DAlert.h122 BInvoker* fInvoker; member in class:BAlert

Completed in 192 milliseconds