Home
last modified time | relevance | path

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

/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h44 float GetPackageItemHeight(bool showMoreDetails);
45 BBitmap* GetIcon(bool showMoreDetails);
46 float GetIconSize(bool showMoreDetails);
47 void SetDetailLevel(bool showMoreDetails);
H A DSoftwareUpdaterWindow.cpp620 bool showMoreDetails; in _SetState() local
622 &showMoreDetails); in _SetState()
624 fDetailsCheckbox->SetValue(showMoreDetails ? 1 : 0); in _SetState()
625 fListView->SetMoreDetails(showMoreDetails); in _SetState()
790 SuperItem::GetPackageItemHeight(bool showMoreDetails) in GetPackageItemHeight() argument
792 int lineCount = showMoreDetails ? 3 : 2; in GetPackageItemHeight()
798 SuperItem::GetIcon(bool showMoreDetails) in GetIcon() argument
800 if (showMoreDetails) in GetIcon()
808 SuperItem::GetIconSize(bool showMoreDetails) in GetIconSize() argument
810 if (showMoreDetails) in GetIconSize()
[all …]