Gets whether the plugin should be displayed when files are selected. @return true to display plugin when files are selected.
| 142 | // @return true to display plugin when files are selected. |
| 143 | // |
| 144 | bool PipelineOptions::GetShowForFiles() const noexcept |
| 145 | { |
| 146 | return m_ShowForFiles; |
| 147 | } |
| 148 | |
| 149 | // |
| 150 | // Sets whether to display the plugin when files are selected. |