Searched refs:Inherited (Results 1 - 25 of 42) sorted by relevance

12

/haiku/src/tests/kits/interface/bprintjob/
H A DPrintTestWindow.hpp10 typedef BWindow Inherited; typedef in class:PrintTestWindow
H A DPrintTestView.hpp10 typedef BView Inherited; typedef in class:PrintTestView
H A DPrintTestApp.hpp14 typedef BApplication Inherited; typedef in class:PrintTestApp
H A DPrintTestView.cpp4 : Inherited(frame, "", B_FOLLOW_ALL, B_WILL_DRAW | B_FULL_UPDATE_ON_RESIZE)
H A DPrintTestWindow.cpp11 : Inherited(BRect(100,100,500,300), "Haiku Printing", B_DOCUMENT_WINDOW, 0)
18 bool isOk = Inherited::QuitRequested();
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestApp.cpp20 : Inherited(APPLICATION_SIGNATURE)
H A DPictureTestApp.h20 typedef BApplication Inherited; typedef in class:PictureTestApp
H A DPictureTestWindow.h18 typedef BWindow Inherited; typedef in class:PictureTestWindow
H A DPictureTestWindow.cpp26 : Inherited(BRect(10, 30, 630, 470), "Bitmap Drawing Tests", B_DOCUMENT_WINDOW, 0)
35 bool isOk = Inherited::QuitRequested();
102 Inherited::MessageReceived(msg);
/haiku/src/preferences/printers/
H A DPrinters.h22 typedef BApplication Inherited; typedef in class:PrintersApp
H A DAddPrinterDialog.h21 typedef BWindow Inherited; typedef in class:AddPrinterDialog
H A DPrinters.cpp30 : Inherited(PRINTERS_SIGNATURE)
H A DJobListView.h24 typedef BListView Inherited; typedef in class:JobListView
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.h28 typedef BStringField Inherited; typedef in class:BBitmapStringField
46 typedef BTitledColumn Inherited; typedef in class:TeamsColumn
69 typedef BRow Inherited; typedef in class:TeamRow
95 typedef BColumnListView Inherited; typedef in class:TeamsListView
/haiku/src/servers/print/
H A DTransport.Scripting.cpp59 Inherited::MessageReceived(msg);
91 rc = Inherited::ResolveSpecifier(msg,index,spec,form,prop);
114 return Inherited::GetSupportedSuites(msg);
H A DPrinter.Scripting.cpp66 Inherited::MessageReceived(msg);
98 rc = Inherited::ResolveSpecifier(msg,index,spec,form,prop);
120 return Inherited::GetSupportedSuites(msg);
H A DTransport.h22 typedef BHandler Inherited; typedef in class:Transport
/haiku/src/apps/drivesetup/
H A DDiskView.h16 typedef BView Inherited; typedef in class:DiskView
H A DPartitionList.h25 typedef BStringField Inherited; typedef in class:BBitmapStringField
43 typedef BTitledColumn Inherited; typedef in class:PartitionColumn
66 typedef BRow Inherited; typedef in class:PartitionListRow
92 typedef BColumnListView Inherited; typedef in class:PartitionListView
/haiku/headers/os/locale/
H A DRelativeDateTimeFormat.h28 typedef BFormat Inherited; typedef in class:BRelativeDateTimeFormat
H A DDurationFormat.h26 typedef BFormat Inherited; typedef in class:BDurationFormat
H A DTimeUnitFormat.h43 typedef BFormat Inherited; typedef in class:BTimeUnitFormat
/haiku/src/kits/locale/
H A DTimeUnitFormat.cpp49 : Inherited()
74 : Inherited(language, conventions)
98 Inherited(other),
H A DRelativeDateTimeFormat.cpp54 : Inherited()
78 : Inherited(language, conventions)
101 : Inherited(other),
H A DDurationFormat.cpp44 Inherited(language, conventions),
60 Inherited(),
75 Inherited(other),

Completed in 81 milliseconds

12