Searched refs:fLabel (Results 26 - 50 of 55) sorted by relevance

123

/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.h107 BString fLabel; member in class:PopupSlider
/haiku/src/apps/resedit/
H A DBitmapView.h37 // const char *Label(void) const { return fLabel.String(); }
77 BString fLabel; member in class:BitmapView
/haiku/src/apps/mail/
H A DSignature.h115 char fLabel[100]; member in class:TNameControl
/haiku/src/apps/webpositive/tabview/
H A DTabView.h59 BString fLabel; member in class:TabView
/haiku/headers/libs/print/libprint/
H A DJobSetupDlg.h44 const char* fLabel; member in class:Range
65 fLabel(label),
95 BString label = fLabel;
/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);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.h126 BString fLabel; member in class:IconButton
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;
/haiku/headers/os/interface/
H A DSeparatorView.h94 BString fLabel; member in class:BSeparatorView
H A DControl.h103 char* fLabel; member in class:BControl
H A DBox.h94 char* fLabel; member in class:BBox
H A DStatusBar.h103 BString fLabel; member in class:BStatusBar
H A DMenuItem.h99 char* fLabel; member in class:BMenuItem
H A DMenuField.h142 char* fLabel; member in class:BMenuField
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettingsAddOn.h117 const char* fLabel; member in class:BNetworkKit::BNetworkInterfaceListItem
/haiku/src/libs/print/libprint/
H A DPrinterCap.cpp11 fLabel(label)
24 return fLabel.c_str();
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 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)
/haiku/src/apps/activitymonitor/
H A DDataSource.h237 BString fLabel; member in class:CPUUsageDataSource
293 BString fLabel; member in class:CPUFrequencyDataSource
/haiku/src/kits/interface/
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;
/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/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/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h55 BString fLabel; member in class:SuperItem
/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

Completed in 311 milliseconds

123