headers/libs/print/libprint/JobSetupDlg.h
152
BTextControl* fCopies;
headers/libs/print/libprint/JobSetupDlg.h
153
BTextControl* fFromPage;
headers/libs/print/libprint/JobSetupDlg.h
154
BTextControl* fToPage;
headers/libs/print/libprint/JobSetupDlg.h
24
class BTextControl;
headers/libs/print/libprint/MarginView.h
127
class BTextControl;
headers/libs/print/libprint/MarginView.h
200
void _AllowOnlyNumbers(BTextControl *textControl,
headers/libs/print/libprint/MarginView.h
210
BTextControl* fTop;
headers/libs/print/libprint/MarginView.h
211
BTextControl* fBottom;
headers/libs/print/libprint/MarginView.h
212
BTextControl* fLeft;
headers/libs/print/libprint/MarginView.h
213
BTextControl* fRight;
headers/libs/print/libprint/PageSetupDlg.h
41
BTextControl *fScaling;
headers/libs/print/libprint/Preview.h
147
BTextControl* fPageNumber;
headers/libs/print/libprint/Preview.h
24
class BTextControl;
headers/os/interface/ColorControl.h
124
BTextControl* fRedText;
headers/os/interface/ColorControl.h
125
BTextControl* fGreenText;
headers/os/interface/ColorControl.h
126
BTextControl* fBlueText;
headers/os/interface/ColorControl.h
22
class BTextControl;
headers/os/interface/LayoutBuilder.h
170
inline ThisBuilder& AddTextControl(BTextControl* textControl,
headers/os/interface/LayoutBuilder.h
904
Grid<ParentBuilder>::AddTextControl(BTextControl* textControl, int32 column,
headers/os/interface/TextControl.h
113
BTextControl& operator=(const BTextControl& other);
headers/os/interface/TextControl.h
19
class BTextControl : public BControl {
headers/os/interface/TextControl.h
21
BTextControl(BRect frame, const char* name,
headers/os/interface/TextControl.h
26
BTextControl(const char* name,
headers/os/interface/TextControl.h
30
BTextControl(const char* label,
headers/os/interface/TextControl.h
33
virtual ~BTextControl();
headers/os/interface/TextControl.h
35
BTextControl(BMessage* archive);
headers/private/bluetooth/PincodeWindow.h
25
class BTextControl;
headers/private/bluetooth/PincodeWindow.h
48
BTextControl* fPincodeText;
headers/private/mail/FileConfigView.h
17
class BTextControl;
headers/private/mail/FileConfigView.h
39
BTextControl* fText;
headers/private/mail/ProtocolConfigView.h
23
class BTextControl;
headers/private/mail/ProtocolConfigView.h
41
BTextControl* fSizeControl;
headers/private/mail/ProtocolConfigView.h
80
BTextControl* _AddTextControl(BGridLayout* layout,
headers/private/mail/ProtocolConfigView.h
92
BTextControl* fHostControl;
headers/private/mail/ProtocolConfigView.h
93
BTextControl* fUserControl;
headers/private/mail/ProtocolConfigView.h
94
BTextControl* fPasswordControl;
headers/private/print/JobSetupPanel.h
21
class BTextControl;
headers/private/print/JobSetupPanel.h
93
BTextControl* fFirstPage;
headers/private/print/JobSetupPanel.h
94
BTextControl* fLastPage;
headers/private/print/JobSetupPanel.h
96
BTextControl* fNumberOfCopies;
headers/private/shared/PromptWindow.h
14
class BTextControl;
headers/private/shared/PromptWindow.h
31
BTextControl* fTextControl;
src/add-ons/disk_systems/bfs/InitializeParameterEditor.cpp
123
fNameControl = new BTextControl(B_TRANSLATE("Name:"), "Haiku", NULL);
src/add-ons/disk_systems/bfs/InitializeParameterEditor.h
18
class BTextControl;
src/add-ons/disk_systems/bfs/InitializeParameterEditor.h
42
BTextControl* fNameControl;
src/add-ons/disk_systems/btrfs/InitializeParameterEditor.cpp
100
fNameControl = new BTextControl(B_TRANSLATE("Name:"), "New Btrfs Volume",
src/add-ons/disk_systems/btrfs/InitializeParameterEditor.h
19
class BTextControl;
src/add-ons/disk_systems/btrfs/InitializeParameterEditor.h
43
BTextControl* fNameControl;
src/add-ons/disk_systems/fat/InitializeParameterEditor.cpp
113
fNameControl = new BTextControl(B_TRANSLATE("Name:"), "New FAT Vol",
src/add-ons/disk_systems/fat/InitializeParameterEditor.h
16
class BTextControl;
src/add-ons/disk_systems/fat/InitializeParameterEditor.h
41
BTextControl* fNameControl;
src/add-ons/disk_systems/ntfs/InitializeParameterEditor.cpp
96
fNameControl = new BTextControl(B_TRANSLATE("Name:"), "New NTFS Volume",
src/add-ons/disk_systems/ntfs/InitializeParameterEditor.h
17
class BTextControl;
src/add-ons/disk_systems/ntfs/InitializeParameterEditor.h
41
BTextControl* fNameControl;
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
141
fNameTC = new BTextControl(nameFrame, "name", "Username", "", NULL,
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
146
fPassTC = new BTextControl(passFrame, "pass", "Password", "", NULL,
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
34
fNameTC = new BTextControl(controlFrame, "name", "Username", "", NULL,
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
37
fPassTC = new BTextControl(controlFrame, "pass", "Password", "", NULL,
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.h
37
BTextControl* fNameTC;
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.h
38
BTextControl* fPassTC;
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.h
9
class BTextControl;
src/add-ons/mail_daemon/inbound_filters/match_header/ConfigView.cpp
51
BTextControl* fAttributeControl;
src/add-ons/mail_daemon/inbound_filters/match_header/ConfigView.cpp
52
BTextControl* fRegexControl;
src/add-ons/mail_daemon/inbound_filters/match_header/ConfigView.cpp
54
BTextControl* fFlagsControl;
src/add-ons/mail_daemon/inbound_filters/match_header/ConfigView.cpp
73
fAttributeControl = new BTextControl("attr", B_TRANSLATE("If"), NULL, NULL);
src/add-ons/mail_daemon/inbound_filters/match_header/ConfigView.cpp
78
fRegexControl = new BTextControl("regex", B_TRANSLATE("has"), NULL, NULL);
src/add-ons/mail_daemon/inbound_filters/match_header/ConfigView.cpp
89
fFlagsControl = new BTextControl("flags", NULL, NULL);
src/add-ons/mail_daemon/inbound_filters/spam_filter/SpamFilterConfig.cpp
49
BTextControl* fGenuineCutoffRatioTextControl;
src/add-ons/mail_daemon/inbound_filters/spam_filter/SpamFilterConfig.cpp
52
BTextControl* fSpamCutoffRatioTextControl;
src/add-ons/mail_daemon/inbound_filters/spam_filter/SpamFilterConfig.cpp
88
fSpamCutoffRatioTextControl = new BTextControl("spamcutoffratio",
src/add-ons/mail_daemon/inbound_filters/spam_filter/SpamFilterConfig.cpp
96
fGenuineCutoffRatioTextControl = new BTextControl("genuinecutoffratio",
src/add-ons/mail_daemon/outbound_filters/fortune/ConfigView.cpp
33
fTagControl = new BTextControl("tag_line", B_TRANSLATE("Tag line:"),
src/add-ons/mail_daemon/outbound_filters/fortune/ConfigView.h
26
BTextControl* fTagControl;
src/add-ons/mail_daemon/outbound_protocols/smtp/ConfigView.cpp
55
BTextControl* control = (BTextControl*)FindView("host");
src/add-ons/network_settings/dialup/GeneralAddon.cpp
388
fUsername = new BTextControl("username", kLabelName, NULL, NULL);
src/add-ons/network_settings/dialup/GeneralAddon.cpp
389
fPassword = new BTextControl("password", kLabelPassword, NULL, NULL);
src/add-ons/network_settings/dialup/GeneralAddon.h
131
BTextControl *fUsername, *fPassword;
src/add-ons/network_settings/dialup/IPCPAddon.cpp
269
fIPAddress = new BTextControl("ip", kLabelIPAddress, NULL, NULL);
src/add-ons/network_settings/dialup/IPCPAddon.cpp
270
fPrimaryDNS = new BTextControl("primaryDNS", kLabelPrimaryDNS, NULL, NULL);
src/add-ons/network_settings/dialup/IPCPAddon.cpp
271
fSecondaryDNS = new BTextControl("secondaryDNS", kLabelSecondaryDNS, NULL,
src/add-ons/network_settings/dialup/IPCPAddon.h
96
BTextControl *fIPAddress, *fPrimaryDNS, *fSecondaryDNS;
src/add-ons/network_settings/dialup/PPPoEAddon.cpp
248
fServiceName = new BTextControl(rect, "service", kLabelServiceName, NULL, NULL);
src/add-ons/network_settings/dialup/PPPoEAddon.h
95
BTextControl *fServiceName;
src/add-ons/network_settings/dialup/TextRequestDialog.cpp
64
fTextControl = new BTextControl(rect, "request", request, text, NULL);
src/add-ons/network_settings/dialup/TextRequestDialog.h
13
class BTextControl;
src/add-ons/network_settings/dialup/TextRequestDialog.h
35
BTextControl *fTextControl;
src/add-ons/network_settings/dnsclient/DNSSettingsView.cpp
77
fDomain = new BTextControl(B_TRANSLATE("Domain:"), "", NULL);
src/add-ons/network_settings/dnsclient/DNSSettingsView.h
21
class BTextControl;
src/add-ons/network_settings/dnsclient/DNSSettingsView.h
44
BTextControl* fTextControl;
src/add-ons/network_settings/dnsclient/DNSSettingsView.h
45
BTextControl* fDomain;
src/add-ons/network_settings/hostname/HostnameView.cpp
42
fHostname = new BTextControl(B_TRANSLATE("Hostname:"), "", NULL);
src/add-ons/network_settings/hostname/HostnameView.h
21
class BTextControl;
src/add-ons/network_settings/hostname/HostnameView.h
42
BTextControl* fHostname;
src/add-ons/print/drivers/preview/JobSetupWindow.cpp
55
fFrom = new BTextControl("from", "From:", "SomeSpaceHere", NULL);
src/add-ons/print/drivers/preview/JobSetupWindow.cpp
59
fTo = new BTextControl("to", "To:", "", NULL);
src/add-ons/print/drivers/preview/JobSetupWindow.h
25
class BTextControl;
src/add-ons/print/drivers/preview/JobSetupWindow.h
49
BTextControl *fFrom;
src/add-ons/print/drivers/preview/JobSetupWindow.h
50
BTextControl *fTo;
src/add-ons/print/drivers/preview/PageSetupWindow.cpp
187
fScaleControl = new BTextControl("scale", "Scale [%]:",
src/add-ons/print/drivers/preview/PageSetupWindow.h
26
class BTextControl;
src/add-ons/print/drivers/preview/PageSetupWindow.h
49
BTextControl * fScaleControl;
src/add-ons/print/transports/hp_jetdirect/SetupWindow.cpp
102
fServerAddress = new BTextControl(SERVER_RECT, "", SERVER_TEXT, "<printer's hostname or address>", NULL);
src/add-ons/print/transports/hp_jetdirect/SetupWindow.cpp
108
fQueuePort = new BTextControl(QUEUE_RECT, "", QUEUE_TEXT, "9100", NULL); // 9100 is default HP JetDirect port number
src/add-ons/print/transports/hp_jetdirect/SetupWindow.cpp
81
BTextControl* fServerAddress;
src/add-ons/print/transports/hp_jetdirect/SetupWindow.cpp
82
BTextControl* fQueuePort;
src/add-ons/print/transports/ipp/IppSetupDlg.cpp
74
BTextControl *url;
src/add-ons/print/transports/ipp/IppSetupDlg.cpp
88
url = new BTextControl(URL_RECT, "", URL_TEXT, "", NULL);
src/add-ons/print/transports/lpr/LprSetupDlg.cpp
106
fServer = new BTextControl(SERVER_RECT, "", SERVER_TEXT, "192.168.0.0",
src/add-ons/print/transports/lpr/LprSetupDlg.cpp
114
fQueue = new BTextControl(QUEUE_RECT, "", QUEUE_TEXT, "LPT1_PASSTHRU",
src/add-ons/print/transports/lpr/LprSetupDlg.cpp
84
BTextControl* fServer;
src/add-ons/print/transports/lpr/LprSetupDlg.cpp
85
BTextControl* fQueue;
src/add-ons/translators/gif/GIFView.cpp
128
fRedTextControl = new BTextControl("", "0",
src/add-ons/translators/gif/GIFView.cpp
130
fGreenTextControl = new BTextControl("", "0",
src/add-ons/translators/gif/GIFView.cpp
132
fBlueTextControl = new BTextControl("", "0",
src/add-ons/translators/gif/GIFView.cpp
463
GIFView::CheckInput(BTextControl* control)
src/add-ons/translators/gif/GIFView.h
100
BTextControl* fBlueTextControl;
src/add-ons/translators/gif/GIFView.h
53
class BTextControl;
src/add-ons/translators/gif/GIFView.h
67
int CheckInput(BTextControl* control);
src/add-ons/translators/gif/GIFView.h
98
BTextControl* fRedTextControl;
src/add-ons/translators/gif/GIFView.h
99
BTextControl* fGreenTextControl;
src/apps/bootmanager/FileSelectionPage.cpp
113
fFile = new BTextControl(rect, "file",
src/apps/bootmanager/FileSelectionPage.h
18
class BTextControl;
src/apps/bootmanager/FileSelectionPage.h
48
BTextControl* fFile;
src/apps/bootmanager/PartitionsPage.cpp
146
BTextControl* nameControl = new BTextControl("name", "",
src/apps/bootmanager/PartitionsPage.cpp
62
BTextControl* nameControl
src/apps/bootmanager/PartitionsPage.cpp
63
= dynamic_cast<BTextControl*>(layout->ItemAt(1, row)->View());
src/apps/charactermap/CharacterWindow.cpp
149
fFilterControl = new BTextControl(B_TRANSLATE("Filter:"), NULL, NULL);
src/apps/charactermap/CharacterWindow.h
19
class BTextControl;
src/apps/charactermap/CharacterWindow.h
42
BTextControl* fFilterControl;
src/apps/codycam/CodyCam.cpp
517
((BTextControl*)control)->Text(), 64);
src/apps/codycam/CodyCam.cpp
549
((BTextControl*)control)->Text(), 64);
src/apps/codycam/CodyCam.cpp
557
((BTextControl*)control)->Text(), 64);
src/apps/codycam/CodyCam.cpp
565
((BTextControl*)control)->Text(), 64);
src/apps/codycam/CodyCam.cpp
573
((BTextControl*)control)->Text(), 64);
src/apps/codycam/CodyCam.cpp
635
fFileName = new BTextControl("File Name", B_TRANSLATE("File name:"),
src/apps/codycam/CodyCam.cpp
707
fServerName = new BTextControl("Server", B_TRANSLATE("Server:"),
src/apps/codycam/CodyCam.cpp
711
fLoginId = new BTextControl("Login", B_TRANSLATE("Login:"),
src/apps/codycam/CodyCam.cpp
715
fPassword = new BTextControl("Password", B_TRANSLATE("Password:"),
src/apps/codycam/CodyCam.cpp
722
fDirectory = new BTextControl("Directory", B_TRANSLATE("Directory:"),
src/apps/codycam/CodyCam.h
153
BTextControl* fFileName;
src/apps/codycam/CodyCam.h
162
BTextControl* fServerName;
src/apps/codycam/CodyCam.h
163
BTextControl* fLoginId;
src/apps/codycam/CodyCam.h
164
BTextControl* fPassword;
src/apps/codycam/CodyCam.h
165
BTextControl* fDirectory;
src/apps/cortex/TransportView/TransportView.h
51
class BTextControl;
src/apps/cortex/support/TextControlFloater.cpp
44
public BTextControl {
src/apps/cortex/support/TextControlFloater.cpp
45
typedef BTextControl _inherited;
src/apps/cortex/support/TextControlFloater.cpp
56
BTextControl(frame, name, label, text, message, resizingMode, flags) {
src/apps/cortex/support/TextControlFloater.h
50
class BTextControl;
src/apps/cortex/support/TextControlFloater.h
82
BTextControl* m_control;
src/apps/debugger/user_interface/gui/connection_config/config_handlers/NetworkConnectionConfigView.cpp
102
.Add((fHostInput = new BTextControl("host_input", "Host:", "",
src/apps/debugger/user_interface/gui/connection_config/config_handlers/NetworkConnectionConfigView.cpp
97
fPortInput = new BTextControl("port_input", "Port:", "",
src/apps/debugger/user_interface/gui/connection_config/config_handlers/NetworkConnectionConfigView.h
12
class BTextControl;
src/apps/debugger/user_interface/gui/connection_config/config_handlers/NetworkConnectionConfigView.h
29
BTextControl* fHostInput;
src/apps/debugger/user_interface/gui/connection_config/config_handlers/NetworkConnectionConfigView.h
30
BTextControl* fPortInput;
src/apps/debugger/user_interface/gui/expression_eval_window/ExpressionEvaluationWindow.cpp
260
fExpressionInput = new BTextControl("Expression:", NULL, NULL);
src/apps/debugger/user_interface/gui/expression_eval_window/ExpressionEvaluationWindow.h
17
class BTextControl;
src/apps/debugger/user_interface/gui/expression_eval_window/ExpressionEvaluationWindow.h
86
BTextControl* fExpressionInput;
src/apps/debugger/user_interface/gui/inspector_window/InspectorWindow.cpp
152
.Add(fAddressInput = new BTextControl("addrInput",
src/apps/debugger/user_interface/gui/inspector_window/InspectorWindow.h
22
class BTextControl;
src/apps/debugger/user_interface/gui/inspector_window/InspectorWindow.h
96
BTextControl* fAddressInput;
src/apps/debugger/user_interface/gui/team_settings_window/ImageStopConfigView.cpp
280
.Add(fStopImageNameInput = new BTextControl("stopImageName",
src/apps/debugger/user_interface/gui/team_settings_window/ImageStopConfigView.h
21
class BTextControl;
src/apps/debugger/user_interface/gui/team_settings_window/ImageStopConfigView.h
61
BTextControl* fStopImageNameInput;
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
818
AddChild(fFilterField = new BTextControl("filtertext", "Filter:",
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.h
15
class BTextControl;
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.h
56
BTextControl* fFilterField;
src/apps/debugger/user_interface/gui/utility_windows/BreakpointEditWindow.cpp
115
fConditionInput = new BTextControl(NULL, NULL, NULL);
src/apps/debugger/user_interface/gui/utility_windows/BreakpointEditWindow.h
18
class BTextControl;
src/apps/debugger/user_interface/gui/utility_windows/BreakpointEditWindow.h
52
BTextControl* fConditionInput;
src/apps/debugger/user_interface/gui/utility_windows/ExpressionPromptWindow.cpp
55
fExpressionInput = new BTextControl("Expression:", NULL, NULL);
src/apps/debugger/user_interface/gui/utility_windows/ExpressionPromptWindow.h
13
class BTextControl;
src/apps/debugger/user_interface/gui/utility_windows/ExpressionPromptWindow.h
38
BTextControl* fExpressionInput;
src/apps/debugger/user_interface/gui/utility_windows/StartTeamWindow.cpp
69
fTeamTextControl = new BTextControl("Path: ", NULL, NULL);
src/apps/debugger/user_interface/gui/utility_windows/StartTeamWindow.cpp
70
fArgumentsTextControl = new BTextControl("Arguments: ", NULL, NULL);
src/apps/debugger/user_interface/gui/utility_windows/StartTeamWindow.h
15
class BTextControl;
src/apps/debugger/user_interface/gui/utility_windows/StartTeamWindow.h
47
BTextControl* fTeamTextControl;
src/apps/debugger/user_interface/gui/utility_windows/StartTeamWindow.h
48
BTextControl* fArgumentsTextControl;
src/apps/debugger/user_interface/gui/utility_windows/WatchPromptWindow.cpp
102
fLengthInput = new BTextControl("Length:", text, NULL);
src/apps/debugger/user_interface/gui/utility_windows/WatchPromptWindow.cpp
97
fAddressInput = new BTextControl("Address:", text, NULL);
src/apps/debugger/user_interface/gui/utility_windows/WatchPromptWindow.h
17
class BTextControl;
src/apps/debugger/user_interface/gui/utility_windows/WatchPromptWindow.h
59
BTextControl* fAddressInput;
src/apps/debugger/user_interface/gui/utility_windows/WatchPromptWindow.h
60
BTextControl* fLengthInput;
src/apps/debugger/user_interface/gui/value/TableCellTextControlEditor.cpp
100
BTextControl::MessageReceived(message);
src/apps/debugger/user_interface/gui/value/TableCellTextControlEditor.cpp
62
BTextControl::AttachedToWindow();
src/apps/debugger/user_interface/gui/value/TableCellTextControlEditor.h
15
public BTextControl {
src/apps/diskprobe/ProbeView.cpp
152
BTextControl* fTypeControl;
src/apps/diskprobe/ProbeView.cpp
153
BTextControl* fPositionControl;
src/apps/diskprobe/ProbeView.cpp
156
BTextControl* fOffsetControl;
src/apps/diskprobe/ProbeView.cpp
157
BTextControl* fFileOffsetControl;
src/apps/diskprobe/ProbeView.cpp
444
fTypeControl = new BTextControl(B_EMPTY_STRING, NULL, buffer,
src/apps/diskprobe/ProbeView.cpp
473
fPositionControl = new BTextControl(B_EMPTY_STRING, NULL, "0x0", msg);
src/apps/diskprobe/ProbeView.cpp
494
fOffsetControl = new BTextControl(B_EMPTY_STRING, NULL, "0x0", msg);
src/apps/diskprobe/ProbeView.cpp
510
fFileOffsetControl = new BTextControl(B_EMPTY_STRING, NULL, "0x0", msg);
src/apps/diskprobe/TypeEditors.cpp
280
fTextControl = new BTextControl(B_EMPTY_STRING, B_TRANSLATE("MIME type:"), NULL,
src/apps/diskprobe/TypeEditors.cpp
367
fTextControl = new BTextControl(B_EMPTY_STRING, _TypeLabel(), NULL,
src/apps/diskprobe/TypeEditors.cpp
75
BTextControl* fTextControl;
src/apps/diskprobe/TypeEditors.cpp
97
BTextControl* fTextControl;
src/apps/drivesetup/AbstractParametersPanel.h
22
class BTextControl;
src/apps/drivesetup/ChangeParametersPanel.cpp
119
fNameTextControl = new BTextControl("Name Control",
src/apps/drivesetup/ChangeParametersPanel.h
19
class BTextControl;
src/apps/drivesetup/ChangeParametersPanel.h
51
BTextControl* fNameTextControl;
src/apps/drivesetup/CreateParametersPanel.cpp
151
fSizeTextControl = new BTextControl("Size Control", "", "", NULL);
src/apps/drivesetup/CreateParametersPanel.h
47
BTextControl* fSizeTextControl;
src/apps/expander/ExpanderPreferences.cpp
82
fDestText = new BTextControl("destText", "", "",
src/apps/expander/ExpanderPreferences.h
20
class BTextControl;
src/apps/expander/ExpanderPreferences.h
44
BTextControl* fDestText;
src/apps/expander/ExpanderWindow.cpp
136
.Add(fSourceText = new BTextControl(NULL, NULL,
src/apps/expander/ExpanderWindow.cpp
141
.Add(fDestText = new BTextControl(NULL, NULL,
src/apps/expander/ExpanderWindow.h
25
class BTextControl;
src/apps/expander/ExpanderWindow.h
80
BTextControl* fSourceText;
src/apps/expander/ExpanderWindow.h
81
BTextControl* fDestText;
src/apps/expander/PasswordAlert.cpp
65
fTextControl = new BTextControl(textControlRect, "_password_", text,
src/apps/expander/PasswordAlert.h
29
BTextControl* fTextControl;
src/apps/fontdemo/ControlView.cpp
66
fTextControl = new BTextControl("TextInput", B_TRANSLATE("Text:"),
src/apps/fontdemo/ControlView.h
24
class BTextControl;
src/apps/fontdemo/ControlView.h
48
BTextControl* fTextControl;
src/apps/haikudepot/ui/FilterView.cpp
42
fSearchTermsText = new BTextControl("search terms", B_TRANSLATE("Search terms:"), "", NULL);
src/apps/haikudepot/ui/FilterView.h
16
class BTextControl;
src/apps/haikudepot/ui/FilterView.h
53
BTextControl* fSearchTermsText;
src/apps/haikudepot/ui/UserLoginWindow.cpp
141
fNicknameField = new BTextControl(B_TRANSLATE("Nickname:"), "", NULL);
src/apps/haikudepot/ui/UserLoginWindow.cpp
142
fPasswordField = new BTextControl(B_TRANSLATE("Password:"), "", NULL);
src/apps/haikudepot/ui/UserLoginWindow.cpp
148
fNewNicknameField = new BTextControl(B_TRANSLATE("Nickname:"), "", NULL);
src/apps/haikudepot/ui/UserLoginWindow.cpp
150
= new BTextControl(B_TRANSLATE("Password:"), "", new BMessage(MSG_VALIDATE_FIELDS));
src/apps/haikudepot/ui/UserLoginWindow.cpp
153
= new BTextControl(B_TRANSLATE("Repeat password:"), "", new BMessage(MSG_VALIDATE_FIELDS));
src/apps/haikudepot/ui/UserLoginWindow.cpp
168
fEmailField = new BTextControl(B_TRANSLATE("Email address:"), "", NULL);
src/apps/haikudepot/ui/UserLoginWindow.cpp
170
fCaptchaResultField = new BTextControl("", "", NULL);
src/apps/haikudepot/ui/UserLoginWindow.h
134
BTextControl* fNicknameField;
src/apps/haikudepot/ui/UserLoginWindow.h
135
BTextControl* fPasswordField;
src/apps/haikudepot/ui/UserLoginWindow.h
137
BTextControl* fNewNicknameField;
src/apps/haikudepot/ui/UserLoginWindow.h
138
BTextControl* fNewPasswordField;
src/apps/haikudepot/ui/UserLoginWindow.h
139
BTextControl* fRepeatPasswordField;
src/apps/haikudepot/ui/UserLoginWindow.h
141
BTextControl* fEmailField;
src/apps/haikudepot/ui/UserLoginWindow.h
144
BTextControl* fCaptchaResultField;
src/apps/haikudepot/ui/UserLoginWindow.h
24
class BTextControl;
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPickerView.cpp
100
fTextControl[i] = new BTextControl(NULL, NULL, NULL,
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPickerView.cpp
110
fHexTextControl = new BTextControl(NULL, "#", NULL,
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPickerView.cpp
522
ColorPickerView::_SetText(BTextControl* control, const BString& text)
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPickerView.h
27
class BTextControl;
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPickerView.h
59
bool _SetText(BTextControl* control,
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPickerView.h
76
BTextControl* fTextControl[6];
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPickerView.h
77
BTextControl* fHexTextControl;
src/apps/launchbox/NamePanel.cpp
42
fNameTC = new BTextControl(label, text, NULL);
src/apps/launchbox/NamePanel.h
10
class BTextControl;
src/apps/launchbox/NamePanel.h
22
BTextControl* fNameTC;
src/apps/login/LoginView.cpp
64
fLoginControl = new BTextControl(r, "login", B_TRANSLATE("Login:"), "",
src/apps/login/LoginView.cpp
69
fPasswordControl = new BTextControl(r, "password",
src/apps/login/LoginView.h
37
BTextControl* fLoginControl;
src/apps/login/LoginView.h
38
BTextControl* fPasswordControl;
src/apps/mail/FindWindow.cpp
107
fTextControl = new BTextControl("BTextControl", NULL,
src/apps/mail/FindWindow.h
89
BTextControl* fTextControl;
src/apps/mail/Header.cpp
107
class HeaderTextControl : public BTextControl {
src/apps/mail/Header.cpp
172
BTextControl(label, name, message)
src/apps/mail/Header.cpp
181
BTextControl::AttachedToWindow();
src/apps/mail/Header.cpp
197
BTextControl::SetEnabled(enabled);
src/apps/mail/Header.cpp
259
BTextControl::MessageReceived(message);
src/apps/mail/LabelWindow.cpp
34
fLabel = new BTextControl("label", B_TRANSLATE("New label:"), "", NULL);
src/apps/mail/LabelWindow.cpp
58
fLabel->BTextControl::MakeFocus(true);
src/apps/mail/LabelWindow.h
12
class BTextControl;
src/apps/mail/LabelWindow.h
26
BTextControl* fLabel;
src/apps/mail/MailWindow.cpp
1014
|| dynamic_cast<BTextControl*>(textView->Parent()) != NULL)) {
src/apps/mail/Prefs.cpp
222
fReplyPreamble = new BTextControl("replytext",
src/apps/mail/Prefs.h
134
BTextControl* fReplyPreamble;
src/apps/mail/Prefs.h
44
class BTextControl;
src/apps/mail/Signature.cpp
452
BTextControl("", label, "", invocationMessage)
src/apps/mail/Signature.cpp
461
BTextControl::AttachedToWindow();
src/apps/mail/Signature.cpp
476
BTextControl::MessageReceived(msg);
src/apps/mail/Signature.h
106
class TNameControl : public BTextControl {
src/apps/mail/Status.cpp
73
fStatus = new BTextControl("status", B_TRANSLATE("Status:"), status,
src/apps/mail/Status.cpp
92
fStatus->BTextControl::MakeFocus(true);
src/apps/mail/Status.h
41
class BTextControl;
src/apps/mail/Status.h
59
BTextControl* fStatus;
src/apps/mediaconverter/MediaConverterWindow.cpp
200
fStartDurationTC = new BTextControl(NULL, "0", NULL);
src/apps/mediaconverter/MediaConverterWindow.cpp
205
fEndDurationTC = new BTextControl(NULL, "0", NULL);
src/apps/mediaconverter/MediaConverterWindow.h
102
BTextControl* fStartDurationTC;
src/apps/mediaconverter/MediaConverterWindow.h
103
BTextControl* fEndDurationTC;
src/apps/mediaconverter/MediaConverterWindow.h
23
class BTextControl;
src/apps/mediaplayer/NetworkStreamWin.cpp
35
fTextControl = new BTextControl("InputControl",
src/apps/mediaplayer/NetworkStreamWin.h
28
BTextControl* fTextControl;
src/apps/musiccollection/MusicCollectionWindow.cpp
210
fQueryField = new BTextControl("Search: ", "", NULL);
src/apps/musiccollection/MusicCollectionWindow.h
33
BTextControl* fQueryField;
src/apps/people/AttributeTextControl.cpp
33
BTextControl(NULL, "", NULL),
src/apps/people/AttributeTextControl.cpp
55
BTextControl::MouseDown(mousePosition);
src/apps/people/AttributeTextControl.cpp
68
BTextControl::MouseMoved(mousePosition, transit, dragMessage);
src/apps/people/AttributeTextControl.h
18
class AttributeTextControl : public BTextControl {
src/apps/poorman/PoorManLoggingView.cpp
50
fLogFileName = new BTextControl(B_TRANSLATE("File Name"),
src/apps/poorman/PoorManLoggingView.h
63
BTextControl* fLogFileName;
src/apps/poorman/PoorManSiteView.cpp
39
fWebDir = new BTextControl(STR_TXT_DIRECTORY, NULL, NULL);
src/apps/poorman/PoorManSiteView.cpp
47
fIndexFileName = new BTextControl(STR_TXT_INDEX, NULL, NULL);
src/apps/poorman/PoorManSiteView.h
57
BTextControl* fWebDir;
src/apps/poorman/PoorManSiteView.h
58
BTextControl* fIndexFileName;
src/apps/pulse/ConfigView.cpp
139
fIconWidthControl = new BTextControl(rect, "Width",
src/apps/pulse/ConfigView.h
21
class BTextControl;
src/apps/pulse/ConfigView.h
58
BTextControl* fIconWidthControl;
src/apps/resedit/ImageEditor.cpp
46
fIDBox = new BTextControl(BRect(10, 10, 10 + (strwidth + labelwidth) + 15,
src/apps/resedit/ImageEditor.cpp
55
fNameBox = new BTextControl(r, "name", "Name: ", data->GetName(), NULL,
src/apps/resedit/InlineEditor.cpp
16
EditFilter(BTextControl *textbox)
src/apps/resedit/InlineEditor.cpp
46
BTextControl *fTextBox;
src/apps/resedit/InlineEditor.cpp
57
fTextBox = new BTextControl(BRect(0, 0, 1, 1), "inlinebox", NULL, text,
src/apps/resedit/InlineEditor.h
28
BTextControl *fTextBox;
src/apps/resedit/InternalEditors.h
42
BTextControl *fIDBox,
src/apps/resedit/InternalEditors.h
84
BTextControl *fIDBox;
src/apps/resedit/InternalEditors.h
85
BTextControl *fNameBox;
src/apps/resedit/MiscEditors.cpp
89
fIDBox = new BTextControl(BRect(10, 10, 10 + (strwidth + labelwidth) + 15,
src/apps/resedit/MiscEditors.cpp
98
fNameBox = new BTextControl(r, "name", "Name: ", "", NULL,
src/apps/screenshot/ScreenshotWindow.cpp
142
fNameControl = new BTextControl("", B_TRANSLATE("Name:"), name, NULL);
src/apps/screenshot/ScreenshotWindow.cpp
184
fDelayControl = new BTextControl("", B_TRANSLATE("Delay:"), delay.String(),
src/apps/screenshot/ScreenshotWindow.h
29
class BTextControl;
src/apps/screenshot/ScreenshotWindow.h
70
BTextControl* fDelayControl;
src/apps/screenshot/ScreenshotWindow.h
73
BTextControl* fNameControl;
src/apps/showimage/PrintOptionsWindow.cpp
118
BTextControl*
src/apps/showimage/PrintOptionsWindow.cpp
122
BTextControl* text;
src/apps/showimage/PrintOptionsWindow.cpp
123
text = new BTextControl(name, label, "", new BMessage(what));
src/apps/showimage/PrintOptionsWindow.cpp
216
PrintOptionsWindow::GetValue(BTextControl* text, float* value)
src/apps/showimage/PrintOptionsWindow.cpp
224
PrintOptionsWindow::SetValue(BTextControl* text, float value)
src/apps/showimage/PrintOptionsWindow.h
70
BTextControl* AddTextControl(const char* name, const char* label,
src/apps/showimage/PrintOptionsWindow.h
75
bool GetValue(BTextControl* text, float* value);
src/apps/showimage/PrintOptionsWindow.h
76
void SetValue(BTextControl* text, float value);
src/apps/showimage/PrintOptionsWindow.h
82
BTextControl* fZoomFactor;
src/apps/showimage/PrintOptionsWindow.h
83
BTextControl* fDPI;
src/apps/showimage/PrintOptionsWindow.h
84
BTextControl* fWidth;
src/apps/showimage/PrintOptionsWindow.h
85
BTextControl* fHeight;
src/apps/stylededit/FindWindow.cpp
37
fSearchString = new BTextControl("", B_TRANSLATE("Find:"), NULL, NULL);
src/apps/stylededit/FindWindow.h
18
class BTextControl;
src/apps/stylededit/FindWindow.h
35
BTextControl *fSearchString;
src/apps/stylededit/ReplaceWindow.cpp
40
fSearchString = new BTextControl("", B_TRANSLATE("Find:"), NULL, NULL);
src/apps/stylededit/ReplaceWindow.cpp
41
fReplaceString = new BTextControl("", B_TRANSLATE("Replace with:"),
src/apps/stylededit/ReplaceWindow.h
21
class BTextControl;
src/apps/stylededit/ReplaceWindow.h
39
BTextControl *fSearchString;
src/apps/stylededit/ReplaceWindow.h
40
BTextControl *fReplaceString;
src/apps/terminal/AppearPrefView.cpp
85
fTabTitle = new BTextControl("tabTitle", B_TRANSLATE("Tab title:"), "",
src/apps/terminal/AppearPrefView.cpp
94
fWindowTitle = new BTextControl("windowTitle", B_TRANSLATE("Window title:"),
src/apps/terminal/AppearPrefView.h
42
class BTextControl;
src/apps/terminal/AppearPrefView.h
82
BTextControl* fTabTitle;
src/apps/terminal/AppearPrefView.h
83
BTextControl* fWindowTitle;
src/apps/terminal/FindWindow.cpp
59
.Add(fFindLabel = new BTextControl(NULL, NULL, NULL), 1, 0)
src/apps/terminal/FindWindow.h
20
class BTextControl;
src/apps/terminal/FindWindow.h
39
BTextControl* fFindLabel;
src/apps/terminal/PrefWindow.h
26
class BTextControl;
src/apps/terminal/SetTitleDialog.cpp
40
.Add(fTitleTextControl = new BTextControl("title", label, "", NULL))
src/apps/terminal/SetTitleDialog.h
14
class BTextControl;
src/apps/terminal/SetTitleDialog.h
35
BTextControl* fTitleTextControl;
src/apps/text_search/GrepWindow.cpp
635
fSearchText = new BTextControl(
src/apps/text_search/GrepWindow.cpp
643
fGlobText = new BTextControl(
src/apps/text_search/GrepWindow.h
88
BTextControl* fSearchText;
src/apps/text_search/GrepWindow.h
89
BTextControl* fGlobText;
src/apps/webpositive/AuthenticationPanel.cpp
38
m_usernameTextControl(new BTextControl("user", B_TRANSLATE("Username:"),
src/apps/webpositive/AuthenticationPanel.cpp
40
m_passwordTextControl(new BTextControl("pass", B_TRANSLATE("Password:"),
src/apps/webpositive/AuthenticationPanel.h
13
class BTextControl;
src/apps/webpositive/AuthenticationPanel.h
31
BTextControl* m_usernameTextControl;
src/apps/webpositive/AuthenticationPanel.h
32
BTextControl* m_passwordTextControl;
src/apps/webpositive/BrowserWindow.cpp
560
fFindTextControl = new BTextControl("find", B_TRANSLATE("Find:"), "", NULL);
src/apps/webpositive/BrowserWindow.h
255
BTextControl* fFindTextControl;
src/apps/webpositive/BrowserWindow.h
51
class BTextControl;
src/apps/webpositive/SettingsWindow.cpp
276
fStartPageControl = new BTextControl("start page",
src/apps/webpositive/SettingsWindow.cpp
283
fSearchPageControl = new BTextControl("search page", "", "",
src/apps/webpositive/SettingsWindow.cpp
291
fDownloadFolderControl = new BTextControl("download folder",
src/apps/webpositive/SettingsWindow.cpp
508
fProxyAddressControl = new BTextControl("proxy address",
src/apps/webpositive/SettingsWindow.cpp
516
fProxyPortControl = new BTextControl("proxy port",
src/apps/webpositive/SettingsWindow.cpp
529
fProxyUsernameControl = new BTextControl("proxy username",
src/apps/webpositive/SettingsWindow.cpp
537
fProxyPasswordControl = new BTextControl("proxy password",
src/apps/webpositive/SettingsWindow.h
100
BTextControl* fProxyUsernameControl;
src/apps/webpositive/SettingsWindow.h
101
BTextControl* fProxyPasswordControl;
src/apps/webpositive/SettingsWindow.h
19
class BTextControl;
src/apps/webpositive/SettingsWindow.h
64
BTextControl* fStartPageControl;
src/apps/webpositive/SettingsWindow.h
65
BTextControl* fSearchPageControl;
src/apps/webpositive/SettingsWindow.h
66
BTextControl* fDownloadFolderControl;
src/apps/webpositive/SettingsWindow.h
97
BTextControl* fProxyAddressControl;
src/apps/webpositive/SettingsWindow.h
98
BTextControl* fProxyPortControl;
src/bin/mail_utils/spamdbm.cpp
1149
BTextControl *m_DatabaseFileNameTextboxPntr;
src/bin/mail_utils/spamdbm.cpp
1154
BTextControl *m_GenuineCountTextboxPntr;
src/bin/mail_utils/spamdbm.cpp
1159
BTextControl *m_PurgeAgeTextboxPntr;
src/bin/mail_utils/spamdbm.cpp
1162
BTextControl *m_PurgePopularityTextboxPntr;
src/bin/mail_utils/spamdbm.cpp
1170
BTextControl *m_SpamCountTextboxPntr;
src/bin/mail_utils/spamdbm.cpp
1176
BTextControl *m_WordCountTextboxPntr;
src/bin/mail_utils/spamdbm.cpp
4801
BTextControl *TempTextPntr;
src/bin/mail_utils/spamdbm.cpp
4861
TempTextPntr = new (std::nothrow) BTextControl (TempRect, TempString, NULL /* label */,
src/bin/mail_utils/spamdbm.cpp
6207
m_DatabaseFileNameTextboxPntr = new BTextControl (TempRect,
src/bin/mail_utils/spamdbm.cpp
6242
m_PurgeAgeTextboxPntr = new BTextControl (TempRect,
src/bin/mail_utils/spamdbm.cpp
6276
m_PurgePopularityTextboxPntr = new BTextControl (TempRect,
src/bin/mail_utils/spamdbm.cpp
6634
m_GenuineCountTextboxPntr = new BTextControl (TempRect,
src/bin/mail_utils/spamdbm.cpp
6663
m_WordCountTextboxPntr = new BTextControl (TempRect,
src/bin/mail_utils/spamdbm.cpp
6691
m_SpamCountTextboxPntr = new BTextControl (TempRect,
src/bin/network/ppp_up/ConnectionView.cpp
73
fUsername = new BTextControl(rect, "username", kLabelName, NULL, NULL);
src/bin/network/ppp_up/ConnectionView.cpp
76
fPassword = new BTextControl(rect, "password", kLabelPassword, NULL, NULL);
src/bin/network/ppp_up/ConnectionView.h
51
BTextControl *fUsername, *fPassword;
src/bin/screen_blanker/PasswordWindow.cpp
48
fPassword = new BTextControl(bounds, "password",
src/bin/screen_blanker/PasswordWindow.h
28
BTextControl *fPassword;
src/kits/bluetooth/UI/PincodeWindow.cpp
99
fPincodeText = new BTextControl("fPINCode", "PIN Code:", "0000", NULL);
src/kits/interface/ColorControl.cpp
114
fRedText = (BTextControl*)FindView("_red");
src/kits/interface/ColorControl.cpp
115
fGreenText = (BTextControl*)FindView("_green");
src/kits/interface/ColorControl.cpp
116
fBlueText = (BTextControl*)FindView("_blue");
src/kits/interface/ColorControl.cpp
136
fRedText = new BTextControl(textRect, "_red", red, "0",
src/kits/interface/ColorControl.cpp
150
fGreenText = new BTextControl(textRect, "_green", green, "0",
src/kits/interface/ColorControl.cpp
164
fBlueText = new BTextControl(textRect, "_blue", blue, "0",
src/kits/interface/TextControl.cpp
100
class BTextControl::TextViewLayoutItem : public BAbstractLayoutItem {
src/kits/interface/TextControl.cpp
1001
return BTextControl::SetIcon(data->icon, data->flags);
src/kits/interface/TextControl.cpp
1008
data->return_value = BTextControl::AllUnarchived(data->archive);
src/kits/interface/TextControl.cpp
1016
data->return_value = BTextControl::AllArchived(data->archive);
src/kits/interface/TextControl.cpp
102
TextViewLayoutItem(BTextControl* parent);
src/kits/interface/TextControl.cpp
1028
void BTextControl::_ReservedTextControl1() {}
src/kits/interface/TextControl.cpp
1029
void BTextControl::_ReservedTextControl2() {}
src/kits/interface/TextControl.cpp
1030
void BTextControl::_ReservedTextControl3() {}
src/kits/interface/TextControl.cpp
1031
void BTextControl::_ReservedTextControl4() {}
src/kits/interface/TextControl.cpp
1034
BTextControl&
src/kits/interface/TextControl.cpp
1035
BTextControl::operator=(const BTextControl&)
src/kits/interface/TextControl.cpp
1042
BTextControl::_UpdateTextViewColors(bool enable)
src/kits/interface/TextControl.cpp
1074
BTextControl::_CommitValue()
src/kits/interface/TextControl.cpp
1080
BTextControl::_InitData(const char* label, const BMessage* archive)
src/kits/interface/TextControl.cpp
111
void SetParent(BTextControl* parent);
src/kits/interface/TextControl.cpp
1111
BTextControl::_InitText(const char* initialText, const BMessage* archive)
src/kits/interface/TextControl.cpp
1156
BTextControl::_ValidateLayout()
src/kits/interface/TextControl.cpp
1169
BTextControl::_LayoutTextView()
src/kits/interface/TextControl.cpp
1195
BTextControl::_UpdateFrame()
src/kits/interface/TextControl.cpp
1231
BTextControl::_ValidateLayoutData()
src/kits/interface/TextControl.cpp
124
BTextControl* fParent;
src/kits/interface/TextControl.cpp
129
struct BTextControl::LayoutData {
src/kits/interface/TextControl.cpp
1290
BTextControl::LabelLayoutItem::LabelLayoutItem(BTextControl* parent)
src/kits/interface/TextControl.cpp
1298
BTextControl::LabelLayoutItem::LabelLayoutItem(BMessage* from)
src/kits/interface/TextControl.cpp
1309
BTextControl::LabelLayoutItem::IsVisible()
src/kits/interface/TextControl.cpp
1316
BTextControl::LabelLayoutItem::SetVisible(bool visible)
src/kits/interface/TextControl.cpp
1323
BTextControl::LabelLayoutItem::Frame()
src/kits/interface/TextControl.cpp
1330
BTextControl::LabelLayoutItem::SetFrame(BRect frame)
src/kits/interface/TextControl.cpp
1338
BTextControl::LabelLayoutItem::SetParent(BTextControl* parent)
src/kits/interface/TextControl.cpp
1345
BTextControl::LabelLayoutItem::View()
src/kits/interface/TextControl.cpp
1352
BTextControl::LabelLayoutItem::BaseMinSize()
src/kits/interface/TextControl.cpp
1366
BTextControl::LabelLayoutItem::BaseMaxSize()
src/kits/interface/TextControl.cpp
1373
BTextControl::LabelLayoutItem::BasePreferredSize()
src/kits/interface/TextControl.cpp
1380
BTextControl::LabelLayoutItem::BaseAlignment()
src/kits/interface/TextControl.cpp
1387
BTextControl::LabelLayoutItem::FrameInParent() const
src/kits/interface/TextControl.cpp
1394
BTextControl::LabelLayoutItem::Archive(BMessage* into, bool deep) const
src/kits/interface/TextControl.cpp
1406
BTextControl::LabelLayoutItem::Instantiate(BMessage* from)
src/kits/interface/TextControl.cpp
1417
BTextControl::TextViewLayoutItem::TextViewLayoutItem(BTextControl* parent)
src/kits/interface/TextControl.cpp
1428
BTextControl::TextViewLayoutItem::TextViewLayoutItem(BMessage* from)
src/kits/interface/TextControl.cpp
1439
BTextControl::TextViewLayoutItem::IsVisible()
src/kits/interface/TextControl.cpp
1446
BTextControl::TextViewLayoutItem::SetVisible(bool visible)
src/kits/interface/TextControl.cpp
1453
BTextControl::TextViewLayoutItem::Frame()
src/kits/interface/TextControl.cpp
1460
BTextControl::TextViewLayoutItem::SetFrame(BRect frame)
src/kits/interface/TextControl.cpp
1468
BTextControl::TextViewLayoutItem::SetParent(BTextControl* parent)
src/kits/interface/TextControl.cpp
1475
BTextControl::TextViewLayoutItem::View()
src/kits/interface/TextControl.cpp
1482
BTextControl::TextViewLayoutItem::BaseMinSize()
src/kits/interface/TextControl.cpp
1495
BTextControl::TextViewLayoutItem::BaseMaxSize()
src/kits/interface/TextControl.cpp
1505
BTextControl::TextViewLayoutItem::BasePreferredSize()
src/kits/interface/TextControl.cpp
1516
BTextControl::TextViewLayoutItem::BaseAlignment()
src/kits/interface/TextControl.cpp
1523
BTextControl::TextViewLayoutItem::FrameInParent() const
src/kits/interface/TextControl.cpp
1530
BTextControl::TextViewLayoutItem::Archive(BMessage* into, bool deep) const
src/kits/interface/TextControl.cpp
1542
BTextControl::TextViewLayoutItem::Instantiate(BMessage* from)
src/kits/interface/TextControl.cpp
160
BTextControl::BTextControl(BRect frame, const char* name, const char* label,
src/kits/interface/TextControl.cpp
171
BTextControl::BTextControl(const char* name, const char* label,
src/kits/interface/TextControl.cpp
182
BTextControl::BTextControl(const char* label, const char* text,
src/kits/interface/TextControl.cpp
194
BTextControl::~BTextControl()
src/kits/interface/TextControl.cpp
204
BTextControl::BTextControl(BMessage* archive)
src/kits/interface/TextControl.cpp
230
BTextControl::Instantiate(BMessage* archive)
src/kits/interface/TextControl.cpp
233
return new BTextControl(archive);
src/kits/interface/TextControl.cpp
240
BTextControl::Archive(BMessage* data, bool deep) const
src/kits/interface/TextControl.cpp
267
BTextControl::AllArchived(BMessage* into) const
src/kits/interface/TextControl.cpp
287
BTextControl::AllUnarchived(const BMessage* from)
src/kits/interface/TextControl.cpp
323
BTextControl::AllAttached()
src/kits/interface/TextControl.cpp
330
BTextControl::AllDetached()
src/kits/interface/TextControl.cpp
337
BTextControl::AttachedToWindow()
src/kits/interface/TextControl.cpp
347
BTextControl::DetachedFromWindow()
src/kits/interface/TextControl.cpp
354
BTextControl::Draw(BRect updateRect)
src/kits/interface/TextControl.cpp
389
BTextControl::FrameMoved(BPoint newPosition)
src/kits/interface/TextControl.cpp
396
BTextControl::FrameResized(float width, float height)
src/kits/interface/TextControl.cpp
452
BTextControl::Invoke(BMessage* message)
src/kits/interface/TextControl.cpp
459
BTextControl::LayoutInvalidated(bool descendants)
src/kits/interface/TextControl.cpp
468
BTextControl::MessageReceived(BMessage* message)
src/kits/interface/TextControl.cpp
517
BTextControl::MouseDown(BPoint where)
src/kits/interface/TextControl.cpp
525
BTextControl::MouseMoved(BPoint where, uint32 transit,
src/kits/interface/TextControl.cpp
533
BTextControl::MouseUp(BPoint where)
src/kits/interface/TextControl.cpp
540
BTextControl::WindowActivated(bool active)
src/kits/interface/TextControl.cpp
559
BTextControl::SetText(const char* text)
src/kits/interface/TextControl.cpp
578
BTextControl::Text() const
src/kits/interface/TextControl.cpp
585
BTextControl::TextLength() const
src/kits/interface/TextControl.cpp
592
BTextControl::MarkAsInvalid(bool invalid)
src/kits/interface/TextControl.cpp
609
BTextControl::SetValue(int32 value)
src/kits/interface/TextControl.cpp
616
BTextControl::TextView() const
src/kits/interface/TextControl.cpp
623
BTextControl::SetModificationMessage(BMessage* message)
src/kits/interface/TextControl.cpp
631
BTextControl::ModificationMessage() const
src/kits/interface/TextControl.cpp
638
BTextControl::SetAlignment(alignment labelAlignment, alignment textAlignment)
src/kits/interface/TextControl.cpp
650
BTextControl::GetAlignment(alignment* _label, alignment* _text) const
src/kits/interface/TextControl.cpp
661
BTextControl::SetDivider(float position)
src/kits/interface/TextControl.cpp
675
BTextControl::Divider() const
src/kits/interface/TextControl.cpp
682
BTextControl::MakeFocus(bool state)
src/kits/interface/TextControl.cpp
694
BTextControl::SetEnabled(bool enable)
src/kits/interface/TextControl.cpp
70
class BTextControl::LabelLayoutItem : public BAbstractLayoutItem {
src/kits/interface/TextControl.cpp
717
BTextControl::GetPreferredSize(float* _width, float* _height)
src/kits/interface/TextControl.cpp
72
LabelLayoutItem(BTextControl* parent);
src/kits/interface/TextControl.cpp
739
BTextControl::ResizeToPreferred()
src/kits/interface/TextControl.cpp
753
BTextControl::SetFlags(uint32 flags)
src/kits/interface/TextControl.cpp
777
BTextControl::ResolveSpecifier(BMessage* message, int32 index,
src/kits/interface/TextControl.cpp
791
BTextControl::GetSupportedSuites(BMessage* data)
src/kits/interface/TextControl.cpp
801
BTextControl::MinSize()
src/kits/interface/TextControl.cpp
81
void SetParent(BTextControl* parent);
src/kits/interface/TextControl.cpp
811
BTextControl::MaxSize()
src/kits/interface/TextControl.cpp
825
BTextControl::PreferredSize()
src/kits/interface/TextControl.cpp
835
BTextControl::LayoutAlignment()
src/kits/interface/TextControl.cpp
846
BTextControl::CreateLabelLayoutItem()
src/kits/interface/TextControl.cpp
856
BTextControl::CreateTextViewLayoutItem()
src/kits/interface/TextControl.cpp
866
BTextControl::DoLayout()
src/kits/interface/TextControl.cpp
930
BTextControl::SetIcon(const BBitmap* icon, uint32 flags)
src/kits/interface/TextControl.cpp
940
BTextControl::Perform(perform_code code, void* _data)
src/kits/interface/TextControl.cpp
945
= BTextControl::MinSize();
src/kits/interface/TextControl.cpp
95
BTextControl* fParent;
src/kits/interface/TextControl.cpp
950
= BTextControl::MaxSize();
src/kits/interface/TextControl.cpp
955
= BTextControl::PreferredSize();
src/kits/interface/TextControl.cpp
960
= BTextControl::LayoutAlignment();
src/kits/interface/TextControl.cpp
965
= BTextControl::HasHeightForWidth();
src/kits/interface/TextControl.cpp
972
BTextControl::GetHeightForWidth(data->width, &data->min, &data->max,
src/kits/interface/TextControl.cpp
980
BTextControl::SetLayout(data->layout);
src/kits/interface/TextControl.cpp
988
BTextControl::LayoutInvalidated(data->descendants);
src/kits/interface/TextControl.cpp
994
BTextControl::DoLayout();
src/kits/interface/TextInput.cpp
142
if (BTextControl* parent = dynamic_cast<BTextControl*>(Parent())) {
src/kits/interface/TextInput.cpp
215
BTextControl*
src/kits/interface/TextInput.cpp
218
BTextControl* textControl = NULL;
src/kits/interface/TextInput.cpp
220
textControl = dynamic_cast<BTextControl*>(Parent());
src/kits/interface/TextInput.h
18
class BTextControl;
src/kits/interface/TextInput.h
52
BTextControl *TextControl();
src/kits/mail/FileConfigView.cpp
44
fText = new BTextControl("file_path", label, pathOfFile, NULL);
src/kits/mail/ProtocolConfigView.cpp
350
BTextControl*
src/kits/mail/ProtocolConfigView.cpp
354
BTextControl* control = new BTextControl(name, label, "", NULL);
src/kits/mail/ProtocolConfigView.cpp
52
fSizeControl = new BTextControl("size",
src/kits/media/DefaultMediaTheme.cpp
112
class TextControl : public BTextControl {
src/kits/media/DefaultMediaTheme.cpp
447
: BTextControl(name, label, "", NULL),
src/kits/media/DefaultMediaTheme.cpp
461
BTextControl::AttachedToWindow();
src/kits/media/DefaultMediaTheme.cpp
726
if (BTextControl *textControl = dynamic_cast<BTextControl *>(control)) {
src/kits/media/DefaultMediaTheme.cpp
770
if (BTextControl *textControl = dynamic_cast<BTextControl *>(control)) {
src/kits/media/DefaultMediaTheme.cpp
794
if (BTextControl *textControl = dynamic_cast<BTextControl *>(control)) {
src/kits/print/JobSetupPanel.cpp
298
fFirstPage = new BTextControl("", "", NULL);
src/kits/print/JobSetupPanel.cpp
300
fLastPage = new BTextControl("to:", "", NULL);
src/kits/print/JobSetupPanel.cpp
321
fNumberOfCopies = new BTextControl("Number of copies:", "1", NULL);
src/kits/shared/PromptWindow.cpp
26
fTextControl = new BTextControl("promptcontrol", label, NULL,
src/kits/tracker/FilePanelPriv.cpp
1221
BTextControl* textControl = dynamic_cast<BTextControl*>(FindView("text view"));
src/kits/tracker/FilePanelPriv.cpp
611
BTextControl* textControl
src/kits/tracker/FilePanelPriv.cpp
612
= dynamic_cast<BTextControl*>(FindView("text view"));
src/kits/tracker/FilePanelPriv.cpp
778
fTextControl = new BTextControl(rect, "text view",
src/kits/tracker/FilePanelPriv.h
161
BTextControl* fTextControl;
src/kits/tracker/FilePanelPriv.h
45
class BTextControl;
src/kits/tracker/FindPanel.cpp
1348
BTextControl* textControl
src/kits/tracker/FindPanel.cpp
1349
= dynamic_cast<BTextControl*>(FindView("TextControl"));
src/kits/tracker/FindPanel.cpp
1354
textControl = dynamic_cast<BTextControl*>(FindView(title.String()));
src/kits/tracker/FindPanel.cpp
1910
BTextControl* textControl = dynamic_cast<BTextControl*>(
src/kits/tracker/FindPanel.cpp
2081
BTextControl* textControl = dynamic_cast<BTextControl*>(
src/kits/tracker/FindPanel.cpp
2130
BTextControl* textControl
src/kits/tracker/FindPanel.cpp
2131
= dynamic_cast<BTextControl*>(FindView("TextControl"));
src/kits/tracker/FindPanel.cpp
2186
BTextControl* textControl
src/kits/tracker/FindPanel.cpp
2187
= dynamic_cast<BTextControl*>(FindView("TextControl"));
src/kits/tracker/FindPanel.cpp
2197
BTextControl* textControl
src/kits/tracker/FindPanel.cpp
2198
= dynamic_cast<BTextControl*>(FindView("TextControl"));
src/kits/tracker/FindPanel.cpp
2699
FindPanel::FillCurrentQueryName(BTextControl* queryName, FindWindow* window)
src/kits/tracker/FindPanel.cpp
2901
BTextControl* textControl = dynamic_cast<BTextControl*>(
src/kits/tracker/FindPanel.cpp
3041
BTextControl* textControl = dynamic_cast<BTextControl*>(
src/kits/tracker/FindPanel.cpp
3059
BTextControl* textControl = dynamic_cast<BTextControl*>(view);
src/kits/tracker/FindPanel.cpp
3099
BTextControl* textControl = new BTextControl("TextControl",
src/kits/tracker/FindPanel.cpp
3258
BTextControl* textControl = new BTextControl(title.String(), "", "", NULL);
src/kits/tracker/FindPanel.cpp
3303
BTextControl* textControl = dynamic_cast<BTextControl*>(
src/kits/tracker/FindPanel.cpp
3361
BTextControl* textControl = dynamic_cast<BTextControl*>(FindAttrView(
src/kits/tracker/FindPanel.cpp
3575
BTextControl* textControl
src/kits/tracker/FindPanel.cpp
3576
= dynamic_cast<BTextControl*>(fAttrGrid->ItemAt(2, row)->View());
src/kits/tracker/FindPanel.cpp
551
BTextControl* textControl
src/kits/tracker/FindPanel.cpp
552
= dynamic_cast<BTextControl*>(FindView("TextControl"));
src/kits/tracker/FindPanel.cpp
696
if (dynamic_cast<BTextControl*>(parent) != NULL)
src/kits/tracker/FindPanel.cpp
702
BTextControl* textControl = dynamic_cast<BTextControl*>(focusedItem);
src/kits/tracker/FindPanel.h
281
void FillCurrentQueryName(BTextControl*, FindWindow*);
src/kits/tracker/FindPanel.h
327
BTextControl* fQueryName;
src/kits/tracker/FindPanel.h
53
class BTextControl;
src/kits/tracker/Navigator.cpp
67
fLocation = new BTextControl("Location", "", "",
src/kits/tracker/Navigator.h
44
class BTextControl;
src/kits/tracker/Navigator.h
91
BTextControl* fLocation;
src/kits/tracker/SelectionWindow.cpp
98
fExpressionTextControl = new BTextControl("expression", NULL, "", NULL);
src/kits/tracker/SelectionWindow.h
70
BTextControl* fExpressionTextControl;
src/kits/tracker/infowindow/FilePermissionsView.cpp
178
fOwnerTextControl = new BTextControl("", B_TRANSLATE("Owner"), "",
src/kits/tracker/infowindow/FilePermissionsView.cpp
180
fGroupTextControl = new BTextControl("", B_TRANSLATE("Group"), "",
src/kits/tracker/infowindow/FilePermissionsView.h
72
BTextControl* fOwnerTextControl;
src/kits/tracker/infowindow/FilePermissionsView.h
73
BTextControl* fGroupTextControl;
src/libs/print/libprint/JobSetupDlg.cpp
221
fFromPage = new BTextControl("from", "From:", "", NULL);
src/libs/print/libprint/JobSetupDlg.cpp
225
fToPage = new BTextControl("to", "To:", "", NULL);
src/libs/print/libprint/JobSetupDlg.cpp
282
fCopies = new BTextControl("copies", "Number of copies:", "", NULL);
src/libs/print/libprint/MarginView.cpp
396
fTop = new BTextControl("top", "Top:", str.String(), NULL);
src/libs/print/libprint/MarginView.cpp
405
fLeft = new BTextControl("left", "Left:", str.String(), NULL);
src/libs/print/libprint/MarginView.cpp
414
fBottom = new BTextControl("bottom", "Bottom:", str.String(), NULL);
src/libs/print/libprint/MarginView.cpp
423
fRight = new BTextControl("right", "Right:", str.String(), NULL);
src/libs/print/libprint/MarginView.cpp
484
MarginView::_AllowOnlyNumbers(BTextControl *textControl, int32 maxNum)
src/libs/print/libprint/PageSetupDlg.cpp
175
fScaling = new BTextControl("scale", "Scale [%]:",
src/libs/print/libprint/Preview.cpp
816
fPageNumber = new BTextControl(bounds, "numOfPage", "99", "",
src/preferences/backgrounds/BackgroundsView.cpp
100
fYPlacementText = new BTextControl(B_TRANSLATE("Y:"), NULL, NULL);
src/preferences/backgrounds/BackgroundsView.cpp
97
fXPlacementText = new BTextControl(B_TRANSLATE("X:"), NULL, NULL);
src/preferences/backgrounds/BackgroundsView.h
151
BTextControl* fXPlacementText;
src/preferences/backgrounds/BackgroundsView.h
152
BTextControl* fYPlacementText;
src/preferences/filetypes/ApplicationTypeWindow.cpp
330
fSignatureControl = new BTextControl("signature",
src/preferences/filetypes/ApplicationTypeWindow.cpp
424
fMajorVersionControl = new BTextControl("version major",
src/preferences/filetypes/ApplicationTypeWindow.cpp
428
fMiddleVersionControl = new BTextControl("version middle", ".", NULL,
src/preferences/filetypes/ApplicationTypeWindow.cpp
432
fMinorVersionControl = new BTextControl("version minor", ".", NULL,
src/preferences/filetypes/ApplicationTypeWindow.cpp
453
fInternalVersionControl = new BTextControl("version internal", "/", NULL,
src/preferences/filetypes/ApplicationTypeWindow.cpp
455
fShortDescriptionControl = new BTextControl("short description",
src/preferences/filetypes/ApplicationTypeWindow.cpp
705
ApplicationTypeWindow::_MakeNumberTextControl(BTextControl* control)
src/preferences/filetypes/ApplicationTypeWindow.h
100
BTextControl* fShortDescriptionControl;
src/preferences/filetypes/ApplicationTypeWindow.h
21
class BTextControl;
src/preferences/filetypes/ApplicationTypeWindow.h
41
void _MakeNumberTextControl(BTextControl* control);
src/preferences/filetypes/ApplicationTypeWindow.h
79
BTextControl* fSignatureControl;
src/preferences/filetypes/ApplicationTypeWindow.h
95
BTextControl* fMajorVersionControl;
src/preferences/filetypes/ApplicationTypeWindow.h
96
BTextControl* fMiddleVersionControl;
src/preferences/filetypes/ApplicationTypeWindow.h
97
BTextControl* fMinorVersionControl;
src/preferences/filetypes/ApplicationTypeWindow.h
99
BTextControl* fInternalVersionControl;
src/preferences/filetypes/AttributeWindow.cpp
101
fAttributeControl = new BTextControl(B_TRANSLATE("Internal name:"),
src/preferences/filetypes/AttributeWindow.cpp
168
fSpecialControl = new BTextControl(B_TRANSLATE("Special:"),
src/preferences/filetypes/AttributeWindow.cpp
177
fWidthControl = new BTextControl(B_TRANSLATE_COMMENT("Width:",
src/preferences/filetypes/AttributeWindow.cpp
95
fPublicNameControl = new BTextControl(B_TRANSLATE("Attribute name:"),
src/preferences/filetypes/AttributeWindow.h
20
class BTextControl;
src/preferences/filetypes/AttributeWindow.h
45
BTextControl* fPublicNameControl;
src/preferences/filetypes/AttributeWindow.h
46
BTextControl* fAttributeControl;
src/preferences/filetypes/AttributeWindow.h
52
BTextControl* fSpecialControl;
src/preferences/filetypes/AttributeWindow.h
53
BTextControl* fWidthControl;
src/preferences/filetypes/ExtensionWindow.cpp
122
fExtensionControl = new BTextControl(B_TRANSLATE("Extension:"),
src/preferences/filetypes/ExtensionWindow.h
15
class BTextControl;
src/preferences/filetypes/ExtensionWindow.h
32
BTextControl* fExtensionControl;
src/preferences/filetypes/FileTypeWindow.cpp
63
fTypeControl = new BTextControl("type", NULL, "Type Control",
src/preferences/filetypes/FileTypeWindow.h
17
class BTextControl;
src/preferences/filetypes/FileTypeWindow.h
45
BTextControl* fTypeControl;
src/preferences/filetypes/FileTypesWindow.cpp
446
fRuleControl = new BTextControl("rule", B_TRANSLATE("Rule:"), "",
src/preferences/filetypes/FileTypesWindow.cpp
467
fTypeNameControl = new BTextControl("type", B_TRANSLATE("Type name:"), "",
src/preferences/filetypes/FileTypesWindow.cpp
469
fDescriptionControl = new BTextControl("description",
src/preferences/filetypes/FileTypesWindow.h
21
class BTextControl;
src/preferences/filetypes/FileTypesWindow.h
74
BTextControl* fRuleControl;
src/preferences/filetypes/FileTypesWindow.h
78
BTextControl* fTypeNameControl;
src/preferences/filetypes/FileTypesWindow.h
79
BTextControl* fDescriptionControl;
src/preferences/filetypes/NewFileTypeWindow.cpp
81
fNameControl = new BTextControl(B_TRANSLATE("Internal name:"), "", NULL);
src/preferences/filetypes/NewFileTypeWindow.h
14
class BTextControl;
src/preferences/filetypes/NewFileTypeWindow.h
30
BTextControl* fNameControl;
src/preferences/filetypes/TypeListWindow.h
14
class BTextControl;
src/preferences/input/KeyboardView.cpp
51
BTextControl* textcontrol = new BTextControl(
src/preferences/input/SettingsView.cpp
75
BTextControl* doubleClickTextControl = new BTextControl(NULL, label, NULL);
src/preferences/keymap/KeymapWindow.cpp
109
fTextControl = new BTextControl(B_TRANSLATE("Sample and clipboard:"),
src/preferences/keymap/KeymapWindow.h
27
class BTextControl;
src/preferences/keymap/KeymapWindow.h
83
BTextControl* fTextControl;
src/preferences/locale/FormatSettingsView.h
21
class BTextControl;
src/preferences/mail/AutoConfigView.cpp
305
fInboundNameView = new BTextControl("inbound", B_TRANSLATE("Server Name:"),
src/preferences/mail/AutoConfigView.cpp
363
fOutboundNameView = new BTextControl("outbound",
src/preferences/mail/AutoConfigView.cpp
41
fEmailView = new BTextControl("email", B_TRANSLATE("E-mail address:"),
src/preferences/mail/AutoConfigView.cpp
44
fLoginNameView = new BTextControl("login", B_TRANSLATE("Login name:"),
src/preferences/mail/AutoConfigView.cpp
47
fPasswordView = new BTextControl("password", B_TRANSLATE("Password:"),
src/preferences/mail/AutoConfigView.cpp
51
fAccountNameView = new BTextControl("account", B_TRANSLATE("Account name:"),
src/preferences/mail/AutoConfigView.cpp
54
fNameView = new BTextControl("name", B_TRANSLATE("Real name:"), "", NULL);
src/preferences/mail/AutoConfigView.h
100
BTextControl* fOutboundNameView;
src/preferences/mail/AutoConfigView.h
69
BTextControl* fNameView;
src/preferences/mail/AutoConfigView.h
70
BTextControl* fAccountNameView;
src/preferences/mail/AutoConfigView.h
71
BTextControl* fEmailView;
src/preferences/mail/AutoConfigView.h
72
BTextControl* fLoginNameView;
src/preferences/mail/AutoConfigView.h
73
BTextControl* fPasswordView;
src/preferences/mail/AutoConfigView.h
97
BTextControl* fInboundNameView;
src/preferences/mail/ConfigViews.cpp
58
fNameControl = new BTextControl(NULL, B_TRANSLATE("Account name:"), NULL,
src/preferences/mail/ConfigViews.cpp
60
fRealNameControl = new BTextControl(NULL, B_TRANSLATE("Real name:"), NULL,
src/preferences/mail/ConfigViews.cpp
62
fReturnAddressControl = new BTextControl(NULL,
src/preferences/mail/ConfigViews.h
23
class BTextControl;
src/preferences/mail/ConfigViews.h
42
BTextControl* fNameControl;
src/preferences/mail/ConfigViews.h
43
BTextControl* fRealNameControl;
src/preferences/mail/ConfigViews.h
44
BTextControl* fReturnAddressControl;
src/preferences/mail/ConfigWindow.cpp
260
fIntervalControl = new BTextControl("time", B_TRANSLATE("minutes"), NULL,
src/preferences/mail/ConfigWindow.h
20
class BTextControl;
src/preferences/mail/ConfigWindow.h
92
BTextControl* fIntervalControl;
src/preferences/network/IPAddressControl.cpp
21
BTextControl(name, label, "", NULL),
src/preferences/network/IPAddressControl.cpp
51
BTextControl::AttachedToWindow();
src/preferences/network/IPAddressControl.cpp
66
BTextControl::MessageReceived(message);
src/preferences/network/IPAddressControl.h
15
class IPAddressControl : public BTextControl {
src/preferences/network/InterfaceAddressView.h
24
class BTextControl;
src/preferences/notifications/NotificationsView.h
22
class BTextControl;
src/preferences/printers/AddPrinterDialog.cpp
183
fName = new BTextControl("printer_name", B_TRANSLATE("Printer name:"),
src/preferences/printers/AddPrinterDialog.h
50
BTextControl* fName;
src/preferences/repositories/AddRepoWindow.cpp
33
fText = new BTextControl("text", B_TRANSLATE_COMMENT("Repository URL:",
src/preferences/repositories/AddRepoWindow.h
29
BTextControl* fText;
src/preferences/screensaver/PasswordWindow.cpp
78
fPasswordControl = new BTextControl("passwordTextView",
src/preferences/screensaver/PasswordWindow.cpp
88
fConfirmControl = new BTextControl("confirmTextView",
src/preferences/screensaver/PasswordWindow.h
17
class BTextControl;
src/preferences/screensaver/PasswordWindow.h
35
BTextControl* fConfirmControl;
src/preferences/screensaver/PasswordWindow.h
36
BTextControl* fPasswordControl;
src/preferences/shortcuts/EditWindow.cpp
27
fTextControl = new BTextControl("", placeholder, NULL);
src/preferences/shortcuts/EditWindow.h
14
class BTextControl;
src/preferences/shortcuts/EditWindow.h
25
BTextControl* fTextControl;
src/preferences/time/NetworkTimeView.cpp
469
fServerTextControl = new BTextControl(NULL, NULL,
src/preferences/time/NetworkTimeView.h
23
class BTextControl;
src/preferences/time/NetworkTimeView.h
91
BTextControl* fServerTextControl;
src/servers/keystore/KeyRequestWindow.cpp
147
BTextControl* fPassword;
src/servers/keystore/KeyRequestWindow.cpp
78
fPassword = new(std::nothrow) BTextControl(B_TRANSLATE("Password:"), "", NULL);
src/tests/add-ons/index_server/fulltext_search/SearchWindow.cpp
31
fSearchField = new BTextControl("", "", new BMessage(kSearchMessage));
src/tests/add-ons/index_server/fulltext_search/SearchWindow.h
31
BTextControl* fSearchField;
src/tests/add-ons/media/media-add-ons/mixer/main.cpp
162
BTextControl* fInputRate;
src/tests/add-ons/media/media-add-ons/mixer/main.cpp
163
BTextControl* fOutputRate;
src/tests/add-ons/media/media-add-ons/mixer/main.cpp
166
BTextControl* fSignalVolume;
src/tests/add-ons/media/media-add-ons/mixer/main.cpp
167
BTextControl* fSignalFrequency;
src/tests/add-ons/media/media-add-ons/mixer/main.cpp
188
fInputRate = new BTextControl("rate", "Sampling rate:", "256",
src/tests/add-ons/media/media-add-ons/mixer/main.cpp
195
fSignalVolume = new BTextControl("vol", "Volume:", "127",
src/tests/add-ons/media/media-add-ons/mixer/main.cpp
198
fSignalFrequency = new BTextControl("freq", "Signal freq:", "256",
src/tests/add-ons/media/media-add-ons/mixer/main.cpp
210
fOutputRate = new BTextControl("rate", "Sampling rate:", "256",
src/tests/add-ons/media/media-add-ons/mixer/main.cpp
215
BTextControl* volume = new BTextControl("vol", "Gain:", "1", NULL);
src/tests/kits/game/file_game_sound_test/FileSoundWindow.cpp
42
textControl = new BTextControl(textBounds,"filechosen","Play file:","No file chosen yet.", NULL);
src/tests/kits/game/file_game_sound_test/FileSoundWindow.cpp
68
delayControl = new BTextControl(delayBounds,"delay","Ramp time (ms)","250", new BMessage(DELAY_MSG));
src/tests/kits/game/file_game_sound_test/FileSoundWindow.h
43
BTextControl *textControl;
src/tests/kits/game/file_game_sound_test/FileSoundWindow.h
46
BTextControl *delayControl;
src/tests/kits/game/simple_game_sound_test/SimpleSoundTest.cpp
138
fRamp = new BTextControl(r, "txtRamp", "Ramp", "20", NULL);
src/tests/kits/game/simple_game_sound_test/SimpleSoundTest.h
57
BTextControl * fRamp;
src/tests/kits/interface/TextViewTestManual.cpp
34
BTextControl* fTextControl;
src/tests/kits/interface/TextViewTestManual.cpp
46
fTextControl = new BTextControl("text-contr-O",
src/tests/kits/interface/TextViewTestManual.cpp
52
BTextControl* unarchived = new BTextControl(&storage);
src/tests/kits/interface/TextViewTestManual.cpp
54
BTextControl* disabled = new BTextControl("disabled",
src/tests/kits/interface/TextViewTestManual.cpp
57
BTextControl* invalid = new BTextControl("invalid",
src/tests/kits/interface/btextcontrol/TextControlTest.cpp
13
CPPUNIT_ASSERT_EQUAL(312, sizeof(BTextControl));
src/tests/kits/interface/btextcontrol/TextControlTest.cpp
24
BTextControl* v = new BTextControl(textRect, "test", 0, 0, 0);
src/tests/kits/interface/layout/LayoutTest1.cpp
1437
textControl1 = new BTextControl("Label", NULL, NULL);
src/tests/kits/interface/layout/LayoutTest1.cpp
1438
textControl2 = new BTextControl("Long Label", NULL, NULL);
src/tests/kits/interface/layout/LayoutTest1.cpp
1439
textControl3 = new BTextControl("Very Long Label", NULL, NULL);
src/tests/kits/interface/layout/LayoutTest1.cpp
1504
BTextControl* textControls[] = {
src/tests/kits/interface/layout/LayoutTest1.cpp
1513
BTextControl* textControl = textControls[i];
src/tests/kits/interface/layout/LayoutTest1.cpp
1541
BTextControl* textControl1;
src/tests/kits/interface/layout/LayoutTest1.cpp
1542
BTextControl* textControl2;
src/tests/kits/interface/layout/LayoutTest1.cpp
1543
BTextControl* textControl3;
src/tests/kits/interface/layout/widget_layout_test/tests/TextControlTest.cpp
34
fTextControl = new BTextControl("Label", "Some Text", NULL);
src/tests/kits/interface/layout/widget_layout_test/tests/TextControlTest.h
14
class BTextControl;
src/tests/kits/interface/layout/widget_layout_test/tests/TextControlTest.h
36
BTextControl* fTextControl;
src/tests/kits/interface/look/Look.cpp
96
BTextControl* control1 = new BTextControl("Enabled", "Some text", NULL);
src/tests/kits/interface/look/Look.cpp
97
BTextControl* control2 = new BTextControl("Disabled", "More text", NULL);
src/tests/kits/interface/menu/menuworld/MenuView.h
24
class BTextControl;
src/tests/kits/interface/menu/menuworld/MenuView.h
75
BTextControl* m_pLabelCtrl;
src/tests/kits/interface/menu/menuworld/MenuWindow.h
27
class BTextControl;
src/tests/kits/interface/menu/menuworld/ViewLayoutFactory.cpp
57
BTextControl* ViewLayoutFactory::MakeTextControl(const char* name,
src/tests/kits/interface/menu/menuworld/ViewLayoutFactory.cpp
67
BTextControl* pCtrl = new BTextControl(dummyFrame, name, label,
src/tests/kits/interface/menu/menuworld/ViewLayoutFactory.cpp
73
void ViewLayoutFactory::LayoutTextControl(BTextControl& control,
src/tests/kits/interface/menu/menuworld/ViewLayoutFactory.h
59
BTextControl* MakeTextControl(const char* name, const char* label,
src/tests/kits/interface/menu/menuworld/ViewLayoutFactory.h
63
void LayoutTextControl(BTextControl& control,
src/tests/servers/app/event_mask/EventMask.cpp
174
BTextControl* textControl = new BTextControl(BRect(10, 10, 290, 30),
src/tests/servers/app/event_mask/EventMask.cpp
179
textControl = new BTextControl(BRect(300, 10, 420, 30),
src/tests/servers/app/playground/ObjectWindow.cpp
295
fAlphaTC = new BTextControl(b, "alpha text control", B_TRANSLATE("Alpha:"), "",
src/tests/servers/app/playground/ObjectWindow.h
13
class BTextControl;
src/tests/servers/app/playground/ObjectWindow.h
42
BTextControl* fAlphaTC;