Searched refs:Label (Results 1 - 25 of 131) sorted by relevance

123456

/haiku/src/apps/deskbar/
H A DTruncatableMenuItem.h52 virtual const char* Label();
53 virtual const char* Label(float width);
H A DTruncatableMenuItem.cpp84 TTruncatableMenuItem::Label() function in class:TTruncatableMenuItem
86 return BMenuItem::Label();
91 TTruncatableMenuItem::Label(float width) function in class:TTruncatableMenuItem
102 const char* label = Label();
H A DWindowMenuItem.cpp191 float labelWidth = menu->StringWidth(Label());
195 menu->DrawString(Label(labelWidth + offset));
252 || NaturalCompare(item->Label(), newItem->Label()) > 0) {
/haiku/src/apps/activitymonitor/
H A DDataSource.h44 virtual const char* Label() const;
88 virtual const char* Label() const;
103 virtual const char* Label() const;
118 virtual const char* Label() const;
133 virtual const char* Label() const;
147 virtual const char* Label() const;
162 virtual const char* Label() const;
176 virtual const char* Label() const;
190 virtual const char* Label() const;
204 virtual const char* Label() cons
[all...]
H A DDataSource.cpp158 return Label();
165 return Label();
170 DataSource::Label() const function in class:DataSource
337 UsedMemoryDataSource::Label() const function in class:UsedMemoryDataSource
393 CachedMemoryDataSource::Label() const function in class:CachedMemoryDataSource
452 SwapSpaceDataSource::Label() const function in class:SwapSpaceDataSource
508 BlockCacheDataSource::Label() const function in class:BlockCacheDataSource
562 SemaphoresDataSource::Label() const function in class:SemaphoresDataSource
623 PortsDataSource::Label() const function in class:PortsDataSource
677 ThreadsDataSource::Label() cons function in class:ThreadsDataSource
731 TeamsDataSource::Label() const function in class:TeamsDataSource
785 RunningAppsDataSource::Label() const function in class:RunningAppsDataSource
872 CPUFrequencyDataSource::Label() const function in class:CPUFrequencyDataSource
1027 CPUUsageDataSource::Label() const function in class:CPUUsageDataSource
1178 CPUCombinedUsageDataSource::Label() const function in class:CPUCombinedUsageDataSource
1283 PageFaultsDataSource::Label() const function in class:PageFaultsDataSource
1391 NetworkUsageDataSource::Label() const function in class:NetworkUsageDataSource
1490 ClipboardSizeDataSource::Label() const function in class:ClipboardSizeDataSource
1552 MediaNodesDataSource::Label() const function in class:MediaNodesDataSource
[all...]
/haiku/src/apps/installer/
H A DPartitionMenuItem.cpp41 return fMenuLabel != NULL ? fMenuLabel : Label();
48 return fName != NULL ? fName : Label();
/haiku/src/preferences/shortcuts/
H A DPopUpColumn.cpp50 msg->SetString("text", selected->Label());
62 if (strcmp(stringField->String(), item->Label()) == 0) {
68 msg->SetString("text", item->Label());
/haiku/src/preferences/filetypes/
H A DStringView.h21 const char* Label() const;
H A DPreferredAppMenu.cpp34 return strcasecmp(a->Label(), b->Label());
60 snprintf(label, sizeof(label), "%s (%s)", item->Label(), subType + 1);
171 if (last == NULL || strcmp(last->Label(), item->Label())) {
H A DStringView.cpp96 StringView::Label() const function in class:StringView
/haiku/src/preferences/time/
H A DTZDisplay.h34 const char* Label() const;
/haiku/src/preferences/network/
H A DServiceListItem.h28 const char* Label() const { return fLabel; } function in class:ServiceListItem
/haiku/src/servers/input/
H A DMethodMenuItem.h36 const char *Name() { return Label(); };
H A DMethodMenuItem.cpp61 *width = be_plain_font->StringWidth(Label()) + MENUITEM_ICON_SIZE + 3;
/haiku/src/preferences/input/
H A DInputDeviceView.h52 const char* Label() { return fTitle.String();} function in class:DeviceListItemView
/haiku/src/kits/interface/
H A DOptionPopUp.cpp109 *outName = item->Label();
204 float labelWidth = fMenuField->StringWidth(fMenuField->Label());
230 float newWidth = fMenuField->StringWidth(fMenuField->Label());
297 width += fMenuField->StringWidth(BControl::Label())
313 float newWidth = fMenuField->StringWidth(BControl::Label());
335 *outName = marked->Label();
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp29 if (Label()) {
30 labelwidth = StringWidth(Label()) + LABEL_DIST;
86 float width = ceilf(StringWidth(Label()));
133 if (Label()) {
143 DrawString(Label(), p);
/haiku/src/preferences/media/
H A DMediaListItem.h49 virtual const char* Label() = 0;
95 virtual const char* Label();
134 virtual const char* Label() {return fTitle;} function in class:DeviceListItem
167 virtual const char* Label() {return fTitle;} function in class:AudioMixerListItem
200 virtual const char* Label();
H A DMediaListItem.cpp169 renderer.SetTitle(Label());
180 renderer.SetTitle(Label());
225 NodeListItem::Label() function in class:NodeListItem
291 result = strcmp(fTarget->Label(), item->Label());
504 MidiListItem::Label() function in class:MidiListItem
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp219 settings.FindEntry(fCurrentItem->Label(), &entry);
221 profile.FindEntry(fCurrentItem->Label(), &entry);
302 name << fCurrentItem->Label();
306 name << fCurrentItem->Label();
373 settings->AddString("InterfaceName", fCurrentItem->Label());
403 settingsDirectory.CreateFile(fCurrentItem->Label(), &file);
408 profileDirectory.CreateFile(fCurrentItem->Label(), &file);
427 interface = fListener.Manager().InterfaceWithName(fCurrentItem->Label());
430 fCurrentItem->Label());
510 if(strcasecmp(info.info.name, fCurrentItem->Label()))
[all...]
/haiku/src/add-ons/tracker/mark_as/
H A DMarkAs.cpp43 if (strcmp(menu->ItemAt(index)->Label(), name) > 0)
89 BString status = item->Label();
/haiku/src/apps/showimage/
H A DSupportingAppsMenu.cpp21 return strcasecmp(a->Label(), b->Label());
/haiku/headers/libs/linprog/
H A DConstraint.h61 const char* Label();
H A DVariable.h35 const char* Label();
/haiku/src/kits/tracker/
H A DFindPanel.cpp759 volumeField->SetDivider(volumeField->StringWidth(volumeField->Label()) + 8);
967 if (markedSubItem != NULL && markedSubItem->Label() != NULL) {
969 = menuField->StringWidth(markedSubItem->Label());
972 } else if (markedItem->Label() != NULL) {
973 float labelWidth = menuField->StringWidth(markedItem->Label());
980 if (item->Label() != NULL)
981 width = std::max(width, menuField->StringWidth(item->Label()));
987 if (subItem->Label() == NULL)
991 menuField->StringWidth(subItem->Label()));
1022 PopUpMenuSetTitle(fVolMenu, fVolMenu->ItemAt(0)->Label());
[all...]

Completed in 253 milliseconds

123456