Searched refs:BTextView (Results 1 - 25 of 175) sorted by last modified time

1234567

/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp375 WidgetAttributeText::SetupEditing(BTextView*)
382 WidgetAttributeText::CommitEditedText(BTextView*)
545 StringAttributeText::CommitEditedText(BTextView* textView)
768 NameAttributeText::SetupEditing(BTextView* textView)
778 NameAttributeText::CommitEditedTextFlavor(BTextView* textView)
861 RealNameAttributeText::SetupEditing(BTextView* textView)
1528 GenericAttributeText::CommitEditedText(BTextView* textView)
1551 GenericAttributeText::SetupEditing(BTextView* textView)
1559 GenericAttributeText::CommitEditedTextFlavor(BTextView* textView)
1850 CheckboxAttributeText::SetupEditing(BTextView* vie
[all...]
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 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...]
H A DUtilities.cpp158 DisallowFilenameKeys(BTextView* textView)
165 DisallowMetaKeys(BTextView* textView)
H A DPoseView.cpp4793 void* data = BTextView::FlattenRunArray(textRuns, &tmpSize);
H A DWidgetAttributeText.h92 virtual void SetupEditing(BTextView*);
95 virtual bool CommitEditedText(BTextView*) = 0;
158 virtual bool CommitEditedText(BTextView*);
161 virtual bool CommitEditedTextFlavor(BTextView*) { return false; }
183 virtual bool CommitEditedText(BTextView*) { return false; }
223 virtual void SetupEditing(BTextView* view);
224 virtual bool CommitEditedText(BTextView* view);
229 virtual bool CommitEditedTextFlavor(BTextView* view);
256 virtual void SetupEditing(BTextView* view);
272 virtual void SetupEditing(BTextView* vie
[all...]
H A DUtilities.h61 class BTextView;
179 void DisallowMetaKeys(BTextView*);
180 void DisallowFilenameKeys(BTextView*);
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp92 fLoggingView = new BTextView(STR_TXT_VIEW, B_WILL_DRAW );
/haiku/src/apps/installer/
H A DInstallerWindow.cpp190 fStatusView = new BTextView("statusView", be_plain_font, &baseColor,
/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/apps/webpositive/
H A DURLInputGroup.cpp144 class URLInputGroup::URLTextView : public BTextView {
177 BTextView("url"),
205 BTextView::MessageReceived(message);
264 BTextView::MouseDown(where);
289 BTextView::KeyDown(bytes, numBytes);
309 BTextView::MakeFocus(focus);
353 BTextView::InsertText(" ", 1, inOffset, inRuns);
355 BTextView::InsertText(inText, 1, inOffset, inRuns);
360 BTextView::InsertText(filteredText.String(), inLength, inOffset,
400 BTextView
[all...]
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/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/preferences/filetypes/
H A DApplicationTypesWindow.cpp218 fDescriptionView = new BTextView("description");
/haiku/src/kits/interface/
H A DTextView.cpp9 * Hiroshi Lockheimer (BTextView is based on his STEEngine)
81 # define CALLED(x...) FunctionTracer _ft("BTextView", __FUNCTION__, \
133 class BTextView::TextTrackState {
138 void SimulateMouseMovement(BTextView* view);
155 struct BTextView::LayoutData {
215 "Returns the text in the specified range in the BTextView.", 0,
222 "Removes or inserts text into the specified range in the BTextView.", 0,
230 "the BTextView.", 0,
238 "BTextView.", 0,
246 BTextView function in class:BTextView
265 BTextView::BTextView(BRect frame, const char* name, BRect textRect, function in class:BTextView
285 BTextView::BTextView(const char* name, uint32 flags) function in class:BTextView
303 BTextView::BTextView(const char* name, const BFont* initialFont, function in class:BTextView
322 BTextView::BTextView(BMessage* archive) function in class:BTextView
[all...]
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...]
/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/overlayimage/
H A DOverlayView.cpp44 fText = new BTextView(Bounds(), "bgView", Bounds(), B_FOLLOW_ALL, B_WILL_DRAW);
H A DOverlayView.h46 BTextView *fText;
/haiku/src/apps/people/
H A DPersonWindow.cpp143 BTextView* textView = dynamic_cast<BTextView*>(CurrentFocus());
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/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",
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp44 class FindTextView : public BTextView {
82 BTextView(name),
92 BTextView::MakeFocus(state);
102 BTextView::TargetedByScrollView(view);
141 // IOW the BTextView class is not very nicely done.
142 // BTextView::InsertText(insert, out, 0, NULL);
159 BTextView::InsertText(text, length, offset, runs);
172 BTextView::InsertText(text, length, offset, runs);
208 BTextView::KeyDown(bytes, numBytes);
210 BTextView
[all...]
/haiku/src/servers/syslog_daemon/
H A DSyslogDaemon.cpp76 BTextView* view = alert->TextView();
/haiku/src/apps/bootmanager/
H A DDrivesPage.cpp267 BTextView* description = CreateDescription("description", text);

Completed in 190 milliseconds

1234567