Returns a description of the pipeline plugin, to be used to display it in the contextual menu. @return Plugin description.
| 119 | // @return Plugin description. |
| 120 | // |
| 121 | std::wstring PipelinePlugin::Description() const |
| 122 | { |
| 123 | return m_Description; |
| 124 | } |
| 125 | |
| 126 | // |
| 127 | // Returns the path to the icon to use for this plugin. |
nothing calls this directly
no outgoing calls
no test coverage detected