Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/packagemodel/
H A DPackageFilterModel.cpp13 fShowAvailablePackages(true), in PackageFilterModel()
51 return fShowAvailablePackages; in ShowAvailablePackages()
109 if (fShowAvailablePackages != value) { in SetShowAvailablePackages()
110 fShowAvailablePackages = value; in SetShowAvailablePackages()
163 if (!fShowAvailablePackages) { in _CreateFilter()
H A DPackageFilterModel.h44 bool fShowAvailablePackages; variable