MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / IconProvider

Class IconProvider

FastCopyShellExtension/IconProvider.h:6–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "CopyOperation.h"
5
6class IconProvider
7{
8public:
9 static IconProvider const& GetForCurrentTheme();
10
11 int GetForOperation(CopyOperation op) const;
12private:
13 enum class ThemeType
14 {
15 Light,
16 Dark
17 } m_themeType;
18 IconProvider(ThemeType type) : m_themeType{ type } {}
19};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected