26 static bool ByFolderThumbPercentage(
bool hideParentDirItems,
int percent,
const CFileItemList &vecItems);
27 static float MetadataPercentage(
const CFileItemList &vecItems);
Definition: AutoSwitch.h:13
Represents a list of files.
Definition: FileItem.h:702
static int GetView(const CFileItemList &vecItems)
Generic function to add a layer of transparency to the calling window.
Definition: AutoSwitch.cpp:32
static bool ByFolders(const CFileItemList &vecItems)
Auto Switch method based on the current directory containing ALL folders and atleast one non-default ...
Definition: AutoSwitch.cpp:94
static bool ByFileCount(const CFileItemList &vecItems)
Auto Switch method based on whether there is more than 25% files.
Definition: AutoSwitch.cpp:181
static bool ByThumbPercent(bool bHideParentDirItems, int iPercent, const CFileItemList &vecItems)
Auto Switch method based on the percentage of non-default thumbs in the current directory.
Definition: AutoSwitch.cpp:149
static bool ByFiles(bool bHideParentDirItems, const CFileItemList &vecItems)
Auto Switch method based on the current directory not containing ALL files and atleast one non-defaul...
Definition: AutoSwitch.cpp:117