MCPcopy Create free account

hub / github.com/clechasseur/pathcopycopy / functions

Functions1,298 in github.com/clechasseur/pathcopycopy

MethodStGdiplusStartup
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
MethodStGlobalBlock
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
MethodStGlobalLock
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
MethodStHandle
Default constructor. Initializes a null handle.
PathCopyCopy/prihdr/StHandle.h:40
MethodStImage
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
MethodStOleStr
Default constructor. Initializes a null string.
PathCopyCopy/prihdr/StOleStr.h:40
MethodStStgMedium
Default constructor. Initializes the STGMEDIUM to empty values.
PathCopyCopy/prihdr/StStgMedium.h:40
MethodStWSAStartup
Constructor. Calls WSAStartup to initialize the WinSock library. @param p_VersionRequested Requested WinSock version. Defaults to 2.2.
PathCopyCopy/prihdr/StWSAStartup.h:41
MethodStarted
Checks if the call to GdiplusStartup in constructor was successful. @return true if GDI+ was started successfully.
PathCopyCopy/prihdr/StGdiplusStartup.h:93
MethodStartupRes
Returns result of call to WSAStartup in constructor.
PathCopyCopy/prihdr/StWSAStartup.h:66
MethodStartupResult
Returns the result of the call to GdiplusStartup in constructor. @return Startup result, as a GDI+ Status enum value.
PathCopyCopy/prihdr/StGdiplusStartup.h:83
MethodStringToPluginIds
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
MethodStringToUInt32s
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
MethodStringUtils
PathCopyCopy/prihdr/StringUtils.h:42
MethodSubkeyInfo
PathCopyCopy/prihdr/RegKey.h:56
MethodSubkeyInfo
Parametrized constructor. @param p_hParent Handle of parent key. @param p_pKeyName Name of subkey.
PathCopyCopy/src/RegKey.cpp:45
MethodSwapStackValuesPipelineElement
PathCopyCopy/prihdr/PluginPipelineElements.h:473
MethodTempPipelinePluginSaver
<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
MethodTestBtn_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
MethodTestBtn_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
MethodTestRegexBtn_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
MethodTestRegexBtn_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
MethodTestRegexBtn_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
MethodToUppercase
Converts p_String to uppercase. @param p_String String to convert. @return Uppercase version of string.
PathCopyCopy/src/StringUtils.cpp:37
MethodUInt32sToString
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
MethodUNCPathPlugin
Constructor.
PathCopyCopy/plugins/src/UNCPathPlugin.cpp:54
MethodUnexpandEnvironmentStringsPipelineElement
PathCopyCopy/prihdr/PluginPipelineElements.h:294
MethodUnixPathPlugin
PathCopyCopy/plugins/prihdr/UnixPathPlugin.h:41
MethodUnixPathPlugin
Constructor.
PathCopyCopy/plugins/src/UnixPathPlugin.cpp:43
MethodUnregisterSampleCOMPlugin
<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
MethodUpdateButtons
<summary> Updates buttons in the form to react to user selection. Call this whenever selection changes. </summary>
PathCopyCopySettings/UI/Forms/ImportPipelinePluginsForm.cs:149
MethodUpdateControls
<summary> Updates controls that are dependent on the list selection. </summary>
PathCopyCopySettings/UI/Forms/AdvancedPipelinePluginForm.cs:332
MethodUpdateControlsState
<summary> Updates the state of controls depending on the method picked. </summary>
PathCopyCopySettings/UI/UserControls/PushToStackPipelineElementUserControl.cs:78
MethodUpdateControlsState
<summary> Updates the state of controls depending on the pop location picked. </summary>
PathCopyCopySettings/UI/UserControls/PopFromStackPipelineElementUserControl.cs:76
MethodUpdatePluginButtons
<summary> Updates the state of buttons on the Commands page. Call this when selection changes somewhere. </summary>
PathCopyCopySettings/UI/Forms/MainForm.cs:571
MethodUpdatePluginInfo
<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
MethodUpdatePluginInfo
<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
MethodUpdatePreview
<summary> Updates the preview displayed in the control. </summary>
PathCopyCopySettings/UI/UserControls/PluginPreviewUserControl.cs:69
MethodUseDefaultIcon
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
MethodUseDefaultIcon
Whether to use the default icon for this plugin. @return true to use default icon, false otherwise.
PathCopyCopy/plugins/src/PipelinePlugin.cpp:141
MethodUseFilelistChk_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
MethodUsePreviewModeChk_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
MethodUseRegexChk_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
MethodUserOverrideableRegKey
PathCopyCopy/prihdr/UserOverrideableRegKey.h:39
MethodUserOverrideableRegKey
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
MethodUserSettings
<summary> Constructor. Creates the registry key right away to read the settings, both global and user-specific. </summary>
PathCopyCopySettings/Core/UserSettings.cs:805
MethodUserSettingsWieldingForm
<summary> Constructor. Instanciates the <see cref="UserSettings"/>. </summary>
PathCopyCopySettings/UI/Utils/UserSettingsWieldingForm.cs:45
MethodUserSettingsWieldingForm_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
MethodValidate
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
MethodValueInfo
PathCopyCopy/prihdr/RegKey.h:45
MethodValueInfo
Parametrized constructor. @param p_hKey Handle of key containing the registry value. @param p_pValueName Name of value.
PathCopyCopy/src/RegKey.cpp:32
MethodWSLPathPlugin
PathCopyCopy/plugins/prihdr/WSLPathPlugin.h:44
MethodWSLPathPlugin
Constructor.
PathCopyCopy/plugins/src/WSLPathPlugin.cpp:48
Functionaggregate
3rdParty/coveo_linq/lib/coveo/linq/linq.h:685
Methodaggregate_impl_1
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:290
Methodaggregate_impl_2
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:328
Methodaggregate_impl_3
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:362
Functionall
3rdParty/coveo_linq/lib/coveo/linq/linq.h:800
Methodall_impl
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:388
Methodany_impl_1
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:435
Methodas_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
Functionaverage
3rdParty/coveo_linq/lib/coveo/linq/linq.h:923
Methodaverage_impl
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:461
Functioncast
3rdParty/coveo_linq/lib/coveo/linq/linq.h:961
Methodconcat_impl
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:601
Methodconcat_info
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:548
Functioncontains
3rdParty/coveo_linq/lib/coveo/linq/linq.h:1050
Methodcontains_impl_1
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:644
Methodcontains_impl_2
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:680
Functioncount
3rdParty/coveo_linq/lib/coveo/linq/linq.h:1124
Methodcount_impl_1
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:749
Functiondefault_if_empty
3rdParty/coveo_linq/lib/coveo/linq/linq.h:1195
Methoddefault_if_empty_impl_1
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:804
Methodderef_cmp
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:81
Methodderef_info
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:142
Methodderef_next_impl
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:156
Functiondistinct
3rdParty/coveo_linq/lib/coveo/linq/linq.h:1269
Methoddistinct_impl
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:907
Methoddistinct_info
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:855
Methoddual_order_by_comparator
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:2374
Functionelement_at
3rdParty/coveo_linq/lib/coveo/linq/linq.h:1349
Methodelement_at_impl
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:966
Functionelement_at_or_default
3rdParty/coveo_linq/lib/coveo/linq/linq.h:1395
Methodelement_at_or_default_impl
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:1013
Methodempty_sequence
3rdParty/coveo_linq/lib/coveo/linq/exception.h:29
Methodenumerable
* @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
Functionenumerate_array
3rdParty/coveo_linq/lib/coveo/seq/enumerable.h:916
Functionenumerate_one_ref
3rdParty/coveo_linq/lib/coveo/seq/enumerable.h:830
Functionexcept
3rdParty/coveo_linq/lib/coveo/linq/linq.h:1442
Methodexcept_impl
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:1128
Methodfilter_info
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:1073
Methodfiltered
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:1085
Functionfirst
3rdParty/coveo_linq/lib/coveo/linq/linq.h:1525
Methodfirst_begin
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:558
Methodfirst_begin
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:1081
Methodfirst_begin
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:1679
Methodfirst_impl_1
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:1189
Functionfirst_or_default
3rdParty/coveo_linq/lib/coveo/linq/linq.h:1608
Methodfirst_or_default_impl_1
3rdParty/coveo_linq/lib/coveo/linq/detail/linq_detail.h:1247
Methodfor_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
← previousnext →901–1,000 of 1,298, ranked by callers