Searched refs:title (Results 251 - 275 of 283) sorted by relevance

<<1112

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp198 HighlightingTableColumn(int32 modelIndex, const char* title, float width, argument
202 StringTableColumn(modelIndex, title, width, minWidth, maxWidth,
/haiku/src/preferences/network/
H A DNetworkWindow.cpp69 TitleItem(const char* title) argument
71 BStringItem(title)
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A Dvirtio_mmio.cpp55 virtio_dump_features(const char* title, uint64 features, argument
72 TRACE("%s: %s\n", title, features_string);
/haiku/src/kits/tracker/
H A DTrackerInitialState.cpp101 const char* title; member in struct:ColumnData
228 B_TRANSLATE_CONTEXT(src[i].title, context),
349 installer.AddExtraAttribute("Title", "META:title", B_STRING_TYPE,
562 { B_TRANSLATE_MARK("Title"), 40, 171, B_ALIGN_LEFT, "META:title",
H A DUtilities.h273 PositionPassingMenuItem(const char* title, BMessage*,
H A DUtilities.cpp1571 PositionPassingMenuItem::PositionPassingMenuItem(const char* title, argument
1574 BMenuItem(title, message, shortcut, modifiers)
/haiku/src/apps/deskbar/
H A DSwitcher.cpp2309 BString title; local
2315 title << teamGroup->Name() << ": " << windowInfo->name;
2317 title = teamGroup->Name();
2326 title = teamGroup->Name();
2328 if (!title.Length())
2340 float stringWidth = StringWidth(title.String());
2346 // window title is too long, need to truncate
2347 TruncateString(&title, B_TRUNCATE_MIDDLE, maxWidth);
2381 DrawString(title.String());
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp88 PartitionColumn::PartitionColumn(const char* title, float width, float minWidth, argument
91 Inherited(title, width, minWidth, maxWidth, align),
/haiku/headers/os/interface/
H A DMenu.h276 bool _ChooseTrigger(const char* title, int32& index,
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp670 BStringView* title = new BStringView("Title", sTranslatorName); local
671 title->SetFont(be_bold_font);
672 title->SetExplicitAlignment(labelAlignment);
693 .Add(title)
/haiku/src/apps/terminal/
H A DTermView.h386 const char* title);
H A DTermView.cpp1864 const char* title; local
1865 if (message->FindString("title", &title) == B_OK) {
1867 fListener->SetTermViewTitle(this, title);
3241 TermView::Listener::SetTermViewTitle(TermView* view, const char* title) argument
/haiku/src/servers/app/
H A DDesktop.h218 const char* title);
H A DServerWindow.cpp159 ServerWindow::ServerWindow(const char* title, ServerApp* app, argument
162 MessageLooper(title && *title ? title : "Unnamed Window"),
182 STRACE(("ServerWindow(%s)::ServerWindow()\n", title));
184 SetTitle(title);
328 const char *title = Title(); local
329 if (title == NULL || !title[0])
330 title
[all...]
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp545 BString title = B_TRANSLATE("%1 application type"); local
546 title.ReplaceFirst("%1", name);
547 return title;
/haiku/src/apps/tv/
H A DMainWin.cpp706 BString title; local
707 title.SetToFormat(B_TRANSLATE_COMMENT("%s - %d �� %d, %.3f:%.3f => %.0f �� %.0f",
712 SetTitle(title);
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp438 BString title; local
439 title.SetToFormat(B_TRANSLATE_COMMENT("%s info",
440 "window title"), name);
441 Window()->SetTitle(title.String());
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp139 const char* title,
369 PackageColumn::PackageColumn(Model* model, const char* title, float width, argument
372 Inherited(title, width, minWidth, maxWidth, align),
631 // Package icon and title
/haiku/src/kits/interface/
H A DMenu.cpp3269 BMenu::_ChooseTrigger(const char* title, int32& index, uint32& trigger, argument
3272 if (title == NULL)
3280 nextCharacter = title;
3288 index = (int32)(character - title);
3293 nextCharacter = title;
3301 index = (int32)(character - title);
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp1319 BString title = B_TRANSLATE("%action%?"); local
1320 title.ReplaceFirst("%action%", fReboot ? restart : shutdown);
1326 BAlert* alert = new BAlert(title.String(), text,
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp575 const char* title = local
579 BString fileName(title);
603 data.AddString("title", title);
604 // The title may differ from the validated filename
/haiku/src/apps/codycam/
H A DCodyCam.cpp408 VideoWindow::VideoWindow(const char* title, window_type type, argument
411 BWindow(BRect(50, 50, 50, 50), title, type, flags),
/haiku/src/kits/package/manager/
H A DPackageManager.cpp1199 const char* title)
1206 const char* title)
1198 ProgressPackageChecksumStarted( const char* title) argument
1205 ProgressPackageChecksumComplete( const char* title) argument
/haiku/src/apps/soundrecorder/
H A DTrackSlider.cpp16 TrackSlider::TrackSlider(BRect rect, const char *title, BMessage *msg, argument
/haiku/src/system/boot/loader/
H A Dmenu.cpp214 Menu::Menu(menu_type type, const char* title) argument
216 fTitle(title),

Completed in 194 milliseconds

<<1112