Searched refs:BTextView (Results 151 - 175 of 175) sorted by relevance

1234567

/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp263 void _UpdateText(BTextView*);
291 BTextView* fUptimeView;
625 fUptimeView = new BTextView("uptimetext");
1002 SysInfoView::_UpdateText(BTextView* textView)
/haiku/src/bin/keymap/
H A DKeymap.cpp573 void* data = BTextView::FlattenRunArray(textRuns, &dataSize);
581 BTextView::FreeRunArray(textRuns);
799 runs = BTextView::AllocRunArray(8);
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp725 BTextView* infoView = new BTextView("info");
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp363 BTextView* view = alert->TextView();
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp194 fTitleEditView = new BTextView(textFrame, "text_editor",
/haiku/src/apps/terminal/
H A DThemeView.cpp98 fPreview = new BTextView("preview");
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp1085 BTextView* textView = dynamic_cast<BTextView*>(CurrentFocus());
2382 BTextView* focusTextView = dynamic_cast<BTextView*>(CurrentFocus());
2389 // A BTextView has the focus.
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp92 fLoggingView = new BTextView(STR_TXT_VIEW, B_WILL_DRAW );
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp684 BTextView* infoView = new BTextView("info");
/haiku/src/kits/tracker/
H A DUtilities.cpp158 DisallowFilenameKeys(BTextView* textView)
165 DisallowMetaKeys(BTextView* textView)
H A DContainerWindow.cpp1291 if (dynamic_cast<BTextView*>(view) == NULL) {
1292 // The selected item is not a BTextView, so forward the
1298 // means the BTextView will never get them, we must
1318 if (dynamic_cast<BTextView*>(view) == NULL) {
1328 if (dynamic_cast<BTextView*>(view) == NULL) {
1625 item->SetEnabled(dynamic_cast<BTextView*>(CurrentFocus()) != NULL);
1659 item->SetEnabled(dynamic_cast<BTextView*>(CurrentFocus()) != NULL);
1685 item->SetEnabled(dynamic_cast<BTextView*>(CurrentFocus()) != NULL);
H A DPoseView.cpp4793 void* data = BTextView::FlattenRunArray(textRuns, &tmpSize);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp1289 // Need to cast to BTextView because Select() is protected
1291 static_cast<BTextView*>(fExpressionTextView)->Select(
1298 // Need to cast to BTextView because Select() is protected
1300 static_cast<BTextView*>(fExpressionTextView)->Select(
/haiku/src/apps/mail/
H A DMailWindow.cpp991 BTextView* textView = dynamic_cast<BTextView*>(CurrentFocus());
1013 BTextView* focusTextView = dynamic_cast<BTextView*>(CurrentFocus());
2027 BTextView header_view(print.PrintableRect(), "header",
H A DPrefs.cpp470 BTextView *text = fReplyPreamble->TextView();
/haiku/src/preferences/mail/
H A DConfigWindow.cpp373 fHowToTextView = new BTextView(NULL, B_WILL_DRAW);
/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp180 JobSetupView::AllowOnlyDigits(BTextView* textView, int maxDigits)
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp474 ScreenshotWindow::_DisallowChar(BTextView* textView)
/haiku/src/kits/interface/
H A DTextControl.cpp615 BTextView*
H A DWindow.cpp3714 BTextView* textView = dynamic_cast<BTextView*>(CurrentFocus());
/haiku/src/apps/codycam/
H A DCodyCam.cpp617 fErrorView = new BTextView("error");
/haiku/src/apps/expander/
H A DExpanderWindow.cpp120 fListingText = new BTextView("listingText");
/haiku/src/apps/installer/
H A DInstallerWindow.cpp190 fStatusView = new BTextView("statusView", be_plain_font, &baseColor,
/haiku/src/tests/kits/interface/balert/
H A DAlertTest.cpp203 BTextView *textView = pAlert->TextView();
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp5480 BTextView *TextViewPntr;
5506 TextViewPntr = new BTextView (TempRect, "FileText", TextRect,

Completed in 253 milliseconds

1234567