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

Method SetShowForFiles

PathCopyCopy/src/PluginPipeline.cpp:154–157  ·  view source on GitHub ↗

Sets whether to display the plugin when files are selected. @param p_ShowForFiles true to display the plugin when files are selected.

Source from the content-addressed store, hash-verified

152 // @param p_ShowForFiles true to display the plugin when files are selected.
153 //
154 void PipelineOptions::SetShowForFiles(const bool p_ShowForFiles) noexcept
155 {
156 m_ShowForFiles = p_ShowForFiles;
157 }
158
159 //
160 // Gets whether the plugin should be displayed when folders are selected.

Callers 1

ModifyOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected