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

Method SetSettings

PathCopyCopy/src/Plugin.cpp:182–185  ·  view source on GitHub ↗

Provides a pointer to the object that can be used to access PCC settings. Some plugins depend on this to work. @param p_pSettings Pointer to settings object. Can be nullptr to remove an existing settings object.

Source from the content-addressed store, hash-verified

180 // Can be nullptr to remove an existing settings object.
181 //
182 void Plugin::SetSettings(const Settings* const p_pSettings) noexcept
183 {
184 m_pSettings = p_pSettings;
185 }
186
187 //
188 // Provides a pointer to an object that can be used to access other plugins.

Callers 5

GetPathWithPluginWFunction · 0.80
RegGetPathWithPluginWFunction · 0.80
QueryContextMenuMethod · 0.80
InitializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected