Searched refs:fNameControl (Results 1 - 14 of 14) sorted by relevance

/haiku/src/add-ons/disk_systems/ntfs/
H A DInitializeParameterEditor.cpp36 fNameControl(NULL),
55 fNameControl->SetText(name.String());
70 return fNameControl->TextView()->TextLength() > 0;
79 fNameControl->SetText(variant.ToString());
88 parameters << fNameControl->Text() << "\";\n";
96 fNameControl = new BTextControl(B_TRANSLATE("Name:"), "New NTFS Volume",
98 fNameControl->SetModificationMessage(new BMessage(MSG_NAME_CHANGED));
99 fNameControl->TextView()->SetMaxBytes(127);
104 .Add(fNameControl->CreateLabelLayoutItem(), 0, 0)
105 .Add(fNameControl
[all...]
H A DInitializeParameterEditor.h41 BTextControl* fNameControl; member in class:InitializeNTFSEditor
/haiku/src/add-ons/disk_systems/btrfs/
H A DInitializeParameterEditor.cpp40 fNameControl(NULL),
59 fNameControl->SetText(name.String());
74 return fNameControl->TextView()->TextLength() > 0;
83 fNameControl->SetText(variant.ToString());
92 parameters << fNameControl->Text() << "\";\n";
100 fNameControl = new BTextControl(B_TRANSLATE("Name:"), "New Btrfs Volume",
102 fNameControl->SetModificationMessage(new BMessage(MSG_NAME_CHANGED));
103 fNameControl->TextView()->SetMaxBytes(BTRFS_LABEL_SIZE);
110 .Add(fNameControl->CreateLabelLayoutItem(), 0, 0)
111 .Add(fNameControl
[all...]
H A DInitializeParameterEditor.h43 BTextControl* fNameControl; member in class:InitializeBTRFSEditor
/haiku/src/preferences/filetypes/
H A DNewFileTypeWindow.cpp81 fNameControl = new BTextControl(B_TRANSLATE("Internal name:"), "", NULL);
82 fNameControl->SetModificationMessage(new BMessage(kMsgNameUpdated));
85 BTextView* nameControlTextView = fNameControl->TextView();
100 .Add(fNameControl->CreateLabelLayoutItem(), 0, 1)
101 .Add(fNameControl->CreateTextViewLayoutItem(), 1, 1, 2)
111 fNameControl->TextView()->SetExplicitAlignment(fullSize);
113 BLayoutItem* nameControlLabelItem = fNameControl->CreateLabelLayoutItem();
115 // stops fNameControl's label from truncating under certain conditions
118 fNameControl->MakeFocus(true);
135 fNameControl
[all...]
H A DNewFileTypeWindow.h30 BTextControl* fNameControl; member in class:NewFileTypeWindow
/haiku/src/add-ons/disk_systems/fat/
H A DInitializeParameterEditor.cpp40 fNameControl(NULL),
60 fNameControl->SetText(name.String());
75 return fNameControl->TextView()->TextLength() > 0;
84 fNameControl->SetText(variant.ToString());
104 parameters << fNameControl->Text() << "\";\n";
113 fNameControl = new BTextControl(B_TRANSLATE("Name:"), "New FAT Vol",
115 fNameControl->SetModificationMessage(new BMessage(MSG_NAME_CHANGED));
117 fNameControl->TextView()->SetMaxBytes(11);
143 .Add(fNameControl->CreateLabelLayoutItem(), 0, 0)
144 .Add(fNameControl
[all...]
H A DInitializeParameterEditor.h41 BTextControl* fNameControl; member in class:InitializeFATEditor
/haiku/src/add-ons/disk_systems/bfs/
H A DInitializeParameterEditor.cpp41 fNameControl(NULL),
61 fNameControl->SetText(name.String());
86 return fNameControl->TextView()->TextLength() > 0;
94 fNameControl->SetText(variant.ToString());
115 parameters << "name \"" << fNameControl->Text() << "\";\n";
123 fNameControl = new BTextControl(B_TRANSLATE("Name:"), "Haiku", NULL);
124 fNameControl->SetModificationMessage(new BMessage(MSG_NAME_CHANGED));
125 fNameControl->TextView()->SetMaxBytes(31);
164 .Add(fNameControl->CreateLabelLayoutItem(), 0, 0)
165 .Add(fNameControl
[all...]
H A DInitializeParameterEditor.h42 BTextControl* fNameControl; member in class:InitializeBFSEditor
/haiku/src/preferences/mail/
H A DConfigViews.cpp58 fNameControl = new BTextControl(NULL, B_TRANSLATE("Account name:"), NULL,
70 .Add(fNameControl->CreateLabelLayoutItem(), 0, 0)
71 .Add(fNameControl->CreateTextViewLayoutItem(), 1, 0)
83 fAccount->SetName(fNameControl->Text());
93 fNameControl->SetTarget(this);
102 fAccount->SetName(fNameControl->Text());
114 fNameControl->SetText(fAccount->Name());
H A DConfigViews.h42 BTextControl* fNameControl; member in class:AccountConfigView
/haiku/src/apps/screenshot/
H A DScreenshotWindow.h68 BTextControl* fNameControl; member in class:ScreenshotWindow
H A DScreenshotWindow.cpp135 // _NewScreenshot() needs a valid fNameControl
139 fNameControl = new BTextControl("", B_TRANSLATE("Name:"), name, NULL);
219 .Add(fNameControl->CreateLabelLayoutItem(), 0, 1)
220 .Add(fNameControl->CreateTextViewLayoutItem(), 1, 1, 3, 1)
302 fNameControl->SetText(_FindValidFileName(
303 fNameControl->Text()).String());
314 fNameControl->SetText(_FindValidFileName(
315 fNameControl->Text()).String());
432 path.Append(fNameControl->Text());
575 fNameControl
[all...]

Completed in 78 milliseconds