Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clechasseur/pathcopycopy
/ functions
Functions
1,298 in github.com/clechasseur/pathcopycopy
⨍
Functions
1,298
◇
Types & classes
374
Method
StGdiplusStartup
Constructor. Initializes GDI+ with the specified parameters. The default values are the same as those of the GdiplusStartupInput struct; see MSDN for
PathCopyCopy/prihdr/StGdiplusStartup.h:51
Method
StGlobalBlock
Constructor. Allocates a new memory block using GlobalAlloc and assumes ownership. @param p_Flags Flags to pass to GlobalAlloc. See MSDN for details.
PathCopyCopy/prihdr/StGlobalBlock.h:43
Method
StGlobalLock
Constructor. Locks the given moveable memory block. Pointer to the block can be fetched by calling GetPtr. If GetPtr returns null, it means an error o
PathCopyCopy/prihdr/StGlobalLock.h:45
Method
StHandle
Default constructor. Initializes a null handle.
PathCopyCopy/prihdr/StHandle.h:40
Method
StImage
Constructor that loads the image with LoadImage. The image will be destroyed as appropriate in destructor, unless it was loaded with the LR_SHARED fla
PathCopyCopy/prihdr/StImage.h:54
Method
StOleStr
Default constructor. Initializes a null string.
PathCopyCopy/prihdr/StOleStr.h:40
Method
StStgMedium
Default constructor. Initializes the STGMEDIUM to empty values.
PathCopyCopy/prihdr/StStgMedium.h:40
Method
StWSAStartup
Constructor. Calls WSAStartup to initialize the WinSock library. @param p_VersionRequested Requested WinSock version. Defaults to 2.2.
PathCopyCopy/prihdr/StWSAStartup.h:41
Method
Started
Checks if the call to GdiplusStartup in constructor was successful. @return true if GDI+ was started successfully.
PathCopyCopy/prihdr/StGdiplusStartup.h:93
Method
StartupRes
Returns result of call to WSAStartup in constructor.
PathCopyCopy/prihdr/StWSAStartup.h:66
Method
StartupResult
Returns the result of the call to GdiplusStartup in constructor. @return Startup result, as a GDI+ Status enum value.
PathCopyCopy/prihdr/StGdiplusStartup.h:83
Method
StringToPluginIds
Converts a string containing a list of plugin unique identifiers to a vector of GUID structs. @param p_PluginIdsAsString String containing the plugin
PathCopyCopy/src/PluginUtils.cpp:487
Method
StringToUInt32s
Converts a string containing a list of unsigned integers to a vector. @param p_UInt32sAsString String containing the integers. @param p_Separator Cha
PathCopyCopy/src/PluginUtils.cpp:514
Method
StringUtils
PathCopyCopy/prihdr/StringUtils.h:42
Method
SubkeyInfo
PathCopyCopy/prihdr/RegKey.h:56
Method
SubkeyInfo
Parametrized constructor. @param p_hParent Handle of parent key. @param p_pKeyName Name of subkey.
PathCopyCopy/src/RegKey.cpp:45
Method
SwapStackValuesPipelineElement
PathCopyCopy/prihdr/PluginPipelineElements.h:473
Method
TempPipelinePluginSaver
<summary> Constructor. </summary> <param name="pluginInfo"><see cref="PipelinePluginInfo"/> to save.</param> <param name="settings">Object to access u
PathCopyCopySettings/Core/Plugins/TempPipelinePlugins.cs:55
Method
TestBtn_Click
<summary> Called when the user presses the button to test a regular expression. We will show a dialog allowing the user to test the currently-provided
PathCopyCopySettings/UI/UserControls/RegexPipelineElementUserControl.cs:106
Method
TestBtn_Click
<summary> Called when the user presses the "Test" button. We perform the regex testing here and show the results to the user. </summary> <param name="
PathCopyCopySettings/UI/Forms/RegexTesterForm.cs:108
Method
TestRegexBtn_Click
<summary> Called when the user presses the Test regex button. We must show a modal dialog allowing the user to test the regex and optionally modify it
PathCopyCopySettings/UI/UserControls/PushToStackPipelineElementUserControl.cs:177
Method
TestRegexBtn_Click
<summary> Called when the user presses the Test regex button. We must show a modal dialog allowing the user to test the regex and optionally modify it
PathCopyCopySettings/UI/UserControls/PopFromStackPipelineElementUserControl.cs:159
Method
TestRegexBtn_Click
<summary> Called when the user presses the button to test a regular expression. We will show a dialog allowing the user to test the currently-provided
PathCopyCopySettings/UI/Forms/PipelinePluginForm.cs:441
Method
ToUppercase
Converts p_String to uppercase. @param p_String String to convert. @return Uppercase version of string.
PathCopyCopy/src/StringUtils.cpp:37
Method
UInt32sToString
Converts a list of unsigned integers to a string containing them. This is the opposite of StringToUInts. @param p_vUInt32s List of unsigned integers
PathCopyCopy/src/PluginUtils.cpp:573
Method
UNCPathPlugin
Constructor.
PathCopyCopy/plugins/src/UNCPathPlugin.cpp:54
Method
UnexpandEnvironmentStringsPipelineElement
PathCopyCopy/prihdr/PluginPipelineElements.h:294
Method
UnixPathPlugin
PathCopyCopy/plugins/prihdr/UnixPathPlugin.h:41
Method
UnixPathPlugin
Constructor.
PathCopyCopy/plugins/src/UnixPathPlugin.cpp:43
Method
UnregisterSampleCOMPlugin
<summary> Function called when our class library is unregistered. We need to remove ourselves from Path Copy Copy's list of plugins. </summary>
Samples/SampleCOMPluginCSharp/SampleCOMPlugin/SampleCOMPlugin.cs:56
Method
UpdateButtons
<summary> Updates buttons in the form to react to user selection. Call this whenever selection changes. </summary>
PathCopyCopySettings/UI/Forms/ImportPipelinePluginsForm.cs:149
Method
UpdateControls
<summary> Updates controls that are dependent on the list selection. </summary>
PathCopyCopySettings/UI/Forms/AdvancedPipelinePluginForm.cs:332
Method
UpdateControlsState
<summary> Updates the state of controls depending on the method picked. </summary>
PathCopyCopySettings/UI/UserControls/PushToStackPipelineElementUserControl.cs:78
Method
UpdateControlsState
<summary> Updates the state of controls depending on the pop location picked. </summary>
PathCopyCopySettings/UI/UserControls/PopFromStackPipelineElementUserControl.cs:76
Method
UpdatePluginButtons
<summary> Updates the state of buttons on the Commands page. Call this when selection changes somewhere. </summary>
PathCopyCopySettings/UI/Forms/MainForm.cs:571
Method
UpdatePluginInfo
<summary> Updates <see cref="newPluginInfo"/> with the contents of the form's controls. Also updates the preview box. </summary>
PathCopyCopySettings/UI/Forms/AdvancedPipelinePluginForm.cs:239
Method
UpdatePluginInfo
<summary> Updates <see cref="newPluginInfo"/> with the contents of the form's controls. Also updates the preview box. </summary>
PathCopyCopySettings/UI/Forms/PipelinePluginForm.cs:261
Method
UpdatePreview
<summary> Updates the preview displayed in the control. </summary>
PathCopyCopySettings/UI/UserControls/PluginPreviewUserControl.cs:69
Method
UseDefaultIcon
Determines if we should use the default icon for this plugin. @return true to use default icon, false otherwise.
PathCopyCopy/plugins/src/COMPlugin.cpp:173
Method
UseDefaultIcon
Whether to use the default icon for this plugin. @return true to use default icon, false otherwise.
PathCopyCopy/plugins/src/PipelinePlugin.cpp:141
Method
UseFilelistChk_CheckedChanged
<summary> Called when the checked state of the Use Filelist checkbox changes. We update our associated pipeline element here. </summary> <param name="
PathCopyCopySettings/UI/UserControls/CommandLinePipelineElementUserControl.cs:79
Method
UsePreviewModeChk_CheckedChanged
<summary> Called when the user checks or unchecks the "Use preview mode" checkbox. We need to enable or disable the "Use preview mode in main menu" ch
PathCopyCopySettings/UI/Forms/MainForm.cs:765
Method
UseRegexChk_CheckedChanged
<summary> Called when the user checks or unchecks the "Use regular expressions" checkbox. We need to enable or disable the "ignore case" checkbox when
PathCopyCopySettings/UI/Forms/PipelinePluginForm.cs:413
Method
UserOverrideableRegKey
PathCopyCopy/prihdr/UserOverrideableRegKey.h:39
Method
UserOverrideableRegKey
Constructor. Opens the registry keys immediately. The global key in HKLM is only open for reading; the user key is open in read/write mode. @param p_
PathCopyCopy/src/UserOverrideableRegKey.cpp:46
Method
UserSettings
<summary> Constructor. Creates the registry key right away to read the settings, both global and user-specific. </summary>
PathCopyCopySettings/Core/UserSettings.cs:805
Method
UserSettingsWieldingForm
<summary> Constructor. Instanciates the <see cref="UserSettings"/>. </summary>
PathCopyCopySettings/UI/Utils/UserSettingsWieldingForm.cs:45
Method
UserSettingsWieldingForm_FormClosed
<summary> Called when the form is closed. We dispose of our <see cref="UserSettings"/> instance here. </summary> <param name="sender">Event sender.</p
PathCopyCopySettings/UI/Utils/UserSettingsWieldingForm.cs:58
Method
Validate
Validates this pipeline element. In order to be valid, the plugin to apply must exist. @param p_pPluginProvider Plugin provider used to fetch plugins
PathCopyCopy/src/PluginPipelineElements.cpp:400
Method
ValueInfo
PathCopyCopy/prihdr/RegKey.h:45
Method
ValueInfo
Parametrized constructor. @param p_hKey Handle of key containing the registry value. @param p_pValueName Name of value.
PathCopyCopy/src/RegKey.cpp:32
Method
WSLPathPlugin
PathCopyCopy/plugins/prihdr/WSLPathPlugin.h:44
Method
WSLPathPlugin
Constructor.
PathCopyCopy/plugins/src/WSLPathPlugin.cpp:48
Function
aggregate
3rdParty/coveo_linq/lib/coveo/linq/linq.h:685
Method
aggregate_impl_1
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:290
Method
aggregate_impl_2
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:328
Method
aggregate_impl_3
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:362
Function
all
3rdParty/coveo_linq/lib/coveo/linq/linq.h:800
Method
all_impl
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:388
Method
any_impl_1
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:435
Method
as_const
* @brief Non-<tt>const</tt> to @c const explicit conversion. * * Returns a copy of this @c enumerable, but iterating over * @c const el
3rdParty/coveo_linq/lib/coveo/seq/enumerable.h:343
Function
average
3rdParty/coveo_linq/lib/coveo/linq/linq.h:923
Method
average_impl
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:461
Function
cast
3rdParty/coveo_linq/lib/coveo/linq/linq.h:961
Method
concat_impl
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:601
Method
concat_info
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:548
Function
contains
3rdParty/coveo_linq/lib/coveo/linq/linq.h:1050
Method
contains_impl_1
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:644
Method
contains_impl_2
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:680
Function
count
3rdParty/coveo_linq/lib/coveo/linq/linq.h:1124
Method
count_impl_1
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:749
Function
default_if_empty
3rdParty/coveo_linq/lib/coveo/linq/linq.h:1195
Method
default_if_empty_impl_1
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:804
Method
deref_cmp
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:81
Method
deref_info
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:142
Method
deref_next_impl
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:156
Function
distinct
3rdParty/coveo_linq/lib/coveo/linq/linq.h:1269
Method
distinct_impl
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:907
Method
distinct_info
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:855
Method
dual_order_by_comparator
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:2374
Function
element_at
3rdParty/coveo_linq/lib/coveo/linq/linq.h:1349
Method
element_at_impl
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:966
Function
element_at_or_default
3rdParty/coveo_linq/lib/coveo/linq/linq.h:1395
Method
element_at_or_default_impl
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:1013
Method
empty_sequence
3rdParty/coveo_linq/lib/coveo/linq/exception.h:29
Method
enumerable
* @brief Default constructor. * * Default constructor. Wraps an empty sequence. * * Using this constructor is equivalent to callin
3rdParty/coveo_linq/lib/coveo/seq/enumerable.h:149
Function
enumerate_array
3rdParty/coveo_linq/lib/coveo/seq/enumerable.h:916
Function
enumerate_one_ref
3rdParty/coveo_linq/lib/coveo/seq/enumerable.h:830
Function
except
3rdParty/coveo_linq/lib/coveo/linq/linq.h:1442
Method
except_impl
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:1128
Method
filter_info
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:1073
Method
filtered
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:1085
Function
first
3rdParty/coveo_linq/lib/coveo/linq/linq.h:1525
Method
first_begin
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:558
Method
first_begin
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:1081
Method
first_begin
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:1679
Method
first_impl_1
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:1189
Function
first_or_default
3rdParty/coveo_linq/lib/coveo/linq/linq.h:1608
Method
first_or_default_impl_1
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:1247
Method
for_array
* @brief Returns @c enumerable over array's sequence. * * Static method that returns a <tt>coveo::enumerable</tt> over * a sequence sto
3rdParty/coveo_linq/lib/coveo/seq/enumerable.h:793
← previous
next →
901–1,000 of 1,298, ranked by callers