Searched refs:fIndexFileName (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/poorman/
H A DPoorManSiteView.h36 return fIndexFileName->Text();
41 fIndexFileName->SetText(name);
58 BTextControl* fIndexFileName; member in class:PoorManSiteView
H A DPoorManSiteView.cpp47 fIndexFileName = new BTextControl(STR_TXT_INDEX, NULL, NULL);
66 .AddTextControl(fIndexFileName, 0, 2, B_ALIGN_LEFT, 1, 2)
H A DPoorManWindow.h75 return fIndexFileName.String();
80 fIndexFileName.SetTo(str);
176 BString fIndexFileName; member in class:PoorManWindow
H A DPoorManPreferencesWindow.h67 char fIndexFileName[64]; member in class:PoorManPreferencesWindow
H A DPoorManWindow.cpp58 fIndexFileName.SetTo("index.html");
605 if (m.FindString("fIndexFileName", &fIndexFileName) != B_OK)
606 fIndexFileName.SetTo("index.html");
660 m.AddString("fIndexFileName", fIndexFileName);
698 fDirListFlag, fIndexFileName.String());

Completed in 49 milliseconds