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

Method UseDefaultIcon

PathCopyCopy/plugins/src/PipelinePlugin.cpp:141–144  ·  view source on GitHub ↗

Whether to use the default icon for this plugin. @return true to use default icon, false otherwise.

Source from the content-addressed store, hash-verified

139 // @return true to use default icon, false otherwise.
140 //
141 bool PipelinePlugin::UseDefaultIcon() const noexcept(false)
142 {
143 return m_UseDefaultIcon;
144 }
145
146 //
147 // Checks whether the plugin should be enabled or not in the contextual menu.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected