Searched refs:fLabel (Results 1 - 25 of 55) sorted by last modified time

123

/haiku/src/apps/activitymonitor/
H A DDataSource.cpp823 fLabel = other.fLabel;
874 return fLabel.String();
926 fLabel.SetToFormat(B_TRANSLATE("CPU %d speed"), (int)cpu + 1);
929 fLabel = B_TRANSLATE("CPU usage");
971 fLabel = other.fLabel;
1029 return fLabel.String();
1081 fLabel.SetToFormat(B_TRANSLATE("CPU %d usage"), (int)cpu + 1);
1085 fLabel
[all...]
H A DDataSource.h237 BString fLabel; member in class:CPUUsageDataSource
293 BString fLabel; member in class:CPUFrequencyDataSource
/haiku/src/kits/interface/
H A DStatusBar.cpp36 fLabel(label),
48 fLabel(label),
61 archive->FindString("_label", &fLabel);
124 if (err == B_OK && fLabel.Length())
125 err = archive->AddString("_label", fLabel);
201 *_width = ceilf(StringWidth(fLabel.String()))
301 leftText << fLabel << fText;
460 _SetTextData(fText, string, fLabel, false);
500 fLabel = label ? label : "";
606 return fLabel
[all...]
H A DMenuItem.cpp68 fLabel = strdup(label);
154 if (status == B_OK && fLabel)
190 free(fLabel);
198 if (fLabel != NULL) {
199 free(fLabel);
200 fLabel = NULL;
204 fLabel = strdup(string);
308 return fLabel;
378 fCachedWidth = fSuper->StringWidth(fLabel);
393 BString string(fLabel);
[all...]
H A DMenuField.cpp302 free(fLabel);
626 if (fLabel) {
627 if (label && strcmp(fLabel, label) == 0)
630 free(fLabel);
633 fLabel = strdup(label);
645 return fLabel;
1008 fLabel = NULL;
H A DBox.cpp112 if (fLabel && ret == B_OK)
113 ret = archive->AddString("_label", fLabel);
155 if (fLabel != NULL || fLabelView != NULL)
184 fLabel = strdup(string);
216 return fLabel;
235 if (fLabel != NULL) {
257 if (fLabel != NULL) {
268 DrawString(fLabel, BPoint(10.0f, fontHeight.ascent - yOffset));
639 fLabel = NULL;
739 if (fLabel) {
[all...]
H A DSeparatorView.cpp75 fLabel(),
88 fLabel.SetTo(label);
138 result = into->AddString("_label", fLabel.String());
175 } else if (fLabel.CountChars() > 0) {
177 float labelWidth = StringWidth(fLabel.String());
248 if (fLabel.CountChars() > 0) {
255 DrawString(fLabel.String(), BPoint(labelBounds.left,
258 DrawString(fLabel.String(), BPoint(labelBounds.left
273 } else if (fLabel.CountChars() > 0) {
274 width = StringWidth(fLabel
[all...]
H A DControl.cpp78 free(fLabel);
129 if (status == B_OK && fLabel)
130 status = data->AddString("_label", fLabel);
214 reply.AddString("result", fLabel);
323 if ((fLabel && label && !strcmp(fLabel, label))
324 || ((fLabel == NULL || !fLabel[0]) && label == NULL))
327 free(fLabel);
328 fLabel
[all...]
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp778 float width = StringWidth(fLabel);
786 DrawString(fLabel, offset);
794 fLabel = _DeriveLabel(fItemCount);
816 BString fLabel; member in class:PackageListView::ItemCountView
/haiku/src/system/boot/loader/
H A Dmenu.cpp56 fLabel(strdup(label)),
75 free(const_cast<char *>(fLabel));
188 free(const_cast<char*>(fLabel));
189 fLabel = newLabel;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp108 fLabel(label)
116 out.Print("bfs:%s: block %lld (%p), sum %lu, s/l %lu/%lu", fLabel,
126 const char* fLabel; member in class:BFSBlockTracing::Block
137 fLabel(label)
144 out.Print("bfs:%s: block %ld, %08lx -> %08lx", fLabel,
152 const char* fLabel; member in class:BFSBlockTracing::BlockChange
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp647 strlcpy(fLabel, label, sizeof(fLabel));
654 ", %" B_PRId32 "/%" B_PRId32 " blocks", fCache, fLabel, fTransaction,
659 char fLabel[12]; member in class:TransactionTracing::Action
/haiku/headers/os/interface/
H A DMenuField.h142 char* fLabel; member in class:BMenuField
H A DMenuItem.h99 char* fLabel; member in class:BMenuItem
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyInfos.cpp28 const char* fLabel; member in struct:KeyLabelMap
115 return keyLabels[last].fLabel;
/haiku/src/add-ons/screen_savers/nebula/
H A DNebula.cpp427 fLabel = label;
432 fText.SetToFormat("%s: %d", fLabel, Value());
438 const char* fLabel; member in class:SimpleSlider
/haiku/src/apps/webpositive/tabview/
H A DTabView.h59 BString fLabel; member in class:TabView
H A DTabView.cpp32 fLabel()
125 be_control_look->DrawLabel(owner, fLabel.String(), frame, updateRect,
180 if (fLabel == label)
183 fLabel = label;
191 return fLabel;
/haiku/src/apps/mail/
H A DSignature.cpp454 strcpy(fLabel, label);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp738 fLabel(label),
828 fItemText = fLabel;
H A DSoftwareUpdaterWindow.h55 BString fLabel; member in class:SuperItem
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DSliderTest.cpp109 fLabel(sliderLabel)
113 const char* fLabel; member in class:SliderTest::LabelRadioButton
486 fSlider->SetLabel(button->fLabel);
H A DBoxTest.cpp48 fLabel(boxLabel),
53 const char* fLabel; member in class:BoxTest::LabelRadioButton
237 fBox->SetLabel(button->fLabel);
/haiku/src/servers/notification/
H A DAppGroupView.cpp33 fLabel(label),
89 BString label = fLabel;
260 return fLabel;
267 fLabel.SetTo(group);
/haiku/src/preferences/network/
H A DServiceListItem.cpp28 fLabel(label),
78 owner->DrawString(fLabel, namePoint);
106 SetWidth(font->StringWidth(fLabel)

Completed in 257 milliseconds

123