Home
last modified time | relevance | path

Searched refs:fShowInstalledPackages (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/haikudepot/packagemodel/
H A DPackageFilterModel.cpp14 fShowInstalledPackages(true), in PackageFilterModel()
58 return fShowInstalledPackages; in ShowInstalledPackages()
119 if (fShowInstalledPackages != value) { in SetShowInstalledPackages()
120 fShowInstalledPackages = value; in SetShowInstalledPackages()
167 if (!fShowInstalledPackages) { in _CreateFilter()
H A DPackageFilterModel.h45 bool fShowInstalledPackages; variable