BInvoker
class BInvoker {
BInvoker();
BInvoker(BMessage* message,
BInvoker(BMessage* message, BMessenger target);
virtual ~BInvoker();
BInvoker(const BInvoker&);
BInvoker& operator=(const BInvoker&);
BInvoker* fInvoker;
class BInvoker;
status_t Go(BInvoker* invoker);
class BControl : public BView, public BInvoker {
class BListView : public BView, public BInvoker {
class BMenuItem : public BArchivable, public BInvoker {
class BColumnListView : public BView, public BInvoker {
class BCalendarView : public BView, public BInvoker {
new BInvoker(new BMessage(kMsgFinishCreateNew), this));
fInterfaceName.String()))->Go(new BInvoker(
TextRequestDialog::Go(BInvoker *invoker)
class BInvoker;
status_t Go(BInvoker *invoker);
BInvoker *fInvoker;
fInvoker(new BInvoker(new BMessage(ZIPPO_QUIT_OR_CONTINUE), NULL, this))
BInvoker* fInvoker;
fWindowInvoker(new BInvoker(new BMessage(ZIPPO_QUIT_OR_CONTINUE), NULL,
BInvoker* fWindowInvoker;
BInvoker* invoker) {
BInvoker* invoker) {
BInvoker* invoker);
BInvoker* invoker);
typedef std::list<BInvoker*> target_set;
class BInvoker;
BInvoker* item = menu->ItemAt(i);
return BInvoker::Invoke(&clone);
return BInvoker::Invoke(©);
class InputTextView : public BTextView, public BInvoker {
class HeaderView : public BGridView, public BInvoker {
class TextDocumentView : public BView, public BInvoker {
class TransitReportingRatingView : public RatingView, public BInvoker {
BInvoker(message, NULL),
class LinkView : public BStringView, public BInvoker {
BInvoker(message, NULL),
class LinkedBitmapView : public BitmapView, public BInvoker {
return BInvoker::Invoke(&clone);
return BInvoker::Invoke(message);
BInvoker(message, target),
class IconButton : public MView, public BView, public BInvoker {
return BInvoker::Invoke(message);
return BInvoker::Invoke(©);
public BInvoker {
(dynamic_cast<BInvoker*>(item))->Invoke();
((BInvoker*)item)->Invoke();
((BInvoker*)item)->Invoke();
((BInvoker*)item)->Invoke();
class BitmapView : public BView, public BInvoker
BInvoker fCancelAlertResponse;
BInvoker fWarningAlertDismissed;
BInvoker::IsTargetLocal() const
BInvoker::Target(BLooper** _looper) const
BInvoker::Messenger() const
BInvoker::SetHandlerForReply(BHandler* replyHandler)
BInvoker::HandlerForReply() const
BInvoker::BInvoker(BMessage* message, BMessenger messenger)
BInvoker::Invoke(BMessage* message)
BInvoker::InvokeNotify(BMessage* message, uint32 kind)
BInvoker::SetTimeout(bigtime_t timeout)
BInvoker::Timeout() const
BInvoker::InvokeKind(bool* _notify)
BInvoker::BeginInvokeNotify(uint32 kind)
BInvoker::EndInvokeNotify()
void BInvoker::_ReservedInvoker1() {}
void BInvoker::_ReservedInvoker2() {}
void BInvoker::_ReservedInvoker3() {}
BInvoker::BInvoker(const BInvoker &)
BInvoker &
BInvoker::operator=(const BInvoker &)
BInvoker::BInvoker(BMessage* message, const BHandler* handler,
BInvoker::BInvoker()
BInvoker::~BInvoker()
BInvoker::SetMessage(BMessage* message)
BInvoker::Message() const
BInvoker::Command() const
BInvoker::SetTarget(BMessenger messenger)
BInvoker::SetTarget(const BHandler* handler, const BLooper* looper)
BAlert::Go(BInvoker* invoker)
return BInvoker::Invoke(message);
err = BInvoker::Invoke(&clone);
BInvoker::SetMessage(message);
return BInvoker::Message();
return BInvoker::Command();
err = BInvoker::Invoke(&clone);
err = BInvoker::Invoke(&clone);
return BInvoker::Command();
return BInvoker::Message();
BInvoker::SetMessage(message);
status = BInvoker::Invoke(&clone);
BInvoker(),
BInvoker(),
BInvoker(),
return BInvoker::Invoke(&clone);
return BInvoker::Invoke(message);
return BInvoker::Invoke(&clone);
static_cast<BInvoker*>(result)->Invoke();
return BInvoker::Invoke(&clone);
class TouchpadView : public BView, public BInvoker {
alert->Go(new BInvoker(new BMessage(kMsgRestartTrackerAndDeskbar),
BInvoker fTimeoutAlertInvoker;
class PrinterSelectionView : public BView, public BInvoker
BInvoker *inv = new BInvoker(new BMessage(CMD_IMPORT_REPLICANT),this);
BInvoker *inv = new BInvoker(new BMessage(CMD_UNLOAD_LIBRARY),this);
BInvoker(message, target),
class AbstractButton : public View, public BInvoker {
: BInvoker(message, target),
class RadioButtonGroup : public BInvoker, private AbstractButton::Listener {
BInvoker(message, target),
class TwoDimensionalSliderView : public View, public BInvoker {
class PostDispatchInvoker : public BMessageFilter, public BInvoker
(new BAlert("","Click Quit to gracefully quit or Abort to abort :-)","Quit","Abort"))->Go(new BInvoker(new BMessage('quit'),be_app_messenger));