Searched refs:TextView (Results 26 - 50 of 235) sorted by relevance

12345678910

/haiku/src/apps/mail/
H A DAddressTextControl.h50 class TextView;
53 TextView* fTextView;
H A DAddressTextControl.cpp22 #include <TextView.h>
42 class AddressTextControl::TextView : public BTextView { class in class:AddressTextControl
47 TextView(AddressTextControl* parent);
48 virtual ~TextView();
181 // #pragma mark - TextView
184 AddressTextControl::TextView::TextView(AddressTextControl* parent) function in class:AddressTextControl::TextView
199 AddressTextControl::TextView::~TextView()
206 AddressTextControl::TextView
[all...]
H A DFindWindow.cpp52 #include <TextView.h>
149 fTextControl->TextView()->SelectAll();
168 int32 length = fTextControl->TextView()->TextLength();
202 fTextControl->TextView()->SelectAll();
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.h45 #include <TextView.h>
64 BTextView* TextView() const { return fTitleEditView; } function in class:HeaderView
/haiku/src/add-ons/disk_systems/ntfs/
H A DInitializeParameterEditor.cpp70 return fNameControl->TextView()->TextLength() > 0;
99 fNameControl->TextView()->SetMaxBytes(127);
/haiku/src/add-ons/disk_systems/btrfs/
H A DInitializeParameterEditor.cpp74 return fNameControl->TextView()->TextLength() > 0;
103 fNameControl->TextView()->SetMaxBytes(BTRFS_LABEL_SIZE);
/haiku/src/apps/haikudepot/ui/
H A DUserUsageConditionsWindow.h19 class TextView;
66 TextView* fIntroductionTextView;
H A DToLatestUserUsageConditionsWindow.h19 class TextView;
62 TextView* fMessageTextView;
/haiku/src/kits/interface/
H A DDecimalSpinner.cpp16 #include <TextView.h>
301 TextView()->SetText(valueString);
323 SetValue(roundTo(atof(TextView()->Text()), Precision()));
339 TextView()->SetAlignment(B_ALIGN_RIGHT);
341 TextView()->DisallowChar(c);
343 TextView()->DisallowChar('/');
345 TextView()->DisallowChar(c);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.h67 class TextView;
70 friend class TextView;
96 TextView* fTextView;
/haiku/src/apps/bootmanager/
H A DUninstallPage.cpp16 #include <TextView.h>
H A DWizardPageView.h14 #include <TextView.h>
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DFloatValueView.cpp37 // TextView
39 FloatValueView::TextView() const function in class:FloatValueView
H A DInt64ValueView.cpp38 // TextView
40 Int64ValueView::TextView() const function in class:Int64ValueView
H A DIntValueView.cpp37 // TextView
39 IntValueView::TextView() const function in class:IntValueView
H A DStringValueView.cpp36 // TextView
38 StringValueView::TextView() const function in class:StringValueView
/haiku/src/kits/interface/textview_support/
H A DInlineInput.h13 #include <TextView.h>
H A DLineBuffer.h13 #include <TextView.h>
/haiku/src/bin/keymap/
H A DKeymap.h16 # include <TextView.h>
/haiku/src/apps/stylededit/
H A DStyledEditView.h15 #include <TextView.h>
/haiku/src/add-ons/print/drivers/preview/
H A DJobSetupWindow.cpp72 fTo->TextView()->DisallowChar(i);
73 fFrom->TextView()->DisallowChar(i);
77 fTo->TextView()->DisallowChar(i);
78 fFrom->TextView()->DisallowChar(i);
/haiku/src/apps/webpositive/
H A DURLInputGroup.h24 BTextView* TextView() const;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DInputTextView.h10 #include <TextView.h>
/haiku/src/apps/installer/
H A DInstallerApp.cpp15 #include <TextView.h>
/haiku/src/apps/devices/
H A DDevicesApplication.cpp13 #include <TextView.h>

Completed in 222 milliseconds

12345678910