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

123

/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/headers/libs/print/libprint/
H A DJobSetupDlg.h44 const char* fLabel; member in class:Range
65 fLabel(label),
95 BString label = fLabel;
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/headers/os/add-ons/network_settings/
H A DNetworkSettingsAddOn.h117 const char* fLabel; member in class:BNetworkKit::BNetworkInterfaceListItem
/haiku/headers/os/interface/
H A DBox.h94 char* fLabel; member in class:BBox
H A DControl.h103 char* fLabel; member in class:BControl
H A DSeparatorView.h94 BString fLabel; member in class:BSeparatorView
H A DStatusBar.h103 BString fLabel; member in class:BStatusBar
/haiku/headers/private/kernel/boot/
H A Dmenu.h59 const char* Label() const { return fLabel; }
72 const char* fLabel; member in class:MenuItem
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp40 fLabel(label),
154 if (fLabel.CountChars() > 0) {
160 float x = (width - StringWidth(fLabel.String())) / 2.0;
161 DrawString(fLabel.String(), BPoint(x, y));
272 if (fLabel.CountChars() > 0) {
276 minWidth += StringWidth(fLabel.String()) + 4.0;
H A DIconButton.h126 BString fLabel; member in class:IconButton
/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;
H A DPopupSlider.h107 BString fLabel; member in class:PopupSlider
/haiku/src/apps/mail/
H A DSignature.h115 char fLabel[100]; member in class:TNameControl
/haiku/src/apps/resedit/
H A DBitmapView.cpp55 fLabel = label;
147 if (fLabel.Compare(label) != 0) {
148 fLabel = label;
H A DBitmapView.h37 // const char *Label(void) const { return fLabel.String(); }
77 BString fLabel; member in class:BitmapView
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h55 BString fLabel; member in class:SuperItem
/haiku/src/kits/interface/
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/libs/linprog/
H A DConstraint.cpp48 fLabel(constraint->Label())
301 return fLabel.String();
308 fLabel = label;
337 string << fLabel; local
H A DVariable.cpp148 return fLabel.String();
155 fLabel = label;
170 if (fLabel) {
171 string << fLabel << ": "; local
298 fLabel(NULL),
/haiku/src/libs/print/libprint/
H A DAddPrinterDlg.cpp17 : BStringItem(cap->fLabel.c_str())
H A DJobSetupDlg.cpp546 const char* label = capability->fLabel.c_str();
716 item = new BMenuItem(capability->fLabel.c_str(),
719 item = new BMenuItem(capability->fLabel.c_str(), NULL);
778 if (capability->fLabel == label)
H A DPageSetupDlg.cpp119 item = new BMenuItem((*paper_cap)->fLabel.c_str(), msg);
145 AddOrientationItem((*orientation_cap)->fLabel.c_str(),
158 item = new BMenuItem((*resolution_cap)->fLabel.c_str(), NULL);
H A DPrinterCap.cpp11 fLabel(label)
24 return fLabel.c_str();

Completed in 219 milliseconds

123