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

123

/haiku-fatelf/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-fatelf/src/add-ons/print/drivers/pdf/source/
H A DReport.h54 BString fLabel; member in class:ReportRecord
59 : fKind(kind), fPage(page), fLabel(label), fDesc(desc)
64 const char* Label() const { return fLabel.String(); }
/haiku-fatelf/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-fatelf/src/preferences/time/
H A DTZDisplay.cpp23 fLabel(label),
65 DrawString(fLabel.String(), pt);
79 return fLabel.String();
86 fLabel.SetTo(label);
163 float firstLine = ceilf(StringWidth(fLabel.String()) +
H A DTZDisplay.h46 BString fLabel; member in class:TTZDisplay
/haiku-fatelf/src/preferences/shortcuts/clv/
H A DCLVColumn.h87 const char * GetLabel() const {return fLabel;}
95 const char *fLabel; member in class:CLVColumn
H A DCLVColumn.cpp35 fLabel = new char[strlen(label)+1];
36 strcpy((char*)fLabel,label);
39 fLabel = NULL;
51 delete [] fLabel;
/haiku-fatelf/src/kits/interface/
H A DSeparatorView.cpp80 fLabel(),
93 fLabel.SetTo(label);
143 ret = into->AddString("_label", fLabel.String());
176 } else if (fLabel.CountChars() > 0) {
178 float labelWidth = StringWidth(fLabel.String());
244 if (fLabel.CountChars() > 0) {
251 DrawString(fLabel.String(), BPoint(labelBounds.left,
254 DrawString(fLabel.String(), BPoint(labelBounds.left
269 } else if (fLabel.CountChars() > 0) {
270 width = StringWidth(fLabel
[all...]
H A DControl.cpp72 free(fLabel);
121 if (status == B_OK && fLabel)
122 status = archive->AddString("_label", fLabel);
203 reply.AddString("result", fLabel);
312 if ((fLabel && label && !strcmp(fLabel, label))
313 || ((fLabel == NULL || !fLabel[0]) && label == NULL))
316 free(fLabel);
317 fLabel
[all...]
H A DMenuItem.cpp63 fLabel = strdup(label);
149 if (ret == B_OK && fLabel)
182 free(fLabel);
190 if (fLabel != NULL) {
191 free(fLabel);
192 fLabel = NULL;
196 fLabel = strdup(string);
298 return fLabel;
368 fCachedWidth = fSuper->StringWidth(fLabel);
384 BString string(fLabel);
[all...]
H A DStatusBar.cpp34 fLabel(label),
46 fLabel(label),
59 archive->FindString("_label", &fLabel);
120 if (err == B_OK && fLabel.Length())
121 err = archive->AddString("_label", fLabel);
202 *_width = ceilf(StringWidth(fLabel.String()))
302 leftText << fLabel << fText;
491 _SetTextData(fText, string, fLabel, false);
531 fLabel = label ? label : "";
638 return fLabel
[all...]
H A DBox.cpp115 if (fLabel && ret == B_OK)
116 ret = archive->AddString("_label", fLabel);
158 if (fLabel != NULL || fLabelView != NULL)
187 fLabel = strdup(string);
219 return fLabel;
238 if (fLabel != NULL) {
260 if (fLabel) {
267 DrawString(fLabel, BPoint(10.0f, ceilf(fontHeight.ascent)));
618 fLabel = NULL;
770 if (fLabel) {
[all...]
/haiku-fatelf/src/servers/notification/
H A DAppGroupView.h40 BString fLabel; member in class:AppGroupView
/haiku-fatelf/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyInfos.cpp26 const char* fLabel; member in struct:KeyLabelMap
110 return keyLabels[last].fLabel;
/haiku-fatelf/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-fatelf/src/apps/webpositive/tabview/
H A DTabView.cpp53 fLabel()
148 be_control_look->DrawLabel(owner, fLabel.String(), frame, updateRect,
230 if (fLabel == label)
232 fLabel = label;
240 return fLabel;
/haiku-fatelf/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-fatelf/headers/private/kernel/boot/
H A Dmenu.h59 const char* Label() const { return fLabel; }
67 const char* fLabel; member in class:MenuItem
/haiku-fatelf/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-fatelf/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;
H A DPopupSlider.h107 BString fLabel; member in class:PopupSlider
/haiku-fatelf/src/apps/mail/
H A DHeader.h131 char fLabel[100]; member in class:TTextControl

Completed in 340 milliseconds

123