MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / IconFile

Method IconFile

PathCopyCopy/src/Plugin.cpp:63–66  ·  view source on GitHub ↗

Returns the path to the icon to use for this plugin. If not overridden, no icon file will be specified. @return Path to icon file, or an empty string if not specified.

Source from the content-addressed store, hash-verified

61 // @return Path to icon file, or an empty string if not specified.
62 //
63 std::wstring Plugin::IconFile() const
64 {
65 return L"";
66 }
67
68 //
69 // Determines if the default icon should be used to display this

Callers 1

AddPluginToMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected