|
void | RemoveSegmentDataAtEnd (UINT32 dataCount) const |
| Removes data from the end of the segment data array.
|
|
void | UpdateSegmentData (const FLOAT *data, UINT32 dataCount, UINT32 startIndex=0) const |
| Updates the segment data array. Existing segment data not updated by this method are preserved. The array is resized larger if necessary to accomodate the new segment data.
|
|
void | GetSegmentData (FLOAT *data, UINT32 dataCount, UINT32 startIndex=0) const |
| Gets data from the segment data array.
|
|
UINT32 | GetSegmentDataCount () const |
| Gets the size of the segment data array.
|
|
void | RemoveCommandsAtEnd (UINT32 commandsCount) const |
| Removes commands from the end of the commands array.
|
|
void | UpdateCommands (const D2D1_SVG_PATH_COMMAND *commands, UINT32 commandsCount, UINT32 startIndex=0) const |
| Updates the commands array. Existing commands not updated by this method are preserved. The array is resized larger if necessary to accomodate the new commands.
|
|
void | GetCommands (D2D1_SVG_PATH_COMMAND *commands, UINT32 commandsCount, UINT32 startIndex=0) const |
| Gets commands from the commands array.
|
|
UINT32 | GetCommandsCount () const |
| Gets the size of the commands array.
|
|
void | CreatePathGeometry (D2D1_FILL_MODE fillMode, ID2D1PathGeometry1 **pathGeometry) const |
| Creates a path geometry object representing the path data.
|
|
PathGeometry1 | CreatePathGeometry (D2D1_FILL_MODE fillMode) const |
|
void | GetElement (ID2D1SvgElement **element) const |
| Returns the element on which this attribute is set. Returns null if the attribute is not set on any element.
|
|
void | Clone (ID2D1SvgAttribute **attribute) const |
| Creates a clone of this attribute value. On creation, the cloned attribute is not set on any element.
|
|
template<typename T = Factory>
requires std::is_base_of_v< Factory, T> |
T | GetFactory () |
|
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 |
|
Unknown & | operator= (const Unknown &other) noexcept |
|
Unknown & | operator= (Unknown &&other) noexcept |
|
void | swap (Unknown &other) noexcept |
|
void | ResetPtr (IUnknown *other=nullptr, bool addRef=false) noexcept |
|
Unknown & | operator= (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< T > | As () 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> |
T * | GetInterfacePointer () 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 |
|
|
typedef IUnknown | InterfaceType |
|
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) |
|
IUnknown * | unknown_ |
|