Searched refs:StringView (Results 1 - 25 of 207) sorted by relevance

123456789

/haiku/src/preferences/filetypes/
H A DStringView.cpp9 #include <StringView.h>
11 #include "StringView.h"
14 StringView::StringView(const char* label, const char* text) function in class:StringView
26 StringView::SetLabel(const char* label)
33 StringView::SetText(const char* text)
40 StringView::GetLabelLayoutItem()
47 StringView::LabelView()
52 StringView::GetTextLayoutItem()
59 StringView
[all...]
H A DApplicationTypesWindow.h22 class StringView;
45 StringView* fNameView;
46 StringView* fSignatureView;
47 StringView* fPathView;
49 StringView* fVersionView;
50 StringView* fDescriptionLabel;
H A DStringView.h13 class StringView { class
15 StringView(const char* label,
H A DFileTypesWindow.h26 class StringView;
70 StringView* fExtensionLabel;
77 StringView* fInternalNameView;
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DStringView.cpp6 #include "StringView.h"
13 StringView::StringView(const char* string) function in class:StringView
28 StringView::SetString(const char* string)
39 StringView::SetAlignment(alignment align)
49 StringView::SetTextColor(rgb_color color)
57 StringView::MinSize()
69 StringView::SetExplicitMinSize(BSize size)
76 StringView::AddedToContainer()
83 StringView
[all...]
H A DWidgetLayoutTest.cpp24 #include "StringView.h"
211 StringView*& widthView, StringView*& heightView,
215 StringView* label = new StringView(labelText);
220 widthView = new StringView("9999999999.9");
226 StringView* labelView = new StringView(", ");
230 heightView = new StringView("9999999999.9");
245 void _UpdateSizeView(StringView* vie
[all...]
H A DStringView.h14 class StringView : public View { class in inherits:View
16 StringView(const char* string);
/haiku/src/tests/kits/interface/balert/alert_manual_test/
H A DAlertTestWindow.h8 #include <StringView.h>
/haiku/src/apps/diskusage/
H A DStatusView.h15 #include <StringView.h>
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.h11 #include <StringView.h>
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.h11 #include <StringView.h>
/haiku/src/kits/screensaver/
H A DDefaultSettingsView.cpp14 #include <StringView.h>
/haiku/src/add-ons/translators/tiff/
H A DTIFFView.h37 #include <StringView.h>
/haiku/src/add-ons/translators/tga/
H A DTGAView.h36 #include <StringView.h>
/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.h13 #include <StringView.h>
/haiku/src/preferences/joysticks/
H A DJoysticks.cpp21 #include <StringView.h>
/haiku/src/tests/kits/interface/bwindowstack/
H A DWindowStackTest.h16 #include <StringView.h>
/haiku/src/apps/haikudepot/ui_generic/
H A DLinkView.h10 #include <StringView.h>
/haiku/headers/private/bluetooth/
H A DConnectionView.h15 #include <StringView.h>
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.h8 #include <StringView.h>
/haiku/src/apps/debuganalyzer/gui/
H A DAbstractGeneralPage.h9 #include <StringView.h>
/haiku/src/apps/login/
H A DLoginView.h13 #include <StringView.h>
/haiku/src/add-ons/translators/rtf/
H A DConfigView.cpp12 #include <StringView.h>
/haiku/src/add-ons/translators/stxt/
H A DSTXTView.cpp18 #include <StringView.h>
/haiku/src/add-ons/translators/pcx/
H A DConfigView.cpp14 #include <StringView.h>

Completed in 180 milliseconds

123456789