Whether to use the default icon for this plugin. @return true to use default icon, false otherwise.
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected