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

Method IconFile

PathCopyCopy/plugins/src/PipelinePlugin.cpp:131–134  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

129 // @return Path to icon file, or an empty string if not specified.
130 //
131 std::wstring PipelinePlugin::IconFile() const
132 {
133 return m_IconFile;
134 }
135
136 //
137 // Whether to use the default icon for this plugin.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected