Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 233) sorted by relevance

12345678910

/haiku/src/libs/print/libprint/
H A DPrinterCap.cpp9 BaseCap::BaseCap(const string &label) in BaseCap()
28 EnumCap::EnumCap(const string &label, bool isDefault) in EnumCap()
43 PaperCap::PaperCap(const string &label, bool isDefault, JobData::Paper paper, in PaperCap()
61 PaperSourceCap::PaperSourceCap(const string &label, bool isDefault, in PaperSourceCap()
77 ResolutionCap::ResolutionCap(const string &label, bool isDefault, in ResolutionCap()
95 OrientationCap::OrientationCap(const string &label, bool isDefault, in OrientationCap()
111 PrintStyleCap::PrintStyleCap(const string &label, bool isDefault, in PrintStyleCap()
127 BindingLocationCap::BindingLocationCap(const string &label, bool isDefault, in BindingLocationCap()
143 ColorCap::ColorCap(const string &label, bool isDefault, JobData::Color color) in ColorCap()
158 ProtocolClassCap::ProtocolClassCap(const string &label, bool isDefault, in ProtocolClassCap()
[all …]
H A DJobSetupDlg.cpp168 JobSetupView::CreatePageSelectionItem(const char* name, const char* label, in CreatePageSelectionItem()
546 const char* label = capability->fLabel.c_str(); in AddPopUpMenu() local
624 const char* label = capability->Label(); in AddIntSlider() local
664 const char* label = capability->Label(); in AddDoubleSlider() local
769 JobSetupView::GetID(const BaseCap** capabilities, int count, const char* label, in GetID()
869 const char *label = fColorType->FindMarked()->Label(); in Color() local
882 const char *label = fDitherType->FindMarked()->Label(); in DitherType() local
907 const char *label = fPaperFeed->FindMarked()->Label(); in PaperSource() local
972 const char* label = popUpMenu->FindMarked()->Label(); in UpdateJobData() local
/haiku/src/apps/deskbar/
H A DTruncatableMenuItem.cpp55 TTruncatableMenuItem::TTruncatableMenuItem(const char* label, BMessage* message, in TTruncatableMenuItem()
102 const char* label = Label(); in Label() local
121 TTruncatableMenuItem::SetLabel(const char* label) in SetLabel()
H A DCalendarMenuWindow.cpp38 FlatButton(const BString& label, uint32 what) in FlatButton()
58 const char* label = Label(); in Draw() local
245 CalendarMenuWindow::_SetupButton(const char* label, uint32 what, float height) in _SetupButton()
/haiku/headers/private/drivers/
H A Dscsi_sense.h29 const char * label; member
58 const char * label; member
764 scsi_get_sense_key_info(uint8 key, const char **label, err_act *action, status_t *error) in scsi_get_sense_key_info()
781 scsi_get_sense_asc_info(uint16 asc_asq, const char **label, err_act *action, status_t *error) in scsi_get_sense_asc_info()
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DSliderTest.cpp56 OrientationRadioButton(const char* label, enum orientation orientation) in OrientationRadioButton()
68 ThumbStyleRadioButton(const char* label, enum thumb_style style) in ThumbStyleRadioButton()
80 HashMarkLocationRadioButton(const char* label, enum hash_mark_location in HashMarkLocationRadioButton()
94 ThicknessRadioButton(const char* label, float thickness) in ThicknessRadioButton()
107 LabelRadioButton(const char* label, const char* sliderLabel) in LabelRadioButton()
120 LimitLabelsRadioButton(const char* label, const char* minLabel, in LimitLabelsRadioButton()
H A DBoxTest.cpp32 BorderStyleRadioButton(const char* label, border_style style) in BorderStyleRadioButton()
45 LabelRadioButton(const char* label, const char* boxLabel, in LabelRadioButton()
252 const char* label = (fLongLabelCheckBox->IsSelected() in _UpdateLongLabel() local
/haiku/src/apps/fontdemo/
H A DControlView.cpp73 BString label; in AttachedToWindow() local
174 BString label; in MessageReceived() local
187 BString label; in MessageReceived() local
200 BString label; in MessageReceived() local
213 BString label; in MessageReceived() local
252 BString label; in MessageReceived() local
/haiku/src/libs/glut/
H A DglutMenu.cpp140 glutAddMenuEntry(const char *label, int value) in glutAddMenuEntry()
151 glutAddSubMenu(const char *label, int menu) in glutAddSubMenu()
162 glutChangeToMenuEntry(int num, const char *label, int value) in glutChangeToMenuEntry()
189 glutChangeToSubMenu(int num, const char *label, int menu) in glutChangeToSubMenu()
/haiku/src/preferences/filetypes/
H A DStringView.cpp14 StringView::StringView(const char* label, const char* text) in StringView()
26 StringView::SetLabel(const char* label) in SetLabel()
/haiku/src/apps/diskusage/
H A DStatusView.cpp150 char label[B_PATH_NAME_LENGTH]; in ShowInfo() local
157 BString label; in ShowInfo() local
/haiku/src/kits/mail/
H A DProtocolConfigView.cpp235 MailProtocolConfigView::AddFlavor(const char* label) in AddFlavor()
247 MailProtocolConfigView::AddAuthMethod(const char* label, bool needUserPassword) in AddAuthMethod()
352 const char* label) in _AddTextControl()
366 const char* label) in _AddMenuField()
H A DFileConfigView.cpp36 FileControl::FileControl(const char* name, const char* label, in FileControl()
131 MailFileConfigView::MailFileConfigView(const char* label, const char* name, in MailFileConfigView()
/haiku/src/apps/packageinstaller/
H A DPackageStatus.cpp49 PackageStatus::PackageStatus(const char *title, const char *label, in PackageStatus()
99 PackageStatus::Reset(uint32 stages, const char *label, const char *trailing) in Reset()
/haiku/src/kits/interface/
H A DSeparatorView.cpp36 BSeparatorView::BSeparatorView(const char* name, const char* label, in BSeparatorView()
54 BSeparatorView::BSeparatorView(const char* label, in BSeparatorView()
84 const char* label; in BSeparatorView() local
386 BSeparatorView::SetLabel(const char* label) in SetLabel()
448 BSeparatorView::_Init(const char* label, BView* labelView, in _Init()
H A DMenuField.cpp203 BMenuField::BMenuField(BRect frame, const char* name, const char* label, in BMenuField()
221 BMenuField::BMenuField(BRect frame, const char* name, const char* label, in BMenuField()
237 BMenuField::BMenuField(const char* name, const char* label, BMenu* menu, in BMenuField()
250 BMenuField::BMenuField(const char* name, const char* label, BMenu* menu, in BMenuField()
265 BMenuField::BMenuField(const char* label, BMenu* menu, uint32 flags) in BMenuField()
282 const char* label = NULL; in BMenuField() local
624 BMenuField::SetLabel(const char* label) in SetLabel()
673 BMenuField::SetAlignment(alignment label) in SetAlignment()
1004 BMenuField::InitObject(const char* label) in InitObject()
1054 const char* label = Label(); in _DrawLabel() local
[all …]
H A DControl.cpp52 BControl::BControl(BRect frame, const char* name, const char* label, in BControl()
64 BControl::BControl(const char* name, const char* label, BMessage* message, in BControl()
94 const char* label; in BControl() local
218 const char* label; in MessageReceived() local
317 BControl::SetLabel(const char* label) in SetLabel()
/haiku/src/preferences/time/
H A DTZDisplay.cpp20 TTZDisplay::TTZDisplay(const char* name, const char* label) in TTZDisplay()
83 TTZDisplay::SetLabel(const char* label) in SetLabel()
/haiku/src/apps/debugger/user_interface/gui/util/
H A DSignalDispositionMenu.cpp17 SignalDispositionMenu::SignalDispositionMenu(const char* label, in SignalDispositionMenu()
/haiku/src/kits/shared/
H A DAboutMenuItem.cpp36 BString label = string; in BAboutMenuItem() local
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.h25 FileItem(const char* label, const char* file) in FileItem()
/haiku/src/preferences/joysticks/
H A DMessagedItem.h21 MessagedItem(const char* label, BMessage* information) : BStringItem(label) in MessagedItem()
/haiku/src/apps/bootmanager/
H A DDefaultPartitionPage.cpp44 const char* label; member
148 BString label; in MessageReceived() local
253 DefaultPartitionPage::_GetTimeoutLabel(int32 timeout, BString& label) in _GetTimeoutLabel()
/haiku/src/preferences/bluetooth/
H A DBluetoothSettingsView.cpp67 BString label(B_TRANSLATE("Default inquiry time:")); in BluetoothSettingsView() local
170 BString label(B_TRANSLATE("Default inquiry time:")); in MessageReceived() local
/haiku/src/apps/debuganalyzer/gui/
H A DAbstractGeneralPage.cpp36 AbstractGeneralPage::AddDataView(const char* label, const char* text) in AddDataView()

12345678910