_BMethodAddOn_
class _BMethodAddOn_;
_BMethodAddOn_* fOwner;
_BMethodAddOn_ *addon = InputServer::gKeymapMethod.fOwner;
_BMethodAddOn_ *addon = method->fOwner;
_BMethodAddOn_* addon = InputServer::gKeymapMethod.fOwner;
_BMethodAddOn_* addon = method->fOwner;
class _BMethodAddOn_ {
_BMethodAddOn_(BInputServerMethod *method, const char* name,
~_BMethodAddOn_();
_BMethodAddOn_::_BMethodAddOn_(BInputServerMethod *method, const char *name,
_BMethodAddOn_::~_BMethodAddOn_()
_BMethodAddOn_::SetName(const char* name)
_BMethodAddOn_::SetIcon(const uchar* icon)
_BMethodAddOn_::SetMenu(const BMenu *menu, const BMessenger &messenger)
_BMethodAddOn_::MethodActivated(bool activate)
_BMethodAddOn_::AddMethod()
fOwner = new _BMethodAddOn_(this, name, icon);