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

12

/haiku/src/tests/kits/interface/bprintjob/
H A DPrintTestApp.cpp18 : Inherited(PRINTTEST_SIGNATURE)
/haiku/src/preferences/printers/
H A DPrintersWindow.h46 typedef BWindow Inherited; typedef in class:PrintersWindow
H A DPrinterListView.h52 typedef BListView Inherited; typedef in class:PrinterListView
H A DAddPrinterDialog.cpp41 Inherited(BRect(78, 71, 400, 300), B_TRANSLATE("Add printer"),
57 return Inherited::QuitRequested();
88 Inherited::MessageReceived(msg);
H A DJobListView.cpp37 Inherited(frame, "jobs_list", B_SINGLE_SELECTION_LIST, B_FOLLOW_ALL,
53 Inherited::AttachedToWindow();
H A DPrintersWindow.cpp121 bool result = Inherited::QuitRequested();
231 Inherited::MessageReceived(msg);
H A DPrinterListView.cpp39 : Inherited(frame, "printers_list", B_SINGLE_SELECTION_LIST, B_FOLLOW_ALL,
85 Inherited::AttachedToWindow();
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp45 Inherited(string),
75 Inherited(title, width, minWidth, maxWidth, align),
155 float parentWidth = Inherited::GetPreferredWidth(_field, parent);
279 Inherited(name, B_NAVIGABLE, B_PLAIN_BORDER),
303 Inherited::AttachedToWindow();
311 Inherited::DetachedFromWindow();
383 Inherited::MessageReceived(message);
/haiku/src/servers/print/
H A DPrinter.h47 typedef BHandler Inherited; typedef in class:Printer
H A DPrintServerApp.h35 typedef BServer Inherited; typedef in class:PrintServerApp
H A DTransport.cpp207 Inherited::MessageReceived(msg);
H A DPrintServerApp.Scripting.cpp223 rc = Inherited::ResolveSpecifier(msg,index,spec,form,prop);
271 return Inherited::GetSupportedSuites(msg);
H A DPrintServerApp.cpp82 Inherited(PSRV_SIGNATURE_TYPE, true, err),
138 if (!Inherited::QuitRequested())
340 Inherited::MessageReceived(msg);
H A DPrinter.cpp129 : Inherited(B_EMPTY_STRING),
169 Inherited::MessageReceived(msg);
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp61 Inherited(string),
91 Inherited(title, width, minWidth, maxWidth, align),
171 float parentWidth = Inherited::GetPreferredWidth(_field, parent);
224 Inherited(),
378 Inherited(),
416 : Inherited(frame, "partitionlist", resizeMode, 0, B_NO_BORDER, true)
446 Inherited::AttachedToWindow();
H A DDiskView.cpp462 Inherited(frame, "diskview", resizeMode,
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp76 typedef BStringField Inherited; typedef in class:PackageIconAndTitleField
136 typedef BTitledColumn Inherited; typedef in class:PackageColumn
163 typedef BRow Inherited; typedef in class:PackageRow
238 Inherited(string),
372 Inherited(title, width, minWidth, maxWidth, align),
558 return Inherited::CompareFields(field1, field2);
569 float parentWidth = Inherited::GetPreferredWidth(_field, parent);
623 Inherited(ceilf(be_plain_font->Size() * 1.8f)),

Completed in 102 milliseconds

12