Searched refs:_inherited (Results 76 - 100 of 135) sorted by relevance

123456

/haiku/src/apps/cortex/addons/common/
H A DMediaNodeControlApp.cpp60 typedef BWindow _inherited; typedef in class:PanelWindow
/haiku/src/kits/tracker/
H A DQueryPoseView.cpp109 _inherited::MessageReceived(message);
145 _inherited::RestoreState(node);
153 _inherited::RestoreState(message);
210 _inherited::AddPosesCompleted();
H A DQueryPoseView.h92 typedef BPoseView _inherited; typedef in class:BPrivate::BQueryPoseView
H A DTrackerSettingsWindow.cpp171 _inherited::MessageReceived(message);
200 _inherited::Show();
H A DTrackerScripting.cpp109 return _inherited::GetSupportedSuites(data);
124 return _inherited::ResolveSpecifier(message, index, specifier,
H A DFindPanel.h173 typedef BWindow _inherited; typedef in class:BPrivate::FindWindow
285 typedef BView _inherited; typedef in class:BPrivate::FindPanel
H A DNodeWalker.cpp572 status_t result = _inherited::GetNextEntry(entry, traverse);
593 status_t result = _inherited::GetNextRef(ref);
614 status_t result = _inherited::GetNextDirents(ent, size, count);
H A DUtilities.h241 typedef BStringView _inherited; typedef in class:BPrivate::FlickerFreeStringView
285 typedef BMenuItem _inherited; typedef in class:BPrivate::PositionPassingMenuItem
347 typedef BMenuItem _inherited; typedef in class:BPrivate::TitledSeparatorItem
H A DFilePanelPriv.cpp455 _inherited::DispatchMessage(message, handler);
493 return _inherited::QuitRequested();
927 _inherited::SaveState(message);
952 _inherited::RestoreState(message);
959 _inherited::RestoreWindowState(message);
1427 _inherited::MessageReceived(message);
1750 _inherited::WindowActivated(active);
1832 return _inherited::FSNotification(message);
1839 _inherited::RestoreState(node);
1847 _inherited
[all...]
H A DAttributeStream.cpp299 _inherited::Rewind();
370 if (!_inherited::Drive())
449 _inherited::Rewind();
529 if (!_inherited::Drive())
H A DTracker.h234 typedef BApplication _inherited; typedef in class:BPrivate::TTracker
H A DNodePreloader.cpp159 _inherited::MessageReceived(message);
H A DSelectionWindow.cpp162 _inherited::MessageReceived(message);
H A DDeskWindow.cpp245 _inherited::Init();
398 _inherited::Quit();
577 _inherited::Show();
652 _inherited::MessageReceived(message);
H A DTrackerSettings.cpp96 typedef Settings _inherited; typedef in class:TTrackerState
198 _inherited::SaveSettings(onlyIfNonDefault);
H A DContainerWindow.h343 typedef BWindow _inherited; typedef in class:BPrivate::BContainerWindow
393 typedef BGroupView _inherited; typedef in class:BPrivate::BorderedView
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp82 typedef BView _inherited; typedef in class:_GroupInfoView
107 _inherited::FrameResized(width, height);
290 _inherited::AttachedToWindow();
302 _inherited::AllAttached();
313 _inherited::DetachedFromWindow();
324 _inherited::FrameResized(width, height);
342 _inherited::KeyDown(bytes, count);
498 _inherited::MessageReceived(message);
/haiku/src/apps/cortex/ValControl/
H A DNumericValControl.cpp513 _inherited::MessageReceived(pMsg);
532 _inherited::MessageReceived(pMsg);
H A DValControlDigitSegment.cpp283 _inherited::Draw(updateRect);
383 _inherited::Archive(pArchive, bDeep);
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp186 _inherited::Quit();
245 _inherited::Show();
471 _inherited::MessageReceived(message);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.h80 typedef DiagramView _inherited; typedef in class:MediaRoutingView
/haiku/src/apps/cortex/TipManager/
H A DTipView.cpp127 _inherited::FrameResized(width, height);
H A DTipManager.cpp290 _inherited::MessageReceived(message);
/haiku/headers/os/app/
H A DApplication.h103 typedef BLooper _inherited; typedef in class:BApplication
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp143 : _inherited() { reserve(count); }
182 _inherited::operator=(other);
187 { return (_inherited)*this == (_inherited)other; }
190 { return (_inherited)*this != (_inherited)other; }
193 typedef std::vector<int32> _inherited; typedef in class:PathManipulator::Selection

Completed in 121 milliseconds

123456