Searched refs:StringEditView (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/resedit/
H A DInternalEditors.h18 class StringEditView : public BView class in inherits:BView
21 StringEditView(const BRect &frame);
22 ~StringEditView(void);
58 StringEditView *fView;
69 StringEditView *fView;
H A DMiscEditors.cpp25 fView = new StringEditView(Bounds());
75 StringEditView::StringEditView(const BRect &frame) function in class:StringEditView
129 StringEditView::~StringEditView(void)
135 StringEditView::AttachedToWindow(void)
154 StringEditView::GetPreferredWidth(void) const
165 StringEditView::GetPreferredHeight(void) const
H A DNumberEditors.cpp24 fView = new StringEditView(Bounds());

Completed in 37 milliseconds