mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Latest update for winrt
PiperOrigin-RevId: 452591835
This commit is contained in:
committed by
Copybara-Service
parent
11558b453c
commit
28da839987
+13
-13
@@ -1,4 +1,4 @@
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
|
||||
|
||||
#pragma once
|
||||
#ifndef WINRT_Windows_UI_Xaml_Media_2_H
|
||||
@@ -143,15 +143,15 @@ WINRT_EXPORT namespace winrt::Windows::UI::Xaml::Media
|
||||
CompositionTarget(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::Xaml::Media::ICompositionTarget(ptr, take_ownership_from_abi) {}
|
||||
static auto Rendering(winrt::Windows::Foundation::EventHandler<winrt::Windows::Foundation::IInspectable> const& handler);
|
||||
using Rendering_revoker = impl::factory_event_revoker<winrt::Windows::UI::Xaml::Media::ICompositionTargetStatics, &impl::abi_t<winrt::Windows::UI::Xaml::Media::ICompositionTargetStatics>::remove_Rendering>;
|
||||
[[nodiscard]] static Rendering_revoker Rendering(auto_revoke_t, winrt::Windows::Foundation::EventHandler<winrt::Windows::Foundation::IInspectable> const& handler);
|
||||
[[nodiscard]] static auto Rendering(auto_revoke_t, winrt::Windows::Foundation::EventHandler<winrt::Windows::Foundation::IInspectable> const& handler);
|
||||
static auto Rendering(winrt::event_token const& token);
|
||||
static auto SurfaceContentsLost(winrt::Windows::Foundation::EventHandler<winrt::Windows::Foundation::IInspectable> const& handler);
|
||||
using SurfaceContentsLost_revoker = impl::factory_event_revoker<winrt::Windows::UI::Xaml::Media::ICompositionTargetStatics, &impl::abi_t<winrt::Windows::UI::Xaml::Media::ICompositionTargetStatics>::remove_SurfaceContentsLost>;
|
||||
[[nodiscard]] static SurfaceContentsLost_revoker SurfaceContentsLost(auto_revoke_t, winrt::Windows::Foundation::EventHandler<winrt::Windows::Foundation::IInspectable> const& handler);
|
||||
[[nodiscard]] static auto SurfaceContentsLost(auto_revoke_t, winrt::Windows::Foundation::EventHandler<winrt::Windows::Foundation::IInspectable> const& handler);
|
||||
static auto SurfaceContentsLost(winrt::event_token const& token);
|
||||
static auto Rendered(winrt::Windows::Foundation::EventHandler<winrt::Windows::UI::Xaml::Media::RenderedEventArgs> const& handler);
|
||||
using Rendered_revoker = impl::factory_event_revoker<winrt::Windows::UI::Xaml::Media::ICompositionTargetStatics3, &impl::abi_t<winrt::Windows::UI::Xaml::Media::ICompositionTargetStatics3>::remove_Rendered>;
|
||||
[[nodiscard]] static Rendered_revoker Rendered(auto_revoke_t, winrt::Windows::Foundation::EventHandler<winrt::Windows::UI::Xaml::Media::RenderedEventArgs> const& handler);
|
||||
[[nodiscard]] static auto Rendered(auto_revoke_t, winrt::Windows::Foundation::EventHandler<winrt::Windows::UI::Xaml::Media::RenderedEventArgs> const& handler);
|
||||
static auto Rendered(winrt::event_token const& token);
|
||||
};
|
||||
struct __declspec(empty_bases) DoubleCollection : winrt::Windows::Foundation::Collections::IVector<double>
|
||||
@@ -675,7 +675,7 @@ WINRT_EXPORT namespace winrt::Windows::UI::Xaml::Media
|
||||
D const& shim() const noexcept { return *static_cast<const D*>(this); }
|
||||
public:
|
||||
using IBrushOverrides2 = winrt::Windows::UI::Xaml::Media::IBrushOverrides2;
|
||||
WINRT_IMPL_AUTO(void) PopulatePropertyInfoOverride(param::hstring const& propertyName, winrt::Windows::UI::Composition::AnimationPropertyInfo const& animationPropertyInfo) const;
|
||||
auto PopulatePropertyInfoOverride(param::hstring const& propertyName, winrt::Windows::UI::Composition::AnimationPropertyInfo const& animationPropertyInfo) const;
|
||||
};
|
||||
template <typename D>
|
||||
class IGeneralTransformOverridesT
|
||||
@@ -684,9 +684,9 @@ WINRT_EXPORT namespace winrt::Windows::UI::Xaml::Media
|
||||
D const& shim() const noexcept { return *static_cast<const D*>(this); }
|
||||
public:
|
||||
using IGeneralTransformOverrides = winrt::Windows::UI::Xaml::Media::IGeneralTransformOverrides;
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::UI::Xaml::Media::GeneralTransform) InverseCore() const;
|
||||
WINRT_IMPL_AUTO(bool) TryTransformCore(winrt::Windows::Foundation::Point const& inPoint, winrt::Windows::Foundation::Point& outPoint) const;
|
||||
WINRT_IMPL_AUTO(winrt::Windows::Foundation::Rect) TransformBoundsCore(winrt::Windows::Foundation::Rect const& rect) const;
|
||||
[[nodiscard]] auto InverseCore() const;
|
||||
auto TryTransformCore(winrt::Windows::Foundation::Point const& inPoint, winrt::Windows::Foundation::Point& outPoint) const;
|
||||
auto TransformBoundsCore(winrt::Windows::Foundation::Rect const& rect) const;
|
||||
};
|
||||
template <typename D>
|
||||
class IXamlCompositionBrushBaseOverridesT
|
||||
@@ -695,8 +695,8 @@ WINRT_EXPORT namespace winrt::Windows::UI::Xaml::Media
|
||||
D const& shim() const noexcept { return *static_cast<const D*>(this); }
|
||||
public:
|
||||
using IXamlCompositionBrushBaseOverrides = winrt::Windows::UI::Xaml::Media::IXamlCompositionBrushBaseOverrides;
|
||||
WINRT_IMPL_AUTO(void) OnConnected() const;
|
||||
WINRT_IMPL_AUTO(void) OnDisconnected() const;
|
||||
auto OnConnected() const;
|
||||
auto OnDisconnected() const;
|
||||
};
|
||||
template <typename D>
|
||||
class IXamlLightOverridesT
|
||||
@@ -705,9 +705,9 @@ WINRT_EXPORT namespace winrt::Windows::UI::Xaml::Media
|
||||
D const& shim() const noexcept { return *static_cast<const D*>(this); }
|
||||
public:
|
||||
using IXamlLightOverrides = winrt::Windows::UI::Xaml::Media::IXamlLightOverrides;
|
||||
WINRT_IMPL_AUTO(hstring) GetId() const;
|
||||
WINRT_IMPL_AUTO(void) OnConnected(winrt::Windows::UI::Xaml::UIElement const& newElement) const;
|
||||
WINRT_IMPL_AUTO(void) OnDisconnected(winrt::Windows::UI::Xaml::UIElement const& oldElement) const;
|
||||
auto GetId() const;
|
||||
auto OnConnected(winrt::Windows::UI::Xaml::UIElement const& newElement) const;
|
||||
auto OnDisconnected(winrt::Windows::UI::Xaml::UIElement const& oldElement) const;
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user