Home
last modified time | relevance | path

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

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