Searched refs:Text (Results 101 - 125 of 229) sorted by relevance

12345678910

/haiku/src/apps/codycam/
H A DCodyCam.cpp515 ((BTextControl*)control)->Text(), 64);
547 ((BTextControl*)control)->Text(), 64);
555 ((BTextControl*)control)->Text(), 64);
563 ((BTextControl*)control)->Text(), 64);
571 ((BTextControl*)control)->Text(), 64);
848 fServerSetting->ValueChanged(fServerName->Text());
849 fLoginSetting->ValueChanged(fLoginId->Text());
851 fDirectorySetting->ValueChanged(fDirectory->Text());
853 fFilenameSetting->ValueChanged(fFileName->Text());
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp247 if (fPreviousText != fTextView->Text()) {
248 fEditor.Replace(0, (const uint8 *)fTextView->Text(),
317 if (fPreviousText != fTextControl->Text()) {
318 fEditor.Replace(0, (const uint8*)fTextControl->Text(),
319 strlen(fTextControl->Text()) + 1);
356 fEditor.Replace(0, (const uint8 *)fTextControl->Text(),
357 strlen(fTextControl->Text()) + 1);
498 if (fPreviousText == fTextControl->Text())
501 const char *number = fTextControl->Text();
1329 B_TRANSLATE_COMMENT("Text", "Thi
[all...]
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp480 BString username = fNicknameField->Text();
482 _Authenticate(UserCredentials(username, fPasswordField->Text()));
1090 detail.SetNickname(fNewNicknameField->Text());
1091 detail.SetPasswordClear(fNewPasswordField->Text());
1092 detail.SetIsPasswordRepeated(strlen(fRepeatPasswordField->Text()) > 0
1093 && strcmp(fNewPasswordField->Text(),
1094 fRepeatPasswordField->Text()) == 0);
1095 detail.SetEmail(fEmailField->Text());
1100 detail.SetCaptchaResponse(fCaptchaResultField->Text());
/haiku/src/apps/musiccollection/
H A DMusicFileListView.h59 const char* text = item->Text();
/haiku/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.cpp33 text = fTextView->Text();
/haiku/src/apps/stylededit/
H A DFindWindow.cpp137 message.AddString("findtext", fSearchString->Text());
/haiku/src/apps/launchbox/
H A DNamePanel.cpp110 cloneMessage.AddString("name", fNameTC->Text());
/haiku/src/kits/interface/
H A DStringItem.cpp113 BStringItem::Text() const function in class:BStringItem
/haiku/src/preferences/time/
H A DTZDisplay.cpp92 TTZDisplay::Text() const function in class:TTZDisplay
H A DNetworkTimeView.cpp328 bool isValid = _IsValidServerName(fServerTextControl->Text());
337 if (!_IsValidServerName(fServerTextControl->Text()))
340 fSettings.AddServer(fServerTextControl->Text());
353 fServerListView->ItemAt(currentSelection))->Text());
/haiku/headers/os/interface/
H A DStatusBar.h74 const char* Text() const;
H A DStringView.h28 const char* Text() const;
/haiku/headers/os/mail/
H A DMailComponent.h80 // Container, Message, MIME, Text) child components and ends up
109 const char *Text();
/haiku/src/preferences/repositories/
H A DAddRepoWindow.cpp34 "Text box label"), "", new BMessage(ADD_BUTTON_PRESSED));
82 BString url(fText->Text());
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DBreakpointEditWindow.cpp85 fTargetBreakpoint, fConditionInput->Text());
H A DWatchPromptWindow.cpp248 fAddressExpressionInfo->SetTo(fAddressInput->Text());
252 fLengthExpressionInfo->SetTo(fLengthInput->Text());
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerView.cpp257 int value = atoi(fTextControl[nr]->Text());
488 return atoi(fTextControl[index]->Text());
506 return fHexTextControl->TextView()->Text();
524 if (text == control->Text())
/haiku/src/apps/charactermap/
H A DUnicodeBlockView.cpp135 float width = StringWidth(item->Text());
/haiku/src/apps/drivesetup/
H A DCreateParametersPanel.cpp90 off_t size = strtoll(fSizeTextControl->Text(), NULL, 10) * kMegaByte;
/haiku/src/add-ons/disk_systems/fat/
H A DInitializeParameterEditor.cpp104 parameters << fNameControl->Text() << "\";\n";
/haiku/src/apps/terminal/
H A DAppearPrefView.cpp78 BMenu* encodingMenu = new (std::nothrow) BPopUpMenu("Text encoding");
276 if (oldValue != fTabTitle->Text()) {
278 fTabTitle->Text());
288 if (oldValue != fWindowTitle->Text()) {
290 fWindowTitle->Text());
/haiku/src/kits/tracker/
H A DTextWidget.h100 const char* Text(const BPoseView* view) const;
H A DFindPanel.cpp379 predicate.SetTo(textControl->Text(), 1023);
1384 query->PushString(textControl->Text(), true);
1391 parsedate_etc(textControl->Text(), -1,
1398 query->PushDate(textControl->Text());
1405 if (strcasecmp(textControl->Text(),
1408 } else if (strcasecmp(textControl->Text(),
1412 value = (uint32)atoi(textControl->Text());
1423 textControl->Text()));
1430 textControl->Text()));
1435 textControl->Text()));
[all...]
H A DTrackerSettingsWindow.cpp297 fSettingsContainerBox->SetLabel(selectedItem->Text());
353 owner->DrawString(Text(),
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationPanel.cpp201 strcpy(user, fNameTC->Text());
202 strcpy(pass, fPassTC->Text());

Completed in 146 milliseconds

12345678910