Searched refs:title (Results 26 - 50 of 283) sorted by relevance

1234567891011>>

/haiku/src/apps/haiku3d/
H A DMainWindow.h17 MainWindow(BRect frame, const char* title);
/haiku/src/apps/icon-o-matic/generic/gui/panel/
H A DPanel.cpp52 Panel::Panel(BRect frame, const char* title, argument
55 : BWindow(frame, title, type, flags, workspace)
61 Panel::Panel(BRect frame, const char* title, argument
64 : BWindow(frame, title, look, feel, flags, workspace)
/haiku/src/apps/launchbox/
H A DPanel.cpp52 Panel::Panel(BRect frame, const char* title, argument
55 : BWindow(frame, title, type, flags, workspace)
61 Panel::Panel(BRect frame, const char* title, argument
64 : BWindow(frame, title, look, feel, flags, workspace)
/haiku/src/apps/resedit/
H A DPreviewColumn.h16 PreviewColumn(const char *title, float width,
/haiku/src/libs/print/libprint/
H A DDialogWindow.cpp11 const char *title,
15 : BWindow(frame, title, type, flags, workspace)
23 const char *title,
28 : BWindow(frame, title, look, feel, flags, workspace)
10 DialogWindow(BRect frame, const char *title, window_type type, uint32 flags, uint32 workspace) argument
22 DialogWindow(BRect frame, const char *title, window_look look, window_feel feel, uint32 flags, uint32 workspace) argument
/haiku/src/preferences/printers/
H A DTransportMenu.h21 TransportMenu(const char* title, uint32 what,
/haiku/src/apps/packageinstaller/
H A DBlockingWindow.h15 const char* title, uint32 flags = 0);
H A DBlockingWindow.cpp14 BlockingWindow::BlockingWindow(BRect frame, const char* title, uint32 flags) argument
16 BWindow(frame, title, B_MODAL_WINDOW,
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css28 title, subtitle {
31 title {
58 * is a section or title. Titles should be allowed to take up the maximum
64 section, title, sect1, sect2, sect3, sect4, sect5, bibliodiv {
69 book>title, article>title {
75 appendix>title, bibliography>title, chapter>title, colophon>title, dedicatio
[all...]
/haiku/headers/os/package/
H A DJob.h26 const BString& title);
/haiku/src/apps/haikudepot/packagemanagement/
H A DPackageAction.h16 PackageAction(const BString& title,
/haiku/headers/libs/print/libprint/
H A DBlockingWindow.h58 HWindow(BRect frame, const char *title,
62 HWindow(BRect frame, const char *title,
81 BlockingWindow(BRect frame, const char *title,
85 BlockingWindow(BRect frame, const char *title,
103 void Init(const char* title);
/haiku/src/apps/cortex/InfoView/
H A DFileNodeInfoView.cpp74 // thru MediaFile and set the title appropriatly
75 BString title; local
157 // set title
161 title = fileName;
165 // set title
166 title = ref->name();
167 title += " ";
168 title += B_TRANSLATE("(no file)");
170 setTitle(title);
/haiku/src/kits/network/libnetservices/
H A DGopherRequest.cpp456 BString title = fields.StringAt(FIELD_NAME); local
468 _HTMLEscapeString(title);
477 "<span class=\"text\">" << title << "</span></a>" local
485 "<span class=\"binary\">" << title << "</span></a>" local
493 "<span class=\"dir\">" << title << "</span></a>" local
497 item << "<span class=\"error\">" << title << "</span>" local
500 pageTitle << "Error: " << title; local
511 "<label>" << title << " " local
533 "<span class=\"telnet\">" << title << "</span></a>" local
549 "<span class=\"telnet\">" << title << "</spa local
568 "<span class=\\"cso\\">" << title << "</span></a>" local
580 "alt=\\"" << title << "\\"/>" local
587 "<span class=\\"img\\">" << title << "</span></a>" local
599 "<span class=\\"html\\">" << title << "</span></a>" local
610 item << "<span class=\\"info\\">" << title << "</span>" local
621 "alt=\\"" << title << "\\"/>" local
629 "<span class=\\"document\\">" << title << "</span></a>" local
639 "alt=\\"" << title << "\\"/>" local
647 "<span class=\\"unknown\\">" << title << "</span></a>" local
[all...]
/haiku/src/apps/debugger/user_interface/gui/util/
H A DTargetAddressTableColumn.cpp13 const char* title, float width, float minWidth, float maxWidth,
16 StringTableColumn(modelIndex, title, width, minWidth, maxWidth, truncate,
12 TargetAddressTableColumn(int32 modelIndex, const char* title, float width, float minWidth, float maxWidth, uint32 truncate, alignment align) argument
/haiku/src/apps/terminal/
H A DSetTitleDialog.h26 void Go(const BString& title, bool titleUserDefined,
52 const BString& title,
/haiku/src/kits/package/
H A DValidateChecksumJob.cpp23 const BString& title, ChecksumAccessor* expectedChecksumAccessor,
26 inherited(context, title),
22 ValidateChecksumJob(const BContext& context, const BString& title, ChecksumAccessor* expectedChecksumAccessor, ChecksumAccessor* realChecksumAccessor, bool failIfChecksumsDontMatch) argument
/haiku/src/kits/tracker/
H A DOverrideAlert.h55 OverrideAlert(const char* title, const char* text,
61 OverrideAlert(const char* title, const char* text,
H A DSlowMenu.h53 BSlowMenu(const char* title, menu_layout layout = B_ITEMS_IN_COLUMN);
/haiku/headers/private/package/
H A DRemoveRepositoryJob.h25 const BString& title,
/haiku/src/apps/expander/
H A DPasswordAlert.h20 PasswordAlert(const char* title,
/haiku/src/preferences/media/
H A DMediaWindow.h42 void SelectAudioSettings(const char* title);
43 void SelectVideoSettings(const char* title);
44 void SelectAudioMixer(const char* title);
45 void SelectMidiSettings(const char* title);
/haiku/src/apps/processcontroller/
H A DTeamBarMenu.h24 TeamBarMenu(const char* title, info_pack* infos, int32 teamCount);
H A DQuitMenu.h17 QuitMenu(const char* title, info_pack* infos, int infosCount);
H A DThreadBarMenu.h19 ThreadBarMenu(const char *title, team_id team, int32 threadCount);

Completed in 135 milliseconds

1234567891011>>