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

1234567

/haiku/src/preferences/network/
H A DServiceView.cpp42 BTextView* descriptionView = new BTextView("description");
/haiku/src/apps/debugger/user_interface/gui/util/
H A DAlertWithCheckbox.cpp48 BTextView *message = new BTextView("_tv_");
/haiku/src/apps/mail/
H A DAddressTextControl.cpp42 class AddressTextControl::TextView : public BTextView {
186 BTextView("mail"),
214 BTextView::MessageReceived(message);
239 BTextView::KeyDown(bytes, numBytes);
250 BTextView::MakeFocus(focus);
317 BTextView::InsertText(" ", 1, offset, runs);
319 BTextView::InsertText(text, 1, offset, runs);
324 BTextView::InsertText(filteredText.String(), length, offset,
366 BTextView::DeleteText(fromOffset, toOffset);
813 BTextView *textVie
[all...]
H A DAddressTextControl.h14 class BTextView;
H A DSignature.h119 class TSigTextView : public BTextView {
H A DContent.cpp394 FillInQuoteTextRuns(BTextView* view, quote_context* context, const char* line,
789 BTextView("", B_WILL_DRAW | B_NAVIGABLE),
874 BTextView::AttachedToWindow();
903 BTextView::KeyDown(key, count);
915 BTextView::KeyDown(key, count);
1002 BTextView::KeyDown(&raw, 1);
1062 BTextView::KeyDown(key, count);
1068 BTextView::KeyDown(&raw, 1);
1081 BTextView::KeyDown(key, count);
1106 BTextView
[all...]
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DTextViewTest.cpp33 fTextView(new BTextView("text view")),
35 // fTextView(new BTextView(BRect(0, 0, 49, 49), "name",
/haiku/src/apps/mediaplayer/
H A DInfoWin.h17 class BTextView;
/haiku/src/preferences/joysticks/
H A DMessageWin.cpp33 fText = new BTextView(outside, "message", insider, B_FOLLOW_NONE, B_WILL_DRAW);
/haiku/src/kits/interface/
H A DTextInput.h9 //! The BTextView derivative owned by an instance of BTextControl.
22 class _BTextInput_ : public BTextView {
H A DAbstractSpinner.cpp187 class SpinnerTextView : public BTextView {
528 BTextView(rect, "textview", textRect, B_FOLLOW_ALL,
546 BTextView::AttachedToWindow();
555 BTextView::DetachedFromWindow();
563 BTextView::KeyDown(bytes, numBytes);
583 BTextView::KeyDown(bytes, numBytes);
590 BTextView::KeyDown(bytes, numBytes);
599 BTextView::KeyDown(bytes, numBytes);
606 BTextView::KeyDown(bytes, numBytes);
610 BTextView
[all...]
H A DToolTip.cpp219 fTextView = new BTextView("tool tip text");
/haiku/src/apps/aboutsystem/
H A DHyperTextView.h34 class HyperTextView : public BTextView {
/haiku/src/tools/translation/inspector/
H A DInfoWindow.cpp49 fptextView = new BTextView(rctframe, "infoview", rcttext,
71 // Adjust the size of the BTextView's text rectangle
/haiku/src/kits/tracker/
H A DTextWidget.cpp337 // the BTextView doesn't respect window borders when resizing itself;
343 BTextView* textView = dynamic_cast<BTextView*>(
369 // the BTextView doesn't respect window borders when resizing itself;
375 BTextView* textView = dynamic_cast<BTextView*>(
449 BTextView* textView = new BTextView(rect, "WidgetTextView", rect,
550 BTextView* textView = dynamic_cast<BTextView*>(
[all...]
/haiku/headers/private/interface/
H A DAbstractSpinner.h30 class BTextView;
100 BTextView* TextView() const;
/haiku/src/servers/keystore/
H A DAppAccessRequestWindow.cpp49 BTextView* message = new(std::nothrow) BTextView("Message");
/haiku/src/servers/debug/
H A DDebugWindow.cpp51 BTextView *message = new BTextView("_tv_");
/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp20 fTextView(new BTextView("offscreen text")),
21 fShadowTextView(new BTextView("offscreen text shadow")),
269 apply_state(BTextView* textView, const ParseState* state, BFont font,
293 parse_text(const BString& string, BTextView* textView, const BFont& font,
364 // This causes the BTextView to calculate the layout of the text
/haiku/src/apps/resedit/
H A DInternalEditors.h44 BTextView *fValueView;
/haiku/src/servers/input/
H A DBottomlineWindow.cpp27 fTextView = new BTextView(Bounds(), "", textRect, be_plain_font,
/haiku/headers/os/interface/
H A DTextView.h46 class BTextView : public BView { class in inherits:BView
48 BTextView(BRect frame, const char* name,
52 BTextView(BRect frame, const char* name,
57 BTextView(const char* name,
60 BTextView(const char* name,
65 BTextView(BMessage* archive);
67 virtual ~BTextView();
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp424 class DescriptionTextView : public BTextView {
428 BTextView(name)
435 BTextView::AttachedToWindow();
441 BTextView::FrameResized(width, height);
447 BTextView::Draw(updateRect);
479 BTextView* packageDescriptionView = new DescriptionTextView(
/haiku/src/apps/people/
H A DPersonView.cpp153 BTextView* text = fControls.ItemAt(i)->TextView();
398 BTextView* text = control->TextView();
444 BTextView* text = fControls.ItemAt(i)->TextView();
/haiku/src/apps/codycam/
H A DCodyCam.h151 BTextView* fErrorView;

Completed in 150 milliseconds

1234567