Searched refs:fLabel (Results 1 - 25 of 55) sorted by relevance

123

/haiku/src/preferences/filetypes/
H A DStringView.cpp17 fLabel(new BStringView(NULL, label)),
28 fLabel->SetText(label);
48 { return fLabel; }
75 fLabel->SetHighColor(color);
77 fLabel->Invalidate();
89 fLabelItem = layout->AddView(fLabel);
98 return fLabel->Text();
H A DStringView.h35 BStringView* fLabel; member in class:StringView
/haiku/src/preferences/network/
H A DServiceListItem.h28 const char* Label() const { return fLabel; }
43 const char* fLabel; member in class:ServiceListItem
H A DServiceListItem.cpp28 fLabel(label),
78 owner->DrawString(fLabel, namePoint);
106 SetWidth(font->StringWidth(fLabel)
H A DNetworkSettingsAddOn.cpp111 fLabel(label),
127 return fLabel;
168 owner->DrawString(fLabel, labelLocation);
196 SetWidth(owner->StringWidth(fLabel) + 2 * fSpacing
/haiku/src/libs/linprog/
H A DVariable.cpp148 return fLabel.String();
155 fLabel = label;
170 if (fLabel) {
171 string << fLabel << ": "; local
298 fLabel(NULL),
H A DConstraint.cpp48 fLabel(constraint->Label())
301 return fLabel.String();
308 fLabel = label;
337 string << fLabel; local
/haiku/src/preferences/time/
H A DTZDisplay.cpp23 fLabel(label),
64 DrawString(fLabel.String(), pt);
78 return fLabel.String();
85 fLabel.SetTo(label);
162 float firstLine = ceilf(StringWidth(fLabel.String()) +
H A DTZDisplay.h46 BString fLabel; member in class:TTZDisplay
/haiku/src/kits/interface/
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...]
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 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 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...]
/haiku/src/servers/notification/
H A DAppGroupView.h44 BString fLabel; member in class:AppGroupView
H A DAppGroupView.cpp33 fLabel(label),
89 BString label = fLabel;
260 return fLabel;
267 fLabel.SetTo(group);
/haiku/headers/libs/print/libprint/
H A DPrinterCap.h25 string fLabel; member in struct:BaseCap
236 : fLabel(label)
242 return baseCap->fLabel == fLabel;
245 const char* fLabel; member in struct:PrinterCap::LabelPredicate
/haiku/src/apps/webpositive/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/tests/kits/interface/layout/widget_layout_test/tests/
H A DBoxTest.cpp48 fLabel(boxLabel),
53 const char* fLabel; member in class:BoxTest::LabelRadioButton
237 fBox->SetLabel(button->fLabel);
/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/headers/libs/linprog/
H A DConstraint.h87 BString fLabel; member in class:LinearProgramming::Constraint
H A DVariable.h70 BString fLabel; member in class:LinearProgramming::Variable
/haiku/src/apps/activitymonitor/
H A DDataSource.cpp823 fLabel = other.fLabel;
874 return fLabel.String();
926 fLabel.SetToFormat(B_TRANSLATE("CPU %d speed"), cpu + 1);
929 fLabel = B_TRANSLATE("CPU usage");
971 fLabel = other.fLabel;
1029 return fLabel.String();
1081 fLabel.SetToFormat(B_TRANSLATE("CPU %d usage"), cpu + 1);
1085 fLabel
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp34 fLabel(label),
145 DrawString(fLabel.String(), textPoint);
386 fLabel.SetTo(label);
394 return fLabel.String();
440 return ceilf(StringWidth(fLabel.String())) + 5.0;
/haiku/headers/private/kernel/boot/
H A Dmenu.h59 const char* Label() const { return fLabel; }
72 const char* fLabel; member in class:MenuItem

Completed in 110 milliseconds

123