Searched refs:fIndexFileName (Results 1 – 5 of 5) sorted by relevance
/haiku/src/apps/poorman/ |
H A D | PoorManSiteView.h | 36 return fIndexFileName->Text(); in IndexFileName() 41 fIndexFileName->SetText(name); in SetIndexFileName() 58 BTextControl* fIndexFileName; variable
|
H A D | PoorManWindow.h | 75 return fIndexFileName.String(); in IndexFileName() 80 fIndexFileName.SetTo(str); in SetIndexFileName() 176 BString fIndexFileName; variable
|
H A D | PoorManSiteView.cpp | 47 fIndexFileName = new BTextControl(STR_TXT_INDEX, NULL, NULL); in PoorManSiteView() 66 .AddTextControl(fIndexFileName, 0, 2, B_ALIGN_LEFT, 1, 2) in PoorManSiteView()
|
H A D | PoorManPreferencesWindow.h | 67 char fIndexFileName[64]; variable
|
H A D | PoorManWindow.cpp | 58 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()
|