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

/haiku/headers/private/interface/
H A DBMCPrivate.h36 class _BMCMenuBar_ : public BMenuBar { class in inherits:BMenuBar
38 _BMCMenuBar_(BRect frame, bool fixedSize,
40 _BMCMenuBar_(BMenuField* menuField);
41 _BMCMenuBar_(BMessage* data);
42 virtual ~_BMCMenuBar_();
63 _BMCMenuBar_&operator=(const _BMCMenuBar_&);
/haiku/src/kits/interface/
H A DBMCPrivate.cpp93 // #pragma mark - _BMCMenuBar_
96 _BMCMenuBar_::_BMCMenuBar_(BRect frame, bool fixedSize, BMenuField* menuField) function in class:_BMCMenuBar_
108 _BMCMenuBar_::_BMCMenuBar_(BMenuField* menuField) function in class:_BMCMenuBar_
119 _BMCMenuBar_::_BMCMenuBar_(BMessage* data) function in class:_BMCMenuBar_
134 _BMCMenuBar_::~_BMCMenuBar_()
139 // #pragma mark - _BMCMenuBar_ publi
[all...]
H A DMenuField.cpp344 if (_BMCMenuBar_* menuBar = dynamic_cast<_BMCMenuBar_*>(fMenuBar))
727 if (_BMCMenuBar_* menuBar = dynamic_cast<_BMCMenuBar_*>(fMenuBar)) {
737 if (_BMCMenuBar_* menuBar = dynamic_cast<_BMCMenuBar_*>(fMenuBar)) {
1204 fMenuBar = new _BMCMenuBar_(this);
1215 fMenuBar = new _BMCMenuBar_(frame, fixedSize, this);
1260 _BMCMenuBar_* menuBar = dynamic_cast<_BMCMenuBar_*>(fMenuBa
[all...]
H A DMenuBar.cpp575 item = dynamic_cast<_BMCMenuBar_*>(this) != NULL ? ItemAt(0)
H A DMenu.cpp1069 if (dynamic_cast<_BMCMenuBar_*>(Supermenu()) != NULL)
2550 if (dynamic_cast<_BMCMenuBar_*>(Supermenu()) != NULL) {
2580 if (dynamic_cast<_BMCMenuBar_*>(this) != NULL)
2803 // a _BMCMenuBar_ to "fake" the menu hierarchy
2804 bool inMenuField = dynamic_cast<_BMCMenuBar_*>(superMenu) != NULL;
/haiku/headers/os/interface/
H A DMenuField.h115 friend class _BMCMenuBar_;

Completed in 105 milliseconds