Searched refs:label (Results 101 - 125 of 351) sorted by relevance

1234567891011>>

/haiku/src/apps/people/
H A DPersonWindow.h43 void AddAttribute(const char* label,
/haiku/src/kits/interface/
H A DSpinner.cpp79 BSpinner::BSpinner(BRect frame, const char* name, const char* label, argument
82 BAbstractSpinner(frame, name, label, message, resizingMode, flags)
88 BSpinner::BSpinner(const char* name, const char* label, argument
91 BAbstractSpinner(name, label, message, flags)
H A DButton.cpp38 BButton::BButton(BRect frame, const char* name, const char* label, argument
41 BControl(frame, name, label, message, resizingMode,
59 BButton::BButton(const char* name, const char* label, BMessage* message, argument
62 BControl(name, label, message,
72 BButton::BButton(const char* label, BMessage* message) argument
74 BControl(NULL, label, message,
300 BButton::SetLabel(const char* label) argument
302 BControl::SetLabel(label);
653 const char* label = Label(); local
654 if (label !
[all...]
H A DMenuField.cpp203 BMenuField::BMenuField(BRect frame, const char* name, const char* label, argument
212 InitObject(label);
221 BMenuField::BMenuField(BRect frame, const char* name, const char* label, argument
226 InitObject(label);
237 BMenuField::BMenuField(const char* name, const char* label, BMenu* menu, argument
242 InitObject(label);
250 BMenuField::BMenuField(const char* name, const char* label, BMenu* menu, argument
255 InitObject(label);
265 BMenuField::BMenuField(const char* label, BMenu* menu, uint32 flags) argument
269 InitObject(label);
282 const char* label = NULL; local
624 SetLabel(const char* label) argument
673 SetAlignment(alignment label) argument
1004 InitObject(const char* label) argument
1054 const char* label = Label(); local
1334 const char* label = Label(); local
[all...]
/haiku/src/apps/cortex/support/
H A DTextControlFloater.cpp51 const char* label,
56 BTextControl(frame, name, label, text, message, resizingMode, flags) {
48 MomentaryTextControl( BRect frame, const char* name, const char* label, const char* text, BMessage* message, uint32 resizingMode=B_FOLLOW_LEFT|B_FOLLOW_TOP, uint32 flags=B_WILL_DRAW|B_NAVIGABLE) argument
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.h26 const char* label = NULL,
76 virtual void SetLabel(const char* label);
/haiku/src/apps/showimage/
H A DPrintOptionsWindow.h67 BRadioButton* AddRadioButton(const char* name, const char* label,
70 BTextControl* AddTextControl(const char* name, const char* label,
/haiku/src/apps/terminal/
H A DSetTitleDialog.cpp27 SetTitleDialog::SetTitleDialog(const char* dialogTitle, const char* label, argument
40 .Add(fTitleTextControl = new BTextControl("title", label, "", NULL))
/haiku/src/kits/shared/
H A DPromptWindow.cpp17 PromptWindow::PromptWindow(const char* title, const char* label, argument
26 fTextControl = new BTextControl("promptcontrol", label, NULL,
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.h70 void SetAudioQualityLabel(const char* label);
71 void SetVideoQualityLabel(const char* label);
/haiku/src/kits/mail/
H A DProtocolConfigView.cpp235 MailProtocolConfigView::AddFlavor(const char* label) argument
238 fFlavorField->Menu()->AddItem(new BMenuItem(label, NULL));
247 MailProtocolConfigView::AddAuthMethod(const char* label, bool needUserPassword) argument
250 fAuthenticationField->Menu()->AddItem(new BMenuItem(label,
352 const char* label)
354 BTextControl* control = new BTextControl(name, label, "", NULL);
366 const char* label)
369 BMenuField* field = new BMenuField(name, label, menu);
351 _AddTextControl(BGridLayout* layout, const char* name, const char* label) argument
365 _AddMenuField(BGridLayout* layout, const char* name, const char* label) argument
/haiku/headers/os/interface/
H A DOptionControl.h20 const char* label, BMessage* message,
24 const char* label, BMessage* message,
/haiku/headers/private/interface/
H A DDecimalSpinner.h18 const char* label, BMessage* message,
21 BDecimalSpinner(const char* name, const char* label,
H A DSpinner.h18 const char* label, BMessage* message,
21 BSpinner(const char* name, const char* label,
/haiku/src/apps/webpositive/tabview/
H A DTabContainerView.h45 void AddTab(const char* label, int32 index = -1);
65 void SetTabLabel(int32 tabIndex, const char* label);
/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp35 BButton* ViewLayoutFactory::MakeButton(const char* name, const char* label, argument
39 BButton* pButton = new BButton(dummyFrame, name, label,
47 const char* label, uint32 msgID, BPoint pos, corner posRef)
50 BCheckBox* pCheckBox = new BCheckBox(dummyFrame, name, label,
58 const char* label, const char* text, BPoint pos, float controlWidth,
62 // BTextControl constructor, but it minimizes the label
67 BTextControl* pCtrl = new BTextControl(dummyFrame, name, label,
46 MakeCheckBox(const char* name, const char* label, uint32 msgID, BPoint pos, corner posRef) argument
57 MakeTextControl(const char* name, const char* label, const char* text, BPoint pos, float controlWidth, corner posRef) argument
/haiku/src/preferences/bluetooth/
H A DBluetoothSettingsView.cpp67 BString label(B_TRANSLATE("Default inquiry time:"));
68 label << " " << fSettings.InquiryTime();
69 fInquiryTimeControl = new BSlider("time", label.String()
170 BString label(B_TRANSLATE("Default inquiry time:"));
171 label << " " << fInquiryTimeControl->Value();
172 fInquiryTimeControl->SetLabel(label.String());
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp162 const char* label = fGroup.GetGroupTranslation(); local
163 if (label == NULL) {
164 label = fKeyword;
172 fMenuField = new BMenuField(fBounds, "menuField", label, fMenu);
176 BCheckBox* cb = new BCheckBox(fBounds, "", label, message);
405 BStringView* label = new BStringView(listBounds, "printer-settings", "Printer Settings:"); local
406 AddChild(label);
407 label->ResizeToPreferred();
409 listBounds.top += label->Bounds().bottom + 5;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.cpp76 strlcpy(label, name, BTRFS_LABEL_SIZE);
110 if (fSuperBlock.label[0])
111 return fSuperBlock.label;
313 if (!fSuperBlock.label[0]) {
338 Volume::Initialize(int fd, const char* label, uint32 blockSize, argument
343 // label must != NULL and may not contain '/' or '\\'
344 if (label == NULL
345 || strchr(label, '/') != NULL || strchr(label, '\\') != NULL) {
372 fSuperBlock.Initialize(label, numBlock
[all...]
/haiku/src/servers/notification/
H A DAppGroupView.cpp30 AppGroupView::AppGroupView(const BMessenger& messenger, const char* label) argument
33 fLabel(label),
87 // Draw the label
89 BString label = fLabel; local
91 label << " (" << fInfo.size() << ")";
99 DrawString(label.String(),
/haiku/src/kits/tracker/
H A DDialogPane.cpp87 // Draw the label, if any
88 const char* label = fLabelOff; local
90 label = fLabelOn;
92 if (label != NULL) {
99 point.x = bounds.right - labelDist - StringWidth(label);
108 DrawString(label, point);
/haiku/src/preferences/appearance/
H A DAntialiasingSettingsView.cpp255 const char* label; local
258 label = kNoHintingLabel;
261 label = kFullHintingLabel;
264 label = kMonospacedHintingLabel;
270 BMenuItem *item = fHintingMenu->FindItem(B_TRANSLATE_NOCOLLECT(label));
/haiku/src/apps/mail/
H A DPrefs.cpp288 char label[256]; local
322 sprintf(label, "%s %s", old_family, old_style);
323 item = fFontMenu->FindItem(label);
330 sprintf(label, "%" B_PRId32, old_size);
331 item = fSizeMenu->FindItem(label);
366 strcpy(label,fReplyTo == ACCOUNT_USE_DEFAULT
369 if ((item = fReplyToMenu->FindItem(label)) != NULL)
372 strcpy(label, fWrap ? B_TRANSLATE("On") : B_TRANSLATE("Off"));
373 if ((item = fWrapMenu->FindItem(label)) != NULL)
376 strcpy(label, fAttachAttribute
738 char label[16]; local
[all...]
/haiku/src/system/boot/platform/amiga_m68k/
H A Dvideo.cpp109 char label[64];
110 sprintf(label, "%ux%u %u bit", mode->width, mode->height,
113 menu->AddItem(item = new(nothrow) MenuItem(label));
160 char label[128]; local
161 sprintf(label, "%ux%u %u bit %08lx%s%s",
168 menu->AddItem(item = new(nothrow) MenuItem(label));
/haiku/headers/private/kernel/boot/
H A Dmenu.h31 MenuItem(const char* label = NULL,
60 void SetLabel(const char* label);
117 MenuItem* FindItem(const char* label);

Completed in 281 milliseconds

1234567891011>>