Harlinn.Windows 0.1
Loading...
Searching...
No Matches
Harlinn::Windows::FileDialogEvents Class Reference

#include <HWFileDialog.h>

Inheritance diagram for Harlinn::Windows::FileDialogEvents:
[legend]
Collaboration diagram for Harlinn::Windows::FileDialogEvents:
[legend]

Public Types

typedef Unknown Base
 
- Public Types inherited from Harlinn::Common::Core::Unknown
typedef IUnknown InterfaceType
 

Public Member Functions

HW_EXPORT FileDialogEventsOnFileOk (IFileDialog *pfd)
 
HW_EXPORT FileDialogEventsOnFolderChanging (IFileDialog *pfd, IShellItem *psiFolder)
 
HW_EXPORT FileDialogEventsOnFolderChange (IFileDialog *pfd)
 
HW_EXPORT FileDialogEventsOnSelectionChange (IFileDialog *pfd)
 
HW_EXPORT FileDialogEventsOnShareViolation (IFileDialog *pfd, IShellItem *psi, FDE_SHAREVIOLATION_RESPONSE *pResponse)
 
HW_EXPORT FileDialogEventsOnTypeChange (IFileDialog *pfd)
 
HW_EXPORT FileDialogEventsOnOverwrite (IFileDialog *pfd, IShellItem *psi, FDE_OVERWRITE_RESPONSE *pResponse)
 
- Public Member Functions inherited from Harlinn::Common::Core::Unknown
constexpr Unknown () noexcept
 
 Unknown (IUnknown *unknown, bool addref=false) noexcept
 
 Unknown (REFIID iid, const Unknown &unknown, bool throwIfNoInterface=true)
 
 Unknown (const Unknown &other) noexcept
 
 Unknown (Unknown &&other) noexcept
 
 ~Unknown () noexcept
 
constexpr operator bool () const noexcept
 
Unknownoperator= (const Unknown &other) noexcept
 
Unknownoperator= (Unknown &&other) noexcept
 
void swap (Unknown &other) noexcept
 
void ResetPtr (IUnknown *other=nullptr, bool addRef=false) noexcept
 
Unknownoperator= (nullptr_t)
 
IUnknown * Detach ()
 
template<typename T >
requires std::is_base_of_v<Unknown, T >
T As () const
 
template<typename T >
requires std::is_base_of_v<Unknown, T>
bool Is () const noexcept
 
template<typename T >
requires std::is_base_of_v<IUnknown, T>
ComPtr< TAs () const
 
template<typename T >
requires std::is_base_of_v<IUnknown, T>
bool Is () const noexcept
 This function can be used to detect if an object supports a particular COM interface derived from IUnknown.
 
template<typename T = IUnknown>
TGetInterfacePointer () const noexcept
 
bool QueryInterface (REFIID riid, void **itf) const
 Queries a COM object for a pointer to one of its interface; identifying the interface by a reference to its interface identifier (IID). If the COM object implements the interface, then it returns a pointer to that interface after calling IUnknown::AddRef on it.
 
template<typename T >
requires std::is_base_of_v<IUnknown, T>
bool QueryInterface (T **itf) const
 
constexpr bool operator== (const Unknown &other) const noexcept
 
constexpr bool operator!= (const Unknown &other) const noexcept
 
constexpr bool operator== (const IUnknown *other) const noexcept
 
constexpr bool operator!= (const IUnknown *other) const noexcept
 

Additional Inherited Members

- Static Public Member Functions inherited from Harlinn::Common::Core::Unknown
template<typename T >
requires std::is_base_of_v<Unknown, T>
static T CoCreateInstanceFromClassId (const CLSID &clsid, DWORD classContext=CLSCTX_INPROC_SERVER)
 
template<typename T >
requires std::is_base_of_v<Unknown, T>
static T CoCreateInstanceFromClassId (const wchar_t *clsid, DWORD classContext=CLSCTX_INPROC_SERVER)
 
template<typename T >
requires std::is_base_of_v<Unknown, T>
static T CoCreateInstanceFromClassId (const WideString &clsid, DWORD classContext=CLSCTX_INPROC_SERVER)
 
template<typename T >
requires std::is_base_of_v<Unknown, T>
static T CoCreateInstanceFromProgId (const wchar_t *progId, DWORD classContext=CLSCTX_INPROC_SERVER)
 
template<typename T >
requires std::is_base_of_v<Unknown, T>
static T CoCreateInstanceFromProgId (const WideString &progId, DWORD classContext=CLSCTX_INPROC_SERVER)
 
template<typename T >
requires std::is_base_of_v<Unknown, T>
static T CoCreateInstanceFromDll (const ModuleHandle &dll, const CLSID &clsid)
 
- Protected Attributes inherited from Harlinn::Common::Core::Unknown
IUnknown * unknown_
 

Member Typedef Documentation

◆ Base

Member Function Documentation

◆ OnFileOk()

HW_EXPORT FileDialogEvents & Harlinn::Windows::FileDialogEvents::OnFileOk ( IFileDialog * pfd)
inline

◆ OnFolderChange()

HW_EXPORT FileDialogEvents & Harlinn::Windows::FileDialogEvents::OnFolderChange ( IFileDialog * pfd)
inline

◆ OnFolderChanging()

HW_EXPORT FileDialogEvents & Harlinn::Windows::FileDialogEvents::OnFolderChanging ( IFileDialog * pfd,
IShellItem * psiFolder )
inline

◆ OnOverwrite()

HW_EXPORT FileDialogEvents & Harlinn::Windows::FileDialogEvents::OnOverwrite ( IFileDialog * pfd,
IShellItem * psi,
FDE_OVERWRITE_RESPONSE * pResponse )
inline

◆ OnSelectionChange()

HW_EXPORT FileDialogEvents & Harlinn::Windows::FileDialogEvents::OnSelectionChange ( IFileDialog * pfd)
inline

◆ OnShareViolation()

HW_EXPORT FileDialogEvents & Harlinn::Windows::FileDialogEvents::OnShareViolation ( IFileDialog * pfd,
IShellItem * psi,
FDE_SHAREVIOLATION_RESPONSE * pResponse )
inline

◆ OnTypeChange()

HW_EXPORT FileDialogEvents & Harlinn::Windows::FileDialogEvents::OnTypeChange ( IFileDialog * pfd)
inline

The documentation for this class was generated from the following file: