MCPcopy Create free account

hub / github.com/clechasseur/pathcopycopy / functions

Functions1,298 in github.com/clechasseur/pathcopycopy

MethodGetStdHandle
(int nStdHandle)
PathCopyCopySettings/3rdParty/CommandLineArguments.cs:539
MethodGetSubKeys
Scans both the user and global keys to find subkeys and returns a list of all such subkeys. Subkeys in the user key take precedence over those in the
PathCopyCopy/src/UserOverrideableRegKey.cpp:248
MethodGetUserOrGlobalIconFile
<summary> Reads an icon file from the user icons key first, and if not found, from the global icons key. </summary> <param name="pluginId">Id of plugi
PathCopyCopySettings/Core/UserSettings.cs:1288
MethodGetUserOrGlobalValue
<summary> Reads a registry value from the user key first, and if not found, from the global key. </summary> <param name="name">Name of the registry va
PathCopyCopySettings/Core/UserSettings.cs:1264
MethodGetValues
Scans both the user and global keys and returns a list of all values in both keys. Values in the user key take precedence over those in the global key
PathCopyCopy/src/UserOverrideableRegKey.cpp:207
MethodGetVisiblePoint
<summary> Returns the given point or, if it's not visible on a monitor, the closest visible point. </summary> <param name="point">Point to validate.</
PathCopyCopySettings/UI/Utils/PositionPersistedForm.cs:131
MethodGetXmlSerializer
<summary> Returns the <see cref="XmlSerializer"/> to use for XML deserialization. </summary> <returns>Global <see cref="XmlSerializer"/> instance.</re
PathCopyCopySettings/Core/SoftwareUpdates.cs:213
MethodGetXmlSerializer
<summary> Returns an <see cref="XmlSerializer"/> to use for XML serialization/deserialization. </summary> <param name="serializerVersion">Version of t
PathCopyCopySettings/Core/Plugins/PipelinePlugins.cs:613
MethodHInstance
CPathCopyCopyModule::HInstance Returns the instance handle passed to our module's /DllMain/. @return Module instance handle.
PathCopyCopy/src/dllmain.cpp:176
MethodHInstance
Returns the instance handle passed to our module's DllMain.
Testing/TestPlugins/src/dllmain.cpp:146
MethodHelpText
Returns plugin help text. @return Plugin help text, taken from resources.
PathCopyCopy/plugins/src/InternalPlugin.cpp:45
MethodHelpText
Returns the plugin help text. @return Plugin description.
PathCopyCopy/plugins/src/COMPlugin.cpp:134
MethodIconFile
Returns the path to the icon to use for this plugin. @return Path to icon file, or an empty string if not specified.
PathCopyCopy/plugins/src/COMPlugin.cpp:153
MethodIconFile
Returns the path to the icon to use for this plugin. @return Path to icon file, or an empty string if not specified.
PathCopyCopy/plugins/src/PipelinePlugin.cpp:131
MethodIgnoreCaseChk_CheckedChanged
<summary> Called when the user changes the ignore case flag. We update our associated element here. </summary> <param name="sender">Event sender.</par
PathCopyCopySettings/UI/UserControls/PushToStackPipelineElementUserControl.cs:164
MethodIgnoreCaseChk_CheckedChanged
<summary> Called when the user changes the ignore case flag. We update our associated element here. </summary> <param name="sender">Event sender.</par
PathCopyCopySettings/UI/UserControls/PopFromStackPipelineElementUserControl.cs:146
MethodIgnoreCaseChk_CheckedChanged
<summary> Called when the user checks or unchecks the Ignore Case checkbox. We update our associated pipeline element here. </summary> <param name="se
PathCopyCopySettings/UI/UserControls/RegexPipelineElementUserControl.cs:93
MethodIgnoreUpdateBtn_Click
<summary> Called when the user presses the button to ignore the update. We need to set a flag that will be processed in <see cref="ShowUpdate"/>. </su
PathCopyCopySettings/UI/Forms/SoftwareUpdateForm.cs:113
MethodImportPipelinePluginsBtn_Click
<summary> Called when the Import button is pressed. We allow the user to import pipeline plugins from disk. </summary> <param name="sender"></param> <
PathCopyCopySettings/UI/Forms/MainForm.cs:1312
MethodImportPipelinePluginsForm
<summary> Constructor. </summary>
PathCopyCopySettings/UI/Forms/ImportPipelinePluginsForm.cs:58
MethodImportPipelinePluginsForm_Load
<summary> Called when the form is first loaded. We perform further initialization here. </summary> <param name="sender">Event sender.</param> <param n
PathCopyCopySettings/UI/Forms/ImportPipelinePluginsForm.cs:233
MethodImportedPipelinePluginOverwriteInfo
<summary> Constructor. </summary> <param name="oldInfo">Reference to old pipeline plugin info.</param> <param name="oldIndex">Index of old pipeline pl
PathCopyCopySettings/Core/Plugins/PipelinePlugins.cs:3532
MethodIncludePipelineElementsInEditingControl
<summary> Determines if we accept pipeline plugins as possible plugins for our element. Used for our editing control. </summary> <returns><c>true</c>
PathCopyCopySettings/Core/Plugins/PipelinePlugins.cs:1872
MethodIncludePipelineElementsInEditingControl
<summary> Determines if we accept pipeline plugins as possible plugins for our element. Used for our editing control. </summary> <returns><c>true</c>
PathCopyCopySettings/Core/Plugins/PipelinePlugins.cs:1927
MethodIncludePipelineElementsInEditingControl
<summary> Determines if we accept pipeline plugins as possible plugins for our element. Used for our editing control. </summary> <returns><c>true</c>
PathCopyCopySettings/Core/Plugins/PipelinePlugins.cs:1996
MethodInitRegex
Initializes the m_apRegex member using the other members. Call this method before needing to access the regex object. Note: m_apRegex will remain nul
PathCopyCopy/src/PluginPipelineElements.cpp:255
MethodInitialize
IShellExtInit::Initialize Called by the shell to initialize our contextual menu extension. We need to use this opportunity to look at the files/folde
PathCopyCopy/src/PathCopyCopyContextMenuExt.cpp:221
MethodInitialize
Performs late-initialization of members.
PathCopyCopy/src/PathCopyCopyConfigHelper.cpp:106
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/UserControls/PipelineElementUserControl.Designer.cs:28
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/UserControls/FindReplacePipelineElementUserControl.Designer.cs:28
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/UserControls/CopyNPathPartsPipelineElementUserControl.Designer.cs:28
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/UserControls/ConfiglessPipelineElementUserControl.Designer.cs:28
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/UserControls/RegexPipelineElementUserControl.Designer.cs:28
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/UserControls/CommandLinePipelineElementUserControl.Designer.cs:28
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/UserControls/DisplayForSelectionPipelineElementUserControl.Designer.cs:29
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/UserControls/PushToStackPipelineElementUserControl.Designer.cs:28
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/UserControls/InjectDriveLabelPipelineElementUserControl.Designer.cs:28
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/UserControls/PathsSeparatorPipelineElementUserControl.Designer.cs:28
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/UserControls/PluginPreviewUserControl.Designer.cs:32
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/UserControls/PipelineElementWithExecutableUserControl.Designer.cs:28
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/UserControls/PopFromStackPipelineElementUserControl.Designer.cs:28
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/UserControls/PipelineElementWithPluginIDUserControl.Designer.cs:28
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/Forms/SoftwareUpdateForm.Designer.cs:28
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/Forms/PipelinePluginForm.Designer.cs:28
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/Forms/ImportPipelinePluginsForm.Designer.cs:31
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/Forms/AdvancedPipelinePluginForm.Designer.cs:29
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/Forms/MainForm.Designer.cs:33
MethodInitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
PathCopyCopySettings/UI/Forms/RegexTesterForm.Designer.cs:28
MethodInjectDriveLabelPipelineElement
PathCopyCopy/prihdr/PluginPipelineElements.h:312
MethodInjectDriveLabelPipelineElementUserControl
<summary> Constructor. </summary>
PathCopyCopySettings/UI/UserControls/InjectDriveLabelPipelineElementUserControl.cs:33
MethodInternalGetPath
Returns the long UNC path of the specified file. @param p_File File path on input, UNC path if it has one on output. @return true if the path returne
PathCopyCopy/plugins/src/LongUNCPathPlugin.cpp:118
MethodInternalGetPath
Returns the long UNC path of the specified file's parent directory. @param p_rPath File path on input, UNC path of parent directory on output. @param
PathCopyCopy/plugins/src/LongUNCFolderPlugin.cpp:121
MethodInternalPlugin
PathCopyCopy/plugins/prihdr/InternalPlugin.h:45
MethodInternalPlugin
Constructor. @param p_DescriptionStringResourceID ID of string resource containing plugin description. @param p_HelpTextStringResourceID ID of string
PathCopyCopy/plugins/src/InternalPlugin.cpp:56
MethodInternetPathPlugin
PathCopyCopy/plugins/prihdr/InternetPathPlugin.h:41
MethodInternetPathPlugin
Constructor.
PathCopyCopy/plugins/src/InternetPathPlugin.cpp:50
MethodInvalidPipelineException
Default constructor.
PathCopyCopy/src/PluginPipeline.cpp:346
MethodInvalidPipelineException
<summary> Constructor. </summary>
PathCopyCopySettings/Core/Plugins/PipelinePlugins.cs:843
MethodInvokeCommand
IContextMenu::InvokeCommand Invoked by the shell when the user selects one of our menu items. We do our stuff here. @param p_pCommandInfo Pointer to
PathCopyCopy/src/PathCopyCopyContextMenuExt.cpp:537
MethodIsAndrogynous
Determines if this plugin is androgynous. It is considered androgynous if the long UNC path plugin is not shown according to settings. @return true t
PathCopyCopy/plugins/src/ShortUNCPathPlugin.cpp:84
MethodIsAndrogynous
Determines if this plugin is androgynous. It is considered androgynous if the long name plugin is not shown according to settings. @return true to us
PathCopyCopy/plugins/src/ShortNamePlugin.cpp:84
MethodIsAndrogynous
Determines if this plugin is androgynous. It is considered androgynous if the long UNC folder plugin is not shown according to settings. @return true
PathCopyCopy/plugins/src/ShortUNCFolderPlugin.cpp:84
MethodIsAndrogynous
Determines if this plugin is androgynous. It is considered androgynous if the long path plugin is not shown according to settings. @return true to us
PathCopyCopy/plugins/src/ShortPathPlugin.cpp:104
MethodIsAndrogynous
Determines if this plugin is androgynous. It is considered androgynous if the long folder plugin is not shown according to settings. @return true to
PathCopyCopy/plugins/src/ShortFolderPlugin.cpp:93
MethodIsAndrogynous
Determines if this plugin is androgynous. In our case, it never is. @return true to use androgynous description, false to use normal description.
PathCopyCopy/plugins/src/DefaultPlugin.cpp:87
MethodIsAndrogynous
Determines if this plugin is androgynous. It is considered androgynous if the short UNC path plugin is not shown according to settings. @return true
PathCopyCopy/plugins/src/LongUNCPathPlugin.cpp:103
MethodIsAndrogynous
Determines if this plugin is androgynous. In our case, it never is. @return true to use androgynous description, false to use normal description.
PathCopyCopy/plugins/src/InternetPathPlugin.cpp:138
MethodIsAndrogynous
Determines if this plugin is androgynous. It is considered androgynous if the short UNC folder plugin is not shown according to settings. @return tru
PathCopyCopy/plugins/src/LongUNCFolderPlugin.cpp:103
MethodIsAndrogynous
Determines if this plugin is androgynous. It is considered androgynous if the short path plugin is not shown according to settings. @return true to u
PathCopyCopy/plugins/src/LongPathPlugin.cpp:104
MethodIsAndrogynous
Determines if this plugin is androgynous. It is considered androgynous if the short folder plugin is not shown according to settings. @return true to
PathCopyCopy/plugins/src/LongFolderPlugin.cpp:93
MethodIsAndrogynous
Determines if this plugin is androgynous. It is considered androgynous if the short name plugin is not shown according to settings. @return true to u
PathCopyCopy/plugins/src/LongNamePlugin.cpp:84
MethodIsAndrogynous
Determines if this plugin is androgynous. In our case, it never is. @return true to use androgynous description, false to use normal description.
PathCopyCopy/plugins/src/UnixPathPlugin.cpp:91
MethodIsCollectionType
(Type type)
PathCopyCopySettings/3rdParty/CommandLineArguments.cs:1074
MethodIsDirectory
Determines if the given path points to a directory or file. @param p_Path Path to check. @return true if path points to a directory.
PathCopyCopy/src/PluginUtils.cpp:80
MethodIsDirty
IPersistFile::IsDirty This method is unused for shell data handlers.
PathCopyCopy/src/PathCopyCopyDataHandler.cpp:49
MethodIsElementSimple
<summary> Checks if the given pipeline element can be edited in simply mode. Some types of pipeline elements are "expert-only". </summary> <param name
PathCopyCopySettings/UI/Utils/PipelinePluginEditor.cs:146
MethodIsPluginShown
Checks in the Path Copy Copy settings if a specific plugin is shown at all, whether in the main menu or in the submenu. @param p_Settings Object to a
PathCopyCopy/src/PluginUtils.cpp:599
MethodIsSeparator
Checks if this plugin is a separator. In our case, we return true. @return true since we are a separator proxy.
PathCopyCopy/src/PluginSeparator.cpp:72
MethodIsShared
Checks if the image handle was loaded with the LR_SHARED flag. If it was, it will not be disposed of by the destructor; system will take care of it.
PathCopyCopy/prihdr/StImage.h:186
MethodIsUNCPath
Checks if the given path is a UNC path in the form \\server\share[\...] @param p_FilePath Path to verify. @return true if the path is a UNC path.
PathCopyCopy/src/PluginUtils.cpp:200
MethodIsValidElementType
(Type type)
PathCopyCopySettings/3rdParty/CommandLineArguments.cs:1079
MethodLanguageCombo_SelectedIndexChanged
<summary> Called when the user switches the selected language. We enable the Apply button here (since switching languages requires an app restart to w
PathCopyCopySettings/UI/Forms/MainForm.cs:813
MethodLaunchExecutableChk_CheckedChanged
<summary> Called when the user checks or unchecks the "Launch executable..." checkbox. We need to enable or disable other controls when this occurs. <
PathCopyCopySettings/UI/Forms/PipelinePluginForm.cs:426
MethodLaunchExecutablePathAction
PathCopyCopy/actions/prihdr/LaunchExecutablePathAction.h:44
MethodLaunchExecutablePathAction
Constructor. @param p_Executable Name of executable to launch. @param p_Arguments Arguments to pass to the executable. @param p_UseFilelist Whether t
PathCopyCopy/actions/src/LaunchExecutablePathAction.cpp:47
MethodLexFileArguments
(string fileName, out string[] arguments)
PathCopyCopySettings/3rdParty/CommandLineArguments.cs:910
MethodLicenseTxtLinkLbl_LinkClicked
<summary> Called when the user clicks on the link to see the license. </summary> <param name="sender">Event sender.</param> <param name="e">Event argu
PathCopyCopySettings/UI/Forms/MainForm.cs:834
MethodLoad
IPersistFile::Load This method is called by the Windows Shell to initialize the data handler for a particular file. We'll use this opportunity to note
PathCopyCopy/src/PathCopyCopyDataHandler.cpp:65
MethodLoadIconFileForCell
<summary> Loads the given icon file and displays it in the given image cell in the <see cref="IconCol"/> of the plugin data grid. </summary> <param na
PathCopyCopySettings/UI/Forms/MainForm.cs:596
MethodLoadPipelinePlugins
<summary> Loads the list of pipeline plugins, both global and user-specific. </summary> <param name="globalRegKey">Global registry key containing pipe
PathCopyCopySettings/Core/UserSettings.cs:1072
MethodLoadPipelinePluginsFromKey
<summary> Loads the list of pipeline plugins stored in the given registry key. Does not check the display order. </summary> <param name="regKey">Regis
PathCopyCopySettings/Core/UserSettings.cs:1203
MethodLoadPluginsFromValue
<summary> Function called to load a list of plugin IDs from a registry value. </summary> <param name="valueName">Name of registry value containing the
PathCopyCopySettings/Core/UserSettings.cs:1013
MethodLoadUserSettings
<summary> Loads the options and populates the form. </summary>
PathCopyCopySettings/UI/Forms/MainForm.cs:186
MethodLocationRadio_CheckedChanged
<summary> Called when the user changes the pop location. We update our associated element here. </summary> <param name="sender">Event sender.</param>
PathCopyCopySettings/UI/UserControls/PopFromStackPipelineElementUserControl.cs:89
MethodLongFolderPlugin
PathCopyCopy/plugins/prihdr/LongFolderPlugin.h:43
MethodLongFolderPlugin
Constructor.
PathCopyCopy/plugins/src/LongFolderPlugin.cpp:41
MethodLongNamePlugin
PathCopyCopy/plugins/prihdr/LongNamePlugin.h:43
MethodLongNamePlugin
Constructor.
PathCopyCopy/plugins/src/LongNamePlugin.cpp:41
MethodLongPathPlugin
PathCopyCopy/plugins/prihdr/LongPathPlugin.h:43
MethodLongPathPlugin
Constructor.
PathCopyCopy/plugins/src/LongPathPlugin.cpp:41
← previousnext →601–700 of 1,298, ranked by callers