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

1234567

/haiku/src/kits/interface/textview_support/
H A DInlineInput.cpp29 BTextView::InlineInput::InlineInput(BMessenger messenger)
45 BTextView::InlineInput::~InlineInput()
55 BTextView::InlineInput::Method() const
62 BTextView::InlineInput::IsActive() const
69 BTextView::InlineInput::SetActive(bool active)
78 BTextView::InlineInput::Length() const
89 BTextView::InlineInput::SetLength(int32 len)
95 /*! \brief Returns the offset into the BTextView of the text.
98 BTextView::InlineInput::Offset() const
104 /*! \brief Sets the offset into the BTextView o
[all...]
H A DUndoBuffer.h19 class BTextView::UndoBuffer {
21 UndoBuffer(BTextView* view, undo_state state);
31 BTextView* fTextView;
48 class BTextView::CutUndoBuffer : public BTextView::UndoBuffer {
50 CutUndoBuffer(BTextView* textView);
59 class BTextView::PasteUndoBuffer : public BTextView::UndoBuffer {
61 PasteUndoBuffer(BTextView* textView,
79 class BTextView
[all...]
H A DUndoBuffer.cpp28 BTextView::UndoBuffer::UndoBuffer(BTextView* textView, undo_state state)
48 BTextView::UndoBuffer::~UndoBuffer()
51 BTextView::FreeRunArray(fRunArray);
56 BTextView::UndoBuffer::Undo(BClipboard* clipboard)
65 BTextView::UndoBuffer::State(bool* _isRedo) const
74 BTextView::UndoBuffer::UndoSelf(BClipboard* clipboard)
83 BTextView::UndoBuffer::RedoSelf(BClipboard* clipboard)
91 BTextView::CutUndoBuffer::CutUndoBuffer(BTextView* textVie
[all...]
H A DLineBuffer.cpp13 BTextView::LineBuffer::LineBuffer()
19 BTextView::LineBuffer::~LineBuffer()
25 BTextView::LineBuffer::InsertLine(STELine* inLine, int32 index)
32 BTextView::LineBuffer::RemoveLines(int32 index, int32 count)
39 BTextView::LineBuffer::RemoveLineRange(int32 fromOffset, int32 toOffset)
53 BTextView::LineBuffer::OffsetToLine(int32 offset) const
75 BTextView::LineBuffer::PixelToLine(float pixel) const
97 BTextView::LineBuffer::BumpOrigin(float delta, int32 index)
105 BTextView::LineBuffer::BumpOffset(int32 delta, int32 index)
113 BTextView
[all...]
H A DLineBuffer.h25 class BTextView::LineBuffer : public _BTextViewSupportBuffer_<STELine> {
49 BTextView::LineBuffer::NumLines() const
56 BTextView::LineBuffer::operator[](int32 index) const
/haiku/src/apps/bootmanager/
H A DDescriptionPage.h15 class BTextView;
28 BTextView* fDescription;
H A DUninstallPage.h15 class BTextView;
31 BTextView* fDescription;
H A DWizardPageView.h30 virtual BTextView* CreateDescription(BRect frame, const char* name,
32 virtual BTextView* CreateDescription(const char* name,
35 virtual void MakeHeading(BTextView* view);
36 virtual void LayoutDescriptionVertically(BTextView* view);
H A DWizardPageView.cpp48 BTextView*
52 BTextView* view = new BTextView(frame, "text",
65 BTextView*
69 BTextView* view = new BTextView("text");
80 WizardPageView::MakeHeading(BTextView* view)
103 WizardPageView::LayoutDescriptionVertically(BTextView* view)
H A DDefaultPartitionPage.h20 class BTextView;
41 BTextView* fDescription;
H A DPartitionsPage.h16 class BTextView;
36 BTextView* fDescription;
/haiku/src/servers/input/
H A DBottomlineWindow.h17 class BTextView;
31 BTextView *fTextView;
/haiku/src/preferences/screensaver/
H A DPreviewView.h16 class BTextView;
34 BTextView* fNoPreview;
/haiku/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.h16 class BTextView;
20 TextViewCompleter(BTextView* textView,
33 TextViewWrapper(BTextView* textView);
40 BTextView* fTextView;
44 BTextView* fTextView;
/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.h14 class BTextView;
36 BTextView* fTextView;
37 BTextView* fShadowTextView;
/haiku/src/tests/kits/interface/btextview/
H A DTextViewTest.cpp12 CPPUNIT_ASSERT_EQUAL(356, sizeof(BTextView));
20 BTextView* v = new BTextView(textRect, "test", textRect, 0, 0);
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DTextViewTest.h13 class BTextView;
35 BTextView* fTextView;
/haiku/src/tests/servers/app/textview/
H A Dmain.cpp7 window() : BWindow(BRect(30, 30, 300, 300), "BTextView test", B_DOCUMENT_WINDOW, B_ASYNCHRONOUS_CONTROLS)
9 BTextView *textview = new BTextView(Bounds(), "textview", Bounds(),
12 textview->SetText("Type into the Haiku BTextView!");
/haiku/src/apps/deskcalc/
H A DInputTextView.cpp21 BTextView(frame, name, textRect, resizingMode, flags),
37 // only let the BTextView handle mouse up/down when
41 BTextView::MouseDown(where);
55 // only let the BTextView handle mouse up/down when
58 BTextView::MouseUp(where);
73 // skip BTextView implementation
85 BTextView::KeyDown(bytes, numBytes);
95 BTextView::MakeFocus(focus);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DInputTextView.cpp18 : BTextView(frame, name, textRect, resizingMode, flags),
35 // only let the BTextView handle mouse up/down when
39 BTextView::MouseDown(where);
53 // only let the BTextView handle mouse up/down when
56 BTextView::MouseUp(where);
81 BTextView::KeyDown(bytes, numBytes);
93 BTextView::MakeFocus(focus);
/haiku/src/kits/interface/
H A DTextInput.cpp33 BTextView(frame, "_input_", textRect, resizeMask, flags),
43 BTextView(archive),
70 return BTextView::Archive(data, true);
78 BTextView::MouseDown(where);
86 BTextView::FrameResized(width, height);
114 BTextView::KeyDown(bytes, numBytes);
126 BTextView::MakeFocus(state);
177 BTextView::Paste(clipboard);
189 BTextView::InsertText(" ", 1, inOffset, inRuns);
191 BTextView
[all...]
/haiku/headers/os/translation/
H A DTranslationUtils.h19 class BTextView;
54 BTextView* intoView,
57 BTextView* intoView, const char* encoding,
59 static status_t PutStyledText(BTextView* fromView,
62 static status_t WriteStyledEditFile(BTextView* fromView,
64 static status_t WriteStyledEditFile(BTextView* fromView,
/haiku/src/preferences/joysticks/
H A DMessageWin.h20 class BTextView;
38 BTextView* fText;
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.h12 class BTextView;
32 BTextView *fTextView;
/haiku/src/apps/haikudepot/ui/
H A DShuttingDownWindow.cpp27 BTextView* textView = new BTextView("shutting down message");

Completed in 272 milliseconds

1234567