Searched refs:textView (Results 1 - 25 of 34) sorted by relevance

12

/haiku/src/apps/haikudepot/ui/
H A DShuttingDownWindow.cpp27 BTextView* textView = new BTextView("shutting down message"); local
28 textView->AdoptSystemColors();
29 textView->MakeEditable(false);
30 textView->MakeSelectable(false);
31 textView->SetText(B_TRANSLATE("HaikuDepot is stopping or completing "
37 .Add(textView)
/haiku/src/apps/packageinstaller/
H A DPackageTextViewer.cpp64 BTextView* textView = new BTextView("text_view"); local
65 textView->MakeEditable(false);
66 textView->MakeSelectable(true);
68 textView->SetInsets(margin, margin, margin, margin);
69 BScrollView* scrollView = new BScrollView("scroll_view", textView, 0, false,
106 textView->SetText(text);
/haiku/src/apps/installer/
H A DEULAWindow.cpp70 BTextView* textView = new BTextView("eula", be_plain_font, NULL, B_WILL_DRAW); local
71 textView->SetInsets(10, 10, 10, 10);
72 textView->MakeEditable(false);
73 textView->MakeSelectable(false);
74 textView->SetText(infoText);
77 textView, B_WILL_DRAW, false, true);
/haiku/src/kits/tracker/
H A DTextWidget.cpp343 BTextView* textView = dynamic_cast<BTextView*>( local
345 if (textView != NULL) {
348 bool tooWide = textView->TextRect().Width() > maxWidth;
349 textView->MakeResizable(!tooWide, tooWide ? NULL : scrollView);
375 BTextView* textView = dynamic_cast<BTextView*>( local
377 if (textView != NULL) {
378 float textWidth = textView->TextRect().Width();
382 textView->GetSelection(&start, &finish);
385 textView->GetTextRegion(start, finish, &selectedRegion);
398 textWidth += textView
449 BTextView* textView = new BTextView(rect, "WidgetTextView", rect, local
[all...]
H A DWidgetAttributeText.cpp545 StringAttributeText::CommitEditedText(BTextView* textView) argument
548 const char* text = textView->Text();
555 if (textView->TextLength() == 0) {
563 if (!CommitEditedTextFlavor(textView))
768 NameAttributeText::SetupEditing(BTextView* textView) argument
770 DisallowFilenameKeys(textView);
772 textView->SetMaxBytes(B_FILE_NAME_LENGTH);
773 textView->SetText(fFullValueText.String(), fFullValueText.Length());
778 NameAttributeText::CommitEditedTextFlavor(BTextView* textView) argument
780 if (textView
861 SetupEditing(BTextView* textView) argument
1528 CommitEditedText(BTextView* textView) argument
1551 SetupEditing(BTextView* textView) argument
1559 CommitEditedTextFlavor(BTextView* textView) argument
[all...]
H A DUtilities.cpp158 DisallowFilenameKeys(BTextView* textView) argument
160 textView->DisallowChar('/');
165 DisallowMetaKeys(BTextView* textView) argument
167 textView->DisallowChar(B_TAB);
168 textView->DisallowChar(B_ESCAPE);
169 textView->DisallowChar(B_INSERT);
170 textView->DisallowChar(B_DELETE);
171 textView->DisallowChar(B_HOME);
172 textView->DisallowChar(B_END);
173 textView
[all...]
/haiku/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.h20 TextViewCompleter(BTextView* textView,
33 TextViewWrapper(BTextView* textView);
H A DTextViewCompleter.cpp21 TextViewCompleter::TextViewWrapper::TextViewWrapper(BTextView* textView) argument
23 fTextView(textView)
69 TextViewCompleter::TextViewCompleter(BTextView* textView, ChoiceModel* model, argument
72 BAutoCompleter(new TextViewWrapper(textView), model,
75 fTextView(textView),
/haiku/src/kits/interface/textview_support/
H A DUndoBuffer.h50 CutUndoBuffer(BTextView* textView);
61 PasteUndoBuffer(BTextView* textView,
81 ClearUndoBuffer(BTextView* textView);
92 DropUndoBuffer(BTextView* textView,
116 TypingUndoBuffer(BTextView* textView);
H A DUndoBuffer.cpp28 BTextView::UndoBuffer::UndoBuffer(BTextView* textView, undo_state state) argument
30 fTextView(textView),
91 BTextView::CutUndoBuffer::CutUndoBuffer(BTextView* textView) argument
92 : BTextView::UndoBuffer(textView, B_UNDO_CUT)
126 BTextView::PasteUndoBuffer::PasteUndoBuffer(BTextView* textView, argument
129 : BTextView::UndoBuffer(textView, B_UNDO_PASTE),
172 BTextView::ClearUndoBuffer::ClearUndoBuffer(BTextView* textView) argument
173 : BTextView::UndoBuffer(textView, B_UNDO_CLEAR)
194 BTextView::DropUndoBuffer::DropUndoBuffer(BTextView* textView, argument
197 : BTextView::UndoBuffer(textView, B_UNDO_DRO
252 TypingUndoBuffer(BTextView* textView) argument
[all...]
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.cpp120 BTextView* textView = new BTextView(textBounds, "text", textBounds, local
123 textView->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
124 textView->SetText(text.String());
125 textView->MakeEditable(false);
126 textView->MakeSelectable(false);
141 .Add(textView, 0, 0, 2)
160 float textHeight = textView->LineHeight(0) * textView->CountLines();
161 textView->SetExplicitMinSize(BSize(B_SIZE_UNSET, textHeight));
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp135 BTextView* textView = new BTextView(bounds, B_EMPTY_STRING, local
137 textView->SetViewColor(view->ViewColor());
144 textView->Insert(text.String());
145 textView->SetStylable(true);
146 textView->SetFontAndColor(0, name.Length(), be_bold_font);
147 textView->MakeEditable(false);
148 view->AddChild(textView);
/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.cpp114 BTextView* textView = new BTextView(bounds, B_EMPTY_STRING, textRect, local
116 textView->SetViewColor(view->ViewColor());
125 textView->Insert(aboutScreenSaver);
127 textView->SetStylable(true);
128 textView->SetFontAndColor(0, screenSaverName.Length(), be_bold_font);
130 textView->MakeEditable(false);
132 view->AddChild(textView);
/haiku/src/apps/mail/
H A DSignature.cpp135 BTextView* textView = fSigView->fName->TextView(); local
138 if (textView->IsFocus())
139 textView->GetSelection(&start, &finish);
146 fNew->SetEnabled(textView->TextLength()
235 BTextView* textView = fSigView->fName->TextView(); local
236 textView->Select(0, textView->TextLength());
283 BTextView* textView = (BTextView *)fSigView->fName->TextView(); local
285 textView->Select(0, textView
[all...]
H A DHeader.cpp233 BTextView* textView = TextView(); local
234 if (textView != NULL)
235 textView->SelectAll();
249 BTextView* textView = TextView(); local
252 textView->GetFontAndColor(0, &font);
255 if (!textView->IsEditable() || IsEnabled())
262 textView->SetFontAndColor(&font, B_FONT_ALL, &textColor);
265 if (!textView->IsEditable())
274 textView->SetViewColor(color);
275 textView
690 BTextView* textView = dynamic_cast<BTextView*>(Window()->CurrentFocus()); local
[all...]
H A DAddressTextControl.cpp813 BTextView *textView = (BTextView *)ChildAt(0); local
814 if (textView != NULL)
815 textView->Select(0, textView->TextLength());
/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp269 apply_state(BTextView* textView, const ParseState* state, BFont font, argument
286 textView->SetFontAndColor(&font, B_FONT_ALL, &state->color);
288 textView->SetFontAndColor(&font, B_FONT_ALL, NULL);
293 parse_text(const BString& string, BTextView* textView, const BFont& font, argument
310 textView->Insert(subString.String());
314 apply_state(textView, state, font, changeColor);
/haiku/src/apps/screenshot/
H A DScreenshotWindow.h46 void _DisallowChar(BTextView* textView);
/haiku/src/preferences/filetypes/
H A DExtensionWindow.cpp129 BTextView* textView = fExtensionControl->TextView(); local
132 textView->DisallowChar(disallowedCharacters[i]);
H A DAttributeWindow.cpp108 BTextView* textView = fAttributeControl->TextView(); local
111 textView->DisallowChar(disallowedCharacters[i]);
185 textView = fWidthControl->TextView();
188 textView->DisallowChar(i);
190 textView->SetMaxBytes(4);
H A DFileTypeWindow.cpp67 BTextView* textView = fTypeControl->TextView(); local
70 textView->DisallowChar(disallowedCharacters[i]);
H A DApplicationTypeWindow.cpp336 BTextView* textView = fSignatureControl->TextView(); local
337 textView->SetMaxBytes(B_MIME_TYPE_LENGTH);
340 textView->DisallowChar(disallowedCharacters[i]);
708 BTextView* textView = control->TextView(); local
709 textView->SetMaxBytes(10);
713 textView->DisallowChar(i);
/haiku/headers/private/print/
H A DJobSetupPanel.h77 void _DisallowChar(BTextView* textView);
/haiku/src/kits/print/
H A DJobSetupPanel.cpp364 BJobSetupPanel::_DisallowChar(BTextView* textView) argument
367 textView->DisallowChar(i);
370 textView->DisallowChar(i);
/haiku/src/apps/people/
H A DPersonWindow.cpp143 BTextView* textView = dynamic_cast<BTextView*>(CurrentFocus()); local
144 if (textView != NULL) {
145 undo_state state = textView->UndoState(&isRedo);

Completed in 360 milliseconds

12