Searched refs:Label (Results 1 - 25 of 131) sorted by last modified time

123456

/haiku/src/apps/diskprobe/
H A DProbeView.cpp1164 if (strcasecmp(menu->ItemAt(i)->Label(), attribute) > 0)
/haiku/src/apps/activitymonitor/
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...]
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...]
/haiku/src/kits/tracker/
H A DContainerWindow.cpp4185 BMenuItem* newItem = new BMenuItem(item->Label(), message);
H A DFilePanelPriv.cpp1174 float old_width = button->StringWidth(button->Label());
1191 float old_width = button->StringWidth(button->Label());
H A DUtilities.cpp867 BString truncatedLabel(Label());
1365 return strcasecmp(item1->Label(), item2->Label());
H A DPoseView.cpp2917 column = new BColumn(item->Label(), attrWidth, attrAlign,
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...]
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp168 fCurrentFont.SetFamilyAndStyle(family, styleItem->Label());
/haiku/src/apps/terminal/
H A DTermWindow.cpp697 if (strcmp(item->Label(), size) == 0)
930 if (strcmp(item->Label(), size) == 0)
1170 if (atoi(item->Label()) == size)
H A DThemeView.cpp474 if (strcmp(item->Label(), currentSchemeName) == 0) {
/haiku/src/kits/interface/
H A DStatusBar.cpp604 BStatusBar::Label() const function in class:BStatusBar
H A DMenu.cpp151 { "Label", { B_GET_PROPERTY, 0 },
157 { "Label", { B_SET_PROPERTY, 0 },
997 if (item->Label() && strcmp(item->Label(), label) == 0)
1714 case 2: // Label: GET
1715 case 3: // Label: SET
1908 case 2: // Label: GET
1910 err = replyMsg.AddString("result", item->Label());
1912 case 3: // Label: SET
3035 Superitem()->SetLabel(item->Label());
[all...]
H A DMenuItem.cpp155 status = data->AddString("_label", Label());
255 const char* pos = strchr(Label(), toupper(trigger));
260 pos = strchr(Label(), trigger);
264 fTriggerIndex = UTF8CountChars(Label(), pos - Label());
306 BMenuItem::Label() const function in class:BMenuItem
563 SetLabel(item->Label());
H A DAbstractSpinner.cpp116 "Label",
124 "Label",
701 if (fParent->Label() == NULL)
1091 const char* label = Label();
1427 const char* label = Label();
1491 if (Label() != NULL) {
1492 fDivider = StringWidth(Label())
1627 if (Label() != NULL) {
1628 fLayoutData->label_width = StringWidth(Label());
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp2255 BString baseURLLabel = baseURL(BString(newItem->Label()));
2258 BString label = item->Label();
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp1149 DrawString(Label(), BPoint(3, Bounds().Height() - fontHeight.descent));
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp369 || strcasecmp(item->TruncatedLabel(), item->Label()) > 0) {
370 SetToolTip(item->Label());
646 if (teamItem != NULL && collator.Compare(teamItem->Label(), name)
1005 BString teamPrefix(teamItem->Label());
1009 teamSuffix.Append(teamItem->Label());
1026 if (strcasecmp(item->Label(), windowName)
H A DWindowMenuItem.cpp191 float labelWidth = menu->StringWidth(Label());
195 menu->DrawString(Label(labelWidth + offset));
252 || NaturalCompare(item->Label(), newItem->Label()) > 0) {
H A DWindowMenu.cpp134 && strcasecmp(item->Label(), wInfo->name) > 0) {
H A DTeamMenuItem.cpp355 float labelWidth = menu->StringWidth(Label());
359 menu->DrawString(Label(labelWidth + offset));
/haiku/src/apps/people/
H A DPersonView.cpp238 if (strcmp(text, item->Label()) < 0)
/haiku/src/apps/mail/
H A DMailWindow.cpp2686 WriteAttrString(&draft, "MAIL:encoding", menuItem->Label());
3006 if (!strcmp(address, item->Label())) {
3011 if (strcmp(address, item->Label()) < 0)
/haiku/src/apps/showimage/
H A DSupportingAppsMenu.cpp21 return strcasecmp(a->Label(), b->Label());
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp528 popup->SetDivider(popup->StringWidth(popup->Label()) + 4.0f);
559 popup->SetDivider(popup->StringWidth(popup->Label()) + 4.0f);
630 popup->SetDivider(popup->StringWidth(popup->Label()) + 4.0f);

Completed in 252 milliseconds

123456