Searched refs:showMoreDetails (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 21 milliseconds