code stringlengths 3 10M | language stringclasses 31 values |
|---|---|
func void ZS_Stand()
{
GuardPerception();
Npc_PercEnable(self,PERC_ASSESSPLAYER,B_AssessSC);
AI_Standup(self);
AI_SetWalkMode(self,NPC_WALK);
AI_GotoWP(self,self.wp);
if(Wld_IsFPAvailable(self,"FP_STAND"))
{
AI_GotoFP(self,"FP_STAND");
AI_AlignToFP(self);
}
else
{
AI_AlignToWP(self);
};
AI_PlayAni(self,"T_STAND_2_LGUARD");
};
func void ZS_Stand_loop()
{
var int zufall;
zufall = Hlp_Random(100);
if(zufall >= 95)
{
}
else if(zufall >= 90)
{
AI_PlayAni(self,"T_LGUARD_SCRATCH");
}
else if(zufall >= 80)
{
AI_PlayAni(self,"T_LGUARD_STRETCH");
}
else if(zufall >= 70)
{
AI_PlayAni(self,"T_LGUARD_CHANGELEG");
};
AI_Wait(self,1);
};
func void ZS_Stand_end()
{
AI_PlayAni(self,"T_LGUARD_2_STAND");
};
| D |
/Users/zhaoxingchen/Desktop/abc/Mattth/Build/Intermediates.noindex/MathFlow.build/Debug/Mattth.build/Objects-normal/x86_64/process.o : /Users/zhaoxingchen/Desktop/abc/Mattth/Mattth/AppDelegate.swift /Users/zhaoxingchen/Desktop/abc/Mattth/Mattth/ContentViewController.swift /Users/zhaoxingchen/Desktop/abc/Mattth/Mattth/process.swift /Users/zhaoxingchen/Desktop/abc/Mattth/Mattth/MathShot.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/XPC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/AppKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
/Users/zhaoxingchen/Desktop/abc/Mattth/Build/Intermediates.noindex/MathFlow.build/Debug/Mattth.build/Objects-normal/x86_64/process~partial.swiftmodule : /Users/zhaoxingchen/Desktop/abc/Mattth/Mattth/AppDelegate.swift /Users/zhaoxingchen/Desktop/abc/Mattth/Mattth/ContentViewController.swift /Users/zhaoxingchen/Desktop/abc/Mattth/Mattth/process.swift /Users/zhaoxingchen/Desktop/abc/Mattth/Mattth/MathShot.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/XPC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/AppKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
/Users/zhaoxingchen/Desktop/abc/Mattth/Build/Intermediates.noindex/MathFlow.build/Debug/Mattth.build/Objects-normal/x86_64/process~partial.swiftdoc : /Users/zhaoxingchen/Desktop/abc/Mattth/Mattth/AppDelegate.swift /Users/zhaoxingchen/Desktop/abc/Mattth/Mattth/ContentViewController.swift /Users/zhaoxingchen/Desktop/abc/Mattth/Mattth/process.swift /Users/zhaoxingchen/Desktop/abc/Mattth/Mattth/MathShot.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/XPC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/AppKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
| D |
/// Copyright: Copyright (c) 2017-2019 Andrey Penechko.
/// License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
/// Authors: Andrey Penechko.
module fe.ast.stmt;
public import fe.ast.stmt.block_stmt;
public import fe.ast.stmt.break_stmt;
public import fe.ast.stmt.continue_stmt;
public import fe.ast.stmt.do_stmt;
public import fe.ast.stmt.for_stmt;
public import fe.ast.stmt.if_stmt;
public import fe.ast.stmt.return_stmt;
public import fe.ast.stmt.while_stmt;
| D |
module Windows.UI.Xaml.Automation.Peers;
import dwinrt;
struct RawElementProviderRuntimeId
{
UINT32 Part1;
UINT32 Part2;
}
@uuid("8b4acfeb-89fa-4f13-84be-35ca5b7c9590")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AppBarAutomationPeer")
interface IAppBarAutomationPeer : IInspectable
{
}
@uuid("8360f4e2-e396-4517-af5d-f4cf34c54edf")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AppBarAutomationPeer")
interface IAppBarAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.AppBar owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.AppBarAutomationPeer* return_instance);
}
@uuid("443262b2-4f6d-4b76-9d2e-3eff777e8864")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AppBarButtonAutomationPeer")
interface IAppBarButtonAutomationPeer : IInspectable
{
}
@uuid("aef0342a-acb7-42dc-97e3-847071865fd6")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AppBarButtonAutomationPeer")
interface IAppBarButtonAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.AppBarButton owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.AppBarButtonAutomationPeer* return_instance);
}
@uuid("8464efad-9655-4aff-9550-63ae9ec8fe9c")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AppBarToggleButtonAutomationPeer")
interface IAppBarToggleButtonAutomationPeer : IInspectable
{
}
@uuid("d6f9139d-02c1-4221-9591-7d4efeb74701")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AppBarToggleButtonAutomationPeer")
interface IAppBarToggleButtonAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.AppBarToggleButton owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.AppBarToggleButtonAutomationPeer* return_instance);
}
@uuid("2f32c302-f99b-491d-9726-a5e181643efa")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutoSuggestBoxAutomationPeer")
interface IAutoSuggestBoxAutomationPeer : IInspectable
{
}
@uuid("80046849-18e7-4475-b362-4bbd53d24562")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutoSuggestBoxAutomationPeer")
interface IAutoSuggestBoxAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.AutoSuggestBox owner, Windows.UI.Xaml.Automation.Peers.AutoSuggestBoxAutomationPeer* return_instance);
}
@uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutomationPeer")
interface IAutomationPeer : IInspectable
{
extern(Windows):
HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value);
HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value);
HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue);
HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId);
HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue);
HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue);
HRESULT abi_GetAccessKey(HSTRING* return_returnValue);
HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue);
HRESULT abi_GetAutomationId(HSTRING* return_returnValue);
HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue);
HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue);
HRESULT abi_GetClassName(HSTRING* return_returnValue);
HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue);
HRESULT abi_GetHelpText(HSTRING* return_returnValue);
HRESULT abi_GetItemStatus(HSTRING* return_returnValue);
HRESULT abi_GetItemType(HSTRING* return_returnValue);
HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue);
HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue);
HRESULT abi_GetName(HSTRING* return_returnValue);
HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue);
HRESULT abi_HasKeyboardFocus(bool* return_returnValue);
HRESULT abi_IsContentElement(bool* return_returnValue);
HRESULT abi_IsControlElement(bool* return_returnValue);
HRESULT abi_IsEnabled(bool* return_returnValue);
HRESULT abi_IsKeyboardFocusable(bool* return_returnValue);
HRESULT abi_IsOffscreen(bool* return_returnValue);
HRESULT abi_IsPassword(bool* return_returnValue);
HRESULT abi_IsRequiredForForm(bool* return_returnValue);
HRESULT abi_SetFocus();
deprecated("Consider using Navigate with AutomationNavigationDirection::Parent, which is an improved version of GetParent. For more info, see MSDN.")
HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue);
HRESULT abi_InvalidatePeer();
deprecated("Consider using GetElementFromPoint, which is an improved version of GetPeerFromPoint. For more info, see MSDN.")
HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue);
HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue);
}
@uuid("ea1f89c7-ebf5-4ab8-88f7-680d821dac61")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutomationPeer")
interface IAutomationPeer2 : IInspectable
{
}
@uuid("d3cfb977-0084-41d7-a221-28158d3bc32c")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutomationPeer")
interface IAutomationPeer3 : IInspectable
{
extern(Windows):
HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue);
HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue);
HRESULT abi_GetFocusedElement(IInspectable* return_returnValue);
HRESULT abi_ShowContextMenu();
HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue);
HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue);
HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer);
HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData);
HRESULT abi_GetPositionInSet(INT32* return_returnValue);
HRESULT abi_GetSizeOfSet(INT32* return_returnValue);
HRESULT abi_GetLevel(INT32* return_returnValue);
HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child);
}
@uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutomationPeer")
interface IAutomationPeer4 : IInspectable
{
extern(Windows):
HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue);
HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue);
}
@uuid("f632e1c6-0a3f-4574-9fef-cdc151765674")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutomationPeer")
interface IAutomationPeer5 : IInspectable
{
extern(Windows):
HRESULT abi_IsPeripheral(bool* return_returnValue);
HRESULT abi_IsDataValidForForm(bool* return_returnValue);
HRESULT abi_GetFullDescription(HSTRING* return_returnValue);
}
@uuid("caf8608f-13ff-42fb-866d-22206434cc6b")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutomationPeer")
interface IAutomationPeer6 : IInspectable
{
extern(Windows):
HRESULT abi_GetCulture(INT32* return_returnValue);
}
@uuid("0c456061-52cf-43fa-82f8-07f137351e5a")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation")
interface IAutomationPeerAnnotation : IInspectable
{
extern(Windows):
HRESULT get_Type(Windows.UI.Xaml.Automation.AnnotationType* return_value);
HRESULT set_Type(Windows.UI.Xaml.Automation.AnnotationType value);
HRESULT get_Peer(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value);
HRESULT set_Peer(Windows.UI.Xaml.Automation.Peers.AutomationPeer value);
}
@uuid("f59c439e-c65b-43cd-9009-03fc023363a7")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation")
interface IAutomationPeerAnnotationFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstance(Windows.UI.Xaml.Automation.AnnotationType type, Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation* return_instance);
HRESULT abi_CreateWithPeerParameter(Windows.UI.Xaml.Automation.AnnotationType type, Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation* return_instance);
}
@uuid("8809a87d-09b2-4d45-b78b-1d3b3b09f661")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation")
interface IAutomationPeerAnnotationStatics : IInspectable
{
extern(Windows):
HRESULT get_TypeProperty(Windows.UI.Xaml.DependencyProperty* return_value);
HRESULT get_PeerProperty(Windows.UI.Xaml.DependencyProperty* return_value);
}
@uuid("20c27545-a88b-43c8-bc24-cea9dafd04a3")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutomationPeer")
interface IAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstance(IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_instance);
}
@uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutomationPeer")
interface IAutomationPeerOverrides : IInspectable
{
extern(Windows):
HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue);
HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue);
HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue);
HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue);
HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue);
HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue);
HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue);
HRESULT abi_GetClassNameCore(HSTRING* return_returnValue);
HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue);
HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue);
HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue);
HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue);
HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue);
HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue);
HRESULT abi_GetNameCore(HSTRING* return_returnValue);
HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue);
HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue);
HRESULT abi_IsContentElementCore(bool* return_returnValue);
HRESULT abi_IsControlElementCore(bool* return_returnValue);
HRESULT abi_IsEnabledCore(bool* return_returnValue);
HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue);
HRESULT abi_IsOffscreenCore(bool* return_returnValue);
HRESULT abi_IsPasswordCore(bool* return_returnValue);
HRESULT abi_IsRequiredForFormCore(bool* return_returnValue);
HRESULT abi_SetFocusCore();
HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue);
HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue);
}
@uuid("2603682a-9da6-4023-b496-496e5ef228d2")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutomationPeer")
interface IAutomationPeerOverrides2 : IInspectable
{
extern(Windows):
HRESULT abi_ShowContextMenuCore();
HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue);
}
@uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutomationPeer")
interface IAutomationPeerOverrides3 : IInspectable
{
extern(Windows):
HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue);
HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue);
HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue);
HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue);
HRESULT abi_GetPositionInSetCore(INT32* return_returnValue);
HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue);
HRESULT abi_GetLevelCore(INT32* return_returnValue);
}
@uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutomationPeer")
interface IAutomationPeerOverrides4 : IInspectable
{
extern(Windows):
HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue);
HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue);
}
@uuid("2c847c85-781e-49f7-9fef-b9e14d014707")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutomationPeer")
interface IAutomationPeerOverrides5 : IInspectable
{
extern(Windows):
HRESULT abi_IsPeripheralCore(bool* return_returnValue);
HRESULT abi_IsDataValidForFormCore(bool* return_returnValue);
HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue);
HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue);
HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue);
HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue);
}
@uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutomationPeer")
interface IAutomationPeerOverrides6 : IInspectable
{
extern(Windows):
HRESULT abi_GetCultureCore(INT32* return_returnValue);
}
@uuid("f4b40e52-642f-4629-a54a-ea5d2349c448")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutomationPeer")
interface IAutomationPeerProtected : IInspectable
{
extern(Windows):
HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue);
HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue);
}
@uuid("562f7fb0-a331-4a9c-9dec-bfb7586fffff")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutomationPeer")
interface IAutomationPeerStatics : IInspectable
{
extern(Windows):
HRESULT abi_ListenerExists(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId, bool* return_returnValue);
}
@uuid("572c5714-7f87-4271-819f-6cf4c4d022d0")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.AutomationPeer")
interface IAutomationPeerStatics3 : IInspectable
{
extern(Windows):
HRESULT abi_GenerateRawElementProviderRuntimeId(Windows.UI.Xaml.Automation.Peers.RawElementProviderRuntimeId* return_returnValue);
}
@uuid("fb77efbe-39ec-4508-8ac3-51a1424027d7")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ButtonAutomationPeer")
interface IButtonAutomationPeer : IInspectable
{
}
@uuid("3fdb9f49-f4ab-4780-8644-03376299a175")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ButtonAutomationPeer")
interface IButtonAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.Button owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ButtonAutomationPeer* return_instance);
}
@uuid("a4f3b5b6-7585-4e0b-96d2-08cf6f28befa")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ButtonBaseAutomationPeer")
interface IButtonBaseAutomationPeer : IInspectable
{
}
@uuid("8a04091e-e6b2-4c60-a759-c13ca45165ed")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ButtonBaseAutomationPeer")
interface IButtonBaseAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.Primitives.ButtonBase owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ButtonBaseAutomationPeer* return_instance);
}
@uuid("dcc44ee0-fa45-45c6-8bb7-320d808f5958")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.CaptureElementAutomationPeer")
interface ICaptureElementAutomationPeer : IInspectable
{
}
@uuid("9b92ef48-85e9-4869-b175-8f7cf45a6d9f")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.CaptureElementAutomationPeer")
interface ICaptureElementAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.CaptureElement owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.CaptureElementAutomationPeer* return_instance);
}
@uuid("eb15bc42-c0a9-46c6-ac24-b83de429c733")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.CheckBoxAutomationPeer")
interface ICheckBoxAutomationPeer : IInspectable
{
}
@uuid("b75c775d-eb8f-44ef-a27c-e26ac7de8333")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.CheckBoxAutomationPeer")
interface ICheckBoxAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.CheckBox owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.CheckBoxAutomationPeer* return_instance);
}
@uuid("7eb40d0b-75c5-4263-ba6a-d4a54fb0f239")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer")
interface IComboBoxAutomationPeer : IInspectable
{
}
@uuid("098e5b0d-1b90-40b9-9be3-b23267eb13cf")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer")
interface IComboBoxAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.ComboBox owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer* return_instance);
}
@uuid("12ddc76e-9552-446a-82ee-938cc371800f")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ComboBoxItemAutomationPeer")
interface IComboBoxItemAutomationPeer : IInspectable
{
}
@uuid("134ac7fc-397a-403f-a6ec-1ce8beda15e5")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ComboBoxItemAutomationPeer")
interface IComboBoxItemAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.ComboBoxItem owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ComboBoxItemAutomationPeer* return_instance);
}
@uuid("4fef6df2-289c-4c04-831b-5a668c6d7104")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ComboBoxItemDataAutomationPeer")
interface IComboBoxItemDataAutomationPeer : IInspectable
{
}
@uuid("14a8d4f6-469a-41ba-9d93-44a1a55da872")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ComboBoxItemDataAutomationPeer")
interface IComboBoxItemDataAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithParentAndItem(IInspectable item, Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer parent, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ComboBoxItemDataAutomationPeer* return_instance);
}
@uuid("d07d357f-a0b9-45dc-991a-76c505e7d0f5")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.DatePickerAutomationPeer")
interface IDatePickerAutomationPeer : IInspectable
{
}
@uuid("e5667d19-9157-4436-9f4d-7fb99174b48e")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.DatePickerAutomationPeer")
interface IDatePickerAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.DatePicker owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.DatePickerAutomationPeer* return_instance);
}
@uuid("752aed38-c2bf-4880-82b2-a6c05e90c135")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.DatePickerFlyoutPresenterAutomationPeer")
interface IDatePickerFlyoutPresenterAutomationPeer : IInspectable
{
}
@uuid("8ec0353a-4284-4b00-aef8-a2688ea5e3c4")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.FlipViewAutomationPeer")
interface IFlipViewAutomationPeer : IInspectable
{
}
@uuid("4395ab0d-8d83-483c-88eb-e2617b0d293f")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.FlipViewAutomationPeer")
interface IFlipViewAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.FlipView owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.FlipViewAutomationPeer* return_instance);
}
@uuid("c83034de-fa08-4bd3-aeb2-d2e5bfa04df9")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.FlipViewItemAutomationPeer")
interface IFlipViewItemAutomationPeer : IInspectable
{
}
@uuid("69109356-d0e5-4c10-a09c-ad0bf1b0cb01")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.FlipViewItemAutomationPeer")
interface IFlipViewItemAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.FlipViewItem owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.FlipViewItemAutomationPeer* return_instance);
}
@uuid("b0986175-00bc-4118-8a6f-16ee9c15d968")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.FlipViewItemDataAutomationPeer")
interface IFlipViewItemDataAutomationPeer : IInspectable
{
}
@uuid("3c864393-0aea-4e78-bc11-b775cac4114c")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.FlipViewItemDataAutomationPeer")
interface IFlipViewItemDataAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithParentAndItem(IInspectable item, Windows.UI.Xaml.Automation.Peers.FlipViewAutomationPeer parent, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.FlipViewItemDataAutomationPeer* return_instance);
}
@uuid("a01840b4-5fca-456f-98ea-300eb40b585e")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.FlyoutPresenterAutomationPeer")
interface IFlyoutPresenterAutomationPeer : IInspectable
{
}
@uuid("f350155f-8924-44c0-ba44-653fe79f1efb")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.FlyoutPresenterAutomationPeer")
interface IFlyoutPresenterAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.FlyoutPresenter owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.FlyoutPresenterAutomationPeer* return_instance);
}
@uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer")
interface IFrameworkElementAutomationPeer : IInspectable
{
extern(Windows):
HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value);
}
@uuid("0db9b8bc-b812-48e3-af1f-dbc57600c325")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer")
interface IFrameworkElementAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.FrameworkElement owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer* return_instance);
}
@uuid("b9c0b997-2820-44a1-a5a8-9b801edc269e")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer")
interface IFrameworkElementAutomationPeerStatics : IInspectable
{
extern(Windows):
HRESULT abi_FromElement(Windows.UI.Xaml.UIElement element, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue);
HRESULT abi_CreatePeerForElement(Windows.UI.Xaml.UIElement element, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue);
}
@uuid("1c4401a4-d951-49ca-8f82-c7f3c60681b0")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.GridViewAutomationPeer")
interface IGridViewAutomationPeer : IInspectable
{
}
@uuid("8aca59dd-22a7-4800-894b-c1f485f38953")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.GridViewAutomationPeer")
interface IGridViewAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.GridView owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.GridViewAutomationPeer* return_instance);
}
@uuid("e3dcef3a-e08a-48e7-b23a-2be5b66e474e")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.GridViewHeaderItemAutomationPeer")
interface IGridViewHeaderItemAutomationPeer : IInspectable
{
}
@uuid("2c80b4d2-ffc2-4157-88dd-59cd92e39715")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.GridViewHeaderItemAutomationPeer")
interface IGridViewHeaderItemAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.GridViewHeaderItem owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.GridViewHeaderItemAutomationPeer* return_instance);
}
@uuid("93ef2d07-346c-4166-a4ba-bc6a181e7f33")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.GridViewItemAutomationPeer")
interface IGridViewItemAutomationPeer : IInspectable
{
}
@uuid("fafec376-f22e-466d-913c-ae24ccdb160f")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.GridViewItemAutomationPeer")
interface IGridViewItemAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.GridViewItem owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.GridViewItemAutomationPeer* return_instance);
}
@uuid("f3f4868f-29d4-4094-8c54-ea61a88294a4")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.GridViewItemDataAutomationPeer")
interface IGridViewItemDataAutomationPeer : IInspectable
{
}
@uuid("a65e7a88-770d-402c-996f-67506af2a4af")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.GridViewItemDataAutomationPeer")
interface IGridViewItemDataAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithParentAndItem(IInspectable item, Windows.UI.Xaml.Automation.Peers.GridViewAutomationPeer parent, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.GridViewItemDataAutomationPeer* return_instance);
}
@uuid("1914fe6d-0740-4236-9ee1-38cf19c1c388")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.GroupItemAutomationPeer")
interface IGroupItemAutomationPeer : IInspectable
{
}
@uuid("56a64567-f21c-4c90-b379-15a27c7f8409")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.GroupItemAutomationPeer")
interface IGroupItemAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.GroupItem owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.GroupItemAutomationPeer* return_instance);
}
@uuid("4ddee056-4ebc-4620-a05d-903e3c9a4ead")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.HubAutomationPeer")
interface IHubAutomationPeer : IInspectable
{
}
@uuid("c762d43f-79dd-43ee-8777-8d08b39aa065")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.HubAutomationPeer")
interface IHubAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.Hub owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.HubAutomationPeer* return_instance);
}
@uuid("16d91ff7-7431-4d82-83ce-cfa3192b0f18")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.HubSectionAutomationPeer")
interface IHubSectionAutomationPeer : IInspectable
{
}
@uuid("c68e27e8-17ec-4329-91ae-2d0b2339d498")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.HubSectionAutomationPeer")
interface IHubSectionAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.HubSection owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.HubSectionAutomationPeer* return_instance);
}
@uuid("aa7afcb1-0edf-46d9-aa9e-0eb21d140097")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.HyperlinkButtonAutomationPeer")
interface IHyperlinkButtonAutomationPeer : IInspectable
{
}
@uuid("59bc1661-c182-49af-9526-44b88e628455")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.HyperlinkButtonAutomationPeer")
interface IHyperlinkButtonAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.HyperlinkButton owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.HyperlinkButtonAutomationPeer* return_instance);
}
@uuid("9b0bbf8c-60a2-48bf-ab2c-1a52a451d2d4")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ImageAutomationPeer")
interface IImageAutomationPeer : IInspectable
{
}
@uuid("90304003-687d-47bf-b3a2-4babcad8ef50")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ImageAutomationPeer")
interface IImageAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.Image owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ImageAutomationPeer* return_instance);
}
@uuid("123baaa4-f2e8-4bcb-9382-5dfdd11fe45f")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.InkToolbarAutomationPeer")
interface IInkToolbarAutomationPeer : IInspectable
{
}
@uuid("953c34f6-3b31-47a7-b3bf-25d3ae99c317")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer")
interface IItemAutomationPeer : IInspectable
{
extern(Windows):
HRESULT get_Item(IInspectable* return_value);
HRESULT get_ItemsControlAutomationPeer(Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer* return_value);
}
@uuid("29065073-de3d-4d3f-97b4-4d6f9d53444d")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer")
interface IItemAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithParentAndItem(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer parent, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_instance);
}
@uuid("96e76bf1-37f7-4088-925d-65268e83e34d")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer")
interface IItemsControlAutomationPeer : IInspectable
{
}
@uuid("c48d8917-95a8-47b8-a517-bf891a6c039b")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer")
interface IItemsControlAutomationPeer2 : IInspectable
{
extern(Windows):
HRESULT abi_CreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue);
}
@uuid("4038a259-2e1a-49ca-a533-c64f181577e6")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer")
interface IItemsControlAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.ItemsControl owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer* return_instance);
}
@uuid("361dc0e8-b56f-45e9-80fe-10a0fb0fe177")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer")
interface IItemsControlAutomationPeerOverrides2 : IInspectable
{
extern(Windows):
HRESULT abi_OnCreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue);
}
@uuid("8cd0d608-b402-4a6e-bd9a-343f8845eb32")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ListBoxAutomationPeer")
interface IListBoxAutomationPeer : IInspectable
{
}
@uuid("e2362185-7df6-49f7-8abc-4c33f1a3d46e")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ListBoxAutomationPeer")
interface IListBoxAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.ListBox owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ListBoxAutomationPeer* return_instance);
}
@uuid("1bc6e1c6-2997-42df-99eb-92bc1dd149fb")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ListBoxItemAutomationPeer")
interface IListBoxItemAutomationPeer : IInspectable
{
}
@uuid("509f9dd8-b0aa-443f-a110-41209af44f1c")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ListBoxItemAutomationPeer")
interface IListBoxItemAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.ListBoxItem owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ListBoxItemAutomationPeer* return_instance);
}
@uuid("fd7d5fee-fde0-482a-8084-dcebba5b9806")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ListBoxItemDataAutomationPeer")
interface IListBoxItemDataAutomationPeer : IInspectable
{
}
@uuid("d7924e16-bd8d-4662-a995-20ff9a056093")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ListBoxItemDataAutomationPeer")
interface IListBoxItemDataAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithParentAndItem(IInspectable item, Windows.UI.Xaml.Automation.Peers.ListBoxAutomationPeer parent, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ListBoxItemDataAutomationPeer* return_instance);
}
@uuid("56dfdc58-2395-4060-8047-8ea463698a24")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ListPickerFlyoutPresenterAutomationPeer")
interface IListPickerFlyoutPresenterAutomationPeer : IInspectable
{
}
@uuid("73cecc87-c0dc-4260-9148-75e9864a7230")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ListViewAutomationPeer")
interface IListViewAutomationPeer : IInspectable
{
}
@uuid("65f39174-eaa2-4e44-8be6-4cca28cd0288")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ListViewAutomationPeer")
interface IListViewAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.ListView owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ListViewAutomationPeer* return_instance);
}
@uuid("87ec7649-b83d-4e55-9afd-bd835e748f5c")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ListViewBaseAutomationPeer")
interface IListViewBaseAutomationPeer : IInspectable
{
}
@uuid("70d3c2be-8950-4647-9362-fd002f8ff82e")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ListViewBaseAutomationPeer")
interface IListViewBaseAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.ListViewBase owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ListViewBaseAutomationPeer* return_instance);
}
@uuid("7cb8b732-c1f0-4a3c-bc14-85dd48dedb85")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ListViewBaseHeaderItemAutomationPeer")
interface IListViewBaseHeaderItemAutomationPeer : IInspectable
{
}
@uuid("40ec995f-d631-4004-832e-6d8643e51561")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ListViewBaseHeaderItemAutomationPeer")
interface IListViewBaseHeaderItemAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.ListViewBaseHeaderItem owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ListViewBaseHeaderItemAutomationPeer* return_instance);
}
@uuid("67ab1e4b-ad61-4c88-ba45-0f3a8d061f8f")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ListViewHeaderItemAutomationPeer")
interface IListViewHeaderItemAutomationPeer : IInspectable
{
}
@uuid("07668694-2ca5-4be4-a8b9-592d48f76087")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ListViewHeaderItemAutomationPeer")
interface IListViewHeaderItemAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.ListViewHeaderItem owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ListViewHeaderItemAutomationPeer* return_instance);
}
@uuid("ca114e70-a16d-4d09-a1cf-1856ef98a9ec")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ListViewItemAutomationPeer")
interface IListViewItemAutomationPeer : IInspectable
{
}
@uuid("c47dfbc0-facc-4024-a73b-17ec4e662654")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ListViewItemAutomationPeer")
interface IListViewItemAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.ListViewItem owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ListViewItemAutomationPeer* return_instance);
}
@uuid("15a8d7fd-d7a5-4a6c-963c-6f7ce464671a")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ListViewItemDataAutomationPeer")
interface IListViewItemDataAutomationPeer : IInspectable
{
}
@uuid("d0db12bb-d715-4523-acc0-1e1072d8e32b")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ListViewItemDataAutomationPeer")
interface IListViewItemDataAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithParentAndItem(IInspectable item, Windows.UI.Xaml.Automation.Peers.ListViewBaseAutomationPeer parent, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ListViewItemDataAutomationPeer* return_instance);
}
@uuid("50b406ca-bae9-4816-8a3a-0cb4f96478a2")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.LoopingSelectorAutomationPeer")
interface ILoopingSelectorAutomationPeer : IInspectable
{
}
@uuid("d3fa68bf-04cf-4f4c-8d3e-4780a19d4788")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.LoopingSelectorItemAutomationPeer")
interface ILoopingSelectorItemAutomationPeer : IInspectable
{
}
@uuid("ef567e32-7cd2-4d32-9590-1f588d5ef38d")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.LoopingSelectorItemDataAutomationPeer")
interface ILoopingSelectorItemDataAutomationPeer : IInspectable
{
}
@uuid("425beee4-f2e8-4bcb-9382-5dfdd11fe45f")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.MapControlAutomationPeer")
interface IMapControlAutomationPeer : IInspectable
{
}
@uuid("ba0b9fc2-a6e2-41a5-b17a-d1594613efba")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.MediaElementAutomationPeer")
interface IMediaElementAutomationPeer : IInspectable
{
}
@uuid("b2ad3b28-7575-4173-9bc7-80367a164ed2")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.MediaElementAutomationPeer")
interface IMediaElementAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.MediaElement owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.MediaElementAutomationPeer* return_instance);
}
@uuid("02bed209-3f65-4fdd-b5ca-c4750d4e6ea4")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.MediaPlayerElementAutomationPeer")
interface IMediaPlayerElementAutomationPeer : IInspectable
{
}
@uuid("08848077-82af-4d19-b170-282a9e0e7f37")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.MediaPlayerElementAutomationPeer")
interface IMediaPlayerElementAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.MediaPlayerElement owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.MediaPlayerElementAutomationPeer* return_instance);
}
@uuid("a3ad8d93-79f8-4958-a3c8-980defb83d15")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.MediaTransportControlsAutomationPeer")
interface IMediaTransportControlsAutomationPeer : IInspectable
{
}
@uuid("f41cb003-e103-4ab0-812a-a08fbdb570ce")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.MediaTransportControlsAutomationPeer")
interface IMediaTransportControlsAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.MediaTransportControls owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.MediaTransportControlsAutomationPeer* return_instance);
}
@uuid("1fc19462-21df-456e-aa11-8fac6b4b2af6")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.MenuFlyoutItemAutomationPeer")
interface IMenuFlyoutItemAutomationPeer : IInspectable
{
}
@uuid("d08bfcb8-20d1-45d8-a2c2-2f130df714e0")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.MenuFlyoutItemAutomationPeer")
interface IMenuFlyoutItemAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.MenuFlyoutItem owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.MenuFlyoutItemAutomationPeer* return_instance);
}
@uuid("e244a871-fcbb-48fc-8a93-41ea134b53ce")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.MenuFlyoutPresenterAutomationPeer")
interface IMenuFlyoutPresenterAutomationPeer : IInspectable
{
}
@uuid("07b5172d-761d-452b-9e6d-fa2a8be0ad26")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.MenuFlyoutPresenterAutomationPeer")
interface IMenuFlyoutPresenterAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.MenuFlyoutPresenter owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.MenuFlyoutPresenterAutomationPeer* return_instance);
}
@uuid("684f065e-3df3-4b9f-82ad-8819db3b218a")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.PasswordBoxAutomationPeer")
interface IPasswordBoxAutomationPeer : IInspectable
{
}
@uuid("ac3d7ede-dca4-481c-b520-4a9b3f3b179c")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.PasswordBoxAutomationPeer")
interface IPasswordBoxAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.PasswordBox owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.PasswordBoxAutomationPeer* return_instance);
}
@uuid("28414bf7-8382-4eae-93c1-d6f035aa8155")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.PickerFlyoutPresenterAutomationPeer")
interface IPickerFlyoutPresenterAutomationPeer : IInspectable
{
}
@uuid("e715a8f8-3b9d-402c-81e2-6e912ef58981")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer")
interface IPivotAutomationPeer : IInspectable
{
}
@uuid("3efe0f94-0c91-4341-b9ac-1b56b4e6b84f")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer")
interface IPivotAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.Pivot owner, Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer* return_instance);
}
@uuid("1a4241ad-5d55-4d27-b40f-2d37506fbe78")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.PivotItemAutomationPeer")
interface IPivotItemAutomationPeer : IInspectable
{
}
@uuid("f2810471-183f-416b-b41a-1e5a958a91f4")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.PivotItemAutomationPeer")
interface IPivotItemAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.PivotItem owner, Windows.UI.Xaml.Automation.Peers.PivotItemAutomationPeer* return_instance);
}
@uuid("a2a3b788-ea1d-48b7-88ee-f08b6aa07fee")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.PivotItemDataAutomationPeer")
interface IPivotItemDataAutomationPeer : IInspectable
{
}
@uuid("517a2480-d3b6-412e-82b6-94a0a84c13b0")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.PivotItemDataAutomationPeer")
interface IPivotItemDataAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithParentAndItem(IInspectable item, Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer parent, Windows.UI.Xaml.Automation.Peers.PivotItemDataAutomationPeer* return_instance);
}
@uuid("93f48f86-d840-4fb6-ac2f-5f779b854b0d")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ProgressBarAutomationPeer")
interface IProgressBarAutomationPeer : IInspectable
{
}
@uuid("364679ab-b80f-41b4-8eea-2f5251bc739c")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ProgressBarAutomationPeer")
interface IProgressBarAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.ProgressBar owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ProgressBarAutomationPeer* return_instance);
}
@uuid("bc305eee-39d3-4eeb-ac33-2394de123e2e")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ProgressRingAutomationPeer")
interface IProgressRingAutomationPeer : IInspectable
{
}
@uuid("f3db204b-157e-40bc-9593-55bc5c71a4f6")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ProgressRingAutomationPeer")
interface IProgressRingAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.ProgressRing owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ProgressRingAutomationPeer* return_instance);
}
@uuid("7e6a5ed8-0b30-4743-b102-dcdf548e3131")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.RadioButtonAutomationPeer")
interface IRadioButtonAutomationPeer : IInspectable
{
}
@uuid("4940c4fd-3d88-49ca-8f31-924187af0bfe")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.RadioButtonAutomationPeer")
interface IRadioButtonAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.RadioButton owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.RadioButtonAutomationPeer* return_instance);
}
@uuid("e454b549-4b2c-42ad-b04b-d35947d1ee50")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeer")
interface IRangeBaseAutomationPeer : IInspectable
{
}
@uuid("827c7601-3078-4479-95ea-91374ca06207")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeer")
interface IRangeBaseAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.Primitives.RangeBase owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeer* return_instance);
}
@uuid("29e41ad5-a8ac-4e8a-83d8-09e37e054257")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.RepeatButtonAutomationPeer")
interface IRepeatButtonAutomationPeer : IInspectable
{
}
@uuid("6a6ff9d4-575e-4e60-bdd6-ec14419b4ff6")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.RepeatButtonAutomationPeer")
interface IRepeatButtonAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.Primitives.RepeatButton owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.RepeatButtonAutomationPeer* return_instance);
}
@uuid("c69f5c04-16ee-467a-a833-c3da8458ad64")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.RichEditBoxAutomationPeer")
interface IRichEditBoxAutomationPeer : IInspectable
{
}
@uuid("752c8399-d296-4d87-9020-a4750e885b3c")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.RichEditBoxAutomationPeer")
interface IRichEditBoxAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.RichEditBox owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.RichEditBoxAutomationPeer* return_instance);
}
@uuid("93a01a9c-9609-41fa-82f3-909c09f49a72")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.RichTextBlockAutomationPeer")
interface IRichTextBlockAutomationPeer : IInspectable
{
}
@uuid("2038ae61-1389-467a-aed6-37334da9622b")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.RichTextBlockAutomationPeer")
interface IRichTextBlockAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.RichTextBlock owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.RichTextBlockAutomationPeer* return_instance);
}
@uuid("8c9a409a-2736-437b-ab36-a16a202f105d")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.RichTextBlockOverflowAutomationPeer")
interface IRichTextBlockOverflowAutomationPeer : IInspectable
{
}
@uuid("bd5eb663-2c14-4665-adef-f2b033947beb")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.RichTextBlockOverflowAutomationPeer")
interface IRichTextBlockOverflowAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.RichTextBlockOverflow owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.RichTextBlockOverflowAutomationPeer* return_instance);
}
@uuid("69e0c369-bbe7-41f2-87ca-aad813fe550e")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ScrollBarAutomationPeer")
interface IScrollBarAutomationPeer : IInspectable
{
}
@uuid("e1302110-afeb-4595-8e3d-edc0844a2b21")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ScrollBarAutomationPeer")
interface IScrollBarAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.Primitives.ScrollBar owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ScrollBarAutomationPeer* return_instance);
}
@uuid("d985f259-1b09-4e88-88fd-421750dc6b45")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ScrollViewerAutomationPeer")
interface IScrollViewerAutomationPeer : IInspectable
{
}
@uuid("270dff7d-d96d-48f9-a36a-c252aa9c4670")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ScrollViewerAutomationPeer")
interface IScrollViewerAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.ScrollViewer owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ScrollViewerAutomationPeer* return_instance);
}
@uuid("854011a4-18a6-4f30-939b-8871afa3f5e9")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.SearchBoxAutomationPeer")
interface ISearchBoxAutomationPeer : IInspectable
{
}
@uuid("b3c01430-7faa-41bb-8e91-7c761c5267f1")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.SearchBoxAutomationPeer")
interface ISearchBoxAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.SearchBox owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.SearchBoxAutomationPeer* return_instance);
}
@uuid("162ac829-7115-43ec-b383-a7b71644069d")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer")
interface ISelectorAutomationPeer : IInspectable
{
}
@uuid("7b525646-829b-4dcc-bd52-5a8d0399387a")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer")
interface ISelectorAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.Primitives.Selector owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer* return_instance);
}
@uuid("ae8b3477-860a-45bb-bf7c-e1b27419d1dd")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.SelectorItemAutomationPeer")
interface ISelectorItemAutomationPeer : IInspectable
{
}
@uuid("66d7edfb-786d-4362-a964-ebfb21776c30")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.SelectorItemAutomationPeer")
interface ISelectorItemAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithParentAndItem(IInspectable item, Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer parent, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.SelectorItemAutomationPeer* return_instance);
}
@uuid("3c2fac6c-a977-47fc-b44e-2754c0b2bea9")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.SemanticZoomAutomationPeer")
interface ISemanticZoomAutomationPeer : IInspectable
{
}
@uuid("f518d44d-a493-4496-b077-9674c7f4c5fa")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.SemanticZoomAutomationPeer")
interface ISemanticZoomAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.SemanticZoom owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.SemanticZoomAutomationPeer* return_instance);
}
@uuid("d0de0cdb-30cf-47a6-a5eb-9c77f0b0d6dd")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.SettingsFlyoutAutomationPeer")
interface ISettingsFlyoutAutomationPeer : IInspectable
{
}
@uuid("f94762bd-8a14-40e4-94a7-3f33c922e945")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.SettingsFlyoutAutomationPeer")
interface ISettingsFlyoutAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.SettingsFlyout owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.SettingsFlyoutAutomationPeer* return_instance);
}
@uuid("ec30015a-d611-46d0-ae4f-6ecf27dfbaa5")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.SliderAutomationPeer")
interface ISliderAutomationPeer : IInspectable
{
}
@uuid("971b8056-9a7a-4df9-95fa-6f5c04c91cac")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.SliderAutomationPeer")
interface ISliderAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.Slider owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.SliderAutomationPeer* return_instance);
}
@uuid("be2057f5-6715-4e69-a050-92bd0ce232a9")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.TextBlockAutomationPeer")
interface ITextBlockAutomationPeer : IInspectable
{
}
@uuid("76bf924b-7ca0-4b01-bc5c-a8cf4d3691de")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.TextBlockAutomationPeer")
interface ITextBlockAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.TextBlock owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.TextBlockAutomationPeer* return_instance);
}
@uuid("3a4f1ca0-5e5d-4d26-9067-e740bf657a9f")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.TextBoxAutomationPeer")
interface ITextBoxAutomationPeer : IInspectable
{
}
@uuid("01f0c067-966b-4130-b872-469e42bd4a7f")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.TextBoxAutomationPeer")
interface ITextBoxAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.TextBox owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.TextBoxAutomationPeer* return_instance);
}
@uuid("dc2949b5-b45e-4d6d-892f-d9422c950efb")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ThumbAutomationPeer")
interface IThumbAutomationPeer : IInspectable
{
}
@uuid("970743ff-af41-4600-b55d-26d43df860e1")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ThumbAutomationPeer")
interface IThumbAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.Primitives.Thumb owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ThumbAutomationPeer* return_instance);
}
@uuid("a43d44ef-3285-4df7-b4a4-e4cdf36a3a17")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.TimePickerAutomationPeer")
interface ITimePickerAutomationPeer : IInspectable
{
}
@uuid("978f6671-47f8-40a7-9e21-68128b16b4fd")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.TimePickerAutomationPeer")
interface ITimePickerAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.TimePicker owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.TimePickerAutomationPeer* return_instance);
}
@uuid("da93ee27-82f1-4701-8706-be297bf06043")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.TimePickerFlyoutPresenterAutomationPeer")
interface ITimePickerFlyoutPresenterAutomationPeer : IInspectable
{
}
@uuid("62dbe6c5-bc0a-45bb-bf77-ea0f1502891f")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ToggleButtonAutomationPeer")
interface IToggleButtonAutomationPeer : IInspectable
{
}
@uuid("c9218cc4-ad4b-4d03-a6a4-7d59e6360004")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ToggleButtonAutomationPeer")
interface IToggleButtonAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.Primitives.ToggleButton owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ToggleButtonAutomationPeer* return_instance);
}
@uuid("6b57eafe-6af1-4903-8373-3437bf352345")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ToggleMenuFlyoutItemAutomationPeer")
interface IToggleMenuFlyoutItemAutomationPeer : IInspectable
{
}
@uuid("94364b77-8f6c-4837-aae3-94d010d8d162")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ToggleMenuFlyoutItemAutomationPeer")
interface IToggleMenuFlyoutItemAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.ToggleMenuFlyoutItem owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ToggleMenuFlyoutItemAutomationPeer* return_instance);
}
@uuid("c011f174-e89e-4790-bf9a-78ebb5f59e9f")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ToggleSwitchAutomationPeer")
interface IToggleSwitchAutomationPeer : IInspectable
{
}
@uuid("31f933e3-fef8-4419-9df5-d9ef7196ea34")
@WinrtFactory("Windows.UI.Xaml.Automation.Peers.ToggleSwitchAutomationPeer")
interface IToggleSwitchAutomationPeerFactory : IInspectable
{
extern(Windows):
HRESULT abi_CreateInstanceWithOwner(Windows.UI.Xaml.Controls.ToggleSwitch owner, IInspectable outer, IInspectable* out_inner, Windows.UI.Xaml.Automation.Peers.ToggleSwitchAutomationPeer* return_instance);
}
interface AppBarAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IAppBarAutomationPeer, Windows.UI.Xaml.Automation.Provider.IToggleProvider, Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider, Windows.UI.Xaml.Automation.Provider.IWindowProvider
{
extern(Windows):
final Windows.UI.Xaml.Automation.ToggleState ToggleState()
{
Windows.UI.Xaml.Automation.ToggleState _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)this.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).get_ToggleState(&_ret));
return _ret;
}
final void Toggle()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)this.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).abi_Toggle());
}
final Windows.UI.Xaml.Automation.ExpandCollapseState ExpandCollapseState()
{
Windows.UI.Xaml.Automation.ExpandCollapseState _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider)this.asInterface(uuid("49ac8399-d626-4543-94b9-a6d9a9593af6"))).get_ExpandCollapseState(&_ret));
return _ret;
}
final void Collapse()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider)this.asInterface(uuid("49ac8399-d626-4543-94b9-a6d9a9593af6"))).abi_Collapse());
}
final void Expand()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider)this.asInterface(uuid("49ac8399-d626-4543-94b9-a6d9a9593af6"))).abi_Expand());
}
final bool IsModal()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)this.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_IsModal(&_ret));
return _ret;
}
final bool IsTopmost()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)this.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_IsTopmost(&_ret));
return _ret;
}
final bool Maximizable()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)this.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_Maximizable(&_ret));
return _ret;
}
final bool Minimizable()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)this.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_Minimizable(&_ret));
return _ret;
}
final Windows.UI.Xaml.Automation.WindowInteractionState InteractionState()
{
Windows.UI.Xaml.Automation.WindowInteractionState _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)this.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_InteractionState(&_ret));
return _ret;
}
final Windows.UI.Xaml.Automation.WindowVisualState VisualState()
{
Windows.UI.Xaml.Automation.WindowVisualState _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)this.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_VisualState(&_ret));
return _ret;
}
final void Close()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)this.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).abi_Close());
}
final void SetVisualState(Windows.UI.Xaml.Automation.WindowVisualState state)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)this.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).abi_SetVisualState(state));
}
final bool WaitForInputIdle(INT32 milliseconds)
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)this.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).abi_WaitForInputIdle(milliseconds, &_ret));
return _ret;
}
}
@makable!(AppBarAutomationPeer, AppBarAutomationPeer, Windows.UI.Xaml.Automation.Peers.IAppBarAutomationPeerFactory)
class AppBarAutomationPeerT(Base) : AgileObject!Base, AppBarAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_ToggleState(Windows.UI.Xaml.Automation.ToggleState* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)m_inner.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).get_ToggleState(return_value); }
override HRESULT abi_Toggle() { return (cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)m_inner.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).abi_Toggle(); }
override HRESULT get_ExpandCollapseState(Windows.UI.Xaml.Automation.ExpandCollapseState* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider)m_inner.asInterface(uuid("49ac8399-d626-4543-94b9-a6d9a9593af6"))).get_ExpandCollapseState(return_value); }
override HRESULT abi_Collapse() { return (cast(Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider)m_inner.asInterface(uuid("49ac8399-d626-4543-94b9-a6d9a9593af6"))).abi_Collapse(); }
override HRESULT abi_Expand() { return (cast(Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider)m_inner.asInterface(uuid("49ac8399-d626-4543-94b9-a6d9a9593af6"))).abi_Expand(); }
override HRESULT get_IsModal(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)m_inner.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_IsModal(return_value); }
override HRESULT get_IsTopmost(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)m_inner.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_IsTopmost(return_value); }
override HRESULT get_Maximizable(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)m_inner.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_Maximizable(return_value); }
override HRESULT get_Minimizable(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)m_inner.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_Minimizable(return_value); }
override HRESULT get_InteractionState(Windows.UI.Xaml.Automation.WindowInteractionState* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)m_inner.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_InteractionState(return_value); }
override HRESULT get_VisualState(Windows.UI.Xaml.Automation.WindowVisualState* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)m_inner.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_VisualState(return_value); }
override HRESULT abi_Close() { return (cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)m_inner.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).abi_Close(); }
override HRESULT abi_SetVisualState(Windows.UI.Xaml.Automation.WindowVisualState state) { return (cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)m_inner.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).abi_SetVisualState(state); }
override HRESULT abi_WaitForInputIdle(INT32 milliseconds, bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)m_inner.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).abi_WaitForInputIdle(milliseconds, return_returnValue); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface AppBarButtonAutomationPeer : Windows.UI.Xaml.Automation.Peers.ButtonAutomationPeer, Windows.UI.Xaml.Automation.Peers.IAppBarButtonAutomationPeer
{
}
@makable!(AppBarButtonAutomationPeer, AppBarButtonAutomationPeer, Windows.UI.Xaml.Automation.Peers.IAppBarButtonAutomationPeerFactory)
class AppBarButtonAutomationPeerT(Base) : AgileObject!Base, AppBarButtonAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT abi_Invoke() { return (cast(Windows.UI.Xaml.Automation.Provider.IInvokeProvider)m_inner.asInterface(uuid("f7d1a187-b13c-4540-b09e-6778e2dc9ba5"))).abi_Invoke(); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface AppBarToggleButtonAutomationPeer : Windows.UI.Xaml.Automation.Peers.ToggleButtonAutomationPeer, Windows.UI.Xaml.Automation.Peers.IAppBarToggleButtonAutomationPeer
{
}
@makable!(AppBarToggleButtonAutomationPeer, AppBarToggleButtonAutomationPeer, Windows.UI.Xaml.Automation.Peers.IAppBarToggleButtonAutomationPeerFactory)
class AppBarToggleButtonAutomationPeerT(Base) : AgileObject!Base, AppBarToggleButtonAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_ToggleState(Windows.UI.Xaml.Automation.ToggleState* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)m_inner.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).get_ToggleState(return_value); }
override HRESULT abi_Toggle() { return (cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)m_inner.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).abi_Toggle(); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface AutoSuggestBoxAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IAutoSuggestBoxAutomationPeer
{
static Windows.UI.Xaml.Automation.Peers.AutoSuggestBoxAutomationPeer New(Windows.UI.Xaml.Controls.AutoSuggestBox owner)
{
auto factory = factory!(Windows.UI.Xaml.Automation.Peers.IAutoSuggestBoxAutomationPeerFactory);
Windows.UI.Xaml.Automation.Peers.AutoSuggestBoxAutomationPeer _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutoSuggestBoxAutomationPeerFactory)factory.asInterface(uuid("80046849-18e7-4475-b362-4bbd53d24562"))).abi_CreateInstanceWithOwner(owner, &_ret));
return _ret;
}
}
interface AutomationPeer : Windows.UI.Xaml.DependencyObject, Windows.UI.Xaml.Automation.Peers.IAutomationPeer, Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides, Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected, Windows.UI.Xaml.Automation.Peers.IAutomationPeer2, Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2, Windows.UI.Xaml.Automation.Peers.IAutomationPeer3, Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3, Windows.UI.Xaml.Automation.Peers.IAutomationPeer4, Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4, Windows.UI.Xaml.Automation.Peers.IAutomationPeer5, Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5, Windows.UI.Xaml.Automation.Peers.IAutomationPeer6, Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6
{
extern(Windows):
final Windows.UI.Xaml.Automation.Peers.AutomationPeer EventsSource()
{
Windows.UI.Xaml.Automation.Peers.AutomationPeer _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(&_ret));
return _ret;
}
final void EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value));
}
final IInspectable GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface)
{
IInspectable _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, &_ret));
return _ret;
}
final void RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId));
}
final void RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue));
}
final HSTRING GetAcceleratorKey()
{
HSTRING _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(&_ret));
return _ret;
}
final HSTRING GetAccessKey()
{
HSTRING _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(&_ret));
return _ret;
}
final Windows.UI.Xaml.Automation.Peers.AutomationControlType GetAutomationControlType()
{
Windows.UI.Xaml.Automation.Peers.AutomationControlType _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(&_ret));
return _ret;
}
final HSTRING GetAutomationId()
{
HSTRING _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(&_ret));
return _ret;
}
final Windows.Foundation.Rect GetBoundingRectangle()
{
Windows.Foundation.Rect _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(&_ret));
return _ret;
}
final Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer) GetChildren()
{
Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer) _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(&_ret));
return _ret;
}
final HSTRING GetClassName()
{
HSTRING _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(&_ret));
return _ret;
}
final Windows.Foundation.Point GetClickablePoint()
{
Windows.Foundation.Point _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(&_ret));
return _ret;
}
final HSTRING GetHelpText()
{
HSTRING _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(&_ret));
return _ret;
}
final HSTRING GetItemStatus()
{
HSTRING _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(&_ret));
return _ret;
}
final HSTRING GetItemType()
{
HSTRING _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(&_ret));
return _ret;
}
final Windows.UI.Xaml.Automation.Peers.AutomationPeer GetLabeledBy()
{
Windows.UI.Xaml.Automation.Peers.AutomationPeer _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(&_ret));
return _ret;
}
final HSTRING GetLocalizedControlType()
{
HSTRING _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(&_ret));
return _ret;
}
final HSTRING GetName()
{
HSTRING _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(&_ret));
return _ret;
}
final Windows.UI.Xaml.Automation.Peers.AutomationOrientation GetOrientation()
{
Windows.UI.Xaml.Automation.Peers.AutomationOrientation _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(&_ret));
return _ret;
}
final bool HasKeyboardFocus()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(&_ret));
return _ret;
}
final bool IsContentElement()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(&_ret));
return _ret;
}
final bool IsControlElement()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(&_ret));
return _ret;
}
final bool IsEnabled()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(&_ret));
return _ret;
}
final bool IsKeyboardFocusable()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(&_ret));
return _ret;
}
final bool IsOffscreen()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(&_ret));
return _ret;
}
final bool IsPassword()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(&_ret));
return _ret;
}
final bool IsRequiredForForm()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(&_ret));
return _ret;
}
final void SetFocus()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus());
}
deprecated("Consider using Navigate with AutomationNavigationDirection::Parent, which is an improved version of GetParent. For more info, see MSDN.")
final Windows.UI.Xaml.Automation.Peers.AutomationPeer GetParent()
{
Windows.UI.Xaml.Automation.Peers.AutomationPeer _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(&_ret));
return _ret;
}
final void InvalidatePeer()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer());
}
deprecated("Consider using GetElementFromPoint, which is an improved version of GetPeerFromPoint. For more info, see MSDN.")
final Windows.UI.Xaml.Automation.Peers.AutomationPeer GetPeerFromPoint(Windows.Foundation.Point point)
{
Windows.UI.Xaml.Automation.Peers.AutomationPeer _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, &_ret));
return _ret;
}
final Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting GetLiveSetting()
{
Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)this.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(&_ret));
return _ret;
}
final Windows.UI.Xaml.Automation.Peers.AutomationPeer PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider)
{
Windows.UI.Xaml.Automation.Peers.AutomationPeer _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)this.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, &_ret));
return _ret;
}
final Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer)
{
Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)this.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, &_ret));
return _ret;
}
final IInspectable Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction)
{
IInspectable _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)this.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, &_ret));
return _ret;
}
final IInspectable GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates)
{
IInspectable _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)this.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, &_ret));
return _ret;
}
final IInspectable GetFocusedElement()
{
IInspectable _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)this.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(&_ret));
return _ret;
}
final void ShowContextMenu()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)this.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu());
}
final Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer) GetControlledPeers()
{
Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer) _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)this.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(&_ret));
return _ret;
}
final Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation) GetAnnotations()
{
Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation) _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)this.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(&_ret));
return _ret;
}
final void SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)this.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer));
}
final void RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)this.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData));
}
final INT32 GetPositionInSet()
{
INT32 _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)this.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(&_ret));
return _ret;
}
final INT32 GetSizeOfSet()
{
INT32 _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)this.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(&_ret));
return _ret;
}
final INT32 GetLevel()
{
INT32 _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)this.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(&_ret));
return _ret;
}
final void RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)this.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child));
}
final Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType GetLandmarkType()
{
Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)this.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(&_ret));
return _ret;
}
final HSTRING GetLocalizedLandmarkType()
{
HSTRING _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)this.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(&_ret));
return _ret;
}
final bool IsPeripheral()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)this.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(&_ret));
return _ret;
}
final bool IsDataValidForForm()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)this.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(&_ret));
return _ret;
}
final HSTRING GetFullDescription()
{
HSTRING _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)this.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(&_ret));
return _ret;
}
final INT32 GetCulture()
{
INT32 _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)this.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(&_ret));
return _ret;
}
private static Windows.UI.Xaml.Automation.Peers.IAutomationPeerStatics _staticInstance;
public static Windows.UI.Xaml.Automation.Peers.IAutomationPeerStatics staticInstance()
{
if (_staticInstance is null) _staticInstance = factory!(Windows.UI.Xaml.Automation.Peers.IAutomationPeerStatics);
return _staticInstance;
}
static bool ListenerExists(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId)
{
bool _ret;
Debug.OK(staticInstance.abi_ListenerExists(eventId, &_ret));
return _ret;
}
static AutomationPeer New()
{
IInspectable outer, inner;
AutomationPeer ret;
Debug.OK(activationFactory!(AutomationPeer, Windows.UI.Xaml.Automation.Peers.IAutomationPeerFactory).abi_CreateInstance(outer, &inner, &ret));
return ret;
}
}
@makable!(AutomationPeer, AutomationPeer, Windows.UI.Xaml.Automation.Peers.IAutomationPeerFactory)
class AutomationPeerT(Base) : AgileObject!Base, AutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface AutomationPeerAnnotation : Windows.UI.Xaml.DependencyObject, Windows.UI.Xaml.Automation.Peers.IAutomationPeerAnnotation
{
extern(Windows):
final Windows.UI.Xaml.Automation.AnnotationType Type()
{
Windows.UI.Xaml.Automation.AnnotationType _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerAnnotation)this.asInterface(uuid("0c456061-52cf-43fa-82f8-07f137351e5a"))).get_Type(&_ret));
return _ret;
}
final void Type(Windows.UI.Xaml.Automation.AnnotationType value)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerAnnotation)this.asInterface(uuid("0c456061-52cf-43fa-82f8-07f137351e5a"))).set_Type(value));
}
final Windows.UI.Xaml.Automation.Peers.AutomationPeer Peer()
{
Windows.UI.Xaml.Automation.Peers.AutomationPeer _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerAnnotation)this.asInterface(uuid("0c456061-52cf-43fa-82f8-07f137351e5a"))).get_Peer(&_ret));
return _ret;
}
final void Peer(Windows.UI.Xaml.Automation.Peers.AutomationPeer value)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerAnnotation)this.asInterface(uuid("0c456061-52cf-43fa-82f8-07f137351e5a"))).set_Peer(value));
}
private static Windows.UI.Xaml.Automation.Peers.IAutomationPeerAnnotationStatics _staticInstance;
public static Windows.UI.Xaml.Automation.Peers.IAutomationPeerAnnotationStatics staticInstance()
{
if (_staticInstance is null) _staticInstance = factory!(Windows.UI.Xaml.Automation.Peers.IAutomationPeerAnnotationStatics);
return _staticInstance;
}
static Windows.UI.Xaml.DependencyProperty TypeProperty()
{
Windows.UI.Xaml.DependencyProperty _ret;
Debug.OK(staticInstance.get_TypeProperty(&_ret));
return _ret;
}
static Windows.UI.Xaml.DependencyProperty PeerProperty()
{
Windows.UI.Xaml.DependencyProperty _ret;
Debug.OK(staticInstance.get_PeerProperty(&_ret));
return _ret;
}
static AutomationPeerAnnotation New()
{
IInspectable ret;
Debug.OK(activationFactory!(AutomationPeerAnnotation).abi_ActivateInstance(&ret));
return cast(AutomationPeerAnnotation) ret;
}
static Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation New(Windows.UI.Xaml.Automation.AnnotationType type)
{
auto factory = factory!(Windows.UI.Xaml.Automation.Peers.IAutomationPeerAnnotationFactory);
Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerAnnotationFactory)factory.asInterface(uuid("f59c439e-c65b-43cd-9009-03fc023363a7"))).abi_CreateInstance(type, &_ret));
return _ret;
}
static Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation New(Windows.UI.Xaml.Automation.AnnotationType type, Windows.UI.Xaml.Automation.Peers.AutomationPeer peer)
{
auto factory = factory!(Windows.UI.Xaml.Automation.Peers.IAutomationPeerAnnotationFactory);
Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerAnnotationFactory)factory.asInterface(uuid("f59c439e-c65b-43cd-9009-03fc023363a7"))).abi_CreateWithPeerParameter(type, peer, &_ret));
return _ret;
}
}
interface ButtonAutomationPeer : Windows.UI.Xaml.Automation.Peers.ButtonBaseAutomationPeer, Windows.UI.Xaml.Automation.Peers.IButtonAutomationPeer, Windows.UI.Xaml.Automation.Provider.IInvokeProvider
{
extern(Windows):
final void Invoke()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IInvokeProvider)this.asInterface(uuid("f7d1a187-b13c-4540-b09e-6778e2dc9ba5"))).abi_Invoke());
}
}
@makable!(ButtonAutomationPeer, ButtonAutomationPeer, Windows.UI.Xaml.Automation.Peers.IButtonAutomationPeerFactory)
class ButtonAutomationPeerT(Base) : AgileObject!Base, ButtonAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT abi_Invoke() { return (cast(Windows.UI.Xaml.Automation.Provider.IInvokeProvider)m_inner.asInterface(uuid("f7d1a187-b13c-4540-b09e-6778e2dc9ba5"))).abi_Invoke(); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ButtonBaseAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IButtonBaseAutomationPeer
{
}
@makable!(ButtonBaseAutomationPeer, ButtonBaseAutomationPeer, Windows.UI.Xaml.Automation.Peers.IButtonBaseAutomationPeerFactory)
class ButtonBaseAutomationPeerT(Base) : AgileObject!Base, ButtonBaseAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface CaptureElementAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.ICaptureElementAutomationPeer
{
}
@makable!(CaptureElementAutomationPeer, CaptureElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.ICaptureElementAutomationPeerFactory)
class CaptureElementAutomationPeerT(Base) : AgileObject!Base, CaptureElementAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface CheckBoxAutomationPeer : Windows.UI.Xaml.Automation.Peers.ToggleButtonAutomationPeer, Windows.UI.Xaml.Automation.Peers.ICheckBoxAutomationPeer
{
}
@makable!(CheckBoxAutomationPeer, CheckBoxAutomationPeer, Windows.UI.Xaml.Automation.Peers.ICheckBoxAutomationPeerFactory)
class CheckBoxAutomationPeerT(Base) : AgileObject!Base, CheckBoxAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_ToggleState(Windows.UI.Xaml.Automation.ToggleState* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)m_inner.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).get_ToggleState(return_value); }
override HRESULT abi_Toggle() { return (cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)m_inner.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).abi_Toggle(); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ComboBoxAutomationPeer : Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer, Windows.UI.Xaml.Automation.Peers.IComboBoxAutomationPeer, Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider, Windows.UI.Xaml.Automation.Provider.IValueProvider, Windows.UI.Xaml.Automation.Provider.IWindowProvider
{
extern(Windows):
final Windows.UI.Xaml.Automation.ExpandCollapseState ExpandCollapseState()
{
Windows.UI.Xaml.Automation.ExpandCollapseState _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider)this.asInterface(uuid("49ac8399-d626-4543-94b9-a6d9a9593af6"))).get_ExpandCollapseState(&_ret));
return _ret;
}
final void Collapse()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider)this.asInterface(uuid("49ac8399-d626-4543-94b9-a6d9a9593af6"))).abi_Collapse());
}
final void Expand()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider)this.asInterface(uuid("49ac8399-d626-4543-94b9-a6d9a9593af6"))).abi_Expand());
}
final bool IsReadOnly()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IValueProvider)this.asInterface(uuid("2086b7a7-ac0e-47d1-ab9b-2a64292afdf8"))).get_IsReadOnly(&_ret));
return _ret;
}
final HSTRING Value()
{
HSTRING _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IValueProvider)this.asInterface(uuid("2086b7a7-ac0e-47d1-ab9b-2a64292afdf8"))).get_Value(&_ret));
return _ret;
}
final void SetValue(HSTRING value)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IValueProvider)this.asInterface(uuid("2086b7a7-ac0e-47d1-ab9b-2a64292afdf8"))).abi_SetValue(value));
}
final bool IsModal()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)this.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_IsModal(&_ret));
return _ret;
}
final bool IsTopmost()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)this.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_IsTopmost(&_ret));
return _ret;
}
final bool Maximizable()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)this.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_Maximizable(&_ret));
return _ret;
}
final bool Minimizable()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)this.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_Minimizable(&_ret));
return _ret;
}
final Windows.UI.Xaml.Automation.WindowInteractionState InteractionState()
{
Windows.UI.Xaml.Automation.WindowInteractionState _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)this.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_InteractionState(&_ret));
return _ret;
}
final Windows.UI.Xaml.Automation.WindowVisualState VisualState()
{
Windows.UI.Xaml.Automation.WindowVisualState _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)this.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_VisualState(&_ret));
return _ret;
}
final void Close()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)this.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).abi_Close());
}
final void SetVisualState(Windows.UI.Xaml.Automation.WindowVisualState state)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)this.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).abi_SetVisualState(state));
}
final bool WaitForInputIdle(INT32 milliseconds)
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)this.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).abi_WaitForInputIdle(milliseconds, &_ret));
return _ret;
}
}
@makable!(ComboBoxAutomationPeer, ComboBoxAutomationPeer, Windows.UI.Xaml.Automation.Peers.IComboBoxAutomationPeerFactory)
class ComboBoxAutomationPeerT(Base) : AgileObject!Base, ComboBoxAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_ExpandCollapseState(Windows.UI.Xaml.Automation.ExpandCollapseState* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider)m_inner.asInterface(uuid("49ac8399-d626-4543-94b9-a6d9a9593af6"))).get_ExpandCollapseState(return_value); }
override HRESULT abi_Collapse() { return (cast(Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider)m_inner.asInterface(uuid("49ac8399-d626-4543-94b9-a6d9a9593af6"))).abi_Collapse(); }
override HRESULT abi_Expand() { return (cast(Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider)m_inner.asInterface(uuid("49ac8399-d626-4543-94b9-a6d9a9593af6"))).abi_Expand(); }
override HRESULT get_IsReadOnly(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IValueProvider)m_inner.asInterface(uuid("2086b7a7-ac0e-47d1-ab9b-2a64292afdf8"))).get_IsReadOnly(return_value); }
override HRESULT get_Value(HSTRING* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IValueProvider)m_inner.asInterface(uuid("2086b7a7-ac0e-47d1-ab9b-2a64292afdf8"))).get_Value(return_value); }
override HRESULT abi_SetValue(HSTRING value) { return (cast(Windows.UI.Xaml.Automation.Provider.IValueProvider)m_inner.asInterface(uuid("2086b7a7-ac0e-47d1-ab9b-2a64292afdf8"))).abi_SetValue(value); }
override HRESULT get_IsModal(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)m_inner.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_IsModal(return_value); }
override HRESULT get_IsTopmost(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)m_inner.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_IsTopmost(return_value); }
override HRESULT get_Maximizable(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)m_inner.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_Maximizable(return_value); }
override HRESULT get_Minimizable(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)m_inner.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_Minimizable(return_value); }
override HRESULT get_InteractionState(Windows.UI.Xaml.Automation.WindowInteractionState* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)m_inner.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_InteractionState(return_value); }
override HRESULT get_VisualState(Windows.UI.Xaml.Automation.WindowVisualState* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)m_inner.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).get_VisualState(return_value); }
override HRESULT abi_Close() { return (cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)m_inner.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).abi_Close(); }
override HRESULT abi_SetVisualState(Windows.UI.Xaml.Automation.WindowVisualState state) { return (cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)m_inner.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).abi_SetVisualState(state); }
override HRESULT abi_WaitForInputIdle(INT32 milliseconds, bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Provider.IWindowProvider)m_inner.asInterface(uuid("1baa8b3d-38cf-415a-85d3-20e43a0ec1b1"))).abi_WaitForInputIdle(milliseconds, return_returnValue); }
override HRESULT get_CanSelectMultiple(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_CanSelectMultiple(return_value); }
override HRESULT get_IsSelectionRequired(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_IsSelectionRequired(return_value); }
override HRESULT abi_GetSelection(UINT32* out___returnValueSize, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple** return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).abi_GetSelection(out___returnValueSize, return_returnValue); }
override HRESULT abi_FindItemByProperty(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple startAfter, Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable value, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Provider.IItemContainerProvider)m_inner.asInterface(uuid("ef5cd845-e1d4-40f4-bad5-c7fad44a703e"))).abi_FindItemByProperty(startAfter, automationProperty, value, return_returnValue); }
override HRESULT abi_CreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeer2)m_inner.asInterface(uuid("c48d8917-95a8-47b8-a517-bf891a6c039b"))).abi_CreateItemAutomationPeer(item, return_returnValue); }
override HRESULT abi_OnCreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { this.OnCreateItemAutomationPeer(item, return_returnValue); return S_OK; }
void OnCreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeerOverrides2)m_inner.asInterface(uuid("361dc0e8-b56f-45e9-80fe-10a0fb0fe177"))).abi_OnCreateItemAutomationPeer(item, return_returnValue)); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ComboBoxItemAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IComboBoxItemAutomationPeer
{
}
@makable!(ComboBoxItemAutomationPeer, ComboBoxItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IComboBoxItemAutomationPeerFactory)
class ComboBoxItemAutomationPeerT(Base) : AgileObject!Base, ComboBoxItemAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ComboBoxItemDataAutomationPeer : Windows.UI.Xaml.Automation.Peers.SelectorItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IComboBoxItemDataAutomationPeer, Windows.UI.Xaml.Automation.Provider.IScrollItemProvider
{
extern(Windows):
final void ScrollIntoView()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollItemProvider)this.asInterface(uuid("9a3ec090-5d2c-4e42-9ee6-9d58db100b55"))).abi_ScrollIntoView());
}
}
@makable!(ComboBoxItemDataAutomationPeer, ComboBoxItemDataAutomationPeer, Windows.UI.Xaml.Automation.Peers.IComboBoxItemDataAutomationPeerFactory)
class ComboBoxItemDataAutomationPeerT(Base) : AgileObject!Base, ComboBoxItemDataAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT abi_ScrollIntoView() { return (cast(Windows.UI.Xaml.Automation.Provider.IScrollItemProvider)m_inner.asInterface(uuid("9a3ec090-5d2c-4e42-9ee6-9d58db100b55"))).abi_ScrollIntoView(); }
override HRESULT get_IsSelected(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_IsSelected(return_value); }
override HRESULT get_SelectionContainer(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_SelectionContainer(return_value); }
override HRESULT abi_AddToSelection() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_AddToSelection(); }
override HRESULT abi_RemoveFromSelection() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_RemoveFromSelection(); }
override HRESULT abi_Select() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_Select(); }
override HRESULT get_Item(IInspectable* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemAutomationPeer)m_inner.asInterface(uuid("953c34f6-3b31-47a7-b3bf-25d3ae99c317"))).get_Item(return_value); }
override HRESULT get_ItemsControlAutomationPeer(Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemAutomationPeer)m_inner.asInterface(uuid("953c34f6-3b31-47a7-b3bf-25d3ae99c317"))).get_ItemsControlAutomationPeer(return_value); }
override HRESULT abi_Realize() { return (cast(Windows.UI.Xaml.Automation.Provider.IVirtualizedItemProvider)m_inner.asInterface(uuid("17d4a04b-d658-48e0-a574-5a516c58dfa7"))).abi_Realize(); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface DatePickerAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IDatePickerAutomationPeer
{
}
@makable!(DatePickerAutomationPeer, DatePickerAutomationPeer, Windows.UI.Xaml.Automation.Peers.IDatePickerAutomationPeerFactory)
class DatePickerAutomationPeerT(Base) : AgileObject!Base, DatePickerAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface DatePickerFlyoutPresenterAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IDatePickerFlyoutPresenterAutomationPeer
{
}
interface FlipViewAutomationPeer : Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer, Windows.UI.Xaml.Automation.Peers.IFlipViewAutomationPeer
{
}
@makable!(FlipViewAutomationPeer, FlipViewAutomationPeer, Windows.UI.Xaml.Automation.Peers.IFlipViewAutomationPeerFactory)
class FlipViewAutomationPeerT(Base) : AgileObject!Base, FlipViewAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_CanSelectMultiple(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_CanSelectMultiple(return_value); }
override HRESULT get_IsSelectionRequired(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_IsSelectionRequired(return_value); }
override HRESULT abi_GetSelection(UINT32* out___returnValueSize, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple** return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).abi_GetSelection(out___returnValueSize, return_returnValue); }
override HRESULT abi_FindItemByProperty(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple startAfter, Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable value, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Provider.IItemContainerProvider)m_inner.asInterface(uuid("ef5cd845-e1d4-40f4-bad5-c7fad44a703e"))).abi_FindItemByProperty(startAfter, automationProperty, value, return_returnValue); }
override HRESULT abi_CreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeer2)m_inner.asInterface(uuid("c48d8917-95a8-47b8-a517-bf891a6c039b"))).abi_CreateItemAutomationPeer(item, return_returnValue); }
override HRESULT abi_OnCreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { this.OnCreateItemAutomationPeer(item, return_returnValue); return S_OK; }
void OnCreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeerOverrides2)m_inner.asInterface(uuid("361dc0e8-b56f-45e9-80fe-10a0fb0fe177"))).abi_OnCreateItemAutomationPeer(item, return_returnValue)); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface FlipViewItemAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IFlipViewItemAutomationPeer
{
}
@makable!(FlipViewItemAutomationPeer, FlipViewItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IFlipViewItemAutomationPeerFactory)
class FlipViewItemAutomationPeerT(Base) : AgileObject!Base, FlipViewItemAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface FlipViewItemDataAutomationPeer : Windows.UI.Xaml.Automation.Peers.SelectorItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IFlipViewItemDataAutomationPeer, Windows.UI.Xaml.Automation.Provider.IScrollItemProvider
{
extern(Windows):
final void ScrollIntoView()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollItemProvider)this.asInterface(uuid("9a3ec090-5d2c-4e42-9ee6-9d58db100b55"))).abi_ScrollIntoView());
}
}
@makable!(FlipViewItemDataAutomationPeer, FlipViewItemDataAutomationPeer, Windows.UI.Xaml.Automation.Peers.IFlipViewItemDataAutomationPeerFactory)
class FlipViewItemDataAutomationPeerT(Base) : AgileObject!Base, FlipViewItemDataAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT abi_ScrollIntoView() { return (cast(Windows.UI.Xaml.Automation.Provider.IScrollItemProvider)m_inner.asInterface(uuid("9a3ec090-5d2c-4e42-9ee6-9d58db100b55"))).abi_ScrollIntoView(); }
override HRESULT get_IsSelected(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_IsSelected(return_value); }
override HRESULT get_SelectionContainer(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_SelectionContainer(return_value); }
override HRESULT abi_AddToSelection() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_AddToSelection(); }
override HRESULT abi_RemoveFromSelection() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_RemoveFromSelection(); }
override HRESULT abi_Select() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_Select(); }
override HRESULT get_Item(IInspectable* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemAutomationPeer)m_inner.asInterface(uuid("953c34f6-3b31-47a7-b3bf-25d3ae99c317"))).get_Item(return_value); }
override HRESULT get_ItemsControlAutomationPeer(Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemAutomationPeer)m_inner.asInterface(uuid("953c34f6-3b31-47a7-b3bf-25d3ae99c317"))).get_ItemsControlAutomationPeer(return_value); }
override HRESULT abi_Realize() { return (cast(Windows.UI.Xaml.Automation.Provider.IVirtualizedItemProvider)m_inner.asInterface(uuid("17d4a04b-d658-48e0-a574-5a516c58dfa7"))).abi_Realize(); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface FlyoutPresenterAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IFlyoutPresenterAutomationPeer
{
}
@makable!(FlyoutPresenterAutomationPeer, FlyoutPresenterAutomationPeer, Windows.UI.Xaml.Automation.Peers.IFlyoutPresenterAutomationPeerFactory)
class FlyoutPresenterAutomationPeerT(Base) : AgileObject!Base, FlyoutPresenterAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface FrameworkElementAutomationPeer : Windows.UI.Xaml.Automation.Peers.AutomationPeer, Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer
{
extern(Windows):
final Windows.UI.Xaml.UIElement Owner()
{
Windows.UI.Xaml.UIElement _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)this.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(&_ret));
return _ret;
}
private static Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeerStatics _staticInstance;
public static Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeerStatics staticInstance()
{
if (_staticInstance is null) _staticInstance = factory!(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeerStatics);
return _staticInstance;
}
static Windows.UI.Xaml.Automation.Peers.AutomationPeer FromElement(Windows.UI.Xaml.UIElement element)
{
Windows.UI.Xaml.Automation.Peers.AutomationPeer _ret;
Debug.OK(staticInstance.abi_FromElement(element, &_ret));
return _ret;
}
static Windows.UI.Xaml.Automation.Peers.AutomationPeer CreatePeerForElement(Windows.UI.Xaml.UIElement element)
{
Windows.UI.Xaml.Automation.Peers.AutomationPeer _ret;
Debug.OK(staticInstance.abi_CreatePeerForElement(element, &_ret));
return _ret;
}
}
@makable!(FrameworkElementAutomationPeer, FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeerFactory)
class FrameworkElementAutomationPeerT(Base) : AgileObject!Base, FrameworkElementAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface GridViewAutomationPeer : Windows.UI.Xaml.Automation.Peers.ListViewBaseAutomationPeer, Windows.UI.Xaml.Automation.Peers.IGridViewAutomationPeer
{
}
@makable!(GridViewAutomationPeer, GridViewAutomationPeer, Windows.UI.Xaml.Automation.Peers.IGridViewAutomationPeerFactory)
class GridViewAutomationPeerT(Base) : AgileObject!Base, GridViewAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_DropEffect(HSTRING* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IDropTargetProvider)m_inner.asInterface(uuid("7a245bdd-b458-4fe0-98c8-aac89df56d61"))).get_DropEffect(return_value); }
override HRESULT get_DropEffects(UINT32* out___valueSize, HSTRING** return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IDropTargetProvider)m_inner.asInterface(uuid("7a245bdd-b458-4fe0-98c8-aac89df56d61"))).get_DropEffects(out___valueSize, return_value); }
override HRESULT get_CanSelectMultiple(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_CanSelectMultiple(return_value); }
override HRESULT get_IsSelectionRequired(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_IsSelectionRequired(return_value); }
override HRESULT abi_GetSelection(UINT32* out___returnValueSize, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple** return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).abi_GetSelection(out___returnValueSize, return_returnValue); }
override HRESULT abi_FindItemByProperty(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple startAfter, Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable value, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Provider.IItemContainerProvider)m_inner.asInterface(uuid("ef5cd845-e1d4-40f4-bad5-c7fad44a703e"))).abi_FindItemByProperty(startAfter, automationProperty, value, return_returnValue); }
override HRESULT abi_CreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeer2)m_inner.asInterface(uuid("c48d8917-95a8-47b8-a517-bf891a6c039b"))).abi_CreateItemAutomationPeer(item, return_returnValue); }
override HRESULT abi_OnCreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { this.OnCreateItemAutomationPeer(item, return_returnValue); return S_OK; }
void OnCreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeerOverrides2)m_inner.asInterface(uuid("361dc0e8-b56f-45e9-80fe-10a0fb0fe177"))).abi_OnCreateItemAutomationPeer(item, return_returnValue)); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface GridViewHeaderItemAutomationPeer : Windows.UI.Xaml.Automation.Peers.ListViewBaseHeaderItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IGridViewHeaderItemAutomationPeer
{
}
@makable!(GridViewHeaderItemAutomationPeer, GridViewHeaderItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IGridViewHeaderItemAutomationPeerFactory)
class GridViewHeaderItemAutomationPeerT(Base) : AgileObject!Base, GridViewHeaderItemAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface GridViewItemAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IGridViewItemAutomationPeer
{
}
@makable!(GridViewItemAutomationPeer, GridViewItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IGridViewItemAutomationPeerFactory)
class GridViewItemAutomationPeerT(Base) : AgileObject!Base, GridViewItemAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface GridViewItemDataAutomationPeer : Windows.UI.Xaml.Automation.Peers.SelectorItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IGridViewItemDataAutomationPeer, Windows.UI.Xaml.Automation.Provider.IScrollItemProvider
{
extern(Windows):
final void ScrollIntoView()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollItemProvider)this.asInterface(uuid("9a3ec090-5d2c-4e42-9ee6-9d58db100b55"))).abi_ScrollIntoView());
}
}
@makable!(GridViewItemDataAutomationPeer, GridViewItemDataAutomationPeer, Windows.UI.Xaml.Automation.Peers.IGridViewItemDataAutomationPeerFactory)
class GridViewItemDataAutomationPeerT(Base) : AgileObject!Base, GridViewItemDataAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT abi_ScrollIntoView() { return (cast(Windows.UI.Xaml.Automation.Provider.IScrollItemProvider)m_inner.asInterface(uuid("9a3ec090-5d2c-4e42-9ee6-9d58db100b55"))).abi_ScrollIntoView(); }
override HRESULT get_IsSelected(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_IsSelected(return_value); }
override HRESULT get_SelectionContainer(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_SelectionContainer(return_value); }
override HRESULT abi_AddToSelection() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_AddToSelection(); }
override HRESULT abi_RemoveFromSelection() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_RemoveFromSelection(); }
override HRESULT abi_Select() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_Select(); }
override HRESULT get_Item(IInspectable* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemAutomationPeer)m_inner.asInterface(uuid("953c34f6-3b31-47a7-b3bf-25d3ae99c317"))).get_Item(return_value); }
override HRESULT get_ItemsControlAutomationPeer(Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemAutomationPeer)m_inner.asInterface(uuid("953c34f6-3b31-47a7-b3bf-25d3ae99c317"))).get_ItemsControlAutomationPeer(return_value); }
override HRESULT abi_Realize() { return (cast(Windows.UI.Xaml.Automation.Provider.IVirtualizedItemProvider)m_inner.asInterface(uuid("17d4a04b-d658-48e0-a574-5a516c58dfa7"))).abi_Realize(); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface GroupItemAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IGroupItemAutomationPeer
{
}
@makable!(GroupItemAutomationPeer, GroupItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IGroupItemAutomationPeerFactory)
class GroupItemAutomationPeerT(Base) : AgileObject!Base, GroupItemAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface HubAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IHubAutomationPeer
{
}
@makable!(HubAutomationPeer, HubAutomationPeer, Windows.UI.Xaml.Automation.Peers.IHubAutomationPeerFactory)
class HubAutomationPeerT(Base) : AgileObject!Base, HubAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface HubSectionAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IHubSectionAutomationPeer, Windows.UI.Xaml.Automation.Provider.IScrollItemProvider
{
extern(Windows):
final void ScrollIntoView()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollItemProvider)this.asInterface(uuid("9a3ec090-5d2c-4e42-9ee6-9d58db100b55"))).abi_ScrollIntoView());
}
}
@makable!(HubSectionAutomationPeer, HubSectionAutomationPeer, Windows.UI.Xaml.Automation.Peers.IHubSectionAutomationPeerFactory)
class HubSectionAutomationPeerT(Base) : AgileObject!Base, HubSectionAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT abi_ScrollIntoView() { return (cast(Windows.UI.Xaml.Automation.Provider.IScrollItemProvider)m_inner.asInterface(uuid("9a3ec090-5d2c-4e42-9ee6-9d58db100b55"))).abi_ScrollIntoView(); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface HyperlinkButtonAutomationPeer : Windows.UI.Xaml.Automation.Peers.ButtonBaseAutomationPeer, Windows.UI.Xaml.Automation.Peers.IHyperlinkButtonAutomationPeer, Windows.UI.Xaml.Automation.Provider.IInvokeProvider
{
extern(Windows):
final void Invoke()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IInvokeProvider)this.asInterface(uuid("f7d1a187-b13c-4540-b09e-6778e2dc9ba5"))).abi_Invoke());
}
}
@makable!(HyperlinkButtonAutomationPeer, HyperlinkButtonAutomationPeer, Windows.UI.Xaml.Automation.Peers.IHyperlinkButtonAutomationPeerFactory)
class HyperlinkButtonAutomationPeerT(Base) : AgileObject!Base, HyperlinkButtonAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT abi_Invoke() { return (cast(Windows.UI.Xaml.Automation.Provider.IInvokeProvider)m_inner.asInterface(uuid("f7d1a187-b13c-4540-b09e-6778e2dc9ba5"))).abi_Invoke(); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ImageAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IImageAutomationPeer
{
}
@makable!(ImageAutomationPeer, ImageAutomationPeer, Windows.UI.Xaml.Automation.Peers.IImageAutomationPeerFactory)
class ImageAutomationPeerT(Base) : AgileObject!Base, ImageAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface InkToolbarAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IInkToolbarAutomationPeer
{
}
interface ItemAutomationPeer : Windows.UI.Xaml.Automation.Peers.AutomationPeer, Windows.UI.Xaml.Automation.Peers.IItemAutomationPeer, Windows.UI.Xaml.Automation.Provider.IVirtualizedItemProvider
{
extern(Windows):
final IInspectable Item()
{
IInspectable _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IItemAutomationPeer)this.asInterface(uuid("953c34f6-3b31-47a7-b3bf-25d3ae99c317"))).get_Item(&_ret));
return _ret;
}
final Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer ItemsControlAutomationPeer()
{
Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IItemAutomationPeer)this.asInterface(uuid("953c34f6-3b31-47a7-b3bf-25d3ae99c317"))).get_ItemsControlAutomationPeer(&_ret));
return _ret;
}
final void Realize()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IVirtualizedItemProvider)this.asInterface(uuid("17d4a04b-d658-48e0-a574-5a516c58dfa7"))).abi_Realize());
}
}
@makable!(ItemAutomationPeer, ItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IItemAutomationPeerFactory)
class ItemAutomationPeerT(Base) : AgileObject!Base, ItemAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Item(IInspectable* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemAutomationPeer)m_inner.asInterface(uuid("953c34f6-3b31-47a7-b3bf-25d3ae99c317"))).get_Item(return_value); }
override HRESULT get_ItemsControlAutomationPeer(Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemAutomationPeer)m_inner.asInterface(uuid("953c34f6-3b31-47a7-b3bf-25d3ae99c317"))).get_ItemsControlAutomationPeer(return_value); }
override HRESULT abi_Realize() { return (cast(Windows.UI.Xaml.Automation.Provider.IVirtualizedItemProvider)m_inner.asInterface(uuid("17d4a04b-d658-48e0-a574-5a516c58dfa7"))).abi_Realize(); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ItemsControlAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeer, Windows.UI.Xaml.Automation.Provider.IItemContainerProvider, Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeer2, Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeerOverrides2
{
extern(Windows):
final Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple FindItemByProperty(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple startAfter, Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable value)
{
Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IItemContainerProvider)this.asInterface(uuid("ef5cd845-e1d4-40f4-bad5-c7fad44a703e"))).abi_FindItemByProperty(startAfter, automationProperty, value, &_ret));
return _ret;
}
final Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer CreateItemAutomationPeer(IInspectable item)
{
Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeer2)this.asInterface(uuid("c48d8917-95a8-47b8-a517-bf891a6c039b"))).abi_CreateItemAutomationPeer(item, &_ret));
return _ret;
}
}
@makable!(ItemsControlAutomationPeer, ItemsControlAutomationPeer, Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeerFactory)
class ItemsControlAutomationPeerT(Base) : AgileObject!Base, ItemsControlAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT abi_FindItemByProperty(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple startAfter, Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable value, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Provider.IItemContainerProvider)m_inner.asInterface(uuid("ef5cd845-e1d4-40f4-bad5-c7fad44a703e"))).abi_FindItemByProperty(startAfter, automationProperty, value, return_returnValue); }
override HRESULT abi_CreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeer2)m_inner.asInterface(uuid("c48d8917-95a8-47b8-a517-bf891a6c039b"))).abi_CreateItemAutomationPeer(item, return_returnValue); }
override HRESULT abi_OnCreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { this.OnCreateItemAutomationPeer(item, return_returnValue); return S_OK; }
void OnCreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeerOverrides2)m_inner.asInterface(uuid("361dc0e8-b56f-45e9-80fe-10a0fb0fe177"))).abi_OnCreateItemAutomationPeer(item, return_returnValue)); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ListBoxAutomationPeer : Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer, Windows.UI.Xaml.Automation.Peers.IListBoxAutomationPeer
{
}
@makable!(ListBoxAutomationPeer, ListBoxAutomationPeer, Windows.UI.Xaml.Automation.Peers.IListBoxAutomationPeerFactory)
class ListBoxAutomationPeerT(Base) : AgileObject!Base, ListBoxAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_CanSelectMultiple(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_CanSelectMultiple(return_value); }
override HRESULT get_IsSelectionRequired(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_IsSelectionRequired(return_value); }
override HRESULT abi_GetSelection(UINT32* out___returnValueSize, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple** return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).abi_GetSelection(out___returnValueSize, return_returnValue); }
override HRESULT abi_FindItemByProperty(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple startAfter, Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable value, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Provider.IItemContainerProvider)m_inner.asInterface(uuid("ef5cd845-e1d4-40f4-bad5-c7fad44a703e"))).abi_FindItemByProperty(startAfter, automationProperty, value, return_returnValue); }
override HRESULT abi_CreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeer2)m_inner.asInterface(uuid("c48d8917-95a8-47b8-a517-bf891a6c039b"))).abi_CreateItemAutomationPeer(item, return_returnValue); }
override HRESULT abi_OnCreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { this.OnCreateItemAutomationPeer(item, return_returnValue); return S_OK; }
void OnCreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeerOverrides2)m_inner.asInterface(uuid("361dc0e8-b56f-45e9-80fe-10a0fb0fe177"))).abi_OnCreateItemAutomationPeer(item, return_returnValue)); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ListBoxItemAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IListBoxItemAutomationPeer
{
}
@makable!(ListBoxItemAutomationPeer, ListBoxItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IListBoxItemAutomationPeerFactory)
class ListBoxItemAutomationPeerT(Base) : AgileObject!Base, ListBoxItemAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ListBoxItemDataAutomationPeer : Windows.UI.Xaml.Automation.Peers.SelectorItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IListBoxItemDataAutomationPeer, Windows.UI.Xaml.Automation.Provider.IScrollItemProvider
{
extern(Windows):
final void ScrollIntoView()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollItemProvider)this.asInterface(uuid("9a3ec090-5d2c-4e42-9ee6-9d58db100b55"))).abi_ScrollIntoView());
}
}
@makable!(ListBoxItemDataAutomationPeer, ListBoxItemDataAutomationPeer, Windows.UI.Xaml.Automation.Peers.IListBoxItemDataAutomationPeerFactory)
class ListBoxItemDataAutomationPeerT(Base) : AgileObject!Base, ListBoxItemDataAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT abi_ScrollIntoView() { return (cast(Windows.UI.Xaml.Automation.Provider.IScrollItemProvider)m_inner.asInterface(uuid("9a3ec090-5d2c-4e42-9ee6-9d58db100b55"))).abi_ScrollIntoView(); }
override HRESULT get_IsSelected(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_IsSelected(return_value); }
override HRESULT get_SelectionContainer(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_SelectionContainer(return_value); }
override HRESULT abi_AddToSelection() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_AddToSelection(); }
override HRESULT abi_RemoveFromSelection() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_RemoveFromSelection(); }
override HRESULT abi_Select() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_Select(); }
override HRESULT get_Item(IInspectable* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemAutomationPeer)m_inner.asInterface(uuid("953c34f6-3b31-47a7-b3bf-25d3ae99c317"))).get_Item(return_value); }
override HRESULT get_ItemsControlAutomationPeer(Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemAutomationPeer)m_inner.asInterface(uuid("953c34f6-3b31-47a7-b3bf-25d3ae99c317"))).get_ItemsControlAutomationPeer(return_value); }
override HRESULT abi_Realize() { return (cast(Windows.UI.Xaml.Automation.Provider.IVirtualizedItemProvider)m_inner.asInterface(uuid("17d4a04b-d658-48e0-a574-5a516c58dfa7"))).abi_Realize(); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ListPickerFlyoutPresenterAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IListPickerFlyoutPresenterAutomationPeer
{
}
interface ListViewAutomationPeer : Windows.UI.Xaml.Automation.Peers.ListViewBaseAutomationPeer, Windows.UI.Xaml.Automation.Peers.IListViewAutomationPeer
{
}
@makable!(ListViewAutomationPeer, ListViewAutomationPeer, Windows.UI.Xaml.Automation.Peers.IListViewAutomationPeerFactory)
class ListViewAutomationPeerT(Base) : AgileObject!Base, ListViewAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_DropEffect(HSTRING* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IDropTargetProvider)m_inner.asInterface(uuid("7a245bdd-b458-4fe0-98c8-aac89df56d61"))).get_DropEffect(return_value); }
override HRESULT get_DropEffects(UINT32* out___valueSize, HSTRING** return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IDropTargetProvider)m_inner.asInterface(uuid("7a245bdd-b458-4fe0-98c8-aac89df56d61"))).get_DropEffects(out___valueSize, return_value); }
override HRESULT get_CanSelectMultiple(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_CanSelectMultiple(return_value); }
override HRESULT get_IsSelectionRequired(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_IsSelectionRequired(return_value); }
override HRESULT abi_GetSelection(UINT32* out___returnValueSize, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple** return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).abi_GetSelection(out___returnValueSize, return_returnValue); }
override HRESULT abi_FindItemByProperty(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple startAfter, Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable value, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Provider.IItemContainerProvider)m_inner.asInterface(uuid("ef5cd845-e1d4-40f4-bad5-c7fad44a703e"))).abi_FindItemByProperty(startAfter, automationProperty, value, return_returnValue); }
override HRESULT abi_CreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeer2)m_inner.asInterface(uuid("c48d8917-95a8-47b8-a517-bf891a6c039b"))).abi_CreateItemAutomationPeer(item, return_returnValue); }
override HRESULT abi_OnCreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { this.OnCreateItemAutomationPeer(item, return_returnValue); return S_OK; }
void OnCreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeerOverrides2)m_inner.asInterface(uuid("361dc0e8-b56f-45e9-80fe-10a0fb0fe177"))).abi_OnCreateItemAutomationPeer(item, return_returnValue)); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ListViewBaseAutomationPeer : Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer, Windows.UI.Xaml.Automation.Peers.IListViewBaseAutomationPeer, Windows.UI.Xaml.Automation.Provider.IDropTargetProvider
{
extern(Windows):
final HSTRING DropEffect()
{
HSTRING _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IDropTargetProvider)this.asInterface(uuid("7a245bdd-b458-4fe0-98c8-aac89df56d61"))).get_DropEffect(&_ret));
return _ret;
}
final HSTRING* DropEffects(UINT32* out___valueSize)
{
HSTRING* _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IDropTargetProvider)this.asInterface(uuid("7a245bdd-b458-4fe0-98c8-aac89df56d61"))).get_DropEffects(out___valueSize, &_ret));
return _ret;
}
}
@makable!(ListViewBaseAutomationPeer, ListViewBaseAutomationPeer, Windows.UI.Xaml.Automation.Peers.IListViewBaseAutomationPeerFactory)
class ListViewBaseAutomationPeerT(Base) : AgileObject!Base, ListViewBaseAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_DropEffect(HSTRING* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IDropTargetProvider)m_inner.asInterface(uuid("7a245bdd-b458-4fe0-98c8-aac89df56d61"))).get_DropEffect(return_value); }
override HRESULT get_DropEffects(UINT32* out___valueSize, HSTRING** return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IDropTargetProvider)m_inner.asInterface(uuid("7a245bdd-b458-4fe0-98c8-aac89df56d61"))).get_DropEffects(out___valueSize, return_value); }
override HRESULT get_CanSelectMultiple(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_CanSelectMultiple(return_value); }
override HRESULT get_IsSelectionRequired(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_IsSelectionRequired(return_value); }
override HRESULT abi_GetSelection(UINT32* out___returnValueSize, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple** return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).abi_GetSelection(out___returnValueSize, return_returnValue); }
override HRESULT abi_FindItemByProperty(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple startAfter, Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable value, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Provider.IItemContainerProvider)m_inner.asInterface(uuid("ef5cd845-e1d4-40f4-bad5-c7fad44a703e"))).abi_FindItemByProperty(startAfter, automationProperty, value, return_returnValue); }
override HRESULT abi_CreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeer2)m_inner.asInterface(uuid("c48d8917-95a8-47b8-a517-bf891a6c039b"))).abi_CreateItemAutomationPeer(item, return_returnValue); }
override HRESULT abi_OnCreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { this.OnCreateItemAutomationPeer(item, return_returnValue); return S_OK; }
void OnCreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeerOverrides2)m_inner.asInterface(uuid("361dc0e8-b56f-45e9-80fe-10a0fb0fe177"))).abi_OnCreateItemAutomationPeer(item, return_returnValue)); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ListViewBaseHeaderItemAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IListViewBaseHeaderItemAutomationPeer
{
}
@makable!(ListViewBaseHeaderItemAutomationPeer, ListViewBaseHeaderItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IListViewBaseHeaderItemAutomationPeerFactory)
class ListViewBaseHeaderItemAutomationPeerT(Base) : AgileObject!Base, ListViewBaseHeaderItemAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ListViewHeaderItemAutomationPeer : Windows.UI.Xaml.Automation.Peers.ListViewBaseHeaderItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IListViewHeaderItemAutomationPeer
{
}
@makable!(ListViewHeaderItemAutomationPeer, ListViewHeaderItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IListViewHeaderItemAutomationPeerFactory)
class ListViewHeaderItemAutomationPeerT(Base) : AgileObject!Base, ListViewHeaderItemAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ListViewItemAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IListViewItemAutomationPeer
{
}
@makable!(ListViewItemAutomationPeer, ListViewItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IListViewItemAutomationPeerFactory)
class ListViewItemAutomationPeerT(Base) : AgileObject!Base, ListViewItemAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ListViewItemDataAutomationPeer : Windows.UI.Xaml.Automation.Peers.SelectorItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IListViewItemDataAutomationPeer, Windows.UI.Xaml.Automation.Provider.IScrollItemProvider
{
extern(Windows):
final void ScrollIntoView()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollItemProvider)this.asInterface(uuid("9a3ec090-5d2c-4e42-9ee6-9d58db100b55"))).abi_ScrollIntoView());
}
}
@makable!(ListViewItemDataAutomationPeer, ListViewItemDataAutomationPeer, Windows.UI.Xaml.Automation.Peers.IListViewItemDataAutomationPeerFactory)
class ListViewItemDataAutomationPeerT(Base) : AgileObject!Base, ListViewItemDataAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT abi_ScrollIntoView() { return (cast(Windows.UI.Xaml.Automation.Provider.IScrollItemProvider)m_inner.asInterface(uuid("9a3ec090-5d2c-4e42-9ee6-9d58db100b55"))).abi_ScrollIntoView(); }
override HRESULT get_IsSelected(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_IsSelected(return_value); }
override HRESULT get_SelectionContainer(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_SelectionContainer(return_value); }
override HRESULT abi_AddToSelection() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_AddToSelection(); }
override HRESULT abi_RemoveFromSelection() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_RemoveFromSelection(); }
override HRESULT abi_Select() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_Select(); }
override HRESULT get_Item(IInspectable* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemAutomationPeer)m_inner.asInterface(uuid("953c34f6-3b31-47a7-b3bf-25d3ae99c317"))).get_Item(return_value); }
override HRESULT get_ItemsControlAutomationPeer(Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemAutomationPeer)m_inner.asInterface(uuid("953c34f6-3b31-47a7-b3bf-25d3ae99c317"))).get_ItemsControlAutomationPeer(return_value); }
override HRESULT abi_Realize() { return (cast(Windows.UI.Xaml.Automation.Provider.IVirtualizedItemProvider)m_inner.asInterface(uuid("17d4a04b-d658-48e0-a574-5a516c58dfa7"))).abi_Realize(); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface LoopingSelectorAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.ILoopingSelectorAutomationPeer, Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider, Windows.UI.Xaml.Automation.Provider.IItemContainerProvider, Windows.UI.Xaml.Automation.Provider.IScrollProvider, Windows.UI.Xaml.Automation.Provider.ISelectionProvider
{
extern(Windows):
final Windows.UI.Xaml.Automation.ExpandCollapseState ExpandCollapseState()
{
Windows.UI.Xaml.Automation.ExpandCollapseState _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider)this.asInterface(uuid("49ac8399-d626-4543-94b9-a6d9a9593af6"))).get_ExpandCollapseState(&_ret));
return _ret;
}
final void Collapse()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider)this.asInterface(uuid("49ac8399-d626-4543-94b9-a6d9a9593af6"))).abi_Collapse());
}
final void Expand()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider)this.asInterface(uuid("49ac8399-d626-4543-94b9-a6d9a9593af6"))).abi_Expand());
}
final Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple FindItemByProperty(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple startAfter, Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable value)
{
Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IItemContainerProvider)this.asInterface(uuid("ef5cd845-e1d4-40f4-bad5-c7fad44a703e"))).abi_FindItemByProperty(startAfter, automationProperty, value, &_ret));
return _ret;
}
final bool HorizontallyScrollable()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_HorizontallyScrollable(&_ret));
return _ret;
}
final double HorizontalScrollPercent()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_HorizontalScrollPercent(&_ret));
return _ret;
}
final double HorizontalViewSize()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_HorizontalViewSize(&_ret));
return _ret;
}
final bool VerticallyScrollable()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_VerticallyScrollable(&_ret));
return _ret;
}
final double VerticalScrollPercent()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_VerticalScrollPercent(&_ret));
return _ret;
}
final double VerticalViewSize()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_VerticalViewSize(&_ret));
return _ret;
}
final void Scroll(Windows.UI.Xaml.Automation.ScrollAmount horizontalAmount, Windows.UI.Xaml.Automation.ScrollAmount verticalAmount)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).abi_Scroll(horizontalAmount, verticalAmount));
}
final void SetScrollPercent(double horizontalPercent, double verticalPercent)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).abi_SetScrollPercent(horizontalPercent, verticalPercent));
}
final bool CanSelectMultiple()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)this.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_CanSelectMultiple(&_ret));
return _ret;
}
final bool IsSelectionRequired()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)this.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_IsSelectionRequired(&_ret));
return _ret;
}
final Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* GetSelection(UINT32* out___returnValueSize)
{
Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)this.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).abi_GetSelection(out___returnValueSize, &_ret));
return _ret;
}
}
interface LoopingSelectorItemAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.ILoopingSelectorItemAutomationPeer, Windows.UI.Xaml.Automation.Provider.IScrollItemProvider, Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider
{
extern(Windows):
final void ScrollIntoView()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollItemProvider)this.asInterface(uuid("9a3ec090-5d2c-4e42-9ee6-9d58db100b55"))).abi_ScrollIntoView());
}
final bool IsSelected()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_IsSelected(&_ret));
return _ret;
}
final Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple SelectionContainer()
{
Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_SelectionContainer(&_ret));
return _ret;
}
final void AddToSelection()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_AddToSelection());
}
final void RemoveFromSelection()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_RemoveFromSelection());
}
final void Select()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_Select());
}
}
interface LoopingSelectorItemDataAutomationPeer : Windows.UI.Xaml.Automation.Peers.AutomationPeer, Windows.UI.Xaml.Automation.Peers.ILoopingSelectorItemDataAutomationPeer, Windows.UI.Xaml.Automation.Provider.IVirtualizedItemProvider
{
extern(Windows):
final void Realize()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IVirtualizedItemProvider)this.asInterface(uuid("17d4a04b-d658-48e0-a574-5a516c58dfa7"))).abi_Realize());
}
}
interface MapControlAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IMapControlAutomationPeer, Windows.UI.Xaml.Automation.Provider.IScrollProvider, Windows.UI.Xaml.Automation.Provider.ITransformProvider2, Windows.UI.Xaml.Automation.Provider.ITransformProvider
{
extern(Windows):
final bool HorizontallyScrollable()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_HorizontallyScrollable(&_ret));
return _ret;
}
final double HorizontalScrollPercent()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_HorizontalScrollPercent(&_ret));
return _ret;
}
final double HorizontalViewSize()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_HorizontalViewSize(&_ret));
return _ret;
}
final bool VerticallyScrollable()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_VerticallyScrollable(&_ret));
return _ret;
}
final double VerticalScrollPercent()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_VerticalScrollPercent(&_ret));
return _ret;
}
final double VerticalViewSize()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_VerticalViewSize(&_ret));
return _ret;
}
final void Scroll(Windows.UI.Xaml.Automation.ScrollAmount horizontalAmount, Windows.UI.Xaml.Automation.ScrollAmount verticalAmount)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).abi_Scroll(horizontalAmount, verticalAmount));
}
final void SetScrollPercent(double horizontalPercent, double verticalPercent)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).abi_SetScrollPercent(horizontalPercent, verticalPercent));
}
final bool CanZoom()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ITransformProvider2)this.asInterface(uuid("a8b11756-a39f-4e97-8c7d-c1ea8dd633c5"))).get_CanZoom(&_ret));
return _ret;
}
final double ZoomLevel()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ITransformProvider2)this.asInterface(uuid("a8b11756-a39f-4e97-8c7d-c1ea8dd633c5"))).get_ZoomLevel(&_ret));
return _ret;
}
final double MaxZoom()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ITransformProvider2)this.asInterface(uuid("a8b11756-a39f-4e97-8c7d-c1ea8dd633c5"))).get_MaxZoom(&_ret));
return _ret;
}
final double MinZoom()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ITransformProvider2)this.asInterface(uuid("a8b11756-a39f-4e97-8c7d-c1ea8dd633c5"))).get_MinZoom(&_ret));
return _ret;
}
final void Zoom(double zoom)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ITransformProvider2)this.asInterface(uuid("a8b11756-a39f-4e97-8c7d-c1ea8dd633c5"))).abi_Zoom(zoom));
}
final void ZoomByUnit(Windows.UI.Xaml.Automation.ZoomUnit zoomUnit)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ITransformProvider2)this.asInterface(uuid("a8b11756-a39f-4e97-8c7d-c1ea8dd633c5"))).abi_ZoomByUnit(zoomUnit));
}
final bool CanMove()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ITransformProvider)this.asInterface(uuid("79670fdd-f6a9-4a65-af17-861db799a2da"))).get_CanMove(&_ret));
return _ret;
}
final bool CanResize()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ITransformProvider)this.asInterface(uuid("79670fdd-f6a9-4a65-af17-861db799a2da"))).get_CanResize(&_ret));
return _ret;
}
final bool CanRotate()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ITransformProvider)this.asInterface(uuid("79670fdd-f6a9-4a65-af17-861db799a2da"))).get_CanRotate(&_ret));
return _ret;
}
final void Move(double x, double y)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ITransformProvider)this.asInterface(uuid("79670fdd-f6a9-4a65-af17-861db799a2da"))).abi_Move(x, y));
}
final void Resize(double width, double height)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ITransformProvider)this.asInterface(uuid("79670fdd-f6a9-4a65-af17-861db799a2da"))).abi_Resize(width, height));
}
final void Rotate(double degrees)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ITransformProvider)this.asInterface(uuid("79670fdd-f6a9-4a65-af17-861db799a2da"))).abi_Rotate(degrees));
}
}
interface MediaElementAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IMediaElementAutomationPeer
{
}
@makable!(MediaElementAutomationPeer, MediaElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IMediaElementAutomationPeerFactory)
class MediaElementAutomationPeerT(Base) : AgileObject!Base, MediaElementAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface MediaPlayerElementAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IMediaPlayerElementAutomationPeer
{
}
@makable!(MediaPlayerElementAutomationPeer, MediaPlayerElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IMediaPlayerElementAutomationPeerFactory)
class MediaPlayerElementAutomationPeerT(Base) : AgileObject!Base, MediaPlayerElementAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface MediaTransportControlsAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IMediaTransportControlsAutomationPeer
{
}
@makable!(MediaTransportControlsAutomationPeer, MediaTransportControlsAutomationPeer, Windows.UI.Xaml.Automation.Peers.IMediaTransportControlsAutomationPeerFactory)
class MediaTransportControlsAutomationPeerT(Base) : AgileObject!Base, MediaTransportControlsAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface MenuFlyoutItemAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IMenuFlyoutItemAutomationPeer, Windows.UI.Xaml.Automation.Provider.IInvokeProvider
{
extern(Windows):
final void Invoke()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IInvokeProvider)this.asInterface(uuid("f7d1a187-b13c-4540-b09e-6778e2dc9ba5"))).abi_Invoke());
}
}
@makable!(MenuFlyoutItemAutomationPeer, MenuFlyoutItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IMenuFlyoutItemAutomationPeerFactory)
class MenuFlyoutItemAutomationPeerT(Base) : AgileObject!Base, MenuFlyoutItemAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT abi_Invoke() { return (cast(Windows.UI.Xaml.Automation.Provider.IInvokeProvider)m_inner.asInterface(uuid("f7d1a187-b13c-4540-b09e-6778e2dc9ba5"))).abi_Invoke(); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface MenuFlyoutPresenterAutomationPeer : Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer, Windows.UI.Xaml.Automation.Peers.IMenuFlyoutPresenterAutomationPeer
{
}
@makable!(MenuFlyoutPresenterAutomationPeer, MenuFlyoutPresenterAutomationPeer, Windows.UI.Xaml.Automation.Peers.IMenuFlyoutPresenterAutomationPeerFactory)
class MenuFlyoutPresenterAutomationPeerT(Base) : AgileObject!Base, MenuFlyoutPresenterAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT abi_FindItemByProperty(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple startAfter, Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable value, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Provider.IItemContainerProvider)m_inner.asInterface(uuid("ef5cd845-e1d4-40f4-bad5-c7fad44a703e"))).abi_FindItemByProperty(startAfter, automationProperty, value, return_returnValue); }
override HRESULT abi_CreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeer2)m_inner.asInterface(uuid("c48d8917-95a8-47b8-a517-bf891a6c039b"))).abi_CreateItemAutomationPeer(item, return_returnValue); }
override HRESULT abi_OnCreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { this.OnCreateItemAutomationPeer(item, return_returnValue); return S_OK; }
void OnCreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeerOverrides2)m_inner.asInterface(uuid("361dc0e8-b56f-45e9-80fe-10a0fb0fe177"))).abi_OnCreateItemAutomationPeer(item, return_returnValue)); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface PasswordBoxAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IPasswordBoxAutomationPeer
{
}
@makable!(PasswordBoxAutomationPeer, PasswordBoxAutomationPeer, Windows.UI.Xaml.Automation.Peers.IPasswordBoxAutomationPeerFactory)
class PasswordBoxAutomationPeerT(Base) : AgileObject!Base, PasswordBoxAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface PickerFlyoutPresenterAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IPickerFlyoutPresenterAutomationPeer
{
}
interface PivotAutomationPeer : Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer, Windows.UI.Xaml.Automation.Peers.IPivotAutomationPeer, Windows.UI.Xaml.Automation.Provider.IScrollProvider, Windows.UI.Xaml.Automation.Provider.ISelectionProvider
{
extern(Windows):
final bool HorizontallyScrollable()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_HorizontallyScrollable(&_ret));
return _ret;
}
final double HorizontalScrollPercent()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_HorizontalScrollPercent(&_ret));
return _ret;
}
final double HorizontalViewSize()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_HorizontalViewSize(&_ret));
return _ret;
}
final bool VerticallyScrollable()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_VerticallyScrollable(&_ret));
return _ret;
}
final double VerticalScrollPercent()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_VerticalScrollPercent(&_ret));
return _ret;
}
final double VerticalViewSize()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_VerticalViewSize(&_ret));
return _ret;
}
final void Scroll(Windows.UI.Xaml.Automation.ScrollAmount horizontalAmount, Windows.UI.Xaml.Automation.ScrollAmount verticalAmount)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).abi_Scroll(horizontalAmount, verticalAmount));
}
final void SetScrollPercent(double horizontalPercent, double verticalPercent)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).abi_SetScrollPercent(horizontalPercent, verticalPercent));
}
final bool CanSelectMultiple()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)this.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_CanSelectMultiple(&_ret));
return _ret;
}
final bool IsSelectionRequired()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)this.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_IsSelectionRequired(&_ret));
return _ret;
}
final Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* GetSelection(UINT32* out___returnValueSize)
{
Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)this.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).abi_GetSelection(out___returnValueSize, &_ret));
return _ret;
}
static Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer New(Windows.UI.Xaml.Controls.Pivot owner)
{
auto factory = factory!(Windows.UI.Xaml.Automation.Peers.IPivotAutomationPeerFactory);
Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IPivotAutomationPeerFactory)factory.asInterface(uuid("3efe0f94-0c91-4341-b9ac-1b56b4e6b84f"))).abi_CreateInstanceWithOwner(owner, &_ret));
return _ret;
}
}
interface PivotItemAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IPivotItemAutomationPeer
{
static Windows.UI.Xaml.Automation.Peers.PivotItemAutomationPeer New(Windows.UI.Xaml.Controls.PivotItem owner)
{
auto factory = factory!(Windows.UI.Xaml.Automation.Peers.IPivotItemAutomationPeerFactory);
Windows.UI.Xaml.Automation.Peers.PivotItemAutomationPeer _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IPivotItemAutomationPeerFactory)factory.asInterface(uuid("f2810471-183f-416b-b41a-1e5a958a91f4"))).abi_CreateInstanceWithOwner(owner, &_ret));
return _ret;
}
}
interface PivotItemDataAutomationPeer : Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IPivotItemDataAutomationPeer, Windows.UI.Xaml.Automation.Provider.IScrollItemProvider, Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider, Windows.UI.Xaml.Automation.Provider.IVirtualizedItemProvider
{
extern(Windows):
final void ScrollIntoView()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollItemProvider)this.asInterface(uuid("9a3ec090-5d2c-4e42-9ee6-9d58db100b55"))).abi_ScrollIntoView());
}
final bool IsSelected()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_IsSelected(&_ret));
return _ret;
}
final Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple SelectionContainer()
{
Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_SelectionContainer(&_ret));
return _ret;
}
final void AddToSelection()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_AddToSelection());
}
final void RemoveFromSelection()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_RemoveFromSelection());
}
final void Select()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_Select());
}
final void Realize()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IVirtualizedItemProvider)this.asInterface(uuid("17d4a04b-d658-48e0-a574-5a516c58dfa7"))).abi_Realize());
}
static Windows.UI.Xaml.Automation.Peers.PivotItemDataAutomationPeer New(IInspectable item, Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer parent)
{
auto factory = factory!(Windows.UI.Xaml.Automation.Peers.IPivotItemDataAutomationPeerFactory);
Windows.UI.Xaml.Automation.Peers.PivotItemDataAutomationPeer _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IPivotItemDataAutomationPeerFactory)factory.asInterface(uuid("517a2480-d3b6-412e-82b6-94a0a84c13b0"))).abi_CreateInstanceWithParentAndItem(item, parent, &_ret));
return _ret;
}
}
interface ProgressBarAutomationPeer : Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeer, Windows.UI.Xaml.Automation.Peers.IProgressBarAutomationPeer
{
}
@makable!(ProgressBarAutomationPeer, ProgressBarAutomationPeer, Windows.UI.Xaml.Automation.Peers.IProgressBarAutomationPeerFactory)
class ProgressBarAutomationPeerT(Base) : AgileObject!Base, ProgressBarAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_IsReadOnly(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_IsReadOnly(return_value); }
override HRESULT get_LargeChange(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_LargeChange(return_value); }
override HRESULT get_Maximum(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_Maximum(return_value); }
override HRESULT get_Minimum(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_Minimum(return_value); }
override HRESULT get_SmallChange(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_SmallChange(return_value); }
override HRESULT get_Value(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_Value(return_value); }
override HRESULT abi_SetValue(double value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).abi_SetValue(value); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ProgressRingAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IProgressRingAutomationPeer
{
}
@makable!(ProgressRingAutomationPeer, ProgressRingAutomationPeer, Windows.UI.Xaml.Automation.Peers.IProgressRingAutomationPeerFactory)
class ProgressRingAutomationPeerT(Base) : AgileObject!Base, ProgressRingAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface RadioButtonAutomationPeer : Windows.UI.Xaml.Automation.Peers.ToggleButtonAutomationPeer, Windows.UI.Xaml.Automation.Peers.IRadioButtonAutomationPeer, Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider
{
extern(Windows):
final bool IsSelected()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_IsSelected(&_ret));
return _ret;
}
final Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple SelectionContainer()
{
Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_SelectionContainer(&_ret));
return _ret;
}
final void AddToSelection()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_AddToSelection());
}
final void RemoveFromSelection()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_RemoveFromSelection());
}
final void Select()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_Select());
}
}
@makable!(RadioButtonAutomationPeer, RadioButtonAutomationPeer, Windows.UI.Xaml.Automation.Peers.IRadioButtonAutomationPeerFactory)
class RadioButtonAutomationPeerT(Base) : AgileObject!Base, RadioButtonAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_IsSelected(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_IsSelected(return_value); }
override HRESULT get_SelectionContainer(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_SelectionContainer(return_value); }
override HRESULT abi_AddToSelection() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_AddToSelection(); }
override HRESULT abi_RemoveFromSelection() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_RemoveFromSelection(); }
override HRESULT abi_Select() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_Select(); }
override HRESULT get_ToggleState(Windows.UI.Xaml.Automation.ToggleState* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)m_inner.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).get_ToggleState(return_value); }
override HRESULT abi_Toggle() { return (cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)m_inner.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).abi_Toggle(); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface RangeBaseAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IRangeBaseAutomationPeer, Windows.UI.Xaml.Automation.Provider.IRangeValueProvider
{
extern(Windows):
final bool IsReadOnly()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)this.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_IsReadOnly(&_ret));
return _ret;
}
final double LargeChange()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)this.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_LargeChange(&_ret));
return _ret;
}
final double Maximum()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)this.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_Maximum(&_ret));
return _ret;
}
final double Minimum()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)this.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_Minimum(&_ret));
return _ret;
}
final double SmallChange()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)this.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_SmallChange(&_ret));
return _ret;
}
final double Value()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)this.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_Value(&_ret));
return _ret;
}
final void SetValue(double value)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)this.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).abi_SetValue(value));
}
}
@makable!(RangeBaseAutomationPeer, RangeBaseAutomationPeer, Windows.UI.Xaml.Automation.Peers.IRangeBaseAutomationPeerFactory)
class RangeBaseAutomationPeerT(Base) : AgileObject!Base, RangeBaseAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_IsReadOnly(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_IsReadOnly(return_value); }
override HRESULT get_LargeChange(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_LargeChange(return_value); }
override HRESULT get_Maximum(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_Maximum(return_value); }
override HRESULT get_Minimum(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_Minimum(return_value); }
override HRESULT get_SmallChange(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_SmallChange(return_value); }
override HRESULT get_Value(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_Value(return_value); }
override HRESULT abi_SetValue(double value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).abi_SetValue(value); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface RepeatButtonAutomationPeer : Windows.UI.Xaml.Automation.Peers.ButtonBaseAutomationPeer, Windows.UI.Xaml.Automation.Peers.IRepeatButtonAutomationPeer, Windows.UI.Xaml.Automation.Provider.IInvokeProvider
{
extern(Windows):
final void Invoke()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IInvokeProvider)this.asInterface(uuid("f7d1a187-b13c-4540-b09e-6778e2dc9ba5"))).abi_Invoke());
}
}
@makable!(RepeatButtonAutomationPeer, RepeatButtonAutomationPeer, Windows.UI.Xaml.Automation.Peers.IRepeatButtonAutomationPeerFactory)
class RepeatButtonAutomationPeerT(Base) : AgileObject!Base, RepeatButtonAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT abi_Invoke() { return (cast(Windows.UI.Xaml.Automation.Provider.IInvokeProvider)m_inner.asInterface(uuid("f7d1a187-b13c-4540-b09e-6778e2dc9ba5"))).abi_Invoke(); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface RichEditBoxAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IRichEditBoxAutomationPeer
{
}
@makable!(RichEditBoxAutomationPeer, RichEditBoxAutomationPeer, Windows.UI.Xaml.Automation.Peers.IRichEditBoxAutomationPeerFactory)
class RichEditBoxAutomationPeerT(Base) : AgileObject!Base, RichEditBoxAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface RichTextBlockAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IRichTextBlockAutomationPeer
{
}
@makable!(RichTextBlockAutomationPeer, RichTextBlockAutomationPeer, Windows.UI.Xaml.Automation.Peers.IRichTextBlockAutomationPeerFactory)
class RichTextBlockAutomationPeerT(Base) : AgileObject!Base, RichTextBlockAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface RichTextBlockOverflowAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IRichTextBlockOverflowAutomationPeer
{
}
@makable!(RichTextBlockOverflowAutomationPeer, RichTextBlockOverflowAutomationPeer, Windows.UI.Xaml.Automation.Peers.IRichTextBlockOverflowAutomationPeerFactory)
class RichTextBlockOverflowAutomationPeerT(Base) : AgileObject!Base, RichTextBlockOverflowAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ScrollBarAutomationPeer : Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeer, Windows.UI.Xaml.Automation.Peers.IScrollBarAutomationPeer
{
}
@makable!(ScrollBarAutomationPeer, ScrollBarAutomationPeer, Windows.UI.Xaml.Automation.Peers.IScrollBarAutomationPeerFactory)
class ScrollBarAutomationPeerT(Base) : AgileObject!Base, ScrollBarAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_IsReadOnly(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_IsReadOnly(return_value); }
override HRESULT get_LargeChange(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_LargeChange(return_value); }
override HRESULT get_Maximum(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_Maximum(return_value); }
override HRESULT get_Minimum(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_Minimum(return_value); }
override HRESULT get_SmallChange(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_SmallChange(return_value); }
override HRESULT get_Value(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_Value(return_value); }
override HRESULT abi_SetValue(double value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).abi_SetValue(value); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ScrollViewerAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IScrollViewerAutomationPeer, Windows.UI.Xaml.Automation.Provider.IScrollProvider
{
extern(Windows):
final bool HorizontallyScrollable()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_HorizontallyScrollable(&_ret));
return _ret;
}
final double HorizontalScrollPercent()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_HorizontalScrollPercent(&_ret));
return _ret;
}
final double HorizontalViewSize()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_HorizontalViewSize(&_ret));
return _ret;
}
final bool VerticallyScrollable()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_VerticallyScrollable(&_ret));
return _ret;
}
final double VerticalScrollPercent()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_VerticalScrollPercent(&_ret));
return _ret;
}
final double VerticalViewSize()
{
double _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_VerticalViewSize(&_ret));
return _ret;
}
final void Scroll(Windows.UI.Xaml.Automation.ScrollAmount horizontalAmount, Windows.UI.Xaml.Automation.ScrollAmount verticalAmount)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).abi_Scroll(horizontalAmount, verticalAmount));
}
final void SetScrollPercent(double horizontalPercent, double verticalPercent)
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)this.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).abi_SetScrollPercent(horizontalPercent, verticalPercent));
}
}
@makable!(ScrollViewerAutomationPeer, ScrollViewerAutomationPeer, Windows.UI.Xaml.Automation.Peers.IScrollViewerAutomationPeerFactory)
class ScrollViewerAutomationPeerT(Base) : AgileObject!Base, ScrollViewerAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_HorizontallyScrollable(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)m_inner.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_HorizontallyScrollable(return_value); }
override HRESULT get_HorizontalScrollPercent(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)m_inner.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_HorizontalScrollPercent(return_value); }
override HRESULT get_HorizontalViewSize(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)m_inner.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_HorizontalViewSize(return_value); }
override HRESULT get_VerticallyScrollable(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)m_inner.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_VerticallyScrollable(return_value); }
override HRESULT get_VerticalScrollPercent(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)m_inner.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_VerticalScrollPercent(return_value); }
override HRESULT get_VerticalViewSize(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)m_inner.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).get_VerticalViewSize(return_value); }
override HRESULT abi_Scroll(Windows.UI.Xaml.Automation.ScrollAmount horizontalAmount, Windows.UI.Xaml.Automation.ScrollAmount verticalAmount) { return (cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)m_inner.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).abi_Scroll(horizontalAmount, verticalAmount); }
override HRESULT abi_SetScrollPercent(double horizontalPercent, double verticalPercent) { return (cast(Windows.UI.Xaml.Automation.Provider.IScrollProvider)m_inner.asInterface(uuid("374bf581-7716-4bbc-82eb-d997006ea999"))).abi_SetScrollPercent(horizontalPercent, verticalPercent); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface SearchBoxAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.ISearchBoxAutomationPeer
{
}
@makable!(SearchBoxAutomationPeer, SearchBoxAutomationPeer, Windows.UI.Xaml.Automation.Peers.ISearchBoxAutomationPeerFactory)
class SearchBoxAutomationPeerT(Base) : AgileObject!Base, SearchBoxAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface SelectorAutomationPeer : Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer, Windows.UI.Xaml.Automation.Peers.ISelectorAutomationPeer, Windows.UI.Xaml.Automation.Provider.ISelectionProvider
{
extern(Windows):
final bool CanSelectMultiple()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)this.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_CanSelectMultiple(&_ret));
return _ret;
}
final bool IsSelectionRequired()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)this.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_IsSelectionRequired(&_ret));
return _ret;
}
final Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* GetSelection(UINT32* out___returnValueSize)
{
Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)this.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).abi_GetSelection(out___returnValueSize, &_ret));
return _ret;
}
}
@makable!(SelectorAutomationPeer, SelectorAutomationPeer, Windows.UI.Xaml.Automation.Peers.ISelectorAutomationPeerFactory)
class SelectorAutomationPeerT(Base) : AgileObject!Base, SelectorAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_CanSelectMultiple(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_CanSelectMultiple(return_value); }
override HRESULT get_IsSelectionRequired(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).get_IsSelectionRequired(return_value); }
override HRESULT abi_GetSelection(UINT32* out___returnValueSize, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple** return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionProvider)m_inner.asInterface(uuid("1f018fca-b944-4395-8de1-88f674af51d3"))).abi_GetSelection(out___returnValueSize, return_returnValue); }
override HRESULT abi_FindItemByProperty(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple startAfter, Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable value, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Provider.IItemContainerProvider)m_inner.asInterface(uuid("ef5cd845-e1d4-40f4-bad5-c7fad44a703e"))).abi_FindItemByProperty(startAfter, automationProperty, value, return_returnValue); }
override HRESULT abi_CreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeer2)m_inner.asInterface(uuid("c48d8917-95a8-47b8-a517-bf891a6c039b"))).abi_CreateItemAutomationPeer(item, return_returnValue); }
override HRESULT abi_OnCreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { this.OnCreateItemAutomationPeer(item, return_returnValue); return S_OK; }
void OnCreateItemAutomationPeer(IInspectable item, Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IItemsControlAutomationPeerOverrides2)m_inner.asInterface(uuid("361dc0e8-b56f-45e9-80fe-10a0fb0fe177"))).abi_OnCreateItemAutomationPeer(item, return_returnValue)); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface SelectorItemAutomationPeer : Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.ISelectorItemAutomationPeer, Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider
{
extern(Windows):
final bool IsSelected()
{
bool _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_IsSelected(&_ret));
return _ret;
}
final Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple SelectionContainer()
{
Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_SelectionContainer(&_ret));
return _ret;
}
final void AddToSelection()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_AddToSelection());
}
final void RemoveFromSelection()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_RemoveFromSelection());
}
final void Select()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)this.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_Select());
}
}
@makable!(SelectorItemAutomationPeer, SelectorItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.ISelectorItemAutomationPeerFactory)
class SelectorItemAutomationPeerT(Base) : AgileObject!Base, SelectorItemAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_IsSelected(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_IsSelected(return_value); }
override HRESULT get_SelectionContainer(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).get_SelectionContainer(return_value); }
override HRESULT abi_AddToSelection() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_AddToSelection(); }
override HRESULT abi_RemoveFromSelection() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_RemoveFromSelection(); }
override HRESULT abi_Select() { return (cast(Windows.UI.Xaml.Automation.Provider.ISelectionItemProvider)m_inner.asInterface(uuid("6a4977c1-830d-42d2-bf62-042ebddecc19"))).abi_Select(); }
override HRESULT get_Item(IInspectable* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemAutomationPeer)m_inner.asInterface(uuid("953c34f6-3b31-47a7-b3bf-25d3ae99c317"))).get_Item(return_value); }
override HRESULT get_ItemsControlAutomationPeer(Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IItemAutomationPeer)m_inner.asInterface(uuid("953c34f6-3b31-47a7-b3bf-25d3ae99c317"))).get_ItemsControlAutomationPeer(return_value); }
override HRESULT abi_Realize() { return (cast(Windows.UI.Xaml.Automation.Provider.IVirtualizedItemProvider)m_inner.asInterface(uuid("17d4a04b-d658-48e0-a574-5a516c58dfa7"))).abi_Realize(); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface SemanticZoomAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.ISemanticZoomAutomationPeer, Windows.UI.Xaml.Automation.Provider.IToggleProvider
{
extern(Windows):
final Windows.UI.Xaml.Automation.ToggleState ToggleState()
{
Windows.UI.Xaml.Automation.ToggleState _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)this.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).get_ToggleState(&_ret));
return _ret;
}
final void Toggle()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)this.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).abi_Toggle());
}
}
@makable!(SemanticZoomAutomationPeer, SemanticZoomAutomationPeer, Windows.UI.Xaml.Automation.Peers.ISemanticZoomAutomationPeerFactory)
class SemanticZoomAutomationPeerT(Base) : AgileObject!Base, SemanticZoomAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_ToggleState(Windows.UI.Xaml.Automation.ToggleState* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)m_inner.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).get_ToggleState(return_value); }
override HRESULT abi_Toggle() { return (cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)m_inner.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).abi_Toggle(); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface SettingsFlyoutAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.ISettingsFlyoutAutomationPeer
{
}
@makable!(SettingsFlyoutAutomationPeer, SettingsFlyoutAutomationPeer, Windows.UI.Xaml.Automation.Peers.ISettingsFlyoutAutomationPeerFactory)
class SettingsFlyoutAutomationPeerT(Base) : AgileObject!Base, SettingsFlyoutAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface SliderAutomationPeer : Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeer, Windows.UI.Xaml.Automation.Peers.ISliderAutomationPeer
{
}
@makable!(SliderAutomationPeer, SliderAutomationPeer, Windows.UI.Xaml.Automation.Peers.ISliderAutomationPeerFactory)
class SliderAutomationPeerT(Base) : AgileObject!Base, SliderAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_IsReadOnly(bool* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_IsReadOnly(return_value); }
override HRESULT get_LargeChange(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_LargeChange(return_value); }
override HRESULT get_Maximum(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_Maximum(return_value); }
override HRESULT get_Minimum(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_Minimum(return_value); }
override HRESULT get_SmallChange(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_SmallChange(return_value); }
override HRESULT get_Value(double* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).get_Value(return_value); }
override HRESULT abi_SetValue(double value) { return (cast(Windows.UI.Xaml.Automation.Provider.IRangeValueProvider)m_inner.asInterface(uuid("838a34a8-7d5f-4079-af03-c3d015e93413"))).abi_SetValue(value); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface TextBlockAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.ITextBlockAutomationPeer
{
}
@makable!(TextBlockAutomationPeer, TextBlockAutomationPeer, Windows.UI.Xaml.Automation.Peers.ITextBlockAutomationPeerFactory)
class TextBlockAutomationPeerT(Base) : AgileObject!Base, TextBlockAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface TextBoxAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.ITextBoxAutomationPeer
{
}
@makable!(TextBoxAutomationPeer, TextBoxAutomationPeer, Windows.UI.Xaml.Automation.Peers.ITextBoxAutomationPeerFactory)
class TextBoxAutomationPeerT(Base) : AgileObject!Base, TextBoxAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ThumbAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IThumbAutomationPeer
{
}
@makable!(ThumbAutomationPeer, ThumbAutomationPeer, Windows.UI.Xaml.Automation.Peers.IThumbAutomationPeerFactory)
class ThumbAutomationPeerT(Base) : AgileObject!Base, ThumbAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface TimePickerAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.ITimePickerAutomationPeer
{
}
@makable!(TimePickerAutomationPeer, TimePickerAutomationPeer, Windows.UI.Xaml.Automation.Peers.ITimePickerAutomationPeerFactory)
class TimePickerAutomationPeerT(Base) : AgileObject!Base, TimePickerAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface TimePickerFlyoutPresenterAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.ITimePickerFlyoutPresenterAutomationPeer
{
}
interface ToggleButtonAutomationPeer : Windows.UI.Xaml.Automation.Peers.ButtonBaseAutomationPeer, Windows.UI.Xaml.Automation.Peers.IToggleButtonAutomationPeer, Windows.UI.Xaml.Automation.Provider.IToggleProvider
{
extern(Windows):
final Windows.UI.Xaml.Automation.ToggleState ToggleState()
{
Windows.UI.Xaml.Automation.ToggleState _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)this.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).get_ToggleState(&_ret));
return _ret;
}
final void Toggle()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)this.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).abi_Toggle());
}
}
@makable!(ToggleButtonAutomationPeer, ToggleButtonAutomationPeer, Windows.UI.Xaml.Automation.Peers.IToggleButtonAutomationPeerFactory)
class ToggleButtonAutomationPeerT(Base) : AgileObject!Base, ToggleButtonAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_ToggleState(Windows.UI.Xaml.Automation.ToggleState* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)m_inner.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).get_ToggleState(return_value); }
override HRESULT abi_Toggle() { return (cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)m_inner.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).abi_Toggle(); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ToggleMenuFlyoutItemAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IToggleMenuFlyoutItemAutomationPeer, Windows.UI.Xaml.Automation.Provider.IToggleProvider
{
extern(Windows):
final Windows.UI.Xaml.Automation.ToggleState ToggleState()
{
Windows.UI.Xaml.Automation.ToggleState _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)this.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).get_ToggleState(&_ret));
return _ret;
}
final void Toggle()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)this.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).abi_Toggle());
}
}
@makable!(ToggleMenuFlyoutItemAutomationPeer, ToggleMenuFlyoutItemAutomationPeer, Windows.UI.Xaml.Automation.Peers.IToggleMenuFlyoutItemAutomationPeerFactory)
class ToggleMenuFlyoutItemAutomationPeerT(Base) : AgileObject!Base, ToggleMenuFlyoutItemAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_ToggleState(Windows.UI.Xaml.Automation.ToggleState* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)m_inner.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).get_ToggleState(return_value); }
override HRESULT abi_Toggle() { return (cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)m_inner.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).abi_Toggle(); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
interface ToggleSwitchAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Peers.IToggleSwitchAutomationPeer, Windows.UI.Xaml.Automation.Provider.IToggleProvider
{
extern(Windows):
final Windows.UI.Xaml.Automation.ToggleState ToggleState()
{
Windows.UI.Xaml.Automation.ToggleState _ret;
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)this.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).get_ToggleState(&_ret));
return _ret;
}
final void Toggle()
{
Debug.OK((cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)this.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).abi_Toggle());
}
}
@makable!(ToggleSwitchAutomationPeer, ToggleSwitchAutomationPeer, Windows.UI.Xaml.Automation.Peers.IToggleSwitchAutomationPeerFactory)
class ToggleSwitchAutomationPeerT(Base) : AgileObject!Base, ToggleSwitchAutomationPeer
{
override HRESULT QueryInterface(const(IID)* riid, void** ppv)
{
auto ret = super.QueryInterface(riid, ppv);
if (ret == E_NOINTERFACE)
return m_inner.QueryInterface(riid, ppv);
return ret;
}
override HRESULT get_ToggleState(Windows.UI.Xaml.Automation.ToggleState* return_value) { return (cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)m_inner.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).get_ToggleState(return_value); }
override HRESULT abi_Toggle() { return (cast(Windows.UI.Xaml.Automation.Provider.IToggleProvider)m_inner.asInterface(uuid("93b88290-656f-44f7-aeaf-78b8f944d062"))).abi_Toggle(); }
override HRESULT get_Owner(Windows.UI.Xaml.UIElement* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IFrameworkElementAutomationPeer)m_inner.asInterface(uuid("b90ad781-bfeb-4451-bd47-9f3a63ebd24a"))).get_Owner(return_value); }
override HRESULT get_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).get_EventsSource(return_value); }
override HRESULT set_EventsSource(Windows.UI.Xaml.Automation.Peers.AutomationPeer value) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).set_EventsSource(value); }
override HRESULT abi_GetPattern(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPattern(patternInterface, return_returnValue); }
override HRESULT abi_RaiseAutomationEvent(Windows.UI.Xaml.Automation.Peers.AutomationEvents eventId) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaiseAutomationEvent(eventId); }
override HRESULT abi_RaisePropertyChangedEvent(Windows.UI.Xaml.Automation.AutomationProperty automationProperty, IInspectable oldValue, IInspectable newValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_RaisePropertyChangedEvent(automationProperty, oldValue, newValue); }
override HRESULT abi_GetAcceleratorKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAcceleratorKey(return_returnValue); }
override HRESULT abi_GetAccessKey(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAccessKey(return_returnValue); }
override HRESULT abi_GetAutomationControlType(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationControlType(return_returnValue); }
override HRESULT abi_GetAutomationId(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetAutomationId(return_returnValue); }
override HRESULT abi_GetBoundingRectangle(Windows.Foundation.Rect* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetBoundingRectangle(return_returnValue); }
override HRESULT abi_GetChildren(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetChildren(return_returnValue); }
override HRESULT abi_GetClassName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClassName(return_returnValue); }
override HRESULT abi_GetClickablePoint(Windows.Foundation.Point* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetClickablePoint(return_returnValue); }
override HRESULT abi_GetHelpText(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetHelpText(return_returnValue); }
override HRESULT abi_GetItemStatus(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemStatus(return_returnValue); }
override HRESULT abi_GetItemType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetItemType(return_returnValue); }
override HRESULT abi_GetLabeledBy(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLabeledBy(return_returnValue); }
override HRESULT abi_GetLocalizedControlType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLocalizedControlType(return_returnValue); }
override HRESULT abi_GetName(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetName(return_returnValue); }
override HRESULT abi_GetOrientation(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetOrientation(return_returnValue); }
override HRESULT abi_HasKeyboardFocus(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_HasKeyboardFocus(return_returnValue); }
override HRESULT abi_IsContentElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsContentElement(return_returnValue); }
override HRESULT abi_IsControlElement(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsControlElement(return_returnValue); }
override HRESULT abi_IsEnabled(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsEnabled(return_returnValue); }
override HRESULT abi_IsKeyboardFocusable(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsKeyboardFocusable(return_returnValue); }
override HRESULT abi_IsOffscreen(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsOffscreen(return_returnValue); }
override HRESULT abi_IsPassword(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsPassword(return_returnValue); }
override HRESULT abi_IsRequiredForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_IsRequiredForForm(return_returnValue); }
override HRESULT abi_SetFocus() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_SetFocus(); }
override HRESULT abi_GetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetParent(return_returnValue); }
override HRESULT abi_InvalidatePeer() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_InvalidatePeer(); }
override HRESULT abi_GetPeerFromPoint(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetPeerFromPoint(point, return_returnValue); }
override HRESULT abi_GetLiveSetting(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer)m_inner.asInterface(uuid("35aac87a-62ee-4d3e-a24c-2bc8432d68b7"))).abi_GetLiveSetting(return_returnValue); }
override HRESULT abi_GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { this.GetPatternCore(patternInterface, return_returnValue); return S_OK; }
void GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPatternCore(patternInterface, return_returnValue)); }
override HRESULT abi_GetAcceleratorKeyCore(HSTRING* return_returnValue) { this.GetAcceleratorKeyCore(return_returnValue); return S_OK; }
void GetAcceleratorKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAcceleratorKeyCore(return_returnValue)); }
override HRESULT abi_GetAccessKeyCore(HSTRING* return_returnValue) { this.GetAccessKeyCore(return_returnValue); return S_OK; }
void GetAccessKeyCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAccessKeyCore(return_returnValue)); }
override HRESULT abi_GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { this.GetAutomationControlTypeCore(return_returnValue); return S_OK; }
void GetAutomationControlTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationControlType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationControlTypeCore(return_returnValue)); }
override HRESULT abi_GetAutomationIdCore(HSTRING* return_returnValue) { this.GetAutomationIdCore(return_returnValue); return S_OK; }
void GetAutomationIdCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetAutomationIdCore(return_returnValue)); }
override HRESULT abi_GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { this.GetBoundingRectangleCore(return_returnValue); return S_OK; }
void GetBoundingRectangleCore(Windows.Foundation.Rect* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetBoundingRectangleCore(return_returnValue)); }
override HRESULT abi_GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetChildrenCore(return_returnValue); return S_OK; }
void GetChildrenCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetChildrenCore(return_returnValue)); }
override HRESULT abi_GetClassNameCore(HSTRING* return_returnValue) { this.GetClassNameCore(return_returnValue); return S_OK; }
void GetClassNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClassNameCore(return_returnValue)); }
override HRESULT abi_GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { this.GetClickablePointCore(return_returnValue); return S_OK; }
void GetClickablePointCore(Windows.Foundation.Point* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetClickablePointCore(return_returnValue)); }
override HRESULT abi_GetHelpTextCore(HSTRING* return_returnValue) { this.GetHelpTextCore(return_returnValue); return S_OK; }
void GetHelpTextCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetHelpTextCore(return_returnValue)); }
override HRESULT abi_GetItemStatusCore(HSTRING* return_returnValue) { this.GetItemStatusCore(return_returnValue); return S_OK; }
void GetItemStatusCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemStatusCore(return_returnValue)); }
override HRESULT abi_GetItemTypeCore(HSTRING* return_returnValue) { this.GetItemTypeCore(return_returnValue); return S_OK; }
void GetItemTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetItemTypeCore(return_returnValue)); }
override HRESULT abi_GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetLabeledByCore(return_returnValue); return S_OK; }
void GetLabeledByCore(Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLabeledByCore(return_returnValue)); }
override HRESULT abi_GetLocalizedControlTypeCore(HSTRING* return_returnValue) { this.GetLocalizedControlTypeCore(return_returnValue); return S_OK; }
void GetLocalizedControlTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLocalizedControlTypeCore(return_returnValue)); }
override HRESULT abi_GetNameCore(HSTRING* return_returnValue) { this.GetNameCore(return_returnValue); return S_OK; }
void GetNameCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetNameCore(return_returnValue)); }
override HRESULT abi_GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { this.GetOrientationCore(return_returnValue); return S_OK; }
void GetOrientationCore(Windows.UI.Xaml.Automation.Peers.AutomationOrientation* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetOrientationCore(return_returnValue)); }
override HRESULT abi_HasKeyboardFocusCore(bool* return_returnValue) { this.HasKeyboardFocusCore(return_returnValue); return S_OK; }
void HasKeyboardFocusCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_HasKeyboardFocusCore(return_returnValue)); }
override HRESULT abi_IsContentElementCore(bool* return_returnValue) { this.IsContentElementCore(return_returnValue); return S_OK; }
void IsContentElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsContentElementCore(return_returnValue)); }
override HRESULT abi_IsControlElementCore(bool* return_returnValue) { this.IsControlElementCore(return_returnValue); return S_OK; }
void IsControlElementCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsControlElementCore(return_returnValue)); }
override HRESULT abi_IsEnabledCore(bool* return_returnValue) { this.IsEnabledCore(return_returnValue); return S_OK; }
void IsEnabledCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsEnabledCore(return_returnValue)); }
override HRESULT abi_IsKeyboardFocusableCore(bool* return_returnValue) { this.IsKeyboardFocusableCore(return_returnValue); return S_OK; }
void IsKeyboardFocusableCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsKeyboardFocusableCore(return_returnValue)); }
override HRESULT abi_IsOffscreenCore(bool* return_returnValue) { this.IsOffscreenCore(return_returnValue); return S_OK; }
void IsOffscreenCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsOffscreenCore(return_returnValue)); }
override HRESULT abi_IsPasswordCore(bool* return_returnValue) { this.IsPasswordCore(return_returnValue); return S_OK; }
void IsPasswordCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsPasswordCore(return_returnValue)); }
override HRESULT abi_IsRequiredForFormCore(bool* return_returnValue) { this.IsRequiredForFormCore(return_returnValue); return S_OK; }
void IsRequiredForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_IsRequiredForFormCore(return_returnValue)); }
override HRESULT abi_SetFocusCore() { this.SetFocusCore(); return S_OK; }
void SetFocusCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_SetFocusCore()); }
override HRESULT abi_GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { this.GetPeerFromPointCore(point, return_returnValue); return S_OK; }
void GetPeerFromPointCore(Windows.Foundation.Point point, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetPeerFromPointCore(point, return_returnValue)); }
override HRESULT abi_GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { this.GetLiveSettingCore(return_returnValue); return S_OK; }
void GetLiveSettingCore(Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides)m_inner.asInterface(uuid("bea93e67-dbee-4f7b-af0d-a79aae5333bf"))).abi_GetLiveSettingCore(return_returnValue)); }
override HRESULT abi_PeerFromProvider(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider, Windows.UI.Xaml.Automation.Peers.AutomationPeer* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_PeerFromProvider(provider, return_returnValue); }
override HRESULT abi_ProviderFromPeer(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer, Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerProtected)m_inner.asInterface(uuid("f4b40e52-642f-4629-a54a-ea5d2349c448"))).abi_ProviderFromPeer(peer, return_returnValue); }
override HRESULT abi_ShowContextMenuCore() { this.ShowContextMenuCore(); return S_OK; }
void ShowContextMenuCore() { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_ShowContextMenuCore()); }
override HRESULT abi_GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetControlledPeersCore(return_returnValue); return S_OK; }
void GetControlledPeersCore(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2)m_inner.asInterface(uuid("2603682a-9da6-4023-b496-496e5ef228d2"))).abi_GetControlledPeersCore(return_returnValue)); }
override HRESULT abi_Navigate(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_Navigate(direction, return_returnValue); }
override HRESULT abi_GetElementFromPoint(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetElementFromPoint(pointInWindowCoordinates, return_returnValue); }
override HRESULT abi_GetFocusedElement(IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetFocusedElement(return_returnValue); }
override HRESULT abi_ShowContextMenu() { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_ShowContextMenu(); }
override HRESULT abi_GetControlledPeers(Windows.Foundation.Collections.IVectorView!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetControlledPeers(return_returnValue); }
override HRESULT abi_GetAnnotations(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetAnnotations(return_returnValue); }
override HRESULT abi_SetParent(Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_SetParent(peer); }
override HRESULT abi_RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, Windows.Foundation.Collections.IVectorView!(HSTRING) changedData) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseTextEditTextChangedEvent(automationTextEditChangeType, changedData); }
override HRESULT abi_GetPositionInSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetPositionInSet(return_returnValue); }
override HRESULT abi_GetSizeOfSet(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetSizeOfSet(return_returnValue); }
override HRESULT abi_GetLevel(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_GetLevel(return_returnValue); }
override HRESULT abi_RaiseStructureChangedEvent(Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, Windows.UI.Xaml.Automation.Peers.AutomationPeer child) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer3)m_inner.asInterface(uuid("d3cfb977-0084-41d7-a221-28158d3bc32c"))).abi_RaiseStructureChangedEvent(structureChangeType, child); }
override HRESULT abi_NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { this.NavigateCore(direction, return_returnValue); return S_OK; }
void NavigateCore(Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_NavigateCore(direction, return_returnValue)); }
override HRESULT abi_GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { this.GetElementFromPointCore(pointInWindowCoordinates, return_returnValue); return S_OK; }
void GetElementFromPointCore(Windows.Foundation.Point pointInWindowCoordinates, IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetElementFromPointCore(pointInWindowCoordinates, return_returnValue)); }
override HRESULT abi_GetFocusedElementCore(IInspectable* return_returnValue) { this.GetFocusedElementCore(return_returnValue); return S_OK; }
void GetFocusedElementCore(IInspectable* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetFocusedElementCore(return_returnValue)); }
override HRESULT abi_GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { this.GetAnnotationsCore(return_returnValue); return S_OK; }
void GetAnnotationsCore(Windows.Foundation.Collections.IVector!(Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetAnnotationsCore(return_returnValue)); }
override HRESULT abi_GetPositionInSetCore(INT32* return_returnValue) { this.GetPositionInSetCore(return_returnValue); return S_OK; }
void GetPositionInSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetPositionInSetCore(return_returnValue)); }
override HRESULT abi_GetSizeOfSetCore(INT32* return_returnValue) { this.GetSizeOfSetCore(return_returnValue); return S_OK; }
void GetSizeOfSetCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetSizeOfSetCore(return_returnValue)); }
override HRESULT abi_GetLevelCore(INT32* return_returnValue) { this.GetLevelCore(return_returnValue); return S_OK; }
void GetLevelCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3)m_inner.asInterface(uuid("b6f0c4ad-4d39-49e6-bb91-d924eefd8538"))).abi_GetLevelCore(return_returnValue)); }
override HRESULT abi_GetLandmarkType(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLandmarkType(return_returnValue); }
override HRESULT abi_GetLocalizedLandmarkType(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer4)m_inner.asInterface(uuid("761ce752-73c1-4f44-be75-43c49ec0d4d5"))).abi_GetLocalizedLandmarkType(return_returnValue); }
override HRESULT abi_GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { this.GetLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLandmarkTypeCore(Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { this.GetLocalizedLandmarkTypeCore(return_returnValue); return S_OK; }
void GetLocalizedLandmarkTypeCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides4)m_inner.asInterface(uuid("b186cda2-5d46-4bcd-a811-269ad15b3aee"))).abi_GetLocalizedLandmarkTypeCore(return_returnValue)); }
override HRESULT abi_IsPeripheral(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsPeripheral(return_returnValue); }
override HRESULT abi_IsDataValidForForm(bool* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_IsDataValidForForm(return_returnValue); }
override HRESULT abi_GetFullDescription(HSTRING* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer5)m_inner.asInterface(uuid("f632e1c6-0a3f-4574-9fef-cdc151765674"))).abi_GetFullDescription(return_returnValue); }
override HRESULT abi_IsPeripheralCore(bool* return_returnValue) { this.IsPeripheralCore(return_returnValue); return S_OK; }
void IsPeripheralCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsPeripheralCore(return_returnValue)); }
override HRESULT abi_IsDataValidForFormCore(bool* return_returnValue) { this.IsDataValidForFormCore(return_returnValue); return S_OK; }
void IsDataValidForFormCore(bool* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_IsDataValidForFormCore(return_returnValue)); }
override HRESULT abi_GetFullDescriptionCore(HSTRING* return_returnValue) { this.GetFullDescriptionCore(return_returnValue); return S_OK; }
void GetFullDescriptionCore(HSTRING* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFullDescriptionCore(return_returnValue)); }
override HRESULT abi_GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetDescribedByCore(return_returnValue); return S_OK; }
void GetDescribedByCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetDescribedByCore(return_returnValue)); }
override HRESULT abi_GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsToCore(return_returnValue); return S_OK; }
void GetFlowsToCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsToCore(return_returnValue)); }
override HRESULT abi_GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { this.GetFlowsFromCore(return_returnValue); return S_OK; }
void GetFlowsFromCore(Windows.Foundation.Collections.IIterable!(Windows.UI.Xaml.Automation.Peers.AutomationPeer)* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5)m_inner.asInterface(uuid("2c847c85-781e-49f7-9fef-b9e14d014707"))).abi_GetFlowsFromCore(return_returnValue)); }
override HRESULT abi_GetCulture(INT32* return_returnValue) { return (cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeer6)m_inner.asInterface(uuid("caf8608f-13ff-42fb-866d-22206434cc6b"))).abi_GetCulture(return_returnValue); }
override HRESULT abi_GetCultureCore(INT32* return_returnValue) { this.GetCultureCore(return_returnValue); return S_OK; }
void GetCultureCore(INT32* return_returnValue) { Debug.OK((cast(Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides6)m_inner.asInterface(uuid("e98babe7-f6ff-444c-9c0d-277eaf0ad9c0"))).abi_GetCultureCore(return_returnValue)); }
override HRESULT abi_GetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetValue(dp, return_returnValue); }
override HRESULT abi_SetValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_SetValue(dp, value); }
override HRESULT abi_ClearValue(Windows.UI.Xaml.DependencyProperty dp) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ClearValue(dp); }
override HRESULT abi_ReadLocalValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_ReadLocalValue(dp, return_returnValue); }
override HRESULT abi_GetAnimationBaseValue(Windows.UI.Xaml.DependencyProperty dp, IInspectable* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).abi_GetAnimationBaseValue(dp, return_returnValue); }
override HRESULT get_Dispatcher(Windows.UI.Core.CoreDispatcher* return_value) { return (cast(Windows.UI.Xaml.IDependencyObject)m_inner.asInterface(uuid("5c526665-f60e-4912-af59-5fe0680f089d"))).get_Dispatcher(return_value); }
override HRESULT abi_RegisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, Windows.UI.Xaml.DependencyPropertyChangedCallback callback, INT64* return_returnValue) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_RegisterPropertyChangedCallback(dp, callback, return_returnValue); }
override HRESULT abi_UnregisterPropertyChangedCallback(Windows.UI.Xaml.DependencyProperty dp, INT64 token) { return (cast(Windows.UI.Xaml.IDependencyObject2)m_inner.asInterface(uuid("29fed85d-3d22-43a1-add0-17027c08b212"))).abi_UnregisterPropertyChangedCallback(dp, token); }
this() {}
IInspectable m_inner;
}
enum AccessibilityView
{
Raw = 0,
Control = 1,
Content = 2
}
enum AutomationControlType
{
Button = 0,
Calendar = 1,
CheckBox = 2,
ComboBox = 3,
Edit = 4,
Hyperlink = 5,
Image = 6,
ListItem = 7,
List = 8,
Menu = 9,
MenuBar = 10,
MenuItem = 11,
ProgressBar = 12,
RadioButton = 13,
ScrollBar = 14,
Slider = 15,
Spinner = 16,
StatusBar = 17,
Tab = 18,
TabItem = 19,
Text = 20,
ToolBar = 21,
ToolTip = 22,
Tree = 23,
TreeItem = 24,
Custom = 25,
Group = 26,
Thumb = 27,
DataGrid = 28,
DataItem = 29,
Document = 30,
SplitButton = 31,
Window = 32,
Pane = 33,
Header = 34,
HeaderItem = 35,
Table = 36,
TitleBar = 37,
Separator = 38,
SemanticZoom = 39,
AppBar = 40
}
enum AutomationEvents
{
ToolTipOpened = 0,
ToolTipClosed = 1,
MenuOpened = 2,
MenuClosed = 3,
AutomationFocusChanged = 4,
InvokePatternOnInvoked = 5,
SelectionItemPatternOnElementAddedToSelection = 6,
SelectionItemPatternOnElementRemovedFromSelection = 7,
SelectionItemPatternOnElementSelected = 8,
SelectionPatternOnInvalidated = 9,
TextPatternOnTextSelectionChanged = 10,
TextPatternOnTextChanged = 11,
AsyncContentLoaded = 12,
PropertyChanged = 13,
StructureChanged = 14,
DragStart = 15,
DragCancel = 16,
DragComplete = 17,
DragEnter = 18,
DragLeave = 19,
Dropped = 20,
LiveRegionChanged = 21,
InputReachedTarget = 22,
InputReachedOtherElement = 23,
InputDiscarded = 24,
WindowClosed = 25,
WindowOpened = 26,
ConversionTargetChanged = 27,
TextEditTextChanged = 28,
LayoutInvalidated = 29
}
enum AutomationLandmarkType
{
None = 0,
Custom = 1,
Form = 2,
Main = 3,
Navigation = 4,
Search = 5
}
enum AutomationLiveSetting
{
Off = 0,
Polite = 1,
Assertive = 2
}
enum AutomationNavigationDirection
{
Parent = 0,
NextSibling = 1,
PreviousSibling = 2,
FirstChild = 3,
LastChild = 4
}
enum AutomationOrientation
{
None = 0,
Horizontal = 1,
Vertical = 2
}
enum AutomationStructureChangeType
{
ChildAdded = 0,
ChildRemoved = 1,
ChildrenInvalidated = 2,
ChildrenBulkAdded = 3,
ChildrenBulkRemoved = 4,
ChildrenReordered = 5
}
enum PatternInterface
{
Invoke = 0,
Selection = 1,
Value = 2,
RangeValue = 3,
Scroll = 4,
ScrollItem = 5,
ExpandCollapse = 6,
Grid = 7,
GridItem = 8,
MultipleView = 9,
Window = 10,
SelectionItem = 11,
Dock = 12,
Table = 13,
TableItem = 14,
Toggle = 15,
Transform = 16,
Text = 17,
ItemContainer = 18,
VirtualizedItem = 19,
Text2 = 20,
TextChild = 21,
TextRange = 22,
Annotation = 23,
Drag = 24,
DropTarget = 25,
ObjectModel = 26,
Spreadsheet = 27,
SpreadsheetItem = 28,
Styles = 29,
Transform2 = 30,
SynchronizedInput = 31,
TextEdit = 32,
CustomNavigation = 33
} | D |
/*
* Collie - An asynchronous event-driven network framework using Dlang development
*
* Copyright (C) 2015-2016 Shanghai Putao Technology Co., Ltd
*
* Developer: putao's Dlang team
*
* Licensed under the Apache-2.0 License.
*
*/
import std.stdio;
import std.experimental.logger;
import std.exception;
import std.typecons;
import std.functional;
import collie.socket;
import collie.codec.http;
import collie.codec.http.server;
import collie.bootstrap.serversslconfig;
debug {
extern(C) __gshared string[] rt_options = [ "gcopt=profile:1"];// maxPoolSize:50" ];
}
class MyHandler : RequestHandler
{
protected:
override void onResquest(HTTPMessage headers) nothrow
{
_header = headers;
// collectException({
// trace("************************");
// writeln("---new HTTP request!");
// writeln("path is : ", _header.url);
// }());
}
override void onBody(const ubyte[] data) nothrow
{
// collectException({
// writeln("body is : ", cast(string) data);
// }());
}
override void onEOM() nothrow
{
collectException({
auto build = Unique!ResponseBuilder(new ResponseBuilder(_downstream));
//ResponseBuilder build = new ResponseBuilder(_downstream);// scoped!ResponseBuilder(_downstream);
build.status(cast(ushort)200,HTTPMessage.statusText(200));
build.setBody(cast(ubyte[])"string hello = \"hello world!!\";");
build.sendWithEOM();
}());
}
override void onError(HTTPErrorCode code) nothrow {
collectException({
//writeln("on erro : ", code);
import collie.utils.memory;
gcFree(_header);
gcFree(this);
}());
}
override void requestComplete() nothrow
{
collectException({
//writeln("requestComplete : ");
import collie.utils.memory;
gcFree(_header);
gcFree(this);
}());
}
private:
HTTPMessage _header;
}
RequestHandler newHandler(RequestHandler,HTTPMessage)
{
auto handler = new MyHandler();
trace("----------newHandler, handle is : ", cast(void *)handler);
return handler;
}
void main()
{
writeln("Edit source/app.d to start your project.");
globalLogLevel(LogLevel.warning);
trace("----------");
version(USE_SSL){
ServerSSLConfig ssl = new ServerSSLConfig(SSLMode.SSLv2v3);
ssl.certificateFile = "server.pem";
ssl.privateKeyFile = "server.pem";
}
HTTPServerOptions option = new HTTPServerOptions();
option.handlerFactories.insertBack(toDelegate(&newHandler));
option.threads = 1;
version(USE_SSL) option.ssLConfig = ssl;
HTTPServerOptions.IPConfig ipconfig ;
ipconfig.address = new InternetAddress("0.0.0.0", 8081);
HttpServer server = new HttpServer(option);
server.addBind(ipconfig);
server.start();
}
| D |
module android.java.android.graphics.drawable.LevelListDrawable;
public import android.java.android.graphics.drawable.LevelListDrawable_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!LevelListDrawable;
import import13 = android.java.android.graphics.drawable.Drawable_ConstantState;
import import20 = android.java.java.lang.Class;
import import7 = android.java.android.graphics.Insets;
import import16 = android.java.android.graphics.Region;
| D |
/Users/whplue07/Desktop/testing/threeDmodel/Build/Intermediates/threeDmodel.build/Debug-iphonesimulator/threeDmodel.build/Objects-normal/x86_64/menuViewController.o : /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/AppDelegate.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/datamodels/arFoodModels/arFoodObj.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/datamodels/menuModels/menuObj.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/datamodels/menuModels/menuModel.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/datamodels/notificationsHandler.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/ViewControllers/ARViewController.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/ViewControllers/launchViewController.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/ViewControllers/menuViewController.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/datamodels/arFoodModels/arFoodModels.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/ViewControllers/viewComponents/menuItemView.swift /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ModelIO.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreMedia.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/simd.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/AVFoundation.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreAudio.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/GLKit.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ARKit.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SceneKit.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SpriteKit.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/ModelIO.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKit.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/SceneKit.framework/Headers/SceneKit.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/SpriteKit.framework/Headers/SpriteKit.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes
/Users/whplue07/Desktop/testing/threeDmodel/Build/Intermediates/threeDmodel.build/Debug-iphonesimulator/threeDmodel.build/Objects-normal/x86_64/menuViewController~partial.swiftmodule : /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/AppDelegate.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/datamodels/arFoodModels/arFoodObj.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/datamodels/menuModels/menuObj.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/datamodels/menuModels/menuModel.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/datamodels/notificationsHandler.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/ViewControllers/ARViewController.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/ViewControllers/launchViewController.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/ViewControllers/menuViewController.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/datamodels/arFoodModels/arFoodModels.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/ViewControllers/viewComponents/menuItemView.swift /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ModelIO.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreMedia.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/simd.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/AVFoundation.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreAudio.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/GLKit.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ARKit.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SceneKit.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SpriteKit.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/ModelIO.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKit.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/SceneKit.framework/Headers/SceneKit.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/SpriteKit.framework/Headers/SpriteKit.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes
/Users/whplue07/Desktop/testing/threeDmodel/Build/Intermediates/threeDmodel.build/Debug-iphonesimulator/threeDmodel.build/Objects-normal/x86_64/menuViewController~partial.swiftdoc : /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/AppDelegate.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/datamodels/arFoodModels/arFoodObj.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/datamodels/menuModels/menuObj.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/datamodels/menuModels/menuModel.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/datamodels/notificationsHandler.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/ViewControllers/ARViewController.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/ViewControllers/launchViewController.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/ViewControllers/menuViewController.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/datamodels/arFoodModels/arFoodModels.swift /Users/whplue07/Desktop/testing/threeDmodel/threeDmodel/ViewControllers/viewComponents/menuItemView.swift /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ModelIO.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreMedia.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/simd.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/AVFoundation.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreAudio.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/GLKit.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ARKit.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SceneKit.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SpriteKit.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/ModelIO.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKit.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/SceneKit.framework/Headers/SceneKit.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/SpriteKit.framework/Headers/SpriteKit.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes
| D |
if (1) --- conditional statement for Shell files 03/20/80
_U_s_a_g_e
if <value>
then
{ <command> }
else
{ <command> }
fi
_D_e_s_c_r_i_p_t_i_o_n
'If' allows users of the Shell's programming facilities to
execute commands conditionally, after the fashion of the
Algol 68 conditional clause.
The <value> after the if command may be any string; if it is
zero, empty, or missing altogether, it is interpreted as
false; otherwise, it is interpreted as true. If <value> is
true, then the commands after the keyword 'then' are
executed; otherwise, the commands after the keyword 'else'
are executed. In either alternative, any commands (includ-
ing nested if commands) may be used.
The keyword 'then' is optional. The keyword 'else' and its
associated commands may be omitted if no action is desired
when <value> is false. The keyword 'fi' is mandatory.
'If' is not restricted to use in command files, and so may
produce puzzling results when used incorrectly from a
terminal. These can always be handled by typing a 'fi' com-
mand or by generating end-of-file to the command
interpreter.
_E_x_a_m_p_l_e_s
if [nargs]
set params = [args]
fi
if [eval i ">=" 10]
then
goto exit
else
set i = [eval i + 1]
goto loop
fi
if [flag]; then; echo "Success!"
else; echo "Failure..."
fi
if (1) - 1 - if (1)
if (1) --- conditional statement for Shell files 03/20/80
_M_e_s_s_a_g_e_s
"Missing 'fi'" if end-of-file is reached on command input
before a matching 'fi' was found.
_B_u_g_s
Redirectors in front of the 'else' will prevent it from
being recognized.
Typing "if" on someone's terminal will cause the Shell to
ignore any command they type until an EOF or an unmatched
'fi' is typed.
_S_e_e _A_l_s_o
then (1), else (1), fi (1), case (1), goto (1), _U_s_e_r_'_s _G_u_i_d_e
_f_o_r _t_h_e _S_o_f_t_w_a_r_e _T_o_o_l_s _S_u_b_s_y_s_t_e_m _C_o_m_m_a_n_d _I_n_t_e_r_p_r_e_t_e_r
if (1) - 2 - if (1)
| D |
# FIXED
ble_events.obj: C:/ti/BleToWifiGateway_1.0.0_20_oct_16/src/example/blefi/npi/ble_events.c
ble_events.obj: C:/ti/BleToWifiGateway_1.0.0_20_oct_16/src/example/blefi/include/datatypes.h
ble_events.obj: C:/ti/BleToWifiGateway_1.0.0_20_oct_16/src/example/common/uart_if.h
ble_events.obj: C:/ti/BleToWifiGateway_1.0.0_20_oct_16/src/example/blefi/npi/include/ble_events.h
ble_events.obj: C:/ti/BleToWifiGateway_1.0.0_20_oct_16/src/example/blefi/npi/include/hci.h
ble_events.obj: C:/ti/BleToWifiGateway_1.0.0_20_oct_16/src/example/blefi/npi/spi_def.h
ble_events.obj: C:/ti/BleToWifiGateway_1.0.0_20_oct_16/src/example/blefi/npi/npi_if.h
ble_events.obj: C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/include/string.h
ble_events.obj: C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/include/linkage.h
ble_events.obj: C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/include/stdlib.h
ble_events.obj: C:/ti/BleToWifiGateway_1.0.0_20_oct_16/src/example/blefi/npi/uart_def.h
C:/ti/BleToWifiGateway_1.0.0_20_oct_16/src/example/blefi/npi/ble_events.c:
C:/ti/BleToWifiGateway_1.0.0_20_oct_16/src/example/blefi/include/datatypes.h:
C:/ti/BleToWifiGateway_1.0.0_20_oct_16/src/example/common/uart_if.h:
C:/ti/BleToWifiGateway_1.0.0_20_oct_16/src/example/blefi/npi/include/ble_events.h:
C:/ti/BleToWifiGateway_1.0.0_20_oct_16/src/example/blefi/npi/include/hci.h:
C:/ti/BleToWifiGateway_1.0.0_20_oct_16/src/example/blefi/npi/spi_def.h:
C:/ti/BleToWifiGateway_1.0.0_20_oct_16/src/example/blefi/npi/npi_if.h:
C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/include/string.h:
C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/include/linkage.h:
C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/include/stdlib.h:
C:/ti/BleToWifiGateway_1.0.0_20_oct_16/src/example/blefi/npi/uart_def.h:
| D |
module hunt.framework.config.ConfigManager;
import hunt.framework.application.HostEnvironment;
import hunt.framework.config.ApplicationConfig;
import hunt.framework.Init;
import hunt.logging;
import hunt.util.Configuration;
import std.exception;
import std.format;
import std.file;
import std.path;
import std.process;
import std.string;
import std.traits;
/**
*
*/
class ConfigManager {
// TODO: Tasks pending completion -@zhangxueping at 2020-03-11T16:53:58+08:00
// thread-safe
private Object[string] _cachedConfigs;
private HostEnvironment _environment;
this() {
_environment = new HostEnvironment();
}
HostEnvironment hostEnvironment() {
return _environment;
}
ConfigManager hostEnvironment(HostEnvironment value) {
_environment = value;
return this;
}
T load(T)() {
static if (hasUDA!(T, ConfigurationFile)) {
enum string fileBaseName = getUDAs!(T, ConfigurationFile)[0].name;
} else {
enum string fileBaseName = toLower(T.stringof);
}
return load!T(fileBaseName);
}
T load(T)(string baseName, string section="", bool isEnvironmentEnabled = true) {
// get from the cache
auto itemPtr = baseName in _cachedConfigs;
if (itemPtr !is null) {
return cast(T)*itemPtr;
}
string defaultConfigFile = baseName ~ DEFAULT_CONFIG_EXT;
string fileName = defaultConfigFile;
if(isEnvironmentEnabled) {
string env = _environment.name();
if (!env.empty) {
fileName = baseName ~ "." ~ env ~ DEFAULT_CONFIG_EXT;
}
}
string _basePath = hostEnvironment.configPath();
// Use the environment virable to set the base path
string configBase = environment.get(ENV_CONFIG_BASE_PATH, "");
if (!configBase.empty) {
_basePath = configBase;
}
T currentConfig;
ConfigBuilder defaultBuilder;
string fullName = buildPath(APP_PATH, _basePath, fileName);
if (exists(fullName)) {
version(HUNT_DEBUG) infof("Loading config from: %s", fullName);
defaultBuilder = new ConfigBuilder(fullName, section);
currentConfig = defaultBuilder.build!(T)();
} else {
version(HUNT_DEBUG) {
warningf("The config file does NOT exist (Use the default instead): %s", fullName);
}
fileName = defaultConfigFile;
fullName = buildPath(APP_PATH, _basePath, fileName);
if (exists(fullName)) {
version(HUNT_DEBUG) infof("Loading config from: %s", fullName);
defaultBuilder = new ConfigBuilder(fullName, section);
currentConfig = defaultBuilder.build!(T)();
} else {
warningf("The config file does NOT exist (Use the default instead): %s", fullName);
defaultBuilder = new ConfigBuilder();
currentConfig = new T();
}
}
_cachedConfigs[baseName] = currentConfig;
return currentConfig;
}
}
| D |
/**
* HashTab container for internal usage.
*
* Copyright: Copyright Martin Nowak 2013.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Martin Nowak
*/
module rt.util.container.hashtab;
import rt.util.container.array;
static import common = rt.util.container.common;
struct HashTab(Key, Value)
{
static struct Node
{
Key _key;
Value _value;
Node* _next;
}
@disable this(this);
~this()
{
reset();
}
void reset()
{
foreach (p; _buckets)
{
while (p !is null)
{
auto pn = p._next;
common.destroy(*p);
common.free(p);
p = pn;
}
}
_buckets.reset();
_length = 0;
}
@property size_t length() const
{
return _length;
}
@property bool empty() const
{
return !_length;
}
void remove(in Key key)
in { assert(key in this); }
do
{
ensureNotInOpApply();
immutable hash = hashOf(key) & mask;
auto pp = &_buckets[hash];
while (*pp)
{
auto p = *pp;
if (p._key == key)
{
*pp = p._next;
common.destroy(*p);
common.free(p);
if (--_length < _buckets.length && _length >= 4)
shrink();
return;
}
else
{
pp = &p._next;
}
}
assert(0);
}
ref inout(Value) opIndex(Key key) inout
{
return *opIn_r(key);
}
void opIndexAssign(Value value, Key key)
{
*get(key) = value;
}
inout(Value)* opIn_r(in Key key) inout
{
if (_buckets.length)
{
immutable hash = hashOf(key) & mask;
for (inout(Node)* p = _buckets[hash]; p !is null; p = p._next)
{
if (p._key == key)
return &p._value;
}
}
return null;
}
int opApply(scope int delegate(ref Key, ref Value) dg)
{
immutable save = _inOpApply;
_inOpApply = true;
scope (exit) _inOpApply = save;
foreach (p; _buckets)
{
while (p !is null)
{
if (auto res = dg(p._key, p._value))
return res;
p = p._next;
}
}
return 0;
}
private:
Value* get(Key key)
{
if (auto p = opIn_r(key))
return p;
ensureNotInOpApply();
if (!_buckets.length)
_buckets.length = 4;
immutable hash = hashOf(key) & mask;
auto p = cast(Node*)common.xmalloc(Node.sizeof);
common.initialize(*p);
p._key = key;
p._next = _buckets[hash];
_buckets[hash] = p;
if (++_length >= 2 * _buckets.length)
grow();
return &p._value;
}
static hash_t hashOf(in ref Key key) @trusted
{
import rt.util.hash : hashOf;
static if (is(Key U : U[]))
return hashOf(key, 0);
else
return hashOf((&key)[0 .. 1], 0);
}
@property hash_t mask() const
{
return _buckets.length - 1;
}
void grow()
in
{
assert(_buckets.length);
}
do
{
immutable ocnt = _buckets.length;
immutable nmask = 2 * ocnt - 1;
_buckets.length = 2 * ocnt;
for (size_t i = 0; i < ocnt; ++i)
{
auto pp = &_buckets[i];
while (*pp)
{
auto p = *pp;
immutable nidx = hashOf(p._key) & nmask;
if (nidx != i)
{
*pp = p._next;
p._next = _buckets[nidx];
_buckets[nidx] = p;
}
else
{
pp = &p._next;
}
}
}
}
void shrink()
in
{
assert(_buckets.length >= 2);
}
do
{
immutable ocnt = _buckets.length;
immutable ncnt = ocnt >> 1;
immutable nmask = ncnt - 1;
for (size_t i = ncnt; i < ocnt; ++i)
{
if (auto tail = _buckets[i])
{
immutable nidx = i & nmask;
auto pp = &_buckets[nidx];
while (*pp)
pp = &(*pp)._next;
*pp = tail;
_buckets[i] = null;
}
}
_buckets.length = ncnt;
}
void ensureNotInOpApply()
{
if (_inOpApply)
assert(0, "Invalid HashTab manipulation during opApply iteration.");
}
Array!(Node*) _buckets;
size_t _length;
bool _inOpApply;
}
unittest
{
HashTab!(int, int) tab;
foreach(i; 0 .. 100)
tab[i] = 100 - i;
foreach(i; 0 .. 100)
assert(tab[i] == 100 - i);
foreach (k, v; tab)
assert(v == 100 - k);
foreach(i; 0 .. 50)
tab.remove(2 * i);
assert(tab.length == 50);
foreach(i; 0 .. 50)
assert(tab[2 * i + 1] == 100 - 2 * i - 1);
assert(tab.length == 50);
tab.reset();
assert(tab.empty);
tab[0] = 0;
assert(!tab.empty);
destroy(tab);
assert(tab.empty);
// not copyable
static assert(!__traits(compiles, { HashTab!(int, int) tab2 = tab; }));
HashTab!(int, int) tab2;
static assert(!__traits(compiles, tab = tab2));
static void foo(HashTab!(int, int) copy) {}
static assert(!__traits(compiles, foo(tab)));
}
unittest
{
HashTab!(string, size_t) tab;
tab["foo"] = 0;
assert(tab["foo"] == 0);
++tab["foo"];
assert(tab["foo"] == 1);
tab["foo"]++;
assert(tab["foo"] == 2);
auto s = "fo";
s ~= "o";
assert(tab[s] == 2);
assert(tab.length == 1);
tab[s] -= 2;
assert(tab[s] == 0);
tab["foo"] = 12;
assert(tab[s] == 12);
tab.remove("foo");
assert(tab.empty);
}
unittest
{
alias RC = common.RC;
HashTab!(size_t, RC) tab;
size_t cnt;
assert(cnt == 0);
tab[0] = RC(&cnt);
assert(cnt == 1);
tab[1] = tab[0];
assert(cnt == 2);
tab.remove(0);
assert(cnt == 1);
tab.remove(1);
assert(cnt == 0);
}
unittest
{
import core.exception;
HashTab!(uint, uint) tab;
foreach (i; 0 .. 5)
tab[i] = i;
bool thrown;
foreach (k, v; tab)
{
try
{
if (k == 3) tab.remove(k);
}
catch (AssertError e)
{
thrown = true;
}
}
assert(thrown);
assert(tab[3] == 3);
}
| D |
/Users/Sean/Documents/Coding/smiley/smiley/build/smiley.build/Debug-iphoneos/smiley.build/Objects-normal/arm64/MainViewController.o : /Users/Sean/Documents/Coding/smiley/smiley/smiley/AppDelegate.swift /Users/Sean/Documents/Coding/smiley/smiley/smiley/ViewController.swift /Users/Sean/Documents/Coding/smiley/smiley/smiley/MainViewController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreMedia.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/simd.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/AVFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreAudio.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes
/Users/Sean/Documents/Coding/smiley/smiley/build/smiley.build/Debug-iphoneos/smiley.build/Objects-normal/arm64/MainViewController~partial.swiftmodule : /Users/Sean/Documents/Coding/smiley/smiley/smiley/AppDelegate.swift /Users/Sean/Documents/Coding/smiley/smiley/smiley/ViewController.swift /Users/Sean/Documents/Coding/smiley/smiley/smiley/MainViewController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreMedia.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/simd.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/AVFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreAudio.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes
/Users/Sean/Documents/Coding/smiley/smiley/build/smiley.build/Debug-iphoneos/smiley.build/Objects-normal/arm64/MainViewController~partial.swiftdoc : /Users/Sean/Documents/Coding/smiley/smiley/smiley/AppDelegate.swift /Users/Sean/Documents/Coding/smiley/smiley/smiley/ViewController.swift /Users/Sean/Documents/Coding/smiley/smiley/smiley/MainViewController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreMedia.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/simd.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/AVFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreAudio.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes
| D |
module imports.imp15907;
void process(T)(T t)
{
foreach (member; __traits(allMembers, T))
{
static if (__traits(getProtection, __traits(getMember, t, member)) != "private")
{
}
}
}
enum allMembers(T) = [__traits(allMembers, T)];
struct PublicStruct
{
private struct S {}
}
private:
struct PrivateStruct {}
int privateVar;
| D |
The
.PN XFree
function is a general purpose Xlib routine that frees the specified data.
| D |
# FIXED
OSAL/osal_clock.obj: C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/common/osal_clock.c
OSAL/osal_clock.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/inc/comdef.h
OSAL/osal_clock.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_types.h
OSAL/osal_clock.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/../_common/cc26xx/_hal_types.h
OSAL/osal_clock.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/stdint.h
OSAL/osal_clock.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/sys/stdint.h
OSAL/osal_clock.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/sys/cdefs.h
OSAL/osal_clock.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/sys/_types.h
OSAL/osal_clock.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/machine/_types.h
OSAL/osal_clock.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/machine/_stdint.h
OSAL/osal_clock.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/sys/_stdint.h
OSAL/osal_clock.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/inc/hal_defs.h
OSAL/osal_clock.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/inc/hal_board.h
OSAL/osal_clock.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_board_cfg.h
OSAL/osal_clock.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_mcu.h
OSAL/osal_clock.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_types.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_nvic.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_ints.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_types.h
OSAL/osal_clock.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/stdbool.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_chip_def.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_gpio.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_memmap.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/systick.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/debug.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/interrupt.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/cpu.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_cpu_scs.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/rom.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/uart.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_uart.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/gpio.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/flash.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_flash.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_aon_sysctl.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_fcfg1.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/ioc.h
OSAL/osal_clock.obj: c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_ioc.h
OSAL/osal_clock.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/icall/src/inc/ICall.h
OSAL/osal_clock.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/stdlib.h
OSAL/osal_clock.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/_ti_config.h
OSAL/osal_clock.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/linkage.h
OSAL/osal_clock.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/inc/hal_assert.h
OSAL/osal_clock.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_types.h
OSAL/osal_clock.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_types.h
OSAL/osal_clock.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/common/cc26xx/onboard.h
OSAL/osal_clock.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/inc/hal_sleep.h
OSAL/osal_clock.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/inc/osal.h
OSAL/osal_clock.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/limits.h
OSAL/osal_clock.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/inc/OSAL_Memory.h
OSAL/osal_clock.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/inc/OSAL_Timers.h
OSAL/osal_clock.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/inc/osal_clock.h
C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/common/osal_clock.c:
c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/inc/comdef.h:
c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_types.h:
c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/../_common/cc26xx/_hal_types.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/stdint.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/sys/stdint.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/sys/cdefs.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/sys/_types.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/machine/_types.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/machine/_stdint.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/sys/_stdint.h:
c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/inc/hal_defs.h:
c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/inc/hal_board.h:
c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_board_cfg.h:
c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_mcu.h:
c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_types.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_nvic.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_ints.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_types.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/stdbool.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_chip_def.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_gpio.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_memmap.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/systick.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/debug.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/interrupt.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/cpu.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_cpu_scs.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/rom.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/uart.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_uart.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/gpio.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/flash.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_flash.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_aon_sysctl.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_fcfg1.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/ioc.h:
c:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_ioc.h:
c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/icall/src/inc/ICall.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/stdlib.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/_ti_config.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/linkage.h:
c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/inc/hal_assert.h:
c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_types.h:
c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_types.h:
c:/ti/simplelink/ble_sdk_2_02_01_18/src/common/cc26xx/onboard.h:
c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/inc/hal_sleep.h:
c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/inc/osal.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/limits.h:
c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/inc/OSAL_Memory.h:
c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/inc/OSAL_Timers.h:
c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/inc/osal_clock.h:
| D |
//
// Copyright 2010-2012,2014-2015 Ettus Research LLC
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
import std.complex;
import std.math;
import std.stdio;
import std.path;
import std.format;
import std.string;
import std.getopt;
import std.range;
import std.algorithm;
import std.conv;
import std.exception;
import std.meta;
import uhd.usrp;
import uhd.capi;
import uhd.utils;
import core.time;
import core.thread;
/***********************************************************************
* Signal handlers
**********************************************************************/
shared bool stop_signal_called = false;
extern(C) void sig_int_handler(int) nothrow @nogc @system
{
stop_signal_called = true;
}
/***********************************************************************
* Utilities
**********************************************************************/
//! Change to filename, e.g. from usrp_samples.dat to usrp_samples.00.dat,
// but only if multiple names are to be generated.
string generate_out_filename(string base_fn, size_t n_names, size_t this_name)
{
if (n_names == 1) {
return base_fn;
}
return base_fn.setExtension(format("%02d.%s", base_fn.extension));
}
/***********************************************************************
* transmit_worker function
* A function to be used as a boost::thread_group thread for transmitting
**********************************************************************/
void transmit_worker(
size_t samplesPerBuffer,
immutable(Complex!float[])[] wave_table,
ref TxStreamer tx_streamer,
ref TxMetaData metadata,
size_t num_channels
){
Complex!float[][] buffs = new Complex!float[][](num_channels, samplesPerBuffer);
size_t[] indexList = new size_t[num_channels];
TxMetaData afterFirstMD = TxMetaData(false, 0, 0, false, false);
TxMetaData endMD = TxMetaData(false, 0, 0, false, true);
VUHDException error;
tx_streamer.send(cast(Complex!float[][])[null,null], metadata, 0.1);
//send data until the signal handler gets called
() @nogc {
while(!stop_signal_called){
//send the entire contents of the buffer
size_t txsize;
if(auto err =tx_streamer.send(wave_table, afterFirstMD, 0.1, txsize)){
error = err;
return;
}
}
}();
//send a mini EOB packet
foreach(ref e; buffs) e.length = 0;
tx_streamer.send(buffs, endMD, 0.1);
if(error)
throw error.makeException();
}
/***********************************************************************
* recv_to_file function
**********************************************************************/
void recv_to_file(E)(
ref USRP usrp,
string cpu_format,
string wire_format,
string file,
size_t samps_per_buff,
size_t num_requested_samples,
float settling_time,
immutable(size_t)[] rx_channel_nums
){
writeln(E.stringof);
int num_total_samps = 0;
//create a receive streamer
writeln("CHHANELNUMS: ", rx_channel_nums);
writeln("CPU_FORMAT: ", cpu_format);
writeln("WIRE_FORMAT: ", wire_format);
StreamArgs stream_args = StreamArgs(cpu_format, wire_format, "", rx_channel_nums);
RxStreamer rx_stream = usrp.makeRxStreamer(stream_args);
// Prepare buffers for received samples and metadata
RxMetaData md = makeRxMetaData();
E[][] buffs = new E[][](rx_channel_nums.length, samps_per_buff);
// Create one ofstream object per channel
import core.stdc.stdio : FILE, fwrite, fopen, fclose;
FILE*[] outfiles;
scope(exit){
foreach(ref f; outfiles){
fclose(f);
f = null;
}
}
for (size_t i = 0; i < buffs.length; i++) {
string this_filename = generate_out_filename(file, buffs.length, i);
FILE* fp = fopen(this_filename.toStringz, "wb");
if(fp is null) throw new Exception("Cannot open file: " ~ this_filename);
outfiles ~= fp;
}
enforce(outfiles.length == buffs.length);
enforce(buffs.length == rx_channel_nums.length);
bool overflow_message = true;
float timeout = settling_time + 0.1f; //expected settling time + padding for first recv
//setup streaming
StreamCommand stream_cmd = num_requested_samples == 0 ?
StreamCommand.startContinuous :
StreamCommand.numSampsAndDone(num_requested_samples);
stream_cmd.streamNow = true;
stream_cmd.timeSpec = (cast(long)floor(settling_time*1E6)).usecs;
rx_stream.issue(stream_cmd);
VUHDException error;
() /*@nogc*/ {
while(! stop_signal_called && (num_requested_samples > num_total_samps || num_requested_samples == 0)){
size_t num_rx_samps;
if(auto err = rx_stream.recv(buffs, md, timeout, num_rx_samps)){
error = err;
return;
}
timeout = 0.1f; //small timeout for subsequent recv
md.ErrorCode errorCode;
if(auto uhderr = md.getErrorCode(errorCode)){
error = uhderr;
return;
}
if (errorCode == md.ErrorCode.TIMEOUT) {
import core.stdc.stdio : puts;
puts("Timeout while streaming");
break;
}
if (errorCode == md.ErrorCode.OVERFLOW) {
if (overflow_message){
import core.stdc.stdio : fprintf, stderr;
overflow_message = false;
fprintf(stderr, "Got an overflow indication.");
}
continue;
}
if (errorCode != md.ErrorCode.NONE){
import core.stdc.stdio : fprintf, stderr;
md.printError();
fprintf(stderr, "Unknown error.");
}
num_total_samps += num_rx_samps;
foreach(i, ref f; outfiles){
fwrite(buffs[i].ptr, E.sizeof, buffs[i].length, f);
}
}
}();
// Shut down receiver
rx_stream.issue(StreamCommand.stopContinuous);
if(error)
throw error.makeException();
}
/***********************************************************************
* Main function
**********************************************************************/
void main(string[] args){
uhd_set_thread_priority(uhd_default_thread_priority, true);
//transmit variables to be set by po
string[] txfiles;
string tx_args, /*wave_type,*/ tx_ant, tx_subdev, ref_, otw, tx_channels;
double tx_rate, tx_freq, tx_gain, /*wave_freq,*/ tx_bw;
float ampl;
//receive variables to be set by po
string rx_args, file, type, rx_ant, rx_subdev, rx_channels;
size_t total_num_samps, spb;
double rx_rate, rx_freq, rx_gain, rx_bw;
float settling;
bool tx_int_n, rx_int_n;
// set default values
file = "usrp_samples.dat";
type = "short";
ampl = 0.3;
settling = 0.2;
// wave_freq = 0;
auto helpInformation = getopt(
args,
"tx-args", "uhd transmit device address args", &tx_args,
"rx-args", "uhd receive device address args", &rx_args,
"file", "name of the file to write binary samples to", &file,
"type", "sample type in file: double, float, or short", &type,
"nsamps", "total number of samples to receive", &total_num_samps,
"settling", "total time (seconds) before receiving", &settling,
"spb", "samples per buffer, 0 for default", &spb,
"tx-rate", "rate of transmit outgoing samples", &tx_rate,
"rx-rate", "rate of receive incoming samples", &rx_rate,
"tx-freq", "transmit RF center frequency in Hz", &tx_freq,
"rx-freq", "receive RF center frequency in Hz", &rx_freq,
"ampl", "amplitude of the waveform [0 to 0.7]", &l,
"tx-gain", "gain for the transmit RF chain", &tx_gain,
"rx-gain", "gain for the receive RF chain", &rx_gain,
"tx-ant", "transmit antenna selection", &tx_ant,
"rx-ant", "receive antenna selection", &rx_ant,
"tx-subdev", "transmit subdevice specification", &tx_subdev,
"rx-subdev", "receive subdevice specification", &rx_subdev,
"tx-bw", "analog transmit filter bandwidth in Hz", &tx_bw,
"rx-bw", "analog receive filter bandwidth in Hz", &rx_bw,
"txfiles", "transmit waveform file", &txfiles,
// "wave-type", "waveform type (CONST, SQUARE, RAMP, SINE)", &wave_type,
// "wave-freq", "waveform frequency in Hz", &wave_freq,
"ref", "clock reference (internal, external, mimo)", &ref_,
"otw", "specify the over-the-wire sample mode", &otw,
"tx-channels", `which TX channel(s) to use (specify "0", "1", "0,1", etc)`, &tx_channels,
"rx-channels", `which RX channel(s) to use (specify "0", "1", "0,1", etc)`, &rx_channels,
"tx_int_n", "tune USRP TX with integer-N tuing", &tx_int_n,
"rx_int_n", "tune USRP RX with integer-N tuing", &rx_int_n,
);
if(helpInformation.helpWanted){
defaultGetoptPrinter("UHD TXRX Loopback to File.", helpInformation.options);
return;
}
writefln("Creating the transmit usrp device with: %s...", tx_args);
USRP tx_usrp = USRP(tx_args);
writefln("Creating the receive usrp device with: %s...", rx_args);
USRP rx_usrp = USRP(rx_args);
//detect which channels to use
immutable(size_t)[] tx_channel_nums = tx_channels.splitter(',').map!(to!size_t).array();
enforce(tx_channel_nums.length == txfiles.length, "The number of channels is not equal to the number of txfiles.");
foreach(e; tx_channel_nums) enforce(e < tx_usrp.txNumChannels, "Invalid TX channel(s) specified.");
immutable(size_t)[] rx_channel_nums = rx_channels.splitter(',').map!(to!size_t).array();
foreach(e; rx_channel_nums) enforce(e < rx_usrp.rxNumChannels, "Invalid RX channel(s) specified.");
//Lock mboard clocks
tx_usrp.clockSource = ref_;
rx_usrp.clockSource = ref_;
//always select the subdevice first, the channel mapping affects the other settings
if(! tx_subdev.empty) tx_usrp.txSubdevSpec = tx_subdev;
if(! rx_subdev.empty) rx_usrp.rxSubdevSpec = rx_subdev;
static if(0){
writeln("Using TX Device: ", tx_usrp);
writeln("Using RX Device: ", rx_usrp);
}
//set the transmit sample rate
if (tx_rate.isNaN){
writeln("Please specify the transmit sample rate with --tx-rate");
return;
}
writefln("Setting TX Rate: %f Msps...", tx_rate/1e6);
tx_usrp.txRate = tx_rate;
writefln("Actual TX Rate: %f Msps...", tx_usrp.txRate/1e6);
//set the receive sample rate
if (rx_rate.isNaN){
writeln("Please specify the sample rate with --rx-rate");
return;
}
writefln("Setting RX Rate: %f Msps...", rx_rate/1e6);
rx_usrp.rxRate = rx_rate;
writefln("Actual RX Rate: %f Msps...", rx_usrp.rxRate/1e6);
//set the transmit center frequency
if (tx_freq.isNaN) {
writeln("Please specify the transmit center frequency with --tx-freq");
return;
}
// for(size_t ch = 0; ch < tx_channel_nums.size(); ch++) {
foreach(channel; tx_channel_nums){
if (tx_channel_nums.length > 1) {
writefln("Configuring TX Channel %s", channel);
}
writefln("Setting TX Freq: %f MHz...", tx_freq/1e6);
TuneRequest tx_tune_request = TuneRequest(tx_freq);
if(tx_int_n) tx_tune_request.args = "mode_n=integer";
tx_usrp.tuneTxFreq(tx_tune_request, channel);
writefln("Actual TX Freq: %f MHz...", tx_usrp.getTxFreq(channel)/1e6);
//set the rf gain
if (! tx_gain.isNaN) {
writefln("Setting TX Gain: %f dB...", tx_gain);
tx_usrp.setTxGain(tx_gain, channel);
writefln("Actual TX Gain: %f dB...", tx_usrp.getTxGain(channel));
}
//set the analog frontend filter bandwidth
if (! tx_bw.isNaN){
writefln("Setting TX Bandwidth: %f MHz...", tx_bw);
tx_usrp.setTxBandwidth(tx_bw, channel);
writefln("Actual TX Bandwidth: %f MHz...", tx_usrp.getTxBandwidth(channel));
}
//set the antenna
if (! tx_ant.empty) tx_usrp.setTxAntenna(tx_ant, channel);
}
foreach(channel; rx_channel_nums){
if (rx_channel_nums.length > 1) {
writeln("Configuring RX Channel ", channel);
}
//set the receive center frequency
if (rx_freq.isNaN){
stderr.writeln("Please specify the center frequency with --rx-freq");
return;
}
writefln("Setting RX Freq: %f MHz...", rx_freq/1e6);
TuneRequest rx_tune_request = TuneRequest(rx_freq);
if(rx_int_n) rx_tune_request.args = "mode_n=integer";
rx_usrp.tuneRxFreq(rx_tune_request, channel);
writefln("Actual RX Freq: %f MHz...", rx_usrp.getRxFreq(channel)/1e6);
//set the receive rf gain
if (! rx_gain.isNaN){
writefln("Setting RX Gain: %f dB...", rx_gain);
rx_usrp.setRxGain(rx_gain, channel);
writefln("Actual RX Gain: %f dB...", rx_usrp.getRxGain(channel));
}
//set the receive analog frontend filter bandwidth
if (! rx_bw.isNaN){
writefln("Setting RX Bandwidth: %f MHz...", rx_bw/1e6);
rx_usrp.setRxBandwidth(rx_bw, channel);
writefln("Actual RX Bandwidth: %f MHz...", rx_usrp.getRxBandwidth(channel)/1e6);
}
}
//set the receive antenna
writeln("DONE");
if (! rx_ant.empty) rx_usrp.rxAntenna = rx_ant;
//create a transmit streamer
//linearly map channels (index0 = channel0, index1 = channel1, ...)
writeln("Create Streaming Object");
StreamArgs stream_args = StreamArgs("fc32", otw, "", tx_channel_nums);
auto tx_stream = tx_usrp.makeTxStreamer(stream_args);
writeln("Set spb");
//allocate a buffer which we re-use for each channel
if (spb == 0) spb = tx_stream.maxNumSamps()*10;
immutable size_t num_channels = tx_channel_nums.length;
//setup the metadata flags
writeln("Make TxMetaData");
TxMetaData md = TxMetaData(true, 0, 0.1, true, false);
writeln("Check Ref and LO Lock detect");
//Check Ref and LO Lock detect
string[] tx_sensor_names, rx_sensor_names;
foreach(i, ref usrp; AliasSeq!(tx_usrp, rx_usrp)){
foreach(sname; usrp.getTxSensorNames(0)){
if(sname == "lo_locked"){
SensorValue lo_locked = tx_usrp.getTxSensor(sname, 0);
static if(0) writefln("Checking %s: %s ...", i == 0 ? "TX" : "RX", lo_locked);
enforce(cast(bool)lo_locked);
}
}
}
foreach(i, ref usrp; AliasSeq!(tx_usrp, rx_usrp)){
foreach(sname; usrp.getMboardSensorNames(0)){
if((ref_ == "mimo" && sname == "mimo_locked") || (ref_ == "external" && sname == "ref_locked")){
SensorValue locked = tx_usrp.getTxSensor(sname, 0);
static if(0) writefln("Checking %s: %s ...", i == 0 ? "TX" : "RX", locked);
enforce(cast(bool)locked);
}
}
}
if (total_num_samps == 0){
import core.stdc.signal;
signal(SIGINT, &sig_int_handler);
writeln("Press Ctrl + C to stop streaming...");
}
immutable(Complex!float[])[] waveTable;
foreach(i, filename; txfiles){
import std.file : read;
auto signal = cast(Complex!float[])read(filename);
foreach(ref e; signal) e *= ampl;
waveTable ~= cast(immutable)signal;
}
enforce(txfiles.length == tx_channel_nums.length);
//reset usrp time to prepare for transmit/receive
writeln("Setting device timestamp to 0...");
tx_usrp.timeNow = 0.seconds;
Thread.sleep(1.seconds);
//start transmit worker thread
auto transmit_thread = new Thread(delegate(){
transmit_worker(spb, waveTable, tx_stream, md, num_channels);
});
transmit_thread.start();
//recv to file
if (type == "double") recv_to_file!(double[2])(rx_usrp, "fc64", otw, file, spb, total_num_samps, settling, rx_channel_nums);
else if (type == "float") recv_to_file!(float[2])(rx_usrp, "fc32", otw, file, spb, total_num_samps, settling, rx_channel_nums);
else if (type == "short") recv_to_file!(short[2])(rx_usrp, "sc16", otw, file, spb, total_num_samps, settling, rx_channel_nums);
else {
//clean up transmit worker
stop_signal_called = true;
throw new Exception("Unknown type: " ~ type);
}
//clean up transmit worker
stop_signal_called = true;
transmit_thread.join();
//finished
writeln("\nDone!\n");
}
| D |
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.0
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
module vtkColor4DoubleT;
static import vtkd_im;
static import core.stdc.config;
static import std.conv;
static import std.string;
static import std.conv;
static import std.string;
static import vtkDoubleTuple4TN;
class vtkColor4DoubleT : vtkDoubleTuple4TN.vtkDoubleTuple4TN {
private void* swigCPtr;
public this(void* cObject, bool ownCObject) {
super(vtkd_im.vtkColor4DoubleT_Upcast(cObject), ownCObject);
swigCPtr = cObject;
}
public static void* swigGetCPtr(vtkColor4DoubleT obj) {
return (obj is null) ? null : obj.swigCPtr;
}
mixin vtkd_im.SwigOperatorDefinitions;
~this() {
dispose();
}
public override void dispose() {
synchronized(this) {
if (swigCPtr !is null) {
if (swigCMemOwn) {
swigCMemOwn = false;
vtkd_im.delete_vtkColor4DoubleT(cast(void*)swigCPtr);
}
swigCPtr = null;
super.dispose();
}
}
}
public this() {
this(vtkd_im.new_vtkColor4DoubleT__SWIG_0(), true);
}
public this(double scalar) {
this(vtkd_im.new_vtkColor4DoubleT__SWIG_1(scalar), true);
}
public this(double* init) {
this(vtkd_im.new_vtkColor4DoubleT__SWIG_2(cast(void*)init), true);
}
public this(double red, double green, double blue, double alpha) {
this(vtkd_im.new_vtkColor4DoubleT__SWIG_3(red, green, blue, alpha), true);
}
public void Set(double red, double green, double blue) {
vtkd_im.vtkColor4DoubleT_Set__SWIG_0(cast(void*)swigCPtr, red, green, blue);
}
public void Set(double red, double green, double blue, double alpha) {
vtkd_im.vtkColor4DoubleT_Set__SWIG_1(cast(void*)swigCPtr, red, green, blue, alpha);
}
public void SetRed(double red) {
vtkd_im.vtkColor4DoubleT_SetRed(cast(void*)swigCPtr, red);
}
public double GetRed() const {
auto ret = vtkd_im.vtkColor4DoubleT_GetRed(cast(void*)swigCPtr);
return ret;
}
public void SetGreen(double green) {
vtkd_im.vtkColor4DoubleT_SetGreen(cast(void*)swigCPtr, green);
}
public double GetGreen() const {
auto ret = vtkd_im.vtkColor4DoubleT_GetGreen(cast(void*)swigCPtr);
return ret;
}
public void SetBlue(double blue) {
vtkd_im.vtkColor4DoubleT_SetBlue(cast(void*)swigCPtr, blue);
}
public double GetBlue() const {
auto ret = vtkd_im.vtkColor4DoubleT_GetBlue(cast(void*)swigCPtr);
return ret;
}
public void SetAlpha(double alpha) {
vtkd_im.vtkColor4DoubleT_SetAlpha(cast(void*)swigCPtr, alpha);
}
public double GetAlpha() const {
auto ret = vtkd_im.vtkColor4DoubleT_GetAlpha(cast(void*)swigCPtr);
return ret;
}
public double Red() const {
auto ret = vtkd_im.vtkColor4DoubleT_Red(cast(void*)swigCPtr);
return ret;
}
public double Green() const {
auto ret = vtkd_im.vtkColor4DoubleT_Green(cast(void*)swigCPtr);
return ret;
}
public double Blue() const {
auto ret = vtkd_im.vtkColor4DoubleT_Blue(cast(void*)swigCPtr);
return ret;
}
public double Alpha() const {
auto ret = vtkd_im.vtkColor4DoubleT_Alpha(cast(void*)swigCPtr);
return ret;
}
}
| D |
module antlr.v4.runtime.BaseErrorListener;
import antlr.v4.runtime.ANTLRErrorListener;
import antlr.v4.runtime.InterfaceRecognizer;
import antlr.v4.runtime.RecognitionException;
import antlr.v4.runtime.InterfaceParser;
import antlr.v4.runtime.dfa.DFA;
import antlr.v4.runtime.atn.ATNConfigSet;
import antlr.v4.runtime.misc.BitSet;
/**
* Provides an empty default implementation of {@link ANTLRErrorListener}. The
* default implementation of each method does nothing, but can be overridden as
* necessary.
*/
class BaseErrorListener : ANTLRErrorListener
{
public void syntaxError(InterfaceRecognizer recognizer, Object offendingSymbol, int line,
int charPositionInLine, string msg, RecognitionException e)
{
}
public void reportAmbiguity(InterfaceParser recognizer, DFA dfa, size_t startIndex, size_t stopIndex,
bool exact, BitSet ambigAlts, ATNConfigSet configs)
{
}
public void reportAttemptingFullContext(InterfaceParser recognizer, DFA dfa, size_t startIndex, size_t stopIndex,
BitSet conflictingAlts, ATNConfigSet configs)
{
}
public void reportContextSensitivity(InterfaceParser recognizer, DFA dfa, size_t startIndex, size_t stopIndex,
int prediction, ATNConfigSet configs)
{
}
}
| D |
instance PC_Mage_OW(Npc_Default)
{
name[0] = "Милтен";
guild = GIL_KDF;
id = 2;
voice = 3;
flags = NPC_FLAG_IMMORTAL;
npcType = NPCTYPE_FRIEND;
aivar[AIV_Teeth] = 1;
B_SetAttributesToChapter(self,6);
fight_tactic = FAI_HUMAN_STRONG;
B_CreateAmbientInv(self);
B_CreateItemToSteal(self,80,ItPo_Perm_Mana,1);
B_SetNpcVisual(self,MALE,"Hum_Head_Bald",Face_N_Milten,BodyTex_N,ITAR_KDF_L);
Mdl_SetModelFatness(self,0);
Mdl_ApplyOverlayMds(self,"Humans_Mage.mds");
B_GiveNpcTalents(self);
B_SetFightSkills(self,30);
daily_routine = Rtn_Start_2;
};
func void Rtn_Start_2()
{
TA_Potion_Alchemy(8,0,23,0,"OC_MAGE_LAB_ALCHEMY");
TA_Read_Bookstand(23,0,8,0,"OC_MAGE_LIBRARY_BOOK_01");
};
func void Rtn_GornFree_2()
{
TA_Smalltalk(8,0,23,0,"OC_MAGE_LIBRARY_IN");
TA_Smalltalk(23,0,8,0,"OC_MAGE_LIBRARY_IN");
};
func void Rtn_Tot_2()
{
TA_Sleep(8,0,23,0,"TOT");
TA_Sleep(23,0,8,0,"TOT");
};
| D |
D [0, 62]["void", "main", "float", "f", "=", "4e+32"]
+-D.Module [0, 62]["void", "main", "float", "f", "=", "4e+32"]
+-D.DeclDefs [0, 62]["void", "main", "float", "f", "=", "4e+32"]
+-D.DeclDef [28, 62]["void", "main", "float", "f", "=", "4e+32"]
+-D.Declaration [28, 62]["void", "main", "float", "f", "=", "4e+32"]
+-D.Decl [28, 62]["void", "main", "float", "f", "=", "4e+32"]
+-D.basicFunction [28, 62]["void", "main", "float", "f", "=", "4e+32"]
+-D.BasicType [28, 33]["void"]
| +-D.BasicTypeX [28, 32]["void"]
+-D.Declarator [33, 40]["main"]
| +-D.Identifier [33, 37]["main"]
+-D.FunctionBody [40, 62]["float", "f", "=", "4e+32"]
+-D.BlockStatement [40, 62]["float", "f", "=", "4e+32"]
+-D.StatementList [43, 61]["float", "f", "=", "4e+32"]
+-D.Statement [43, 61]["float", "f", "=", "4e+32"]
+-D.NonEmptyStatement [43, 61]["float", "f", "=", "4e+32"]
+-D.NonEmptyStatementNoCaseNoDefault [43, 61]["float", "f", "=", "4e+32"]
+-D.DeclarationStatement [43, 61]["float", "f", "=", "4e+32"]
+-D.Declaration [43, 61]["float", "f", "=", "4e+32"]
+-D.Decl [43, 61]["float", "f", "=", "4e+32"]
+-D.BasicType [43, 49]["float"]
| +-D.BasicTypeX [43, 48]["float"]
+-D.Declarators [49, 59]["f", "=", "4e+32"]
+-D.DeclaratorInitializer [49, 59]["f", "=", "4e+32"]
+-D.Declarator [49, 51]["f"]
| +-D.Identifier [49, 51]["f"]
+-D.Initializer [53, 59]["4e+32"]
+-D.NonVoidInitializer [53, 59]["4e+32"]
+-D.AssignExpression [53, 59]["4e+32"]
+-D.ConditionalExpression [53, 59]["4e+32"]
+-D.OrOrExpression [53, 59]["4e+32"]
+-D.AndAndExpression [53, 59]["4e+32"]
+-D.OrExpression [53, 59]["4e+32"]
+-D.XorExpression [53, 59]["4e+32"]
+-D.AndExpression [53, 59]["4e+32"]
+-D.ShiftExpression [53, 59]["4e+32"]
+-D.AddExpression [53, 59]["4e+32"]
+-D.MulExpression [53, 59]["4e+32"]
+-D.UnaryExpression [53, 59]["4e+32"]
+-D.PowExpression [53, 59]["4e+32"]
+-D.PostfixExpression [53, 59]["4e+32"]
+-D.PrimaryExpression [53, 59]["4e+32"]
+-D.FloatLiteral [53, 59]["4e+32"]
+-D.Float [53, 59]["4e+32"]
+-D.DecimalFloat [53, 59]["4e+32"]
| D |
/*******************************************************************************
Dht channel mirror helper.
Abstract helper class to receive a copy of all records in a dht channel as
they are updated.
Usage example below.
Copyright:
Copyright (c) 2011-2017 sociomantic labs GmbH. All rights reserved.
License:
Boost Software License Version 1.0. See LICENSE.txt for details.
*******************************************************************************/
module dhtproto.client.legacy.internal.helper.ChannelMirror;
/*******************************************************************************
Imports
*******************************************************************************/
import ocean.transition;
import swarm.client.request.notifier.IRequestNotification;
import swarm.Const : NodeItem;
import dhtproto.client.DhtClient;
import dhtproto.client.legacy.internal.helper.mirror.model.MirrorBase;
import dhtproto.client.legacy.internal.helper.GroupRequest;
/*******************************************************************************
Channel mirror abstract base class. Reads records from a dht channel as they
are modified. The mirror reads using two techniques:
1. A dht Listen request to receive records as they are modified.
2. A periodically activated dht GetAll request to ensure that the Listen
request does not miss any records due to connection errors, etc.
The mirror automatically retries any failed dht requests.
Usage example:
See documented unittest, below
Template params:
Dht = type of dht client (must be derived from DhtClient and contain the
RequestScheduler plugin)
*******************************************************************************/
abstract public class ChannelMirror ( Dht : DhtClient ) : MirrorBase!(Dht)
{
/***************************************************************************
Helper class to manage a dht Listen request across multiple nodes.
Listen requests which finish (which can only happen due to an error) are
restarted on a per-node basis.
***************************************************************************/
private class ListenRequest : GroupRequest!(Dht.Listen)
{
/***********************************************************************
Constructor. Calls the super constructor with a Listen request for
with specified channel and callback.
Params:
notifier = optional callback called for each notification
***********************************************************************/
public this ( Dht.RequestNotification.Callback notifier = null )
{
super(this.outer.dht.listen(this.outer.channel_,
&this.outer.listenReceiveRecord, notifier));
}
/***********************************************************************
Called when one request in the group is finished. The request is
always retried for the node which finished.
Params:
info = object containing information about the request
Returns:
true to indicate that one of the grouped requests should be
counted as finished
***********************************************************************/
override protected bool oneFinished ( IRequestNotification info )
{
this.outer.error(info);
// Internal client error
if ( info.nodeitem == NodeItem.init )
{
super.request.allNodes();
}
// I/O or node error
else
{
super.request.node = info.nodeitem;
}
this.reschedule();
return true;
}
/***********************************************************************
Reschedule this request.
***********************************************************************/
protected void reschedule ( )
{
this.outer.dht.schedule(this, this.outer.retry_time_ms);
}
}
/***************************************************************************
Helper class to manage a dht GetAll request across multiple nodes.
GetAll requests which finish with an error are retried on a per-node
basis. When the GetAll requests for all dht nodes have finished
successfully, the whole GetAll request is rescheduled.
***************************************************************************/
private class GetAllRequest : GroupRequest!(Dht.GetAll)
{
/// Run once and do not repeat?
private bool one_shot;
/***********************************************************************
Constructor. Calls the super constructor with a GetAll request for
with specified channel and callback.
Params:
notifier = optional callback called for each notification
***********************************************************************/
public this ( Dht.RequestNotification.Callback notifier = null )
{
super(this.outer.dht.getAll(this.outer.channel_,
&this.outer.getAllReceiveRecord,
notifier));
}
/***********************************************************************
Called when one request in the group is finished. If the request
failed it is retried for this node.
Params:
info = object containing information about the request
Returns:
true to indicate that one of the grouped requests should be
counted as finished
***********************************************************************/
override protected bool oneFinished ( IRequestNotification info )
{
if ( info.succeeded )
{
return true;
}
else
{
this.outer.error(info);
// Internal client error
if ( info.nodeitem == NodeItem.init )
{
super.request.allNodes();
}
// I/O or node error
else
{
super.request.node = info.nodeitem; // reset in allFinished()
}
this.reschedule(this.outer.retry_time_ms);
return false;
}
}
/***********************************************************************
Called when all requests in the group are finished. If this is not
the initial cache fill (i.e. the fill() method), then the next
GetAll is scheduled according to the setting in the config file.
***********************************************************************/
override protected void allFinished ( )
{
super.request.allNodes();
super.had_error = false;
this.outer.fillFinished();
if ( !this.one_shot )
{
this.reschedule(this.outer.update_time_ms);
}
this.one_shot = false;
}
/***********************************************************************
Reschedule this request.
Params:
time_ms = milliseconds in the future to schedule the request
***********************************************************************/
protected void reschedule ( uint time_ms )
{
this.outer.dht.schedule(this, time_ms);
}
}
/***************************************************************************
Listen and GetAll group request helper instances.
***************************************************************************/
private ListenRequest listen;
private GetAllRequest get_all;
/***************************************************************************
Constructor.
Params:
dht = dht client used to access dht
channel = name of dht channel to mirror
update_time_s = seconds to wait between successful GetAlls
retry_time_s = seconds to wait between failed requests
notifier = optional callback called for each notification
***************************************************************************/
public this ( Dht dht, cstring channel,
uint update_time_s, uint retry_time_s,
Dht.RequestNotification.Callback notifier = null )
{
super(dht, channel, update_time_s, retry_time_s);
this.listen = this.new ListenRequest(notifier);
this.get_all = this.new GetAllRequest(notifier);
}
/***************************************************************************
Additional constructor for unittests, allowing custom request handler
instances to be passed, in place of instances of the standard
ListenRequest and GetAllRequest. (Note that these are passed as lazy
arguments as their constructors rely on the channel member of the outer
class (i.e. this) having been set -- they cannot be constructed before.)
Params:
dht = dht client used to access dht
channel = name of dht channel to mirror
update_time_s = seconds to wait between successful GetAlls
retry_time_s = seconds to wait between failed requests
listen = ListenRequest instance to use internally
get_all = GetAllRequest instance to use internally
notifier = optional callback called for each notification
***************************************************************************/
version ( UnitTest )
public this ( Dht dht, cstring channel,
uint update_time_s, uint retry_time_s,
lazy ListenRequest listen, lazy GetAllRequest get_all,
Dht.RequestNotification.Callback notifier = null )
{
super(dht, channel, update_time_s, retry_time_s);
this.listen = listen;
this.get_all = get_all;
}
/***************************************************************************
Assigns a Listen request.
***************************************************************************/
override protected void assignListen ( )
{
this.dht.assign(this.listen);
}
/***************************************************************************
Assigns a one-shot (i.e. non-repeating) GetAll request.
***************************************************************************/
override protected void assignOneShotGetAll ( )
{
this.get_all.one_shot = true;
this.dht.assign(this.get_all);
}
/***************************************************************************
Assigns a GetAll request that will periodically repeat, once it has
finished.
***************************************************************************/
override protected void assignGetAll ( )
{
this.dht.assign(this.get_all);
}
/***************************************************************************
Schedules a GetAll request that will periodically repeat, once it has
finished.
***************************************************************************/
override protected void scheduleGetAll ( )
{
this.dht.schedule(this.get_all, this.update_time_ms);
}
/***************************************************************************
GetAll finished notification.
The base class does nothing, but this method may be overridden by
derived classes to implement special fill behaviour.
***************************************************************************/
protected void fillFinished ( )
{
}
/***************************************************************************
Error notification. Called when one request in either the Listen or the
GetAll group fails (see the respective oneFinished() methods).
The base class does nothing, but this method may be overridden by
derived classes to implement special error behaviour.
Params:
info = request notification
***************************************************************************/
protected void error ( Dht.RequestNotification info )
{
}
/***************************************************************************
Dht GetAll callback. Receives a value from the dht.
Params:
key = record key
value = record value
***************************************************************************/
private void getAllReceiveRecord ( Dht.RequestContext,
in char[] key, in char[] value )
{
this.receiveRecord(key, value, false);
}
/***************************************************************************
Dht Listen callback. Receives a value from the dht.
Params:
key = record key
value = record value
***************************************************************************/
private void listenReceiveRecord ( Dht.RequestContext,
in char[] key, in char[] value )
{
this.receiveRecord(key, value, true);
}
}
/// ChannelMirror usage example
unittest
{
// Construct epoll and DHT client instances
auto epoll = new EpollSelectDispatcher;
auto dht = new SchedulingDhtClient(epoll);
// TODO: call dht.addNodes() and perform the DHT handshake
// (ignored in this example, for simplicity, and because we don't want to
// really connect to a DHT in a unittest)
// Dummy concrete channel mirror class
class Mirror : ChannelMirror!(SchedulingDhtClient)
{
const UpdatePeriod = 60; // do a GetAll every 60 seconds
const RetryPeriod = 3; // retry failed requests after 3 seconds
public this ( SchedulingDhtClient dht, in char[] channel )
{
super(dht, channel, UpdatePeriod, RetryPeriod);
}
// Called by the super class each time an updated record is received by
// either the Listen or the GetAll request.
override protected void receiveRecord ( in char[] key, in char[] value,
bool single )
{
// TODO: handle record update
}
// Called by the super class each time a GetAll request is completed.
// Note that in error cases (for example, when one node of a DHT
// consistently fails to respond to the GetAll) this method is *not*
// called.
override protected void fillFinished ( )
{
// TODO: implement any special logic required when a GetAll has
// completed (optional -- you may not need this)
}
}
// Construct channel mirror
auto mirror = new Mirror(dht, "test_channel");
// Activate an updating fetch of all records as in the mirrored channel as
// they're modified.
mirror();
// TODO: epoll.eventLoop()
}
version ( UnitTest )
{
import ocean.core.Test;
import ocean.io.select.EpollSelectDispatcher;
import dhtproto.client.DhtClient;
import ocean.text.convert.Formatter;
/***************************************************************************
Derived ChannelMirror class for testing which:
* Does not reschedule requests upon error
* Tracks the occurrences of different types of event:
- calls to ChannelMirror.error()
- exceptions thrown within ListenRequest.oneFinished()
- exceptions thrown within GetAllRequest.oneFinished()
- exceptions thrown within GetAllRequest.allFinished()
- calls to ListenRequest.reschedule()
- calls to GetAllRequest.reschedule()
***************************************************************************/
private class CM : ChannelMirror!(SchedulingDhtClient)
{
public EpollSelectDispatcher epoll;
public uint request_error;
private class ExtendedListen : ListenRequest
{
public uint one_finished_threw;
public uint rescheduled;
this ( )
{
super();
}
override protected bool oneFinished ( IRequestNotification info )
{
try
{
return super.oneFinished(info);
}
catch ( Exception e )
{
this.one_finished_threw++;
throw e;
}
}
// Instead of rescheduling, we just set a flag indicating that this
// was requested. This is to avoid an endless loop in the unittest.
override protected void reschedule ( )
{
this.rescheduled++;
}
}
private class ExtendedGetAll : GetAllRequest
{
public uint one_finished_threw;
public uint all_finished_threw;
public uint rescheduled;
this ( )
{
super();
}
override protected bool oneFinished ( IRequestNotification info )
{
try
{
return super.oneFinished(info);
}
catch ( Exception e )
{
this.one_finished_threw++;
throw e;
}
}
override protected void allFinished ( )
{
try
{
super.allFinished();
}
catch ( Exception e )
{
this.all_finished_threw++;
throw e;
}
}
// Instead of rescheduling, we just set a flag indicating that this
// was requested. This is to avoid an endless loop in the unittest.
override protected void reschedule ( uint time_ms )
{
this.rescheduled++;
}
}
this ( )
{
this.epoll = new EpollSelectDispatcher;
this.dht = new SchedulingDhtClient(this.epoll);
super(this.dht, "channel", 1, 1, new ExtendedListen, new ExtendedGetAll);
}
SchedulingDhtClient dht_client ( )
{
return this.dht;
}
override protected void receiveRecord ( in char[] key, in char[] value,
bool single_value ) { }
override protected void error ( SchedulingDhtClient.RequestNotification info )
{
this.request_error++;
}
}
}
/*******************************************************************************
Check that a simple instantiation of the ChannelMirror template compiles.
*******************************************************************************/
unittest
{
class CM : ChannelMirror!(SchedulingDhtClient)
{
this ( )
{
super(new SchedulingDhtClient(new EpollSelectDispatcher),
"channel", 1, 1);
}
override protected void receiveRecord ( in char[] key, in char[] value,
bool single_value ) { }
}
auto cm = new CM;
}
/*******************************************************************************
Test mirror's behaviour upon starting a fill operation with a DHT client
which has not performed a handshake. All assigned requests should fail with
an internal error.
*******************************************************************************/
unittest
{
void fillWithoutHandshake ( uint num_nodes )
{
mstring name;
sformat(name, "Fill without handshake, {} nodes", num_nodes);
auto t = new NamedTest(idup(name));
auto cm = new CM;
for ( ushort port = 1_000; port < num_nodes + 1_000; port++ )
{
cm.dht_client.addNode("127.0.0.1".dup, port);
}
cm.fill();
cm.epoll.eventLoop();
t.test!("==")(cm.request_error, num_nodes);
auto listen = cast(CM.ExtendedListen)cm.listen;
auto get_all = cast(CM.ExtendedGetAll)cm.get_all;
t.test!("==")(listen.one_finished_threw, 0);
t.test!("==")(listen.rescheduled, 0);
t.test!("==")(get_all.one_finished_threw, 0);
t.test!("==")(get_all.all_finished_threw, 0);
t.test!("==")(get_all.rescheduled, num_nodes);
}
fillWithoutHandshake(1);
fillWithoutHandshake(2);
fillWithoutHandshake(10);
}
/*******************************************************************************
Test mirror's behaviour upon starting a mirror operation with a DHT client
which has not performed a handshake. All assigned requests should fail with
an internal error.
*******************************************************************************/
unittest
{
void mirrorWithoutHandshake ( uint num_nodes )
{
mstring name;
sformat(name, "Mirror without handshake, {} nodes", num_nodes);
auto t = new NamedTest(idup(name));
auto cm = new CM;
for ( ushort port = 1_000; port < num_nodes + 1_000; port++ )
{
cm.dht_client.addNode("127.0.0.1".dup, port);
}
cm.mirror();
cm.epoll.eventLoop();
t.test!("==")(cm.request_error, num_nodes * 2);
auto listen = cast(CM.ExtendedListen)cm.listen;
auto get_all = cast(CM.ExtendedGetAll)cm.get_all;
t.test!("==")(listen.one_finished_threw, 0);
t.test!("==")(listen.rescheduled, num_nodes);
t.test!("==")(get_all.one_finished_threw, 0);
t.test!("==")(get_all.all_finished_threw, 0);
t.test!("==")(get_all.rescheduled, num_nodes);
}
mirrorWithoutHandshake(1);
mirrorWithoutHandshake(2);
mirrorWithoutHandshake(10);
}
| D |
u1.5 (08 Jan 2003)
| D |
/home/tyler/Documents/AdventOfCode/Rust/day_7_2/target/debug/day_7_2: /home/tyler/Documents/AdventOfCode/Rust/day_7_2/src/main.rs
| D |
module vibe.stream.botan;
version = X509;
import core.thread : Thread;
import vibe.core.core;
alias STrace = vibe.core.core.Trace;
import botan.constants;
import botan.cert.x509.x509cert;
import botan.cert.x509.certstor;
import botan.cert.x509.x509path;
import botan.math.bigint.bigint: BigInt;
import botan.tls.blocking;
import botan.tls.channel;
import botan.tls.credentials_manager;
import botan.tls.exceptn;
import botan.tls.server;
import botan.tls.session_manager;
import botan.tls.server_info;
import botan.tls.ciphersuite;
import botan.rng.auto_rng;
import vibe.core.stream;
import vibe.stream.tls;
import vibe.core.net;
import std.datetime;
import std.exception;
import std.format;
import std.stdio : writeln;
class BotanTLSStream : TLSStream, Buffered
{
private:
TCPConnection m_tcp_conn;
// todo: UDPConnection m_udp_conn;
TLSBlockingChannel m_tls_channel;
BotanTLSContext m_ctx;
bool m_in_handshake;
void* m_userData;
OnAlert m_alert_cb;
OnHandshakeComplete m_handshake_complete;
TLSCiphersuite m_cipher;
TLSProtocolVersion m_ver;
TLSServerInformation m_server_info;
SysTime m_session_age;
X509Certificate m_peer_cert;
TLSCertificateInformation m_cert_compat;
ubyte[] m_sess_id;
Exception m_ex;
Vector!ubyte m_outBuf;
public:
/// Returns the date/time the session was started
@property SysTime started() const { return m_session_age; }
/// Get the session ID
@property const(ubyte[]) sessionId() { return m_sess_id; }
/// Get the information about the server (local or remote)
@property TLSServerInformation serverInfo() { return m_server_info; }
/// Returns the remote public certificate from the chain
@property const(X509Certificate) x509Certificate() const { return m_peer_cert; }
/// Returns the negotiated version of the TLS Protocol
@property TLSProtocolVersion protocol() const { return m_ver; }
/// Returns the complete ciphersuite details from the negotiated TLS connection
@property TLSCiphersuite cipher() const { return m_cipher; }
@property string alpn() const { return m_tls_channel.underlyingChannel().applicationProtocol(); }
@property TLSCertificateInformation peerCertificate() { assert(false, "Incompatible interface method requested"); }
// Constructs a new TLS Client Stream and connects with the specified handlers
this(TCPConnection underlying, BotanTLSContext ctx,
void delegate(in TLSAlert alert, in ubyte[] ub) alert_cb,
bool delegate(in TLSSession session) hs_cb,
string peer_name = null, NetworkAddress peer_address = NetworkAddress.init)
{
import vibe.core.core : Trace; mixin(Trace);
m_ctx = ctx;
m_userData = ctx.m_userData;
m_tcp_conn = underlying;
m_alert_cb = alert_cb;
m_handshake_complete = hs_cb;
assert(m_ctx.m_kind == TLSContextKind.client, "Connecting through a server context is not supported");
// todo: add service name?
m_server_info = TLSServerInformation(peer_name, peer_address.port);
m_tls_channel = TLSBlockingChannel(&onRead, &onWrite, &onAlert, &onHandhsakeComplete, m_ctx.m_session_manager, m_ctx.m_credentials, m_ctx.m_policy, *m_ctx.m_rng, m_server_info, m_ctx.m_offer_version, m_ctx.m_clientOffers.clone);
doHandshake();
}
// This constructor is used by the TLS Context for both server and client streams
this(TCPConnection underlying, BotanTLSContext ctx, TLSStreamState state, string peer_name = null, NetworkAddress peer_address = NetworkAddress.init) {
import vibe.core.core : Trace; mixin(Trace);
m_ctx = ctx;
m_userData = ctx.m_userData;
m_tcp_conn = underlying;
if (state == TLSStreamState.accepting)
{
assert(m_ctx.m_kind != TLSContextKind.client, "Accepting through a client context is not supported");
m_server_info = TLSServerInformation(peer_address.toAddressString(), peer_address.port);
m_tls_channel = TLSBlockingChannel(&onRead, &onWrite, &onAlert, &onHandhsakeComplete, m_ctx.m_session_manager, m_ctx.m_credentials, m_ctx.m_policy, *m_ctx.m_rng, &m_ctx.nextProtocolHandler, &m_ctx.sniHandler, m_ctx.m_is_datagram);
}
else if (state == TLSStreamState.connecting) {
assert(m_ctx.m_kind == TLSContextKind.client, "Connecting through a server context is not supported");
assert(peer_address != NetworkAddress.init, "You must specify a peer address");
// todo: add service name?
m_server_info = TLSServerInformation(peer_name, peer_address.port);
m_tls_channel = TLSBlockingChannel(&onRead, &onWrite, &onAlert, &onHandhsakeComplete, m_ctx.m_session_manager, m_ctx.m_credentials, m_ctx.m_policy, *m_ctx.m_rng, m_server_info, m_ctx.m_offer_version, m_ctx.m_clientOffers.clone);
}
else /*if (state == TLSStreamState.connected)*/ {
m_tls_channel = TLSBlockingChannel.init;
throw new Exception("Cannot load BotanTLSSteam from a connected TLS session");
}
doHandshake();
}
private void doHandshake() {
m_in_handshake = true;
scope(exit) m_in_handshake = false;
import vibe.core.core : Trace; mixin(Trace);
try {
m_ctx.onBeforeHandshake(cast(TLSStream)this);
m_tls_channel.doHandshake();
m_ctx.onAfterHandshake(cast(TLSStream)this);
}
catch(Exception e) {
//vibe.core.log.logError("Error in handshake: %s", e.msg);
m_ex = e;
}
}
~this() {
try m_tls_channel.destroy();
catch (Exception e) {
}
}
@property bool connected() const { return m_tcp_conn.connected && !m_ex; }
void close()
{
if (m_tcp_conn.connected)
finalize();
m_tcp_conn.close();
m_tls_channel.destroy();
}
void notifyClose() {
try {
m_tcp_conn.notifyClose();
m_tls_channel.destroy();
}
catch (Exception e) {
}
}
void flush() {
doWrite(m_outBuf[]);
m_outBuf.length = 0;
m_tcp_conn.flush();
}
void finalize() {
if (m_tls_channel.isClosed())
return;
processException();
scope(success)
processException();
if (m_writer != Task())
m_writer.interrupt();
if (m_tls_channel.underlyingChannel !is null && m_tls_channel.underlyingChannel.isActive())
flush();
m_tls_channel.close();
m_tcp_conn.flush();
if (m_reader != Task())
m_reader.join();
}
void write(InputStream stream, ulong nbytes) { processException(); writeDefault(stream, nbytes); }
bool waitForData(Duration timeout = 0.seconds)
{
mixin(STrace);
if (m_tls_channel.pending() == 0) {
if (!m_tcp_conn.dataAvailableForRead()) {
if (!m_tcp_conn.waitForData(timeout))
return false;
}
if (!connected || !m_tcp_conn.connected) return false;
m_tls_channel.readBuf(null); // force an exchange
}
return true;
}
void* getUserData() const
{
(cast()this).processException();
assert(m_ctx.m_kind != TLSContextKind.client, "Only SNI servers may hold user data");
if (!m_userData && !m_tls_channel.isClosed)
(cast()this).m_userData = (cast(TLSServer)m_tls_channel.underlyingChannel()).getUserData();
return cast(void*) m_userData;
}
void read(ubyte[] dst) {
mixin(STrace);
processException();
scope(success)
processException();
m_tls_channel.read(dst);
}
ubyte[] readBuf(ubyte[] buf) {
mixin(STrace);
processException();
scope(success)
processException();
return m_tls_channel.readBuf(buf);
}
void write(in ubyte[] src) {
if (m_outBuf.length >= 64*1024 || src.length >= 64*1024)
flush();
if (src.length >= 64*1024)
doWrite(src);
else
m_outBuf ~= cast() src;
}
private void doWrite(in ubyte[] src) {
mixin(STrace);
processException();
scope(success)
processException();
try m_tls_channel.write(src);
catch (TLSClosedException e) {
import vibe.core.log : logError;
logError("doWrite failed: %s", e.toString());
throw new ConnectionClosedException("TLSClosedException: " ~ e.msg, e.file, e.line, e.next);
}
}
@property bool empty()
{
processException();
return leastSize() == 0 && m_tcp_conn.empty;
}
@property ulong leastSize()
{
mixin(STrace);
size_t ret = m_tls_channel.pending();
if (ret > 0) return ret;
waitForData();
ret = m_tls_channel.pending();
//logDebug("Least size returned: ", ret);
return ret > 0 ? ret : m_tcp_conn.empty ? 0 : 1;
}
@property bool dataAvailableForRead()
{
processException();
return m_tls_channel.pending() > 0 || m_tcp_conn.dataAvailableForRead;
}
const(ubyte)[] peek()
{
processException();
auto peeked = m_tls_channel.peek();
//logDebug("Peeked data: ", cast(ubyte[])peeked);
//logDebug("Peeked data ptr: ", peeked.ptr);
return peeked;
}
@property void setAlertCallback(void delegate(in TLSAlert alert, in ubyte[] ub) alert_cb)
{
processException();
m_alert_cb = alert_cb;
}
@property void setHandshakeCallback(bool delegate(in TLSSession session) hs_cb)
{
processException();
m_handshake_complete = hs_cb;
}
void processException() {
mixin(STrace);
if (auto ex = m_ex) {
m_ex = null;
throw ex;
}
}
private:
void onAlert(in TLSAlert alert, in ubyte[] data) {
import vibe.core.log : logError;
//logError("Got TLS Alert: %s", cast(string)data);
if (alert.isFatal || alert.type() == TLSAlert.CLOSE_NOTIFY) {
import vibe.core.log : logError;
if (alert.isFatal || m_ctx.m_kind == TLSContextKind.client)
m_tcp_conn.close();
if (alert.isFatal || m_ctx.m_kind != TLSContextKind.client)
m_ex = new ConnectionClosedException("Fatal TLS Alert Received: " ~ alert.typeString());
}
if (m_alert_cb)
m_alert_cb(alert, data);
}
bool onHandhsakeComplete(in TLSSession session) {
m_sess_id = cast(ubyte[])session.sessionId()[].dup;
m_cipher = session.ciphersuite();
m_session_age = session.startTime();
m_ver = session.Version();
if (session.peerCerts().length > 0)
m_peer_cert = session.peerCerts()[0];
mixin(OnCapture!("TLSStream.Botan.Session.ID", "m_sess_id.to!string"));
mixin(OnCapture!("TLSStream.Botan.Session.Start", "m_session_age.toSimpleString()"));
mixin(OnCapture!("TLSStream.Botan.Session.Version", "m_ver.toString()"));
mixin(OnCapture!("TLSStream.Botan.Session.Ciphersuite", "m_cipher.toString()"));
mixin(OnCapture!("TLSStream.Botan.Session.Certificate", "m_peer_cert?m_peer_cert.toString():`Not provided`"));
if (m_handshake_complete)
return m_handshake_complete(session);
return true;
}
ubyte[] onRead(ubyte[] buf)
{
static import std.algorithm;
import vibe.core.log : logError;
import std.datetime : seconds;
mixin(STrace);
ubyte[] ret;
if (m_in_handshake && !m_tcp_conn.dataAvailableForRead)
enforce!TimeoutException(m_tcp_conn.waitForData(30.seconds), "Handshake could not be handled");
size_t len = std.algorithm.min(m_tcp_conn.leastSize(), buf.length);
if (len == 0) return null;
if (auto buffered = cast(Buffered)m_tcp_conn) {
ret = buffered.readBuf(buf);
return ret;
}
m_reader = Task.getThis();
scope(exit) m_reader = Task();
m_tcp_conn.read(buf[0 .. len]);
return buf[0 .. len];
}
void onWrite(in ubyte[] src) {
mixin(STrace);
m_writer = Task.getThis();
scope(exit) m_writer = Task();
//logDebug("Write: %s", src);
m_tcp_conn.write(src);
}
Task m_reader;
Task m_writer;
}
class BotanTLSContext : TLSContext {
private:
Thread m_owner;
TLSSessionManager m_session_manager;
TLSPolicy m_policy;
TLSCredentialsManager m_credentials;
TLSContextKind m_kind;
Unique!AutoSeededRNG m_rng;
TLSProtocolVersion m_offer_version;
TLSServerNameCallback m_sniCallback;
TLSALPNCallback m_serverCb;
Vector!string m_clientOffers;
void* m_userData;
bool m_is_datagram;
bool m_cert_checked;
void delegate(scope TLSStream) m_before_handshake;
void delegate(scope TLSStream) m_after_handshake;
void onBeforeHandshake(scope TLSStream tls_stream) {
if (m_before_handshake)
m_before_handshake(tls_stream);
}
void onAfterHandshake(scope TLSStream tls_stream) {
if (m_after_handshake)
m_after_handshake(tls_stream);
}
public:
this(TLSContextKind kind,
TLSCredentialsManager credentials = null,
TLSPolicy policy = null,
TLSSessionManager session_manager = null,
bool is_datagram = false)
{
m_owner = Thread.getThis();
if (!credentials)
credentials = new CustomTLSCredentials();
m_kind = kind;
m_credentials = credentials;
m_is_datagram = is_datagram;
m_rng = new AutoSeededRNG;
if (!session_manager)
session_manager = new TLSSessionManagerInMemory(*m_rng);
m_session_manager = session_manager;
if (!policy) {
if (!gs_default_policy) {
import core.thread : Thread;
gs_ctor = Thread.getThis();
gs_default_policy = new CustomTLSPolicy();
}
policy = cast(TLSPolicy)gs_default_policy;
}
m_policy = policy;
if (is_datagram)
m_offer_version = policy.latestSupportedVersion(true);
else
m_offer_version = policy.latestSupportedVersion(false);
}
/// The kind of TLS context (client/server)
@property TLSContextKind kind() const {
return m_kind;
}
/// Used by clients to indicate protocol preference, use TLSPolicy to restrict the protocol versions
@property void defaultProtocolOffer(TLSProtocolVersion ver) { m_offer_version = ver; }
/// ditto
@property TLSProtocolVersion defaultProtocolOffer() { return m_offer_version; }
void setUserData(void* udata) { m_userData = udata; }
@property void sniCallback(TLSServerNameCallback callback)
{
m_sniCallback = callback;
}
@property inout(TLSServerNameCallback) sniCallback() inout { return m_sniCallback; }
/// Callback function invoked by server to choose alpn
@property void alpnCallback(TLSALPNCallback alpn_chooser)
{
m_serverCb = alpn_chooser;
}
/// Get the current ALPN callback function
@property TLSALPNCallback alpnCallback() const { return m_serverCb; }
/// Invoked by client to offer alpn, all strings are copied on the GC
@property void setClientALPN(string[] alpn_list)
{
m_clientOffers.clear();
foreach (alpn; alpn_list)
m_clientOffers ~= alpn.idup;
}
void setBeforeHandshake(void delegate(scope TLSStream) del) {
m_before_handshake = del;
}
void setAfterHandshake(void delegate(scope TLSStream) del) {
m_after_handshake = del;
}
/** Creates a new stream associated to this context.
*/
TLSStream createStream(Stream underlying, TLSStreamState state, string peer_name = null, NetworkAddress peer_address = NetworkAddress.init)
{
if (!m_cert_checked) {
checkCert();
}
assert(cast(TCPConnection)underlying !is null, "BotanTLSStream can only be created from TCP Connections at the moment");
return new BotanTLSStream(cast(TCPConnection)underlying, this, state, peer_name, peer_address);
}
/// Add a ChannelID PrivateKey handler
@property void cpkHandler(PrivateKey delegate(string hostname) del) {
if (auto credentials = cast(CustomTLSCredentials)m_credentials) {
credentials.m_cpk_del = del;
return;
}
else assert(false, "Cannot handle cpkHandler if CustomTLSCredentials is not used");
}
/** Specifies the validation level of remote peers.
The default mode for TLSContextKind.client is
TLSPeerValidationMode.trustedCert and the default for
TLSContextKind.server is TLSPeerValidationMode.none.
*/
@property void peerValidationMode(TLSPeerValidationMode mode) {
if (auto credentials = cast(CustomTLSCredentials)m_credentials) {
credentials.m_validationMode = mode;
return;
}
else assert(false, "Cannot handle peerValidationMode if CustomTLSCredentials is not used");
}
/// ditto
@property TLSPeerValidationMode peerValidationMode() const {
if (auto credentials = cast(CustomTLSCredentials)m_credentials) {
return credentials.m_validationMode;
}
else assert(false, "Cannot handle peerValidationMode if CustomTLSCredentials is not used");
}
/** An optional user callback for peer validation.
Peer validation callback is unused in Botan. Specify a custom TLS Policy to handle peer certificate data.
*/
@property void peerValidationCallback(TLSPeerValidationCallback callback) { assert(false, "Peer validation callback is unused in Botan. Specify a custom TLS Policy to handle peer certificate data."); }
/// ditto
@property inout(TLSPeerValidationCallback) peerValidationCallback() inout { return TLSPeerValidationCallback.init; }
/** The maximum length of an accepted certificate chain.
Any certificate chain longer than this will result in the TLS
negitiation failing.
The default value is 9.
*/
@property void maxCertChainLength(int val) {
if (auto credentials = cast(CustomTLSCredentials)m_credentials) {
credentials.m_max_cert_chain_length = val;
return;
}
else assert(false, "Cannot handle maxCertChainLength if CustomTLSCredentials is not used");
}
/// ditto
@property int maxCertChainLength() const {
if (auto credentials = cast(CustomTLSCredentials)m_credentials) {
return credentials.m_max_cert_chain_length;
}
else assert(false, "Cannot handle maxCertChainLength if CustomTLSCredentials is not used");
}
void setCipherList(string list = null) { assert(false, "Incompatible interface method requested"); }
void setCipherSuites(string list = null) { assert(false, "Incompatible interface method requested"); }
/** Set params to use for DH cipher.
*
* By default the 2048-bit prime from RFC 3526 is used.
*
* Params:
* pem_file = Path to a PEM file containing the DH parameters. Calling
* this function without argument will restore the default.
*/
void setDHParams(string pem_file=null) { assert(false, "Incompatible interface method requested"); }
/** Set the elliptic curve to use for ECDH cipher.
*
* By default a curve is either chosen automatically or prime256v1 is used.
*
* Params:
* curve = The short name of the elliptic curve to use. Calling this
* function without argument will restore the default.
*
*/
void setECDHCurve(string curve=null) { assert(false, "Incompatible interface method requested"); }
/// Sets a certificate file to use for authenticating to the remote peer
void useCertificateChainFile(string path) {
if (auto credentials = cast(CustomTLSCredentials)m_credentials) {
m_cert_checked = false;
credentials.m_server_cert = X509Certificate(path);
return;
}
else assert(false, "Cannot handle useCertificateChainFile if CustomTLSCredentials is not used");
}
/// Sets the private key to use for authenticating to the remote peer based
/// on the configured certificate chain file.
/// todo: Use passphrase?
void usePrivateKeyFile(string path) {
if (auto credentials = cast(CustomTLSCredentials)m_credentials) {
import botan.pubkey.pkcs8 : loadKey;
credentials.m_key = loadKey(path, *m_rng);
return;
}
else assert(false, "Cannot handle usePrivateKeyFile if CustomTLSCredentials is not used");
}
/** Sets the list of trusted certificates for verifying peer certificates.
If this is a server context, this also entails that the given
certificates are advertised to connecting clients during handshake.
On Linux, the system's root certificate authority list is usually
found at "/etc/ssl/certs/ca-certificates.crt",
"/etc/pki/tls/certs/ca-bundle.crt", or "/etc/ssl/ca-bundle.pem".
*/
void useTrustedCertificateFile(string path) {
if (auto credentials = cast(CustomTLSCredentials)m_credentials) {
auto store = new CertificateStoreInMemory;
store.addCertificate(X509Certificate(path));
credentials.m_stores.pushBack(store);
return;
}
else assert(false, "Cannot handle useTrustedCertificateFile if CustomTLSCredentials is not used");
}
/// Use the CA root certificate with this client to validate the peer cert
void addTrustedCertificate(ubyte[] cert_data) {
if (auto credentials = cast(CustomTLSCredentials)m_credentials) {
credentials.addTrustedCertificate(cert_data);
return;
}
else assert(false, "Cannot handle useTrustedCertificateFile if CustomTLSCredentials is not used");
}
private:
SNIContextSwitchInfo sniHandler(string hostname)
{
auto ctx = onSNI(hostname);
if (!ctx) return SNIContextSwitchInfo.init;
SNIContextSwitchInfo chgctx;
chgctx.session_manager = ctx.m_session_manager;
chgctx.credentials = ctx.m_credentials;
chgctx.policy = ctx.m_policy;
chgctx.next_proto = &ctx.nextProtocolHandler;
chgctx.user_data = ctx.m_userData; // will be used to recover the HTTP server high-level context
return chgctx;
}
string nextProtocolHandler(in Vector!string offers) {
enforce(m_kind == TLSContextKind.server, format("Attempted ALPN selection on a %s", m_kind));
if (m_serverCb !is null)
return m_serverCb(offers[]);
else return "";
}
BotanTLSContext onSNI(string hostname) {
if (m_kind != TLSContextKind.serverSNI)
return null;
TLSContext ctx = m_sniCallback(hostname);
if (auto bctx = cast(BotanTLSContext) ctx) {
// Since this happens in a BotanTLSStream, the stream info (r/w callback) remains the same
return bctx;
}
// We cannot use anything else than a Botan stream, and any null value with serverSNI is a failure
throw new Exception("Could not find specified hostname");
}
void checkCert() {
m_cert_checked = true;
if (m_kind == TLSContextKind.client) return;
if (auto creds = cast(CustomTLSCredentials) m_credentials) {
auto sigs = m_policy.allowedSignatureMethods();
import botan.asn1.oids : OIDS;
auto sig_algo = OIDS.lookup(creds.m_server_cert.signatureAlgorithm().oid());
import std.range : front;
import std.algorithm.iteration : splitter;
string sig_algo_str = sig_algo.splitter("/").front.to!string;
bool found;
foreach (sig; sigs[]) {
if (sig == sig_algo_str) {
found = true; break;
}
}
assert(found, "Server Certificate uses a signing algorithm that is not accepted in the server policy.");
}
}
}
/**
* TLS Policy as a settings object
*/
class CustomTLSPolicy : TLSPolicy
{
TLSProtocolVersion m_min_ver = TLSProtocolVersion.TLS_V10;
int m_min_dh_group_size = 1024;
Vector!TLSCiphersuite m_pri_ciphersuites;
Vector!string m_pri_ecc_curves;
Duration m_session_lifetime = 24.hours;
bool m_pri_ciphers_exclusive;
bool m_pri_curves_exclusive;
public:
/// Sets the minimum acceptable protocol version
@property void minProtocolVersion(TLSProtocolVersion ver) { m_min_ver = ver; }
/// Get the minimum acceptable protocol version
@property TLSProtocolVersion minProtocolVersion() { return m_min_ver; }
@property void minDHGroupSize(int sz) { m_min_dh_group_size = sz; }
@property int minDHGroupSize() { return m_min_dh_group_size; }
/// Add a cipher suite to the priority ciphers with lowest ordering value
void addPriorityCiphersuites(TLSCiphersuite[] suites) { m_pri_ciphersuites ~= suites; }
@property TLSCiphersuite[] ciphers() { return m_pri_ciphersuites[]; }
/// Set to true to use excuslively priority ciphers passed through "addCiphersuites"
@property void priorityCiphersOnly(bool b) { m_pri_ciphers_exclusive = b; }
@property bool priorityCiphersOnly() { return m_pri_ciphers_exclusive; }
void addPriorityCurves(string[] curves) {
m_pri_ecc_curves ~= curves;
}
@property string[] priorityCurves() { return m_pri_ecc_curves[]; }
/// Uses only priority curves passed through "add"
@property void priorityCurvesOnly(bool b) { m_pri_curves_exclusive = b; }
@property bool priorityCurvesOnly() { return m_pri_curves_exclusive; }
override string chooseCurve(in Vector!string curve_names) const
{
import std.algorithm : countUntil;
foreach (curve; m_pri_ecc_curves[]) {
if (curve_names[].countUntil(curve) != -1)
return curve;
}
if (!m_pri_curves_exclusive)
return super.chooseCurve((cast(Vector!string)curve_names).move);
return "";
}
override Vector!string allowedEccCurves() const {
Vector!string ret;
if (!m_pri_ecc_curves.empty)
ret ~= m_pri_ecc_curves[];
if (!m_pri_curves_exclusive) {
auto others = super.allowedEccCurves();
ret ~= others[];
}
return ret;
}
override Vector!ushort ciphersuiteList(TLSProtocolVersion _version, bool have_srp) const {
static Vector!ushort cache_ret;
static bool cache_have_srp;
static TLSProtocolVersion cache_version;
static bool has_cache;
if (has_cache && _version == cache_version && cache_have_srp == have_srp && cache_ret.length > 0)
return cache_ret.clone;
Vector!ushort ret;
if (m_pri_ciphersuites.length > 0) {
foreach (suite; m_pri_ciphersuites) {
ret ~= suite.ciphersuiteCode();
}
}
if (!m_pri_ciphers_exclusive) {
ret ~= super.ciphersuiteList(_version, have_srp);
}
has_cache = true;
cache_version = _version;
cache_have_srp = have_srp;
cache_ret = ret.clone();
return ret.move();
}
override bool acceptableProtocolVersion(TLSProtocolVersion _version) const
{
if (m_min_ver != TLSProtocolVersion.init)
return _version >= m_min_ver;
return super.acceptableProtocolVersion(_version);
}
override Duration sessionTicketLifetime() const {
return m_session_lifetime;
}
override size_t minimumDhGroupSize() const {
return m_min_dh_group_size;
}
}
class CustomTLSCredentials : TLSCredentialsManager
{
public:
this() { }
/// Client constructor
this(TLSPeerValidationMode validation_mode = TLSPeerValidationMode.checkPeer) {
m_validationMode = validation_mode;
}
/// Server constructor
this(X509Certificate server_cert, X509Certificate ca_cert, PrivateKey server_key)
{
m_server_cert = server_cert;
m_ca_cert = ca_cert; // used for client certificate request
m_key = server_key;
m_validationMode = TLSPeerValidationMode.none;
if (!m_ca_cert)
return;
auto store = new CertificateStoreInMemory;
store.addCertificate(m_ca_cert);
m_stores.pushBack(store);
}
void addTrustedCertificate(ubyte[] cert)
{
Vector!ubyte cert_vec = Vector!ubyte(cert);
if (m_stores.length == 0) {
auto store = new CertificateStoreInMemory;
store.addCertificate(X509Certificate(cert_vec));
m_stores.pushBack(store);
}
else
(cast(CertificateStoreInMemory)m_stores[0]).addCertificate(X509Certificate(cert_vec));
return;
}
override Vector!CertificateStore trustedCertificateAuthorities(in string, in string)
{
// todo: Check machine stores for client mode
if (m_stores.length == 0)
return Vector!CertificateStore.init;
return m_stores.clone;
}
override Vector!X509Certificate certChain(const ref Vector!string cert_key_types, in string type, in string)
{
Vector!X509Certificate chain;
if (type == "tls-server")
{
bool have_match = false;
foreach (cert_key_type; cert_key_types[]) {
if (cert_key_type == m_key.algoName) {
enforce(m_server_cert, "Private Key was defined but no corresponding server certificate was found.");
have_match = true;
}
}
if (have_match)
{
chain.pushBack(m_server_cert);
if (m_ca_cert) chain.pushBack(m_ca_cert);
}
}
return chain.move();
}
override void verifyCertificateChain(in string type, in string purported_hostname, const ref Vector!X509Certificate cert_chain)
{
if (cert_chain.empty)
throw new InvalidArgument("Certificate chain was empty");
if (m_validationMode == TLSPeerValidationMode.validCert)
{
auto trusted_CAs = trustedCertificateAuthorities(type, purported_hostname);
PathValidationRestrictions restrictions;
restrictions.maxCertChainLength = m_max_cert_chain_length;
auto result = x509PathValidate(cert_chain, restrictions, trusted_CAs);
if (!result.successfulValidation())
throw new Exception("Certificate validation failure: " ~ result.resultString());
if (trusted_CAs.length == 0 || !certInSomeStore(trusted_CAs, result.trustRoot()))
throw new Exception("Certificate chain roots in unknown/untrusted CA");
if (purported_hostname != "" && !cert_chain[0].matchesDnsName(purported_hostname))
throw new Exception("Certificate did not match hostname");
return;
}
if (m_validationMode & TLSPeerValidationMode.checkTrust) {
auto trusted_CAs = trustedCertificateAuthorities(type, purported_hostname);
PathValidationRestrictions restrictions;
restrictions.maxCertChainLength = m_max_cert_chain_length;
PathValidationResult result;
try result = x509PathValidate(cert_chain, restrictions, trusted_CAs);
catch (Exception e) { }
if (trusted_CAs.length == 0 || !certInSomeStore(trusted_CAs, result.trustRoot()))
throw new Exception("Certificate chain roots in unknown/untrusted CA");
}
// Commit to basic tests for other validation modes
if (m_validationMode & TLSPeerValidationMode.checkCert) {
import botan.asn1.asn1_time : X509Time;
X509Time current_time = X509Time(Clock.currTime(UTC()));
// Check all certs for valid time range
if (current_time < X509Time(cert_chain[0].startTime()))
throw new Exception("Certificate is not yet valid");
if (current_time > X509Time(cert_chain[0].endTime()))
throw new Exception("Certificate has expired");
if (cert_chain[0].isSelfSigned())
throw new Exception("Certificate was self signed");
}
if (m_validationMode & TLSPeerValidationMode.checkPeer)
if (purported_hostname != "" && !cert_chain[0].matchesDnsName(purported_hostname))
throw new Exception("Certificate did not match hostname");
}
override PrivateKey privateKeyFor(in X509Certificate, in string, in string)
{
return m_key;
}
/// In TLSClient, identifies this machine with the server
override PrivateKey channelPrivateKey(string hostname)
{
if (m_cpk_del)
return m_cpk_del(hostname);
return super.channelPrivateKey(hostname);
}
// Interface fallthrough
override Vector!X509Certificate certChainSingleType(in string cert_key_type,
in string type,
in string context)
{ return super.certChainSingleType(cert_key_type, type, context); }
override bool attemptSrp(in string type, in string context)
{ return super.attemptSrp(type, context); }
override string srpIdentifier(in string type, in string context)
{ return super.srpIdentifier(type, context); }
override string srpPassword(in string type, in string context, in string identifier)
{ return super.srpPassword(type, context, identifier); }
override bool srpVerifier(in string type,
in string context,
in string identifier,
ref string group_name,
ref BigInt verifier,
ref Vector!ubyte salt,
bool generate_fake_on_unknown)
{ return super.srpVerifier(type, context, identifier, group_name, verifier, salt, generate_fake_on_unknown); }
override bool hasPsk() { return false; }
override string pskIdentityHint(in string type, in string context)
{ return super.pskIdentityHint(type, context); }
override string pskIdentity(in string type, in string context, in string identity_hint)
{ return super.pskIdentity(type, context, identity_hint); }
override SymmetricKey psk(in string type, in string context, in string identity)
{ return super.psk(type, context, identity); }
~this() {
m_key.destroy();
foreach (ref CertificateStore store; m_stores[]) {
store.destroy();
}
}
public:
X509Certificate m_server_cert, m_ca_cert;
PrivateKey m_key;
PrivateKey delegate(string) m_cpk_del;
Vector!CertificateStore m_stores;
private:
TLSPeerValidationMode m_validationMode = TLSPeerValidationMode.none;
int m_max_cert_chain_length = 9;
}
CustomTLSCredentials createCreds()
{
import botan.rng.auto_rng;
import botan.cert.x509.pkcs10;
import botan.cert.x509.x509self;
import botan.cert.x509.x509_ca;
import botan.pubkey.algo.rsa;
import botan.codec.hex;
import botan.utils.types;
Unique!AutoSeededRNG rng = new AutoSeededRNG;
auto ca_key = RSAPrivateKey(*rng, 1024);
scope(exit) ca_key.destroy();
X509CertOptions ca_opts;
ca_opts.common_name = "Test CA";
ca_opts.country = "US";
ca_opts.CAKey(1);
X509Certificate ca_cert = x509self.createSelfSignedCert(ca_opts, *ca_key, "SHA-256", *rng);
auto server_key = RSAPrivateKey(*rng, 1024);
X509CertOptions server_opts;
server_opts.common_name = "localhost";
server_opts.country = "US";
PKCS10Request req = x509self.createCertReq(server_opts, *server_key, "SHA-256", *rng);
X509CA ca = X509CA(ca_cert, *ca_key, "SHA-256");
auto now = Clock.currTime(UTC());
X509Time start_time = X509Time(now);
X509Time end_time = X509Time(now + 365.days);
X509Certificate server_cert = ca.signRequest(req, *rng, start_time, end_time);
return new CustomTLSCredentials(server_cert, ca_cert, server_key.release());
}
/// Fastest but less secure ciphers. Good example of how to customize the policy.
/// Be wary that this configuration has a level of security comparable to obfuscation
final class LightTLSPolicy : TLSPolicy
{
public:
override Vector!string allowedCiphers() const
{
return Vector!string([
"SEED",
"3DES",
"RC4"
]);
}
override Vector!string allowedSignatureHashes() const
{
return Vector!string([
"SHA-1",
"MD5"
]);
}
override Vector!string allowedMacs() const
{
return Vector!string([
"SHA-1",
"MD5"
]);
}
override Vector!string allowedKeyExchangeMethods() const
{
return Vector!string([
"RSA"
]);
}
override Vector!string allowedSignatureMethods() const
{
return Vector!string([
"RSA"
]);
}
override Vector!string allowedEccCurves() const
{
return Vector!string([
"brainpool512r1",
"brainpool384r1",
"brainpool256r1",
"secp521r1",
"secp384r1",
"secp256r1",
"secp256k1",
"secp224r1",
"secp224k1",
"secp192r1",
"secp192k1",
"secp160r2",
"secp160r1",
"secp160k1",
]);
}
}
private:
static ~this() {
if (Thread.getThis() == gs_ctor)
gs_default_policy.destroy();
}
__gshared Thread gs_ctor;
__gshared CustomTLSPolicy gs_default_policy;
| D |
# FIXED
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/source/F2837xD_SysCtrl.c
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_device.h
F2837xD_SysCtrl.obj: C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/assert.h
F2837xD_SysCtrl.obj: C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/_ti_config.h
F2837xD_SysCtrl.obj: C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/linkage.h
F2837xD_SysCtrl.obj: C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/stdarg.h
F2837xD_SysCtrl.obj: C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/sys/_types.h
F2837xD_SysCtrl.obj: C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/sys/cdefs.h
F2837xD_SysCtrl.obj: C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/machine/_types.h
F2837xD_SysCtrl.obj: C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/stdbool.h
F2837xD_SysCtrl.obj: C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/stddef.h
F2837xD_SysCtrl.obj: C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/stdint.h
F2837xD_SysCtrl.obj: C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/_stdint40.h
F2837xD_SysCtrl.obj: C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/sys/stdint.h
F2837xD_SysCtrl.obj: C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/machine/_stdint.h
F2837xD_SysCtrl.obj: C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/sys/_stdint.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_adc.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_analogsubsys.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_cla.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_clb.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_clbxbar.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_cmpss.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_cputimer.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_dac.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_dcsm.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_dma.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_ecap.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_emif.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_epwm.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_epwm_xbar.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_eqep.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_flash.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_gpio.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_i2c.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_input_xbar.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_ipc.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_mcbsp.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_memconfig.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_nmiintrupt.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_output_xbar.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_piectrl.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_pievect.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_sci.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_sdfm.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_spi.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_sysctrl.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_upp.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_xbar.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_xint.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_can.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_Examples.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_GlobalPrototypes.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_cputimervars.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_Cla_defines.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_EPwm_defines.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_Adc_defines.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_Emif_defines.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_Gpio_defines.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_I2c_defines.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_Ipc_defines.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_Pie_defines.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_Dma_defines.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_SysCtrl_defines.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_Upp_defines.h
F2837xD_SysCtrl.obj: C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_defaultisr.h
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/source/F2837xD_SysCtrl.c:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_device.h:
C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/assert.h:
C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/_ti_config.h:
C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/linkage.h:
C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/stdarg.h:
C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/sys/_types.h:
C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/sys/cdefs.h:
C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/machine/_types.h:
C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/stdbool.h:
C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/stddef.h:
C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/stdint.h:
C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/_stdint40.h:
C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/sys/stdint.h:
C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/machine/_stdint.h:
C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include/sys/_stdint.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_adc.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_analogsubsys.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_cla.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_clb.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_clbxbar.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_cmpss.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_cputimer.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_dac.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_dcsm.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_dma.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_ecap.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_emif.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_epwm.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_epwm_xbar.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_eqep.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_flash.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_gpio.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_i2c.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_input_xbar.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_ipc.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_mcbsp.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_memconfig.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_nmiintrupt.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_output_xbar.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_piectrl.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_pievect.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_sci.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_sdfm.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_spi.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_sysctrl.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_upp.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_xbar.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_xint.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/headers/include/F2837xD_can.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_Examples.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_GlobalPrototypes.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_cputimervars.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_Cla_defines.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_EPwm_defines.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_Adc_defines.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_Emif_defines.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_Gpio_defines.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_I2c_defines.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_Ipc_defines.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_Pie_defines.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_Dma_defines.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_SysCtrl_defines.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_Upp_defines.h:
C:/ti/C2000Ware_3_04_00_00_Software/device_support/f2837xd/common/include/F2837xD_defaultisr.h:
| D |
module KissRpc.RpcServerSocket;
import KissRpc.RpcRecvPackageManage;
import KissRpc.RpcEventInterface;
import KissRpc.RpcSocketBaseInterface;
import KissRpc.Unit;
import std.socket;
import std.stdio;
import std.conv;
import core.thread;
import kiss.aio.AsyncTcpBase;
import kiss.event.Poll;
class RpcServerSocket:AsyncTcpBase, RpcSocketBaseInterface{
public:
this(Poll poll, RpcEventInterface rpcEventDalegate)
{
readBuff = new byte[RPC_PACKAGE_MAX];
_socketEventDelegate = rpcEventDalegate;
_packageManage = new RpcRecvPackageManage(this, rpcEventDalegate);
super(poll);
}
~this()
{
}
override bool doRead(byte[] buffer , int len)
{
_packageManage.add(cast(ubyte[])buffer[0 .. len]);
return true;
}
bool doWrite(byte[] buf)
{
auto ok = super.doWrite(buf, null, null) >= 0;
if (ok == false)
{
_socketEventDelegate.socketEvent(this, SOCKET_STATUS.SE_WRITE_FAILED, "write data to client is failed");
}
return ok;
}
override bool onEstablished()
{
_socketEventDelegate.socketEvent(this, SOCKET_STATUS.SE_CONNECTD, "client inconming....");
return super.onEstablished();
}
override bool onClose()
{
_socketEventDelegate.socketEvent(this, SOCKET_STATUS.SE_DISCONNECTD, "disconnect from client!");
return super.onClose();
}
override int getFd()
{
return super.getFd();
}
string getIp()
{
return _socket.remoteAddress.toAddrString;
}
string getPort()
{
return _socket.remoteAddress.toPortString;
}
void disconnect()
{
this.close();
}
private:
RpcEventInterface _socketEventDelegate;
RpcRecvPackageManage _packageManage;
}
//
//class RpcServerSslSocket:AsyncTcpBase, RpcSocketBaseInterface{
//
//public:
// this(Poll poll, RpcEventInterface rpcEventDalegate)
// {
// readBuff = new byte[RPC_PACKAGE_MAX];
//
// _socketEventDelegate = rpcEventDalegate;
// _packageManage = new RpcRecvPackageManage(this, rpcEventDalegate);
//
// super(poll);
// }
//
// ~this()
// {
//
// }
//
// override bool doRead(byte[] buffer , int len)
// {
// _packageManage.add(cast(ubyte[])buffer[0 .. len]);
// return true;
// }
//
// bool doWrite(byte[] buf)
// {
// auto ok = super.doWrite(buf, null, null) >= 0;
//
// if (ok == false)
// {
// _socketEventDelegate.socketEvent(this, SOCKET_STATUS.SE_WRITE_FAILED, "write data to client is failed");
// }
//
// return ok;
// }
//
// override bool onEstablished()
// {
// _socketEventDelegate.socketEvent(this, SOCKET_STATUS.SE_CONNECTD, "client inconming....");
// return super.onEstablished();
// }
//
// override bool onClose()
// {
// _socketEventDelegate.socketEvent(this, SOCKET_STATUS.SE_DISCONNECTD, "disconnect from client!");
// return super.onClose();
// }
//
//
// override int getFd()
// {
// return super.getFd();
// }
//
// string getIp()
// {
// return _socket.remoteAddress.toAddrString;
// }
//
// string getPort()
// {
// return _socket.remoteAddress.toPortString;
// }
//
// void disconnect()
// {
// this.close();
// }
//
//private:
// RpcEventInterface _socketEventDelegate;
// RpcRecvPackageManage _packageManage;
//}
| D |
an edge tool with a heavy bladed head mounted across a handle
chop or split with an ax
terminate
| D |
instance Mod_1798_HEX_Hexe_PAT (Npc_Default)
{
// ------ NSC ------
name = Name_hexe; //Carls Frau
guild = GIL_strf;
id = 1798;
voice = 43;
flags = 0;
npctype = NPCTYPE_pat_hexe;
//-----------AIVARS----------------
// ------ Attribute ------
B_SetAttributesToChapter (self, 4);
// ------ Kampf-Taktik ------
fight_tactic = FAI_HUMAN_strong;
// ------ Equippte Waffen ------
// ------ Inventory ------
B_CreateAmbientInv (self);
//EquipItem (self, ItMw_1h_Vlk_Dagger);
// ------ visuals ------
B_SetNpcVisual (self, FEMALE, "Hum_Head_Babe4", FaceBabe_N_VlkBlonde, BodyTex_N, ITAR_hexe);
Mdl_SetModelFatness (self, 0);
Mdl_ApplyOverlayMds (self, "Humans_Babe.mds");
// ------ NSC-relevante Talente vergeben ------
B_GiveNpcTalents (self);
// ------ Kampf-Talente ------
B_SetFightSkills (self, 30);
// ------ TA anmelden ------
daily_routine = Rtn_Start_1798;
};
FUNC VOID Rtn_Start_1798 ()
{
TA_Stand_WP (05,05,22,05,"WP_PAT_LAGER_03_03");
TA_Stand_WP (22,05,05,05,"WP_PAT_LAGER_03_03");
};
| D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range;
void get(Args...)(ref Args args)
{
import std.traits, std.meta, std.typecons;
static if (Args.length == 1) {
alias Arg = Args[0];
static if (isArray!Arg) {
static if (isSomeChar!(ElementType!Arg)) {
args[0] = readln.chomp.to!Arg;
} else {
args[0] = readln.split.to!Arg;
}
} else static if (isTuple!Arg) {
auto input = readln.split;
static foreach (i; 0..Fields!Arg.length) {
args[0][i] = input[i].to!(Fields!Arg[i]);
}
} else {
args[0] = readln.chomp.to!Arg;
}
} else {
auto input = readln.split;
assert(input.length == Args.length);
static foreach (i; 0..Args.length) {
args[i] = input[i].to!(Args[i]);
}
}
}
void get_lines(Args...)(size_t N, ref Args args)
{
import std.traits, std.range;
static foreach (i; 0..Args.length) {
static assert(isArray!(Args[i]));
args[i].length = N;
}
foreach (i; 0..N) {
static if (Args.length == 1) {
get(args[0][i]);
} else {
auto input = readln.split;
static foreach (j; 0..Args.length) {
args[j][i] = input[j].to!(ElementType!(Args[j]));
}
}
}
}
void main()
{
int T; get(T);
while (T--) {
int N; get(N);
int last, c, max_c;
foreach (a; readln.split.to!(int[])) {
if (last != a) {
max_c = max(max_c, c);
c = 0;
}
last = a;
++c;
}
writeln(max(max_c, c));
}
} | D |
module dwt.internal.mozilla.nsIChromeEventHandler;
import dwt.internal.mozilla.Common;
import dwt.internal.mozilla.nsID;
import dwt.internal.mozilla.nsISupports;
import dwt.internal.mozilla.nsIDOMEvent;
const char[] NS_ICHROMEEVENTHANDLER_IID_STR = "7bc08970-9e6c-11d3-afb2-00a024ffc08c";
const nsIID NS_ICHROMEEVENTHANDLER_IID=
{0x7bc08970, 0x9e6c, 0x11d3,
[ 0xaf, 0xb2, 0x00, 0xa0, 0x24, 0xff, 0xc0, 0x8c ]};
interface nsIChromeEventHandler : nsISupports {
static const char[] IID_STR = NS_ICHROMEEVENTHANDLER_IID_STR;
static const nsIID IID = NS_ICHROMEEVENTHANDLER_IID;
extern(System):
nsresult HandleChromeEvent(nsPresContext * aPresContext, nsEvent * aEvent, nsIDOMEvent *aDOMEvent, PRUint32 aFlags, nsEventStatus *aStatus);
}
| D |
/**
Copyright: Copyright (c) 2018, Joakim Brännström. All rights reserved.
License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
Author: Joakim Brännström (joakim.brannstrom@gmx.com)
Methods prefixed with `cli_` are strongly related to user commands.
They more or less fully implement a command line interface command.
*/
module distssh.main_;
import core.time : Duration;
import logger = std.experimental.logger;
import std.algorithm : splitter, map, filter, joiner;
import std.array : empty;
import std.exception : collectException;
import std.stdio : File;
import std.typecons : Nullable, NullableRef;
import colorlog;
import my.from_;
import my.path;
import distssh.config;
import distssh.metric;
import distssh.types;
import distssh.utility;
static import std.getopt;
import unit_threaded.attrs : Serial;
version (unittest) {
import unit_threaded.assertions;
}
int rmain(string[] args) {
import distssh.daemon;
static import distssh.purge;
confLogger(VerboseMode.info);
auto conf = parseUserArgs(args);
if (conf.global.helpInfo.helpWanted) {
return cli(conf);
}
confLogger(conf.global.verbosity);
logger.trace(conf);
import core.stdc.signal : signal;
import std.file : symlink;
import std.stdio : writeln;
import std.variant : visit;
// register a handler for writing to a closed pipe in case it ever happens.
// the handler ignores it.
signal(13, &handleSIGPIPE);
// dfmt off
return conf.data.visit!(
(Config.Help a) => cli(conf),
(Config.Shell a) => cli(conf, a),
(Config.Cmd a) => cli(conf, a),
(Config.LocalRun a) => cli(conf, a),
(Config.Install a) => cli(conf, a, (string src, string dst) => symlink(src, dst)),
(Config.MeasureHosts a) => cli(conf, a),
(Config.LocalLoad a) => cli(a, (string s) => writeln(s)),
(Config.RunOnAll a) => cli(conf, a),
(Config.LocalShell a) => cli(conf, a),
(Config.Env a) => cli(conf, a),
(Config.Daemon a) => distssh.daemon.cli(conf, a),
(Config.Purge a) => distssh.purge.cli(conf, a),
(Config.LocalPurge a) => distssh.purge.cli(conf, a),
);
// dfmt on
}
private:
/// dummy used to ignore SIGPIPE
extern (C) void handleSIGPIPE(int sig) nothrow @nogc @system {
}
int cli(Config conf) {
conf.printHelp;
return 0;
}
int cli(const Config fconf, Config.Shell conf) {
import std.datetime.stopwatch : StopWatch, AutoStart;
import std.process : spawnProcess, wait;
import std.stdio : writeln, writefln;
import distssh.connection : sshShellArgs;
auto hosts = RemoteHostCache.make(fconf.global.dbPath, fconf.global.cluster).bestSelectRange;
if (hosts.empty) {
logger.errorf("No remote host online").collectException;
}
auto bgBeat = BackgroundClientBeat(AbsolutePath(fconf.global.dbPath));
const timout_until_considered_successfull_connection = fconf.global.timeout * 2;
foreach (host; hosts) {
try {
writeln("Connecting to ", host);
auto sw = StopWatch(AutoStart.yes);
auto exit_status = spawnProcess(sshShellArgs(host,
fconf.global.workDir.get.Path).toArgs).wait;
// #SPC-fallback_remote_host
if (exit_status == 0 || sw.peek > timout_until_considered_successfull_connection) {
writefln("Connection to %s closed.", host);
return exit_status;
} else {
logger.warningf("Connection failed to %s. Falling back on next available host",
host);
}
} catch (Exception e) {
logger.error(e.msg).collectException;
}
}
logger.error("No remote host online").collectException;
return 1;
}
// #SPC-fast_env_startup
int cli(Config fconf, Config.Cmd conf) {
import std.stdio : stdout;
if (fconf.global.command.empty) {
logger.error("No command specified");
logger.error("Specify by adding -- <my command>");
return 1;
}
auto bgBeat = BackgroundClientBeat(AbsolutePath(fconf.global.dbPath));
foreach (host; RemoteHostCache.make(fconf.global.dbPath, fconf.global.cluster).bestSelectRange) {
logger.info("Connecting to ", host);
// to ensure connecting to is at the top of e.g. logfiles when the user run
// distcmd env > log.txt
stdout.flush;
return executeOnHost(ExecuteOnHostConf(fconf.global.workDir, fconf.global.command,
fconf.global.importEnv, fconf.global.cloneEnv, fconf.global.noImportEnv), host);
}
logger.error("No remote host online from the available ",
fconf.global.cluster).collectException;
return 1;
}
// #SPC-fast_env_startup
int cli(Config fconf, Config.LocalRun conf) {
import core.time : dur;
import std.datetime : Clock;
import std.file : exists;
import std.process : PConfig = Config, Redirect, userShell, thisProcessID;
import std.stdio : File, stdin, stdout, stderr;
import std.utf : toUTF8;
import proc;
import sumtype;
import my.timer : makeTimers, makeInterval;
import distssh.protocol;
static struct LocalRunConf {
import core.sys.posix.termios;
string[string] env;
string[] cmd;
Path workdir;
termios mode;
}
static string[string] readEnvFromStdin(ProtocolEnv src) {
string[string] rval;
foreach (kv; src) {
rval[kv.key] = kv.value;
}
return rval;
}
static string[string] readEnvFromFile(const Config fconf) {
string[string] rval;
foreach (kv; readEnv(fconf.global.importEnv.get.Path)) {
rval[kv.key] = kv.value;
}
return rval;
}
try {
auto pread = PipeReader(stdin.fileno);
auto localConf = () {
LocalRunConf conf;
conf.cmd = fconf.global.command.get;
conf.workdir = fconf.global.workDir.get.Path;
// guard against an error occuring when transfering the data such
// that ConfDone is trashed.
const timeout = Clock.currTime + 5.dur!"minutes";
bool running = fconf.global.stdinMsgPackEnv.get;
while (running && Clock.currTime < timeout) {
pread.update;
pread.unpack().match!((None x) {}, (ConfDone x) {
running = false;
}, (ProtocolEnv x) { conf.env = readEnvFromStdin(x); }, (HeartBeat x) {
}, (Command x) { conf.cmd = x.value; }, (Workdir x) {
conf.workdir = x.value.Path;
}, (Key x) {}, (TerminalCapability x) { conf.mode = x.value; });
}
if (!fconf.global.stdinMsgPackEnv) {
conf.env = readEnvFromFile(fconf);
}
return conf;
}();
auto res = () {
if (conf.useFakeTerminal) {
import core.sys.posix.termios : tcsetattr, TCSAFLUSH;
auto p = ttyProcess([userShell] ~ shellSwitch(userShell) ~ [
localConf.cmd.joiner(" ").toUTF8
], localConf.env, PConfig.none, localConf.workdir).sandbox.scopeKill;
tcsetattr(p.stdin.file.fileno, TCSAFLUSH, &localConf.mode);
return p;
}
return pipeShell(localConf.cmd.joiner(" ").toUTF8,
Redirect.stdin | Redirect.stdout | Redirect.stderr,
localConf.env, PConfig.none, localConf.workdir).sandbox.scopeKill;
}();
import core.sys.posix.unistd : getppid;
const parent_pid = getppid;
bool loop_running = true;
auto timers = makeTimers;
makeInterval(timers, () {
// detect ctrl+c on the client side
if (getppid != parent_pid) {
loop_running = false;
}
return 500.dur!"msecs";
}, 50.dur!"msecs");
ubyte[4096] buf;
bool pipeOutputToUser() @trusted {
// guard against an error occuring when writing to the users
// stdout.
const timeout = Clock.currTime + 5.dur!"minutes";
bool hasWritten;
{
bool doFlush;
while (res.stdout.hasPendingData && Clock.currTime < timeout) {
auto r = res.stdout.read(buf[]);
stdout.rawWrite(r);
hasWritten = true;
doFlush = true;
}
if (doFlush) {
stdout.flush;
}
}
{
bool doFlush;
while (res.stderr.hasPendingData && Clock.currTime < timeout) {
auto r = res.stderr.read(buf[]);
stderr.rawWrite(r);
hasWritten = true;
doFlush = true;
}
if (doFlush) {
stderr.flush;
}
}
return hasWritten;
}
scope (exit)
pipeOutputToUser;
makeInterval(timers, () @safe {
if (pipeOutputToUser) {
return 10.dur!"msecs";
}
// slower if not much is happening
return 100.dur!"msecs";
}, 25.dur!"msecs");
// a dummy event that ensure that it tick each 50 msec.
makeInterval(timers, () => 50.dur!"msecs", 50.dur!"msecs");
int exit_status = 1;
auto wd = HeartBeatMonitor(fconf.global.timeout * 2);
while (!wd.isTimeout && loop_running) {
pread.update;
try {
if (res.tryWait) {
exit_status = res.status;
loop_running = false;
}
pread.unpack().match!((None x) {}, (ConfDone x) {}, (ProtocolEnv x) {
}, (HeartBeat x) { wd.beat; }, (Command x) {}, (Workdir x) {}, (Key x) {
auto data = x.value;
while (!data.empty) {
auto written = res.stdin.write(x.value);
if (written.empty) {
// closed so break.
break;
}
data = data[written.length .. $];
}
}, (TerminalCapability x) {});
} catch (Exception e) {
}
timers.tick(25.dur!"msecs");
}
return exit_status;
} catch (Exception e) {
() @trusted { logger.trace(e).collectException; }();
logger.error(e.msg).collectException;
}
return 1;
}
int cli(const Config fconf, Config.Install conf, void delegate(string src, string dst) symlink) nothrow {
import std.path : buildPath;
import std.file : exists, remove;
void replace(string src, string dst) {
if (exists(dst))
remove(dst);
symlink(src, dst);
}
try {
replace(fconf.global.selfBinary.get, buildPath(fconf.global.selfDir.get, distShell));
replace(fconf.global.selfBinary.get, buildPath(fconf.global.selfDir.get, distCmd));
return 0;
} catch (Exception e) {
logger.error(e.msg).collectException;
}
return 1;
}
// #SPC-measure_remote_hosts
int cli(const Config fconf, Config.MeasureHosts conf) nothrow {
import std.algorithm : sort;
import std.conv : to;
import std.stdio : writefln, writeln;
import distssh.table;
import distssh.connection;
writeln("Host is overloaded if Load is >1").collectException;
auto tbl = Table!5(["Host", "Load", "Access Time", "Updated", "Multiplex"]);
void addRow(HostLoad a) nothrow {
static string toInternal(Duration d) {
import std.format : format;
int seconds;
short msecs;
d.split!("seconds", "msecs")(seconds, msecs);
if (seconds == 0)
return format("%sms", msecs);
else
return format("%ss %sms", seconds, msecs);
}
string[5] row;
try {
row[0] = a.host;
row[1] = a.load.loadAvg.to!string;
row[2] = toInternal(a.load.accessTime);
row[3] = a.updated.toLocalTime.to!string;
row[4] = makeMaster(a.host).isAlive ? "yes" : "no";
tbl.put(row);
} catch (Exception e) {
logger.trace(e.msg).collectException;
}
}
auto hosts = RemoteHostCache.make(fconf.global.dbPath, fconf.global.cluster);
foreach (a; hosts.onlineRange.sort!((a, b) => a.load < b.load)) {
addRow(a);
}
auto unused = hosts.unusedRange;
if (!unused.empty) {
tbl.put(["-", "-", "-", "-", "-"]).collectException;
foreach (a; unused) {
addRow(a);
}
}
try {
writeln(tbl);
} catch (Exception e) {
logger.error(e.msg).collectException;
}
return 0;
}
/** Print the load of localhost.
*
* #SPC-measure_local_load
*/
int cli(WriterT)(Config.LocalLoad conf, scope WriterT writer) {
import std.ascii : newline;
import std.conv : to;
import std.parallelism : totalCPUs;
import distssh.libc : getloadavg;
try {
double[3] loadavg;
int samples = getloadavg(&loadavg[0], 3);
if (samples == -1 || samples == 0)
loadavg[0] = totalCPUs > 0 ? totalCPUs : 1;
double cores = totalCPUs;
// make sure the loadavg is on a new line because the last line parsed is expected to contain the loadavg.
writer(newline);
if (cores > 0)
writer((loadavg[0] / cores).to!string);
else
writer(loadavg[0].to!string);
} catch (Exception e) {
logger.trace(e.msg).collectException;
return -1;
}
return 0;
}
int cli(Config fconf, Config.RunOnAll conf) nothrow {
import std.algorithm : sort;
import std.stdio : writefln, writeln, stdout;
auto hosts = RemoteHostCache.make(fconf.global.dbPath, fconf.global.cluster);
writefln("Hosts (%s): %(%s|%)", globalEnvHostKey, hosts.allRange.map!(a => a.host))
.collectException;
bool exit_status = true;
foreach (a; hosts.allRange
.filter!(a => !a.load.unknown)
.map!(a => a.host)) {
stdout.writefln("Connecting to %s", a).collectException;
try {
// #SPC-flush_buffers
stdout.flush;
} catch (Exception e) {
}
auto status = executeOnHost(ExecuteOnHostConf(fconf.global.workDir, fconf.global.command,
fconf.global.importEnv, fconf.global.cloneEnv, fconf.global.noImportEnv), a);
if (status != 0) {
writeln("Failed, error code: ", status).collectException;
exit_status = false;
}
stdout.writefln("Connection to %s closed.", a).collectException;
}
return exit_status ? 0 : 1;
}
// #SPC-shell_current_dir
int cli(const Config fconf, Config.LocalShell conf) {
import std.file : exists;
import std.process : spawnProcess, wait, userShell, Config, Pid;
try {
auto pid = () {
if (exists(fconf.global.workDir.get))
return spawnProcess([userShell], null, Config.none, fconf.global.workDir.get);
return spawnProcess([userShell]);
}();
return pid.wait;
} catch (Exception e) {
logger.error(e.msg).collectException;
return 1;
}
}
// #SPC-modify_env
int cli(const Config fconf, Config.Env conf) {
import std.algorithm : map, filter;
import std.array : assocArray, array;
import std.stdio : writeln, writefln;
import std.string : split;
import std.typecons : tuple;
import distssh.protocol : ProtocolEnv, EnvVariable;
if (conf.exportEnv) {
try {
writeEnv(fconf.global.importEnv.get, cloneEnv);
logger.info("Exported environment to ", fconf.global.importEnv.get);
} catch (Exception e) {
logger.error(e.msg).collectException;
return 1;
}
return 0;
}
string[string] set_envs;
try {
set_envs = conf.envSet
.map!(a => a.split('='))
.filter!(a => !a.empty)
.map!(a => tuple(a[0], a[1]))
.assocArray;
} catch (Exception e) {
writeln("Unable to parse supplied envs to modify: ", e.msg).collectException;
return 1;
}
try {
auto env = readEnv(fconf.global.importEnv.get.Path).map!(a => tuple(a.key,
a.value)).assocArray;
foreach (k; conf.envDel.filter!(a => a in env)) {
writeln("Removing ", k);
env.remove(k);
}
foreach (kv; set_envs.byKeyValue) {
if (kv.key in env)
writefln("Setting %s=%s", kv.key, kv.value);
else
writefln("Adding %s=%s", kv.key, kv.value);
env[kv.key] = kv.value;
}
if (conf.print) {
foreach (const kv; env.byKeyValue)
writefln(`%s="%s"`, kv.key, kv.value);
}
writeEnv(fconf.global.importEnv.get,
ProtocolEnv(env.byKeyValue.map!(a => EnvVariable(a.key, a.value)).array));
} catch (Exception e) {
logger.error(e.msg).collectException;
return 1;
}
return 0;
}
@("shall export the environment")
@Serial unittest {
import std.conv : to;
import std.file;
import std.process : environment;
import std.variant : tryVisit;
// arrange
immutable remove_me = "remove_me.export".Path;
scope (exit)
remove(remove_me);
auto opts = parseUserArgs(["distssh", "env", "-e", "--env-file", remove_me]);
auto envConf = opts.data.tryVisit!((Config.Env a) => a, () => Config.Env.init);
const env_key = "DISTSSH_ENV_TEST";
environment[env_key] = env_key ~ remove_me;
scope (exit)
environment.remove(env_key);
// shall export the environment to the file
void verify1() {
// test normal export
cli(opts, envConf);
auto env = readEnv(remove_me);
assert(!env.filter!(a => a.key == env_key).empty, env.to!string);
}
verify1;
// shall filter out specified env before exporting to the file
environment[globalEnvFilterKey] = "DISTSSH_ENV_TEST;junk ";
scope (exit)
environment.remove(globalEnvFilterKey);
void verify2() {
cli(opts, envConf);
auto env = readEnv(remove_me);
assert(env.filter!(a => a.key == env_key).empty, env.to!string);
}
verify2;
}
@("shall create symlinks to self")
@Serial unittest {
string[2][] symlinks;
void fakeSymlink(string src, string dst) {
string[2] v = [src, dst];
symlinks ~= v;
}
Config conf;
conf.global.selfBinary = typeof(conf.global.selfBinary)("/foo/src");
conf.global.selfDir = typeof(conf.global.selfDir)("/bar");
cli(conf, Config.Install.init, &fakeSymlink);
assert(symlinks[0] == ["/foo/src", "/bar/distshell"]);
assert(symlinks[1] == ["/foo/src", "/bar/distcmd"]);
}
@("shall modify the exported env by adding, removing and modifying")
@Serial unittest {
import std.array;
import std.file;
import std.process : environment;
import std.stdio;
import std.typecons : tuple;
import std.variant : tryVisit;
// arrange
immutable remove_me = "remove_me.export".Path;
scope (exit)
remove(remove_me);
environment["FOO_DEL"] = "del me";
environment["FOO_MOD"] = "mod me";
scope (exit) {
environment.remove("FOO_DEL");
environment.remove("FOO_MOD");
environment.remove("FOO_ADD");
}
auto conf = parseUserArgs(["distssh", "env", "-e", "--env-file", remove_me]);
auto envConf = conf.data.tryVisit!((Config.Env a) => a, () => Config.Env.init);
cli(conf, envConf);
// act
conf = parseUserArgs([
"distssh", "env", "-d", "FOO_DEL", "-s", "FOO_MOD=42", "--set",
"FOO_ADD=42", "--env-file", remove_me
]);
envConf = conf.data.tryVisit!((Config.Env a) => a, () => Config.Env.init);
cli(conf, envConf);
// assert
auto env = readEnv(remove_me).map!(a => tuple(a.key, a.value)).assocArray;
assert(env["FOO_MOD"] == "42");
assert(env["FOO_ADD"] == "42");
assert("FOO_DEL" !in env);
}
@("shall print the load of the localhost")
@Serial unittest {
string load;
auto exit_status = cli(Config.LocalLoad.init, (string s) => load = s);
assert(exit_status == 0);
assert(load.length > 0, load);
}
void writeEnv(string filename, from.distssh.protocol.ProtocolEnv env) {
import core.sys.posix.sys.stat : fchmod, S_IRUSR, S_IWUSR;
import std.stdio : File;
import distssh.protocol : Serialize;
auto fout = File(filename, "w");
fchmod(fout.fileno, S_IRUSR | S_IWUSR);
auto ser = Serialize!(void delegate(const(ubyte)[]) @safe)((const(ubyte)[] a) => fout.rawWrite(
a));
ser.pack(env);
}
| D |
# FIXED
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/src/csl_rtc.c
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/csl_rtc.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/csl_error.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/csl_types.h
csl_rtc.obj: C:/ti/bios_5_42_02_10/packages/ti/bios/include/tistdtypes.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/soc.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/csl_general.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_cpu.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_sysctrl.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_i2c.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_i2s.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_emif.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_uart.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_spi.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_mmcsd.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_lcdc.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_rtc.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_dma.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_sar.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_usb.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_gpio.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_tim.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_wdt.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_idle.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_ldo.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_mcbsp.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_mcspi.h
csl_rtc.obj: C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_uhpi.h
C:/ti/c55_lp/c55_csl_3.08.01/src/csl_rtc.c:
C:/ti/c55_lp/c55_csl_3.08.01/inc/csl_rtc.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/csl_error.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/csl_types.h:
C:/ti/bios_5_42_02_10/packages/ti/bios/include/tistdtypes.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/soc.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/csl_general.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_cpu.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_sysctrl.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_i2c.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_i2s.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_emif.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_uart.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_spi.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_mmcsd.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_lcdc.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_rtc.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_dma.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_sar.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_usb.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_gpio.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_tim.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_wdt.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_idle.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_ldo.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_mcbsp.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_mcspi.h:
C:/ti/c55_lp/c55_csl_3.08.01/inc/cslr_uhpi.h:
| D |
//***************************
// Stonegolem Prototype
//***************************
PROTOTYPE Mst_Default_StoneGolem(C_Npc)
{
//----- Monster ----
name = "Kamienny golem";
guild = GIL_STONEGOLEM;
aivar[AIV_MM_REAL_ID] = ID_STONEGOLEM;
level = 25;
//----- Attribute ----
attribute [ATR_STRENGTH] = 125;
attribute [ATR_DEXTERITY] = 125;
attribute [ATR_HITPOINTS_MAX] = 250;
attribute [ATR_HITPOINTS] = 250;
attribute [ATR_MANA_MAX] = 100;
attribute [ATR_MANA] = 100;
//----- Protections ---- FIX UCIECZKA 1.1 - nie moze byc IMMUNE, bo wtedy sie nie wyzwala funkcja OnDmg
protection [PROT_BLUNT] = 100;
protection [PROT_EDGE] = 100;
protection [PROT_POINT] = 100;
protection [PROT_FIRE] = 100;
protection [PROT_FLY] = 100;
protection [PROT_MAGIC] = 100;
//---- Damage Types ----
damagetype = DAM_FLY;
// damage [DAM_INDEX_BLUNT] = 0;
// damage [DAM_INDEX_EDGE] = 0;
// damage [DAM_INDEX_POINT] = 0;
// damage [DAM_INDEX_FIRE] = 0;
// damage [DAM_INDEX_FLY] = 0;
// damage [DAM_INDEX_MAGIC] = 0;
//----- Kampf-Taktik ----
fight_tactic = FAI_STONEGOLEM;
//----- Senses & Ranges ----
senses = SENSE_HEAR | SENSE_SEE | SENSE_SMELL;
senses_range = PERC_DIST_MONSTER_ACTIVE_MAX;
aivar[AIV_MM_FollowTime] = FOLLOWTIME_MEDIUM;
aivar[AIV_MM_FollowInWater] = TRUE;
//----- Daily Routine ----
start_aistate = ZS_MM_AllScheduler;
aivar[AIV_MM_RestStart] = OnlyRoutine;
};
//-------------------------------------------------------------
func void B_SetVisuals_StoneGolem()
{
Mdl_SetVisual (self, "Golem.mds");
// Body-Mesh Body-Tex Skin-Color Head-MMS Head-Tex Teeth-Tex ARMOR
Mdl_SetVisualBody (self, "Gol_Body", DEFAULT, DEFAULT, "", DEFAULT, DEFAULT, -1);
};
//******************
// Stone Golem
//******************
INSTANCE StoneGolem (Mst_Default_StoneGolem)
{
B_SetVisuals_StoneGolem();
Npc_SetToFistMode (self);
};
INSTANCE StoneGolem_Weak (Mst_Default_StoneGolem)
{
name = "Ma³y kamienny golem";
attribute [ATR_STRENGTH] = 110;
attribute [ATR_DEXTERITY] = 110;
attribute [ATR_HITPOINTS_MAX] = 200;
attribute [ATR_HITPOINTS] = 200;
attribute [ATR_MANA_MAX] = 100;
attribute [ATR_MANA] = 100;
protection [PROT_BLUNT] = 80;
protection [PROT_EDGE] = 80;
protection [PROT_POINT] = 80;
protection [PROT_FIRE] = 80;
protection [PROT_FLY] = 80;
protection [PROT_MAGIC] = 80;
B_SetVisuals_StoneGolem();
Mdl_SetModelScale(self, 0.85, 0.85, 0.85);
Npc_SetToFistMode (self);
};
//******************
// Summoned Golem
//******************
INSTANCE Summoned_Golem (Mst_Default_StoneGolem)
{
name = "Przyzwany golem";
guild = GIL_SUMMONED_GOLEM;
aivar[AIV_MM_REAL_ID] = ID_SUMMONED_GOLEM;
level = 0;
aivar[AIV_PARTYMEMBER] = TRUE;
B_SetAttitude (self, ATT_FRIENDLY);
start_aistate = ZS_MM_Rtn_Summoned;
B_SetVisuals_StoneGolem();
Npc_SetToFistMode (self);
};
//###########################
//##
//## Shattered Golem
//##
//###########################
//**************
//ZS_GolemDown
//**************
func void ZS_GolemDown ()
{
self.senses = SENSE_SMELL ;
self.senses_range = 2000;
Npc_SetPercTime (self, 1);
Npc_PercEnable (self, PERC_ASSESSPLAYER , B_GolemRise );
self.aivar[AIV_TAPOSITION] = NOTINPOS;
};
func int ZS_GolemDown_LOOP ()
{
if (self.aivar[AIV_TAPOSITION] == NOTINPOS)
{
AI_PlayAni (self,"T_DEAD");
self.aivar[AIV_TAPOSITION] = ISINPOS;
};
return LOOP_CONTINUE;
};
func void ZS_GolemDown_END()
{
};
func void B_GolemRise ()
{
if (Npc_GetDistToNpc (self,hero) <= 700)
&& (Mob_HasItems ("NW_GOLEMCHEST",ItSe_GolemChest_Mis) == 0)
{
AI_PlayAni (self,"T_RISE");
self.NoFocus = FALSE;
self.name = "Steingolem";
self.flags = 0;
AI_StartState (self, ZS_MM_Attack, 0, "");
self.bodyStateInterruptableOverride = FALSE;
self.start_aistate = ZS_MM_AllScheduler;
self.aivar[AIV_MM_RestStart] = OnlyRoutine;
};
};
//************************************************************************************
// Shattered_Golem ->liegt am Boden und setzt sich bei Annäherung des Hero zusammen
//************************************************************************************
INSTANCE Shattered_Golem (Mst_Default_StoneGolem)
{
name = "";
guild = GIL_STONEGOLEM;
aivar[AIV_MM_REAL_ID] = ID_STONEGOLEM;
level = 18;
NoFocus = TRUE;
flags = NPC_FLAG_IMMORTAL;
bodyStateInterruptableOverride = TRUE;
B_SetVisuals_StoneGolem();
Npc_SetToFistMode (self);
start_aistate = ZS_GolemDown;
aivar[AIV_MM_RestStart] = OnlyRoutine;
};
//##################################################
//##
//## Magischer Golem für Prüfung des Feuers
//##
//##################################################
INSTANCE MagicGolem (Mst_Default_StoneGolem)
{
name = "Magiczny golem";
//Level
level = 10;
//----- Protections ----
protection [PROT_BLUNT] = IMMUNE;
protection [PROT_EDGE] = IMMUNE;
protection [PROT_POINT] = IMMUNE;
protection [PROT_FIRE] = IMMUNE;
protection [PROT_FLY] = IMMUNE;
protection [PROT_MAGIC] = IMMUNE;
B_SetVisuals_StoneGolem();
Npc_SetToFistMode (self);
};
| D |
/******************************************************************************
Test reading a channel with empty buckets inside
Copyright: (c) 2016 Sociomantic Labs. All rights reserved.
******************************************************************************/
module test.versioning.cases.TestEmptyBuckets;
import test.versioning.DlsVersioningCase;
import ocean.core.array.Search;
import ocean.transition;
/******************************************************************************
Test if the iteration through the channel works even if some of the buckets
are empty.
*******************************************************************************/
class GetAllEmptyBuckets: DlsVersioningCase
{
this ( )
{
this.test_channel = "empty-bucket";
}
override public Description description ( )
{
Description desc;
desc.priority = 100;
desc.name = "GetAll over the channel which includes empty buckets";
return desc;
}
public override void run ( )
{
// Do a GetAll to retrieve them all
auto fetched = this.dls.getAll(this.test_channel);
// Confirm the results (for this test, just the count would do fine)
test!("==")(fetched.length, 8);
}
}
| D |
/*******************************************************************************
Custom exception types which can be thrown inside a dht client.
Copyright:
Copyright (c) 2011-2017 sociomantic labs GmbH. All rights reserved.
License:
Boost Software License Version 1.0. See LICENSE.txt for details.
*******************************************************************************/
module dhtproto.client.legacy.internal.DhtClientExceptions;
/*******************************************************************************
Imports
*******************************************************************************/
import swarm.client.ClientExceptions;
/*******************************************************************************
Exception passed to user notifier when a request is assigned to the client
before the node's API version is known (i.e. before the handshake has been
performed) or when the API is known but does not match the client's.
*******************************************************************************/
public class VersionException : ClientException
{
public this ( )
{
super("Node API version not queried or mismatched " ~
"-- handshake probably not completed");
}
}
/*******************************************************************************
Exception passed to user notifier when the handshake reports multiple nodes
which cover the same hash range.
*******************************************************************************/
public class NodeOverlapException : ClientException
{
public this ( )
{
super("Multiple nodes responsible for key");
}
}
/*******************************************************************************
Exception passed to user notifier when the filter string passed by the user
(to a bulk request which supports filtering) is empty.
*******************************************************************************/
public class NullFilterException : ClientException
{
public this ( )
{
super("Filter not set");
}
}
/*******************************************************************************
Exception thrown when attempting to modify the node registry (via the
addNode() or addNodes() methods of DhtClient) when it has already been
locked. Locking occurs after the handshake is executed.
*******************************************************************************/
public class RegistryLockedException : ClientException
{
public this ( )
{
super("Node registry is locked");
}
}
| D |
/Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevNetwork.build/Core/APIClient.swift.o : /Users/abuzeid/workspace/DevPods/DevNetwork/Core/Page.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/Pageable.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/RequestBuilder.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/NetworkError.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/APIClient.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Rx/RxAPIClient.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Combine/CombineHTTPClient.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/Reachiblity.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Network.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/mach-o/dyld.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevTag.build/module.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevNetwork.build/module.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevPlayer.build/module.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevExtensions.build/module.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevComponents.build/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Network.framework/Headers/Network.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
/Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevNetwork.build/Core/APIClient~partial.swiftmodule : /Users/abuzeid/workspace/DevPods/DevNetwork/Core/Page.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/Pageable.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/RequestBuilder.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/NetworkError.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/APIClient.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Rx/RxAPIClient.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Combine/CombineHTTPClient.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/Reachiblity.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Network.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/mach-o/dyld.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevTag.build/module.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevNetwork.build/module.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevPlayer.build/module.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevExtensions.build/module.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevComponents.build/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Network.framework/Headers/Network.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
/Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevNetwork.build/Core/APIClient~partial.swiftdoc : /Users/abuzeid/workspace/DevPods/DevNetwork/Core/Page.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/Pageable.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/RequestBuilder.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/NetworkError.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/APIClient.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Rx/RxAPIClient.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Combine/CombineHTTPClient.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/Reachiblity.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Network.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/mach-o/dyld.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevTag.build/module.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevNetwork.build/module.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevPlayer.build/module.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevExtensions.build/module.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevComponents.build/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Network.framework/Headers/Network.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
/Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevNetwork.build/Core/APIClient~partial.swiftsourceinfo : /Users/abuzeid/workspace/DevPods/DevNetwork/Core/Page.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/Pageable.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/RequestBuilder.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/NetworkError.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/APIClient.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Rx/RxAPIClient.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Combine/CombineHTTPClient.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/Reachiblity.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Network.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/mach-o/dyld.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevTag.build/module.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevNetwork.build/module.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevPlayer.build/module.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevExtensions.build/module.modulemap /Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevComponents.build/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Network.framework/Headers/Network.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
| D |
/Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/DerivedData/Samples/Build/Intermediates.noindex/Samples.build/Debug-iphoneos/Samples.build/Objects-normal/arm64/Protocols.o : /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LRU.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LeetCode/ProjectionArea.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/MoveZerosToEnd.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/BinaryTree.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/AppDelegate.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LeetCode/DecodedString.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/BinarySearch.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/Fibonacci.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LeetCode/CapGemini.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/HexaDecimal.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/ZeroSum.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/KVO/Configuration.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/KVO/ConfigurationManager.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/KVO/TimerViewController.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/DefaultViewController.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/KVO/NavigateToTimer.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LeetCode/ReachableNodes.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/Protocols.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LeetCode/TwoSums.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LeetCode/Boats.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/Theory.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/SwiftOnoneSupport.swiftmodule /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Samples-Bridging-Header.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
/Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/DerivedData/Samples/Build/Intermediates.noindex/Samples.build/Debug-iphoneos/Samples.build/Objects-normal/arm64/Protocols~partial.swiftmodule : /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LRU.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LeetCode/ProjectionArea.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/MoveZerosToEnd.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/BinaryTree.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/AppDelegate.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LeetCode/DecodedString.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/BinarySearch.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/Fibonacci.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LeetCode/CapGemini.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/HexaDecimal.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/ZeroSum.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/KVO/Configuration.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/KVO/ConfigurationManager.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/KVO/TimerViewController.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/DefaultViewController.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/KVO/NavigateToTimer.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LeetCode/ReachableNodes.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/Protocols.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LeetCode/TwoSums.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LeetCode/Boats.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/Theory.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/SwiftOnoneSupport.swiftmodule /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Samples-Bridging-Header.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
/Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/DerivedData/Samples/Build/Intermediates.noindex/Samples.build/Debug-iphoneos/Samples.build/Objects-normal/arm64/Protocols~partial.swiftdoc : /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LRU.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LeetCode/ProjectionArea.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/MoveZerosToEnd.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/BinaryTree.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/AppDelegate.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LeetCode/DecodedString.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/BinarySearch.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/Fibonacci.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LeetCode/CapGemini.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/HexaDecimal.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/ZeroSum.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/KVO/Configuration.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/KVO/ConfigurationManager.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/KVO/TimerViewController.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/DefaultViewController.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/KVO/NavigateToTimer.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LeetCode/ReachableNodes.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/Protocols.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LeetCode/TwoSums.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/LeetCode/Boats.swift /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Examples/Theory.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/SwiftOnoneSupport.swiftmodule /Users/kushalashok/Documents/Kushal/Personal/Interviews/XcodePractice/Swift/Samples/Samples-Bridging-Header.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
| D |
// Written in the D programming language.
/**
* Elementary mathematical functions
*
* Contains the elementary mathematical functions (powers, roots,
* and trigonometric functions), and low-level floating-point operations.
* Mathematical special functions are available in std.mathspecial.
*
* The functionality closely follows the IEEE754-2008 standard for
* floating-point arithmetic, including the use of camelCase names rather
* than C99-style lower case names. All of these functions behave correctly
* when presented with an infinity or NaN.
*
* The following IEEE 'real' formats are currently supported:
* $(UL
* $(LI 64 bit Big-endian 'double' (eg PowerPC))
* $(LI 128 bit Big-endian 'quadruple' (eg SPARC))
* $(LI 64 bit Little-endian 'double' (eg x86-SSE2))
* $(LI 80 bit Little-endian, with implied bit 'real80' (eg x87, Itanium))
* $(LI 128 bit Little-endian 'quadruple' (not implemented on any known processor!))
* $(LI Non-IEEE 128 bit Big-endian 'doubledouble' (eg PowerPC) has partial support)
* )
* Unlike C, there is no global 'errno' variable. Consequently, almost all of
* these functions are pure nothrow.
*
* Status:
* The semantics and names of feqrel and approxEqual will be revised.
*
* Macros:
* WIKI = Phobos/StdMath
*
* TABLE_SV = <table border=1 cellpadding=4 cellspacing=0>
* <caption>Special Values</caption>
* $0</table>
* SVH = $(TR $(TH $1) $(TH $2))
* SV = $(TR $(TD $1) $(TD $2))
*
* NAN = $(RED NAN)
* SUP = <span style="vertical-align:super;font-size:smaller">$0</span>
* GAMMA = Γ
* THETA = θ
* INTEGRAL = ∫
* INTEGRATE = $(BIG ∫<sub>$(SMALL $1)</sub><sup>$2</sup>)
* POWER = $1<sup>$2</sup>
* SUB = $1<sub>$2</sub>
* BIGSUM = $(BIG Σ <sup>$2</sup><sub>$(SMALL $1)</sub>)
* CHOOSE = $(BIG () <sup>$(SMALL $1)</sup><sub>$(SMALL $2)</sub> $(BIG ))
* PLUSMN = ±
* INFIN = ∞
* PLUSMNINF = ±∞
* PI = π
* LT = <
* GT = >
* SQRT = √
* HALF = ½
*
* Copyright: Copyright Digital Mars 2000 - 2011.
* D implementations of tan, atan, atan2, exp, expm1, exp2, log, log10, log1p,
* log2, floor, ceil and lrint functions are based on the CEPHES math library,
* which is Copyright (C) 2001 Stephen L. Moshier <steve@moshier.net>
* and are incorporated herein by permission of the author. The author
* reserves the right to distribute this material elsewhere under different
* copying permissions. These modifications are distributed here under
* the following terms:
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: $(WEB digitalmars.com, Walter Bright), Don Clugston,
* Conversion of CEPHES math library to D by Iain Buclaw
* Source: $(PHOBOSSRC std/_math.d)
*/
module std.math;
version (Win64)
{
version (D_InlineAsm_X86_64)
version = Win64_DMD_InlineAsm;
}
import core.stdc.math;
import std.traits;
version(LDC)
{
import ldc.intrinsics;
}
version(DigitalMars)
{
version = INLINE_YL2X; // x87 has opcodes for these
}
version (X86)
{
version = X86_Any;
}
version (X86_64)
{
version = X86_Any;
}
version(D_InlineAsm_X86)
{
version = InlineAsm_X86_Any;
}
else version(D_InlineAsm_X86_64)
{
version = InlineAsm_X86_Any;
}
version(unittest)
{
import core.stdc.stdio;
static if(real.sizeof > double.sizeof)
enum uint useDigits = 16;
else
enum uint useDigits = 15;
/******************************************
* Compare floating point numbers to n decimal digits of precision.
* Returns:
* 1 match
* 0 nomatch
*/
private bool equalsDigit(real x, real y, uint ndigits)
{
if (signbit(x) != signbit(y))
return 0;
if (isinf(x) && isinf(y))
return 1;
if (isinf(x) || isinf(y))
return 0;
if (isnan(x) && isnan(y))
return 1;
if (isnan(x) || isnan(y))
return 0;
char[30] bufx;
char[30] bufy;
assert(ndigits < bufx.length);
int ix;
int iy;
version(Win64)
alias double real_t;
else
alias real real_t;
ix = sprintf(bufx.ptr, "%.*Lg", ndigits, cast(real_t) x);
iy = sprintf(bufy.ptr, "%.*Lg", ndigits, cast(real_t) y);
assert(ix < bufx.length && ix > 0);
assert(ix < bufy.length && ix > 0);
return bufx[0 .. ix] == bufy[0 .. iy];
}
}
private:
// The following IEEE 'real' formats are currently supported.
version(LittleEndian)
{
static assert(real.mant_dig == 53 || real.mant_dig == 64
|| real.mant_dig == 113,
"Only 64-bit, 80-bit, and 128-bit reals"~
" are supported for LittleEndian CPUs");
}
else
{
static assert(real.mant_dig == 53 || real.mant_dig == 106
|| real.mant_dig == 113,
"Only 64-bit and 128-bit reals are supported for BigEndian CPUs."~
" double-double reals have partial support");
}
// Underlying format exposed through floatTraits
enum RealFormat
{
ieeeHalf,
ieeeSingle,
ieeeDouble,
ieeeExtended, // x87 80-bit real
ieeeExtended53, // x87 real rounded to precision of double.
ibmExtended, // IBM 128-bit extended
ieeeQuadruple,
}
// Constants used for extracting the components of the representation.
// They supplement the built-in floating point properties.
template floatTraits(T)
{
// EXPMASK is a ushort mask to select the exponent portion (without sign)
// EXPPOS_SHORT is the index of the exponent when represented as a ushort array.
// SIGNPOS_BYTE is the index of the sign when represented as a ubyte array.
// RECIP_EPSILON is the value such that (smallest_subnormal) * RECIP_EPSILON == T.min_normal
enum T RECIP_EPSILON = (1/T.epsilon);
static if (T.mant_dig == 24)
{
// Single precision float
enum ushort EXPMASK = 0x7F80;
enum ushort EXPBIAS = 0x3F00;
enum uint EXPMASK_INT = 0x7F80_0000;
enum uint MANTISSAMASK_INT = 0x007F_FFFF;
enum realFormat = RealFormat.ieeeSingle;
version(LittleEndian)
{
enum EXPPOS_SHORT = 1;
enum SIGNPOS_BYTE = 3;
}
else
{
enum EXPPOS_SHORT = 0;
enum SIGNPOS_BYTE = 0;
}
}
else static if (T.mant_dig == 53)
{
static if (T.sizeof == 8)
{
// Double precision float, or real == double
enum ushort EXPMASK = 0x7FF0;
enum ushort EXPBIAS = 0x3FE0;
enum uint EXPMASK_INT = 0x7FF0_0000;
enum uint MANTISSAMASK_INT = 0x000F_FFFF; // for the MSB only
enum realFormat = RealFormat.ieeeDouble;
version(LittleEndian)
{
enum EXPPOS_SHORT = 3;
enum SIGNPOS_BYTE = 7;
}
else
{
enum EXPPOS_SHORT = 0;
enum SIGNPOS_BYTE = 0;
}
}
else static if (T.sizeof == 12)
{
// Intel extended real80 rounded to double
enum ushort EXPMASK = 0x7FFF;
enum ushort EXPBIAS = 0x3FFE;
enum realFormat = RealFormat.ieeeExtended53;
version(LittleEndian)
{
enum EXPPOS_SHORT = 4;
enum SIGNPOS_BYTE = 9;
}
else
{
enum EXPPOS_SHORT = 0;
enum SIGNPOS_BYTE = 0;
}
}
else
static assert(false, "No traits support for " ~ T.stringof);
}
else static if (T.mant_dig == 64)
{
// Intel extended real80
enum ushort EXPMASK = 0x7FFF;
enum ushort EXPBIAS = 0x3FFE;
enum realFormat = RealFormat.ieeeExtended;
version(LittleEndian)
{
enum EXPPOS_SHORT = 4;
enum SIGNPOS_BYTE = 9;
}
else
{
enum EXPPOS_SHORT = 0;
enum SIGNPOS_BYTE = 0;
}
}
else static if (T.mant_dig == 113)
{
// Quadruple precision float
enum ushort EXPMASK = 0x7FFF;
enum realFormat = RealFormat.ieeeQuadruple;
version(LittleEndian)
{
enum EXPPOS_SHORT = 7;
enum SIGNPOS_BYTE = 15;
}
else
{
enum EXPPOS_SHORT = 0;
enum SIGNPOS_BYTE = 0;
}
}
else static if (T.mant_dig == 106)
{
// IBM Extended doubledouble
enum ushort EXPMASK = 0x7FF0;
enum realFormat = RealFormat.ibmExtended;
// the exponent byte is not unique
version(LittleEndian)
{
enum EXPPOS_SHORT = 7; // [3] is also an exp short
enum SIGNPOS_BYTE = 15;
}
else
{
enum EXPPOS_SHORT = 0; // [4] is also an exp short
enum SIGNPOS_BYTE = 0;
}
}
else
static assert(false, "No traits support for " ~ T.stringof);
}
// These apply to all floating-point types
version(LittleEndian)
{
enum MANTISSA_LSB = 0;
enum MANTISSA_MSB = 1;
}
else
{
enum MANTISSA_LSB = 1;
enum MANTISSA_MSB = 0;
}
// Common code for math implementations.
// Helper for floor/ceil
T floorImpl(T)(T x) @trusted pure nothrow @nogc
{
alias F = floatTraits!(T);
// Take care not to trigger library calls from the compiler,
// while ensuring that we don't get defeated by some optimizers.
union floatBits
{
T rv;
ushort[T.sizeof/2] vu;
}
floatBits y = void;
y.rv = x;
// Find the exponent (power of 2)
static if (F.realFormat == RealFormat.ieeeSingle)
{
int exp = ((y.vu[F.EXPPOS_SHORT] >> 7) & 0xff) - 0x7f;
version (LittleEndian)
int pos = 0;
else
int pos = 3;
}
else static if (F.realFormat == RealFormat.ieeeDouble)
{
int exp = ((y.vu[F.EXPPOS_SHORT] >> 4) & 0x7ff) - 0x3ff;
version (LittleEndian)
int pos = 0;
else
int pos = 3;
}
else static if (F.realFormat == RealFormat.ieeeExtended)
{
int exp = (y.vu[F.EXPPOS_SHORT] & 0x7fff) - 0x3fff;
version (LittleEndian)
int pos = 0;
else
int pos = 4;
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
int exp = (y.vu[F.EXPPOS_SHORT] & 0x7fff) - 0x3fff;
version (LittleEndian)
int pos = 0;
else
int pos = 7;
}
else
static assert(false, "Not implemented for this architecture");
if (exp < 0)
{
if (x < 0.0)
return -1.0;
else
return 0.0;
}
exp = (T.mant_dig - 1) - exp;
// Zero 16 bits at a time.
while (exp >= 16)
{
version (LittleEndian)
y.vu[pos++] = 0;
else
y.vu[pos--] = 0;
exp -= 16;
}
// Clear the remaining bits.
if (exp > 0)
y.vu[pos] &= 0xffff ^ ((1 << exp) - 1);
if ((x < 0.0) && (x != y.rv))
y.rv -= 1.0;
return y.rv;
}
public:
// Values obtained from Wolfram Alpha. 116 bits ought to be enough for anybody.
// Wolfram Alpha LLC. 2011. Wolfram|Alpha. http://www.wolframalpha.com/input/?i=e+in+base+16 (access July 6, 2011).
enum real E = 0x1.5bf0a8b1457695355fb8ac404e7a8p+1L; /** e = 2.718281... */
enum real LOG2T = 0x1.a934f0979a3715fc9257edfe9b5fbp+1L; /** $(SUB log, 2)10 = 3.321928... */
enum real LOG2E = 0x1.71547652b82fe1777d0ffda0d23a8p+0L; /** $(SUB log, 2)e = 1.442695... */
enum real LOG2 = 0x1.34413509f79fef311f12b35816f92p-2L; /** $(SUB log, 10)2 = 0.301029... */
enum real LOG10E = 0x1.bcb7b1526e50e32a6ab7555f5a67cp-2L; /** $(SUB log, 10)e = 0.434294... */
enum real LN2 = 0x1.62e42fefa39ef35793c7673007e5fp-1L; /** ln 2 = 0.693147... */
enum real LN10 = 0x1.26bb1bbb5551582dd4adac5705a61p+1L; /** ln 10 = 2.302585... */
enum real PI = 0x1.921fb54442d18469898cc51701b84p+1L; /** $(_PI) = 3.141592... */
enum real PI_2 = PI/2; /** $(PI) / 2 = 1.570796... */
enum real PI_4 = PI/4; /** $(PI) / 4 = 0.785398... */
enum real M_1_PI = 0x1.45f306dc9c882a53f84eafa3ea69cp-2L; /** 1 / $(PI) = 0.318309... */
enum real M_2_PI = 2*M_1_PI; /** 2 / $(PI) = 0.636619... */
enum real M_2_SQRTPI = 0x1.20dd750429b6d11ae3a914fed7fd8p+0L; /** 2 / $(SQRT)$(PI) = 1.128379... */
enum real SQRT2 = 0x1.6a09e667f3bcc908b2fb1366ea958p+0L; /** $(SQRT)2 = 1.414213... */
enum real SQRT1_2 = SQRT2/2; /** $(SQRT)$(HALF) = 0.707106... */
// Note: Make sure the magic numbers in compiler backend for x87 match these.
/***********************************
* Calculates the absolute value
*
* For complex numbers, abs(z) = sqrt( $(POWER z.re, 2) + $(POWER z.im, 2) )
* = hypot(z.re, z.im).
*/
Num abs(Num)(Num x) @safe pure nothrow
if (is(typeof(Num.init >= 0)) && is(typeof(-Num.init)) &&
!(is(Num* : const(ifloat*)) || is(Num* : const(idouble*))
|| is(Num* : const(ireal*))))
{
static if (isFloatingPoint!(Num))
return fabs(x);
else
return x>=0 ? x : -x;
}
auto abs(Num)(Num z) @safe pure nothrow @nogc
if (is(Num* : const(cfloat*)) || is(Num* : const(cdouble*))
|| is(Num* : const(creal*)))
{
return hypot(z.re, z.im);
}
/** ditto */
real abs(Num)(Num y) @safe pure nothrow @nogc
if (is(Num* : const(ifloat*)) || is(Num* : const(idouble*))
|| is(Num* : const(ireal*)))
{
return fabs(y.im);
}
unittest
{
assert(isIdentical(abs(-0.0L), 0.0L));
assert(isNaN(abs(real.nan)));
assert(abs(-real.infinity) == real.infinity);
assert(abs(-3.2Li) == 3.2L);
assert(abs(71.6Li) == 71.6L);
assert(abs(-56) == 56);
assert(abs(2321312L) == 2321312L);
assert(abs(-1+1i) == sqrt(2.0L));
}
/***********************************
* Complex conjugate
*
* conj(x + iy) = x - iy
*
* Note that z * conj(z) = $(POWER z.re, 2) - $(POWER z.im, 2)
* is always a real number
*/
creal conj(creal z) @safe pure nothrow @nogc
{
return z.re - z.im*1i;
}
/** ditto */
ireal conj(ireal y) @safe pure nothrow @nogc
{
return -y;
}
unittest
{
assert(conj(7 + 3i) == 7-3i);
ireal z = -3.2Li;
assert(conj(z) == -z);
}
/***********************************
* Returns cosine of x. x is in radians.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH cos(x)) $(TH invalid?))
* $(TR $(TD $(NAN)) $(TD $(NAN)) $(TD yes) )
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD $(NAN)) $(TD yes) )
* )
* Bugs:
* Results are undefined if |x| >= $(POWER 2,64).
*/
real cos(real x) @safe pure nothrow @nogc; /* intrinsic */
/***********************************
* Returns sine of x. x is in radians.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH sin(x)) $(TH invalid?))
* $(TR $(TD $(NAN)) $(TD $(NAN)) $(TD yes))
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) $(TD no))
* $(TR $(TD $(PLUSMNINF)) $(TD $(NAN)) $(TD yes))
* )
* Bugs:
* Results are undefined if |x| >= $(POWER 2,64).
*/
real sin(real x) @safe pure nothrow @nogc; /* intrinsic */
/***********************************
* sine, complex and imaginary
*
* sin(z) = sin(z.re)*cosh(z.im) + cos(z.re)*sinh(z.im)i
*
* If both sin($(THETA)) and cos($(THETA)) are required,
* it is most efficient to use expi($(THETA)).
*/
creal sin(creal z) @safe pure nothrow @nogc
{
creal cs = expi(z.re);
creal csh = coshisinh(z.im);
return cs.im * csh.re + cs.re * csh.im * 1i;
}
/** ditto */
ireal sin(ireal y) @safe pure nothrow @nogc
{
return cosh(y.im)*1i;
}
unittest
{
assert(sin(0.0+0.0i) == 0.0);
assert(sin(2.0+0.0i) == sin(2.0L) );
}
/***********************************
* cosine, complex and imaginary
*
* cos(z) = cos(z.re)*cosh(z.im) - sin(z.re)*sinh(z.im)i
*/
creal cos(creal z) @safe pure nothrow @nogc
{
creal cs = expi(z.re);
creal csh = coshisinh(z.im);
return cs.re * csh.re - cs.im * csh.im * 1i;
}
/** ditto */
real cos(ireal y) @safe pure nothrow @nogc
{
return cosh(y.im);
}
unittest
{
assert(cos(0.0+0.0i)==1.0);
assert(cos(1.3L+0.0i)==cos(1.3L));
assert(cos(5.2Li)== cosh(5.2L));
}
/****************************************************************************
* Returns tangent of x. x is in radians.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH tan(x)) $(TH invalid?))
* $(TR $(TD $(NAN)) $(TD $(NAN)) $(TD yes))
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) $(TD no))
* $(TR $(TD $(PLUSMNINF)) $(TD $(NAN)) $(TD yes))
* )
*/
real tan(real x) @trusted pure nothrow @nogc
{
version(D_InlineAsm_X86)
{
asm
{
fld x[EBP] ; // load theta
fxam ; // test for oddball values
fstsw AX ;
sahf ;
jc trigerr ; // x is NAN, infinity, or empty
// 387's can handle subnormals
SC18: fptan ;
fstp ST(0) ; // dump X, which is always 1
fstsw AX ;
sahf ;
jnp Lret ; // C2 = 1 (x is out of range)
// Do argument reduction to bring x into range
fldpi ;
fxch ;
SC17: fprem1 ;
fstsw AX ;
sahf ;
jp SC17 ;
fstp ST(1) ; // remove pi from stack
jmp SC18 ;
trigerr:
jnp Lret ; // if theta is NAN, return theta
fstp ST(0) ; // dump theta
}
return real.nan;
Lret: {}
}
else version(D_InlineAsm_X86_64)
{
version (Win64)
{
asm
{
fld real ptr [RCX] ; // load theta
}
}
else
{
asm
{
fld x[RBP] ; // load theta
}
}
asm
{
fxam ; // test for oddball values
fstsw AX ;
test AH,1 ;
jnz trigerr ; // x is NAN, infinity, or empty
// 387's can handle subnormals
SC18: fptan ;
fstp ST(0) ; // dump X, which is always 1
fstsw AX ;
test AH,4 ;
jz Lret ; // C2 = 1 (x is out of range)
// Do argument reduction to bring x into range
fldpi ;
fxch ;
SC17: fprem1 ;
fstsw AX ;
test AH,4 ;
jnz SC17 ;
fstp ST(1) ; // remove pi from stack
jmp SC18 ;
trigerr:
test AH,4 ;
jz Lret ; // if theta is NAN, return theta
fstp ST(0) ; // dump theta
}
return real.nan;
Lret: {}
}
else
{
// Coefficients for tan(x)
static immutable real[3] P = [
-1.7956525197648487798769E7L,
1.1535166483858741613983E6L,
-1.3093693918138377764608E4L,
];
static immutable real[5] Q = [
-5.3869575592945462988123E7L,
2.5008380182335791583922E7L,
-1.3208923444021096744731E6L,
1.3681296347069295467845E4L,
1.0000000000000000000000E0L,
];
// PI/4 split into three parts.
enum real P1 = 7.853981554508209228515625E-1L;
enum real P2 = 7.946627356147928367136046290398E-9L;
enum real P3 = 3.061616997868382943065164830688E-17L;
// Special cases.
if (x == 0.0 || isNaN(x))
return x;
if (isInfinity(x))
return real.nan;
// Make argument positive but save the sign.
bool sign = false;
if (signbit(x))
{
sign = true;
x = -x;
}
// Compute x mod PI/4.
real y = floor(x / PI_4);
// Strip high bits of integer part.
real z = ldexp(y, -4);
// Compute y - 16 * (y / 16).
z = y - ldexp(floor(z), 4);
// Integer and fraction part modulo one octant.
int j = cast(int)(z);
// Map zeros and singularities to origin.
if (j & 1)
{
j += 1;
y += 1.0;
}
z = ((x - y * P1) - y * P2) - y * P3;
real zz = z * z;
if (zz > 1.0e-20L)
y = z + z * (zz * poly(zz, P) / poly(zz, Q));
else
y = z;
if (j & 2)
y = -1.0 / y;
return (sign) ? -y : y;
}
}
unittest
{
static real[2][] vals = // angle,tan
[
[ 0, 0],
[ .5, .5463024898],
[ 1, 1.557407725],
[ 1.5, 14.10141995],
[ 2, -2.185039863],
[ 2.5,-.7470222972],
[ 3, -.1425465431],
[ 3.5, .3745856402],
[ 4, 1.157821282],
[ 4.5, 4.637332055],
[ 5, -3.380515006],
[ 5.5,-.9955840522],
[ 6, -.2910061914],
[ 6.5, .2202772003],
[ 10, .6483608275],
// special angles
[ PI_4, 1],
//[ PI_2, real.infinity], // PI_2 is not _exactly_ pi/2.
[ 3*PI_4, -1],
[ PI, 0],
[ 5*PI_4, 1],
//[ 3*PI_2, -real.infinity],
[ 7*PI_4, -1],
[ 2*PI, 0],
];
int i;
for (i = 0; i < vals.length; i++)
{
real x = vals[i][0];
real r = vals[i][1];
real t = tan(x);
//printf("tan(%Lg) = %Lg, should be %Lg\n", x, t, r);
if (!isIdentical(r, t)) assert(fabs(r-t) <= .0000001);
x = -x;
r = -r;
t = tan(x);
//printf("tan(%Lg) = %Lg, should be %Lg\n", x, t, r);
if (!isIdentical(r, t) && !(r!=r && t!=t)) assert(fabs(r-t) <= .0000001);
}
// overflow
assert(isNaN(tan(real.infinity)));
assert(isNaN(tan(-real.infinity)));
// NaN propagation
assert(isIdentical( tan(NaN(0x0123L)), NaN(0x0123L) ));
}
unittest
{
assert(equalsDigit(tan(PI / 3), std.math.sqrt(3.0), useDigits));
}
/***************
* Calculates the arc cosine of x,
* returning a value ranging from 0 to $(PI).
*
* $(TABLE_SV
* $(TR $(TH x) $(TH acos(x)) $(TH invalid?))
* $(TR $(TD $(GT)1.0) $(TD $(NAN)) $(TD yes))
* $(TR $(TD $(LT)-1.0) $(TD $(NAN)) $(TD yes))
* $(TR $(TD $(NAN)) $(TD $(NAN)) $(TD yes))
* )
*/
real acos(real x) @safe pure nothrow @nogc
{
return atan2(sqrt(1-x*x), x);
}
/// ditto
double acos(double x) @safe pure nothrow @nogc { return acos(cast(real)x); }
/// ditto
float acos(float x) @safe pure nothrow @nogc { return acos(cast(real)x); }
unittest
{
assert(equalsDigit(acos(0.5), std.math.PI / 3, useDigits));
}
/***************
* Calculates the arc sine of x,
* returning a value ranging from -$(PI)/2 to $(PI)/2.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH asin(x)) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) $(TD no))
* $(TR $(TD $(GT)1.0) $(TD $(NAN)) $(TD yes))
* $(TR $(TD $(LT)-1.0) $(TD $(NAN)) $(TD yes))
* )
*/
real asin(real x) @safe pure nothrow @nogc
{
return atan2(x, sqrt(1-x*x));
}
/// ditto
double asin(double x) @safe pure nothrow @nogc { return asin(cast(real)x); }
/// ditto
float asin(float x) @safe pure nothrow @nogc { return asin(cast(real)x); }
unittest
{
assert(equalsDigit(asin(0.5), PI / 6, useDigits));
}
/***************
* Calculates the arc tangent of x,
* returning a value ranging from -$(PI)/2 to $(PI)/2.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH atan(x)) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) $(TD no))
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD $(NAN)) $(TD yes))
* )
*/
real atan(real x) @safe pure nothrow @nogc
{
version(InlineAsm_X86_Any)
{
return atan2(x, 1.0L);
}
else
{
// Coefficients for atan(x)
static immutable real[5] P = [
-5.0894116899623603312185E1L,
-9.9988763777265819915721E1L,
-6.3976888655834347413154E1L,
-1.4683508633175792446076E1L,
-8.6863818178092187535440E-1L,
];
static immutable real[6] Q = [
1.5268235069887081006606E2L,
3.9157570175111990631099E2L,
3.6144079386152023162701E2L,
1.4399096122250781605352E2L,
2.2981886733594175366172E1L,
1.0000000000000000000000E0L,
];
// tan(PI/8)
enum real TAN_PI_8 = 4.1421356237309504880169e-1L;
// tan(3 * PI/8)
enum real TAN3_PI_8 = 2.41421356237309504880169L;
// Special cases.
if (x == 0.0)
return x;
if (isInfinity(x))
return copysign(PI_2, x);
// Make argument positive but save the sign.
bool sign = false;
if (signbit(x))
{
sign = true;
x = -x;
}
// Range reduction.
real y;
if (x > TAN3_PI_8)
{
y = PI_2;
x = -(1.0 / x);
}
else if (x > TAN_PI_8)
{
y = PI_4;
x = (x - 1.0)/(x + 1.0);
}
else
y = 0.0;
// Rational form in x^^2.
real z = x * x;
y = y + (poly(z, P) / poly(z, Q)) * z * x + x;
return (sign) ? -y : y;
}
}
/// ditto
double atan(double x) @safe pure nothrow @nogc { return atan(cast(real)x); }
/// ditto
float atan(float x) @safe pure nothrow @nogc { return atan(cast(real)x); }
unittest
{
assert(equalsDigit(atan(std.math.sqrt(3.0)), PI / 3, useDigits));
}
/***************
* Calculates the arc tangent of y / x,
* returning a value ranging from -$(PI) to $(PI).
*
* $(TABLE_SV
* $(TR $(TH y) $(TH x) $(TH atan(y, x)))
* $(TR $(TD $(NAN)) $(TD anything) $(TD $(NAN)) )
* $(TR $(TD anything) $(TD $(NAN)) $(TD $(NAN)) )
* $(TR $(TD $(PLUSMN)0.0) $(TD $(GT)0.0) $(TD $(PLUSMN)0.0) )
* $(TR $(TD $(PLUSMN)0.0) $(TD +0.0) $(TD $(PLUSMN)0.0) )
* $(TR $(TD $(PLUSMN)0.0) $(TD $(LT)0.0) $(TD $(PLUSMN)$(PI)))
* $(TR $(TD $(PLUSMN)0.0) $(TD -0.0) $(TD $(PLUSMN)$(PI)))
* $(TR $(TD $(GT)0.0) $(TD $(PLUSMN)0.0) $(TD $(PI)/2) )
* $(TR $(TD $(LT)0.0) $(TD $(PLUSMN)0.0) $(TD -$(PI)/2) )
* $(TR $(TD $(GT)0.0) $(TD $(INFIN)) $(TD $(PLUSMN)0.0) )
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD anything) $(TD $(PLUSMN)$(PI)/2))
* $(TR $(TD $(GT)0.0) $(TD -$(INFIN)) $(TD $(PLUSMN)$(PI)) )
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD $(INFIN)) $(TD $(PLUSMN)$(PI)/4))
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD -$(INFIN)) $(TD $(PLUSMN)3$(PI)/4))
* )
*/
real atan2(real y, real x) @trusted pure nothrow @nogc
{
version(InlineAsm_X86_Any)
{
version (Win64)
{
asm {
naked;
fld real ptr [RDX]; // y
fld real ptr [RCX]; // x
fpatan;
ret;
}
}
else
{
asm {
fld y;
fld x;
fpatan;
}
}
}
else
{
// Special cases.
if (isNaN(x) || isNaN(y))
return real.nan;
if (y == 0.0)
{
if (x >= 0 && !signbit(x))
return copysign(0, y);
else
return copysign(PI, y);
}
if (x == 0.0)
return copysign(PI_2, y);
if (isInfinity(x))
{
if (signbit(x))
{
if (isInfinity(y))
return copysign(3*PI_4, y);
else
return copysign(PI, y);
}
else
{
if (isInfinity(y))
return copysign(PI_4, y);
else
return copysign(0.0, y);
}
}
if (isInfinity(y))
return copysign(PI_2, y);
// Call atan and determine the quadrant.
real z = atan(y / x);
if (signbit(x))
{
if (signbit(y))
z = z - PI;
else
z = z + PI;
}
if (z == 0.0)
return copysign(z, y);
return z;
}
}
/// ditto
double atan2(double y, double x) @safe pure nothrow @nogc
{
return atan2(cast(real)y, cast(real)x);
}
/// ditto
float atan2(float y, float x) @safe pure nothrow @nogc
{
return atan2(cast(real)y, cast(real)x);
}
unittest
{
assert(equalsDigit(atan2(1.0L, std.math.sqrt(3.0L)), PI / 6, useDigits));
}
/***********************************
* Calculates the hyperbolic cosine of x.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH cosh(x)) $(TH invalid?))
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD $(PLUSMN)0.0) $(TD no) )
* )
*/
real cosh(real x) @safe pure nothrow @nogc
{
// cosh = (exp(x)+exp(-x))/2.
// The naive implementation works correctly.
real y = exp(x);
return (y + 1.0/y) * 0.5;
}
/// ditto
double cosh(double x) @safe pure nothrow @nogc { return cosh(cast(real)x); }
/// ditto
float cosh(float x) @safe pure nothrow @nogc { return cosh(cast(real)x); }
unittest
{
assert(equalsDigit(cosh(1.0), (E + 1.0 / E) / 2, useDigits));
}
/***********************************
* Calculates the hyperbolic sine of x.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH sinh(x)) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) $(TD no))
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD $(PLUSMN)$(INFIN)) $(TD no))
* )
*/
real sinh(real x) @safe pure nothrow @nogc
{
// sinh(x) = (exp(x)-exp(-x))/2;
// Very large arguments could cause an overflow, but
// the maximum value of x for which exp(x) + exp(-x)) != exp(x)
// is x = 0.5 * (real.mant_dig) * LN2. // = 22.1807 for real80.
if (fabs(x) > real.mant_dig * LN2)
{
return copysign(0.5 * exp(fabs(x)), x);
}
real y = expm1(x);
return 0.5 * y / (y+1) * (y+2);
}
/// ditto
double sinh(double x) @safe pure nothrow @nogc { return sinh(cast(real)x); }
/// ditto
float sinh(float x) @safe pure nothrow @nogc { return sinh(cast(real)x); }
unittest
{
assert(equalsDigit(sinh(1.0), (E - 1.0 / E) / 2, useDigits));
}
/***********************************
* Calculates the hyperbolic tangent of x.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH tanh(x)) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) $(TD no) )
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD $(PLUSMN)1.0) $(TD no))
* )
*/
real tanh(real x) @safe pure nothrow @nogc
{
// tanh(x) = (exp(x) - exp(-x))/(exp(x)+exp(-x))
if (fabs(x) > real.mant_dig * LN2)
{
return copysign(1, x);
}
real y = expm1(2*x);
return y / (y + 2);
}
/// ditto
double tanh(double x) @safe pure nothrow @nogc { return tanh(cast(real)x); }
/// ditto
float tanh(float x) @safe pure nothrow @nogc { return tanh(cast(real)x); }
unittest
{
assert(equalsDigit(tanh(1.0), sinh(1.0) / cosh(1.0), 15));
}
package:
/* Returns cosh(x) + I * sinh(x)
* Only one call to exp() is performed.
*/
creal coshisinh(real x) @safe pure nothrow @nogc
{
// See comments for cosh, sinh.
if (fabs(x) > real.mant_dig * LN2)
{
real y = exp(fabs(x));
return y * 0.5 + 0.5i * copysign(y, x);
}
else
{
real y = expm1(x);
return (y + 1.0 + 1.0/(y + 1.0)) * 0.5 + 0.5i * y / (y+1) * (y+2);
}
}
unittest
{
creal c = coshisinh(3.0L);
assert(c.re == cosh(3.0L));
assert(c.im == sinh(3.0L));
}
public:
/***********************************
* Calculates the inverse hyperbolic cosine of x.
*
* Mathematically, acosh(x) = log(x + sqrt( x*x - 1))
*
* $(TABLE_DOMRG
* $(DOMAIN 1..$(INFIN))
* $(RANGE 1..log(real.max), $(INFIN)) )
* $(TABLE_SV
* $(SVH x, acosh(x) )
* $(SV $(NAN), $(NAN) )
* $(SV $(LT)1, $(NAN) )
* $(SV 1, 0 )
* $(SV +$(INFIN),+$(INFIN))
* )
*/
real acosh(real x) @safe pure nothrow @nogc
{
if (x > 1/real.epsilon)
return LN2 + log(x);
else
return log(x + sqrt(x*x - 1));
}
/// ditto
double acosh(double x) @safe pure nothrow @nogc { return acosh(cast(real)x); }
/// ditto
float acosh(float x) @safe pure nothrow @nogc { return acosh(cast(real)x); }
unittest
{
assert(isNaN(acosh(0.9)));
assert(isNaN(acosh(real.nan)));
assert(acosh(1.0)==0.0);
assert(acosh(real.infinity) == real.infinity);
assert(isNaN(acosh(0.5)));
assert(equalsDigit(acosh(cosh(3.0)), 3, useDigits));
}
/***********************************
* Calculates the inverse hyperbolic sine of x.
*
* Mathematically,
* ---------------
* asinh(x) = log( x + sqrt( x*x + 1 )) // if x >= +0
* asinh(x) = -log(-x + sqrt( x*x + 1 )) // if x <= -0
* -------------
*
* $(TABLE_SV
* $(SVH x, asinh(x) )
* $(SV $(NAN), $(NAN) )
* $(SV $(PLUSMN)0, $(PLUSMN)0 )
* $(SV $(PLUSMN)$(INFIN),$(PLUSMN)$(INFIN))
* )
*/
real asinh(real x) @safe pure nothrow @nogc
{
return (fabs(x) > 1 / real.epsilon)
// beyond this point, x*x + 1 == x*x
? copysign(LN2 + log(fabs(x)), x)
// sqrt(x*x + 1) == 1 + x * x / ( 1 + sqrt(x*x + 1) )
: copysign(log1p(fabs(x) + x*x / (1 + sqrt(x*x + 1)) ), x);
}
/// ditto
double asinh(double x) @safe pure nothrow @nogc { return asinh(cast(real)x); }
/// ditto
float asinh(float x) @safe pure nothrow @nogc { return asinh(cast(real)x); }
unittest
{
assert(isIdentical(asinh(0.0), 0.0));
assert(isIdentical(asinh(-0.0), -0.0));
assert(asinh(real.infinity) == real.infinity);
assert(asinh(-real.infinity) == -real.infinity);
assert(isNaN(asinh(real.nan)));
assert(equalsDigit(asinh(sinh(3.0)), 3, useDigits));
}
/***********************************
* Calculates the inverse hyperbolic tangent of x,
* returning a value from ranging from -1 to 1.
*
* Mathematically, atanh(x) = log( (1+x)/(1-x) ) / 2
*
*
* $(TABLE_DOMRG
* $(DOMAIN -$(INFIN)..$(INFIN))
* $(RANGE -1..1) )
* $(TABLE_SV
* $(SVH x, acosh(x) )
* $(SV $(NAN), $(NAN) )
* $(SV $(PLUSMN)0, $(PLUSMN)0)
* $(SV -$(INFIN), -0)
* )
*/
real atanh(real x) @safe pure nothrow @nogc
{
// log( (1+x)/(1-x) ) == log ( 1 + (2*x)/(1-x) )
return 0.5 * log1p( 2 * x / (1 - x) );
}
/// ditto
double atanh(double x) @safe pure nothrow @nogc { return atanh(cast(real)x); }
/// ditto
float atanh(float x) @safe pure nothrow @nogc { return atanh(cast(real)x); }
unittest
{
assert(isIdentical(atanh(0.0), 0.0));
assert(isIdentical(atanh(-0.0),-0.0));
assert(isNaN(atanh(real.nan)));
assert(isNaN(atanh(-real.infinity)));
assert(atanh(0.0) == 0);
assert(equalsDigit(atanh(tanh(0.5L)), 0.5, useDigits));
}
/*****************************************
* Returns x rounded to a long value using the current rounding mode.
* If the integer value of x is
* greater than long.max, the result is
* indeterminate.
*/
long rndtol(real x) @nogc @safe pure nothrow; /* intrinsic */
/*****************************************
* Returns x rounded to a long value using the FE_TONEAREST rounding mode.
* If the integer value of x is
* greater than long.max, the result is
* indeterminate.
*/
extern (C) real rndtonl(real x);
/***************************************
* Compute square root of x.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH sqrt(x)) $(TH invalid?))
* $(TR $(TD -0.0) $(TD -0.0) $(TD no))
* $(TR $(TD $(LT)0.0) $(TD $(NAN)) $(TD yes))
* $(TR $(TD +$(INFIN)) $(TD +$(INFIN)) $(TD no))
* )
*/
float sqrt(float x) @nogc @safe pure nothrow; /* intrinsic */
/// ditto
double sqrt(double x) @nogc @safe pure nothrow; /* intrinsic */
/// ditto
real sqrt(real x) @nogc @safe pure nothrow; /* intrinsic */
unittest
{
//ctfe
enum ZX80 = sqrt(7.0f);
enum ZX81 = sqrt(7.0);
enum ZX82 = sqrt(7.0L);
}
creal sqrt(creal z) @nogc @safe pure nothrow
{
creal c;
real x,y,w,r;
if (z == 0)
{
c = 0 + 0i;
}
else
{
real z_re = z.re;
real z_im = z.im;
x = fabs(z_re);
y = fabs(z_im);
if (x >= y)
{
r = y / x;
w = sqrt(x) * sqrt(0.5 * (1 + sqrt(1 + r * r)));
}
else
{
r = x / y;
w = sqrt(y) * sqrt(0.5 * (r + sqrt(1 + r * r)));
}
if (z_re >= 0)
{
c = w + (z_im / (w + w)) * 1.0i;
}
else
{
if (z_im < 0)
w = -w;
c = z_im / (w + w) + w * 1.0i;
}
}
return c;
}
/**
* Calculates e$(SUP x).
*
* $(TABLE_SV
* $(TR $(TH x) $(TH e$(SUP x)) )
* $(TR $(TD +$(INFIN)) $(TD +$(INFIN)) )
* $(TR $(TD -$(INFIN)) $(TD +0.0) )
* $(TR $(TD $(NAN)) $(TD $(NAN)) )
* )
*/
real exp(real x) @trusted pure nothrow @nogc
{
version(D_InlineAsm_X86)
{
// e^^x = 2^^(LOG2E*x)
// (This is valid because the overflow & underflow limits for exp
// and exp2 are so similar).
return exp2(LOG2E*x);
}
else version(D_InlineAsm_X86_64)
{
// e^^x = 2^^(LOG2E*x)
// (This is valid because the overflow & underflow limits for exp
// and exp2 are so similar).
return exp2(LOG2E*x);
}
else
{
// Coefficients for exp(x)
static immutable real[3] P = [
9.9999999999999999991025E-1L,
3.0299440770744196129956E-2L,
1.2617719307481059087798E-4L,
];
static immutable real[4] Q = [
2.0000000000000000000897E0L,
2.2726554820815502876593E-1L,
2.5244834034968410419224E-3L,
3.0019850513866445504159E-6L,
];
// C1 + C2 = LN2.
enum real C1 = 6.9314575195312500000000E-1L;
enum real C2 = 1.428606820309417232121458176568075500134E-6L;
// Overflow and Underflow limits.
enum real OF = 1.1356523406294143949492E4L;
enum real UF = -1.1432769596155737933527E4L;
// Special cases.
if (isNaN(x))
return x;
if (x > OF)
return real.infinity;
if (x < UF)
return 0.0;
// Express: e^^x = e^^g * 2^^n
// = e^^g * e^^(n * LOG2E)
// = e^^(g + n * LOG2E)
int n = cast(int)floor(LOG2E * x + 0.5);
x -= n * C1;
x -= n * C2;
// Rational approximation for exponential of the fractional part:
// e^^x = 1 + 2x P(x^^2) / (Q(x^^2) - P(x^^2))
real xx = x * x;
real px = x * poly(xx, P);
x = px / (poly(xx, Q) - px);
x = 1.0 + ldexp(x, 1);
// Scale by power of 2.
x = ldexp(x, n);
return x;
}
}
/// ditto
double exp(double x) @safe pure nothrow @nogc { return exp(cast(real)x); }
/// ditto
float exp(float x) @safe pure nothrow @nogc { return exp(cast(real)x); }
unittest
{
assert(equalsDigit(exp(3.0L), E * E * E, useDigits));
}
/**
* Calculates the value of the natural logarithm base (e)
* raised to the power of x, minus 1.
*
* For very small x, expm1(x) is more accurate
* than exp(x)-1.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH e$(SUP x)-1) )
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) )
* $(TR $(TD +$(INFIN)) $(TD +$(INFIN)) )
* $(TR $(TD -$(INFIN)) $(TD -1.0) )
* $(TR $(TD $(NAN)) $(TD $(NAN)) )
* )
*/
real expm1(real x) @trusted pure nothrow @nogc
{
version(D_InlineAsm_X86)
{
enum PARAMSIZE = (real.sizeof+3)&(0xFFFF_FFFC); // always a multiple of 4
asm
{
/* expm1() for x87 80-bit reals, IEEE754-2008 conformant.
* Author: Don Clugston.
*
* expm1(x) = 2^^(rndint(y))* 2^^(y-rndint(y)) - 1 where y = LN2*x.
* = 2rndy * 2ym1 + 2rndy - 1, where 2rndy = 2^^(rndint(y))
* and 2ym1 = (2^^(y-rndint(y))-1).
* If 2rndy < 0.5*real.epsilon, result is -1.
* Implementation is otherwise the same as for exp2()
*/
naked;
fld real ptr [ESP+4] ; // x
mov AX, [ESP+4+8]; // AX = exponent and sign
sub ESP, 12+8; // Create scratch space on the stack
// [ESP,ESP+2] = scratchint
// [ESP+4..+6, +8..+10, +10] = scratchreal
// set scratchreal mantissa = 1.0
mov dword ptr [ESP+8], 0;
mov dword ptr [ESP+8+4], 0x80000000;
and AX, 0x7FFF; // drop sign bit
cmp AX, 0x401D; // avoid InvalidException in fist
jae L_extreme;
fldl2e;
fmulp ST(1), ST; // y = x*log2(e)
fist dword ptr [ESP]; // scratchint = rndint(y)
fisub dword ptr [ESP]; // y - rndint(y)
// and now set scratchreal exponent
mov EAX, [ESP];
add EAX, 0x3fff;
jle short L_largenegative;
cmp EAX,0x8000;
jge short L_largepositive;
mov [ESP+8+8],AX;
f2xm1; // 2ym1 = 2^^(y-rndint(y)) -1
fld real ptr [ESP+8] ; // 2rndy = 2^^rndint(y)
fmul ST(1), ST; // ST=2rndy, ST(1)=2rndy*2ym1
fld1;
fsubp ST(1), ST; // ST = 2rndy-1, ST(1) = 2rndy * 2ym1 - 1
faddp ST(1), ST; // ST = 2rndy * 2ym1 + 2rndy - 1
add ESP,12+8;
ret PARAMSIZE;
L_extreme: // Extreme exponent. X is very large positive, very
// large negative, infinity, or NaN.
fxam;
fstsw AX;
test AX, 0x0400; // NaN_or_zero, but we already know x!=0
jz L_was_nan; // if x is NaN, returns x
test AX, 0x0200;
jnz L_largenegative;
L_largepositive:
// Set scratchreal = real.max.
// squaring it will create infinity, and set overflow flag.
mov word ptr [ESP+8+8], 0x7FFE;
fstp ST(0);
fld real ptr [ESP+8]; // load scratchreal
fmul ST(0), ST; // square it, to create havoc!
L_was_nan:
add ESP,12+8;
ret PARAMSIZE;
L_largenegative:
fstp ST(0);
fld1;
fchs; // return -1. Underflow flag is not set.
add ESP,12+8;
ret PARAMSIZE;
}
}
else version(D_InlineAsm_X86_64)
{
asm
{
naked;
}
version (Win64)
{
asm
{
fld real ptr [RCX]; // x
mov AX,[RCX+8]; // AX = exponent and sign
}
}
else
{
asm
{
fld real ptr [RSP+8]; // x
mov AX,[RSP+8+8]; // AX = exponent and sign
}
}
asm
{
/* expm1() for x87 80-bit reals, IEEE754-2008 conformant.
* Author: Don Clugston.
*
* expm1(x) = 2^(rndint(y))* 2^(y-rndint(y)) - 1 where y = LN2*x.
* = 2rndy * 2ym1 + 2rndy - 1, where 2rndy = 2^(rndint(y))
* and 2ym1 = (2^(y-rndint(y))-1).
* If 2rndy < 0.5*real.epsilon, result is -1.
* Implementation is otherwise the same as for exp2()
*/
sub RSP, 24; // Create scratch space on the stack
// [RSP,RSP+2] = scratchint
// [RSP+4..+6, +8..+10, +10] = scratchreal
// set scratchreal mantissa = 1.0
mov dword ptr [RSP+8], 0;
mov dword ptr [RSP+8+4], 0x80000000;
and AX, 0x7FFF; // drop sign bit
cmp AX, 0x401D; // avoid InvalidException in fist
jae L_extreme;
fldl2e;
fmul ; // y = x*log2(e)
fist dword ptr [RSP]; // scratchint = rndint(y)
fisub dword ptr [RSP]; // y - rndint(y)
// and now set scratchreal exponent
mov EAX, [RSP];
add EAX, 0x3fff;
jle short L_largenegative;
cmp EAX,0x8000;
jge short L_largepositive;
mov [RSP+8+8],AX;
f2xm1; // 2^(y-rndint(y)) -1
fld real ptr [RSP+8] ; // 2^rndint(y)
fmul ST(1), ST;
fld1;
fsubp ST(1), ST;
fadd;
add RSP,24;
ret;
L_extreme: // Extreme exponent. X is very large positive, very
// large negative, infinity, or NaN.
fxam;
fstsw AX;
test AX, 0x0400; // NaN_or_zero, but we already know x!=0
jz L_was_nan; // if x is NaN, returns x
test AX, 0x0200;
jnz L_largenegative;
L_largepositive:
// Set scratchreal = real.max.
// squaring it will create infinity, and set overflow flag.
mov word ptr [RSP+8+8], 0x7FFE;
fstp ST(0);
fld real ptr [RSP+8]; // load scratchreal
fmul ST(0), ST; // square it, to create havoc!
L_was_nan:
add RSP,24;
ret;
L_largenegative:
fstp ST(0);
fld1;
fchs; // return -1. Underflow flag is not set.
add RSP,24;
ret;
}
}
else
{
// Coefficients for exp(x) - 1
static immutable real[5] P = [
-1.586135578666346600772998894928250240826E4L,
2.642771505685952966904660652518429479531E3L,
-3.423199068835684263987132888286791620673E2L,
1.800826371455042224581246202420972737840E1L,
-5.238523121205561042771939008061958820811E-1L,
];
static immutable real[6] Q = [
-9.516813471998079611319047060563358064497E4L,
3.964866271411091674556850458227710004570E4L,
-7.207678383830091850230366618190187434796E3L,
7.206038318724600171970199625081491823079E2L,
-4.002027679107076077238836622982900945173E1L,
1.000000000000000000000000000000000000000E0L,
];
// C1 + C2 = LN2.
enum real C1 = 6.9314575195312500000000E-1L;
enum real C2 = 1.4286068203094172321215E-6L;
// Overflow and Underflow limits.
enum real OF = 1.1356523406294143949492E4L;
enum real UF = -4.5054566736396445112120088E1L;
// Special cases.
if (x > OF)
return real.infinity;
if (x == 0.0)
return x;
if (x < UF)
return -1.0;
// Express x = LN2 (n + remainder), remainder not exceeding 1/2.
int n = cast(int)floor(0.5 + x / LN2);
x -= n * C1;
x -= n * C2;
// Rational approximation:
// exp(x) - 1 = x + 0.5 x^^2 + x^^3 P(x) / Q(x)
real px = x * poly(x, P);
real qx = poly(x, Q);
real xx = x * x;
qx = x + (0.5 * xx + xx * px / qx);
// We have qx = exp(remainder LN2) - 1, so:
// exp(x) - 1 = 2^^n (qx + 1) - 1 = 2^^n qx + 2^^n - 1.
px = ldexp(1.0, n);
x = px * qx + (px - 1.0);
return x;
}
}
/**
* Calculates 2$(SUP x).
*
* $(TABLE_SV
* $(TR $(TH x) $(TH exp2(x)) )
* $(TR $(TD +$(INFIN)) $(TD +$(INFIN)) )
* $(TR $(TD -$(INFIN)) $(TD +0.0) )
* $(TR $(TD $(NAN)) $(TD $(NAN)) )
* )
*/
real exp2(real x) @nogc @trusted pure nothrow
{
version(D_InlineAsm_X86)
{
enum PARAMSIZE = (real.sizeof+3)&(0xFFFF_FFFC); // always a multiple of 4
asm
{
/* exp2() for x87 80-bit reals, IEEE754-2008 conformant.
* Author: Don Clugston.
*
* exp2(x) = 2^^(rndint(x))* 2^^(y-rndint(x))
* The trick for high performance is to avoid the fscale(28cycles on core2),
* frndint(19 cycles), leaving f2xm1(19 cycles) as the only slow instruction.
*
* We can do frndint by using fist. BUT we can't use it for huge numbers,
* because it will set the Invalid Operation flag if overflow or NaN occurs.
* Fortunately, whenever this happens the result would be zero or infinity.
*
* We can perform fscale by directly poking into the exponent. BUT this doesn't
* work for the (very rare) cases where the result is subnormal. So we fall back
* to the slow method in that case.
*/
naked;
fld real ptr [ESP+4] ; // x
mov AX, [ESP+4+8]; // AX = exponent and sign
sub ESP, 12+8; // Create scratch space on the stack
// [ESP,ESP+2] = scratchint
// [ESP+4..+6, +8..+10, +10] = scratchreal
// set scratchreal mantissa = 1.0
mov dword ptr [ESP+8], 0;
mov dword ptr [ESP+8+4], 0x80000000;
and AX, 0x7FFF; // drop sign bit
cmp AX, 0x401D; // avoid InvalidException in fist
jae L_extreme;
fist dword ptr [ESP]; // scratchint = rndint(x)
fisub dword ptr [ESP]; // x - rndint(x)
// and now set scratchreal exponent
mov EAX, [ESP];
add EAX, 0x3fff;
jle short L_subnormal;
cmp EAX,0x8000;
jge short L_overflow;
mov [ESP+8+8],AX;
L_normal:
f2xm1;
fld1;
faddp ST(1), ST; // 2^^(x-rndint(x))
fld real ptr [ESP+8] ; // 2^^rndint(x)
add ESP,12+8;
fmulp ST(1), ST;
ret PARAMSIZE;
L_subnormal:
// Result will be subnormal.
// In this rare case, the simple poking method doesn't work.
// The speed doesn't matter, so use the slow fscale method.
fild dword ptr [ESP]; // scratchint
fld1;
fscale;
fstp real ptr [ESP+8]; // scratchreal = 2^^scratchint
fstp ST(0); // drop scratchint
jmp L_normal;
L_extreme: // Extreme exponent. X is very large positive, very
// large negative, infinity, or NaN.
fxam;
fstsw AX;
test AX, 0x0400; // NaN_or_zero, but we already know x!=0
jz L_was_nan; // if x is NaN, returns x
// set scratchreal = real.min_normal
// squaring it will return 0, setting underflow flag
mov word ptr [ESP+8+8], 1;
test AX, 0x0200;
jnz L_waslargenegative;
L_overflow:
// Set scratchreal = real.max.
// squaring it will create infinity, and set overflow flag.
mov word ptr [ESP+8+8], 0x7FFE;
L_waslargenegative:
fstp ST(0);
fld real ptr [ESP+8]; // load scratchreal
fmul ST(0), ST; // square it, to create havoc!
L_was_nan:
add ESP,12+8;
ret PARAMSIZE;
}
}
else version(D_InlineAsm_X86_64)
{
asm
{
naked;
}
version (Win64)
{
asm
{
fld real ptr [RCX]; // x
mov AX,[RCX+8]; // AX = exponent and sign
}
}
else
{
asm
{
fld real ptr [RSP+8]; // x
mov AX,[RSP+8+8]; // AX = exponent and sign
}
}
asm
{
/* exp2() for x87 80-bit reals, IEEE754-2008 conformant.
* Author: Don Clugston.
*
* exp2(x) = 2^(rndint(x))* 2^(y-rndint(x))
* The trick for high performance is to avoid the fscale(28cycles on core2),
* frndint(19 cycles), leaving f2xm1(19 cycles) as the only slow instruction.
*
* We can do frndint by using fist. BUT we can't use it for huge numbers,
* because it will set the Invalid Operation flag is overflow or NaN occurs.
* Fortunately, whenever this happens the result would be zero or infinity.
*
* We can perform fscale by directly poking into the exponent. BUT this doesn't
* work for the (very rare) cases where the result is subnormal. So we fall back
* to the slow method in that case.
*/
sub RSP, 24; // Create scratch space on the stack
// [RSP,RSP+2] = scratchint
// [RSP+4..+6, +8..+10, +10] = scratchreal
// set scratchreal mantissa = 1.0
mov dword ptr [RSP+8], 0;
mov dword ptr [RSP+8+4], 0x80000000;
and AX, 0x7FFF; // drop sign bit
cmp AX, 0x401D; // avoid InvalidException in fist
jae L_extreme;
fist dword ptr [RSP]; // scratchint = rndint(x)
fisub dword ptr [RSP]; // x - rndint(x)
// and now set scratchreal exponent
mov EAX, [RSP];
add EAX, 0x3fff;
jle short L_subnormal;
cmp EAX,0x8000;
jge short L_overflow;
mov [RSP+8+8],AX;
L_normal:
f2xm1;
fld1;
fadd; // 2^(x-rndint(x))
fld real ptr [RSP+8] ; // 2^rndint(x)
add RSP,24;
fmulp ST(1), ST;
ret;
L_subnormal:
// Result will be subnormal.
// In this rare case, the simple poking method doesn't work.
// The speed doesn't matter, so use the slow fscale method.
fild dword ptr [RSP]; // scratchint
fld1;
fscale;
fstp real ptr [RSP+8]; // scratchreal = 2^scratchint
fstp ST(0); // drop scratchint
jmp L_normal;
L_extreme: // Extreme exponent. X is very large positive, very
// large negative, infinity, or NaN.
fxam;
fstsw AX;
test AX, 0x0400; // NaN_or_zero, but we already know x!=0
jz L_was_nan; // if x is NaN, returns x
// set scratchreal = real.min
// squaring it will return 0, setting underflow flag
mov word ptr [RSP+8+8], 1;
test AX, 0x0200;
jnz L_waslargenegative;
L_overflow:
// Set scratchreal = real.max.
// squaring it will create infinity, and set overflow flag.
mov word ptr [RSP+8+8], 0x7FFE;
L_waslargenegative:
fstp ST(0);
fld real ptr [RSP+8]; // load scratchreal
fmul ST(0), ST; // square it, to create havoc!
L_was_nan:
add RSP,24;
ret;
}
}
else
{
// Coefficients for exp2(x)
static immutable real[3] P = [
2.0803843631901852422887E6L,
3.0286971917562792508623E4L,
6.0614853552242266094567E1L,
];
static immutable real[4] Q = [
6.0027204078348487957118E6L,
3.2772515434906797273099E5L,
1.7492876999891839021063E3L,
1.0000000000000000000000E0L,
];
// Overflow and Underflow limits.
enum real OF = 16384.0L;
enum real UF = -16382.0L;
// Special cases.
if (isNaN(x))
return x;
if (x > OF)
return real.infinity;
if (x < UF)
return 0.0;
// Separate into integer and fractional parts.
int n = cast(int)floor(x + 0.5);
x -= n;
// Rational approximation:
// exp2(x) = 1.0 + 2x P(x^^2) / (Q(x^^2) - P(x^^2))
real xx = x * x;
real px = x * poly(xx, P);
x = px / (poly(xx, Q) - px);
x = 1.0 + ldexp(x, 1);
// Scale by power of 2.
x = ldexp(x, n);
return x;
}
}
unittest
{
assert(feqrel(exp2(0.5L), SQRT2) >= real.mant_dig -1);
assert(exp2(8.0L) == 256.0);
assert(exp2(-9.0L)== 1.0L/512.0);
version(Win64) {} else // aexp2/exp2f/exp2l not implemented
{
assert( core.stdc.math.exp2f(0.0f) == 1 );
assert( core.stdc.math.exp2 (0.0) == 1 );
assert( core.stdc.math.exp2l(0.0L) == 1 );
}
}
unittest
{
FloatingPointControl ctrl;
if(FloatingPointControl.hasExceptionTraps)
ctrl.disableExceptions(FloatingPointControl.allExceptions);
ctrl.rounding = FloatingPointControl.roundToNearest;
// @@BUG@@: Non-immutable array literals are ridiculous.
// Note that these are only valid for 80-bit reals: overflow will be different for 64-bit reals.
static const real [2][] exptestpoints =
[ // x, exp(x)
[1.0L, E ],
[0.5L, 0x1.A612_98E1_E069_BC97p+0L ],
[3.0L, E*E*E ],
[0x1.1p13L, 0x1.29aeffefc8ec645p+12557L ], // near overflow
[-0x1.18p13L, 0x1.5e4bf54b4806db9p-12927L ], // near underflow
[-0x1.625p13L, 0x1.a6bd68a39d11f35cp-16358L],
[-0x1p30L, 0 ], // underflow - subnormal
[-0x1.62DAFp13L, 0x1.96c53d30277021dp-16383L ],
[-0x1.643p13L, 0x1p-16444L ],
[-0x1.645p13L, 0 ], // underflow to zero
[0x1p80L, real.infinity ], // far overflow
[real.infinity, real.infinity ],
[0x1.7p13L, real.infinity ] // close overflow
];
real x;
IeeeFlags f;
for (int i=0; i<exptestpoints.length;++i)
{
resetIeeeFlags();
x = exp(exptestpoints[i][0]);
f = ieeeFlags;
assert(x == exptestpoints[i][1]);
// Check the overflow bit
assert(f.overflow == (fabs(x) == real.infinity));
// Check the underflow bit
assert(f.underflow == (fabs(x) < real.min_normal));
// Invalid and div by zero shouldn't be affected.
assert(!f.invalid);
assert(!f.divByZero);
}
// Ideally, exp(0) would not set the inexact flag.
// Unfortunately, fldl2e sets it!
// So it's not realistic to avoid setting it.
assert(exp(0.0L) == 1.0);
// NaN propagation. Doesn't set flags, bcos was already NaN.
resetIeeeFlags();
x = exp(real.nan);
f = ieeeFlags;
assert(isIdentical(abs(x), real.nan));
assert(f.flags == 0);
resetIeeeFlags();
x = exp(-real.nan);
f = ieeeFlags;
assert(isIdentical(abs(x), real.nan));
assert(f.flags == 0);
x = exp(NaN(0x123));
assert(isIdentical(x, NaN(0x123)));
// High resolution test
assert(exp(0.5L) == 0x1.A612_98E1_E069_BC97_2DFE_FAB6D_33Fp+0L);
}
/**
* Calculate cos(y) + i sin(y).
*
* On many CPUs (such as x86), this is a very efficient operation;
* almost twice as fast as calculating sin(y) and cos(y) separately,
* and is the preferred method when both are required.
*/
creal expi(real y) @trusted pure nothrow @nogc
{
version(InlineAsm_X86_Any)
{
version (Win64)
{
asm
{
naked;
fld real ptr [ECX];
fsincos;
fxch ST(1), ST(0);
ret;
}
}
else
{
asm
{
fld y;
fsincos;
fxch ST(1), ST(0);
}
}
}
else
{
return cos(y) + sin(y)*1i;
}
}
unittest
{
assert(expi(1.3e5L) == cos(1.3e5L) + sin(1.3e5L) * 1i);
assert(expi(0.0L) == 1L + 0.0Li);
}
/*********************************************************************
* Separate floating point value into significand and exponent.
*
* Returns:
* Calculate and return $(I x) and $(I exp) such that
* value =$(I x)*2$(SUP exp) and
* .5 $(LT)= |$(I x)| $(LT) 1.0
*
* $(I x) has same sign as value.
*
* $(TABLE_SV
* $(TR $(TH value) $(TH returns) $(TH exp))
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) $(TD 0))
* $(TR $(TD +$(INFIN)) $(TD +$(INFIN)) $(TD int.max))
* $(TR $(TD -$(INFIN)) $(TD -$(INFIN)) $(TD int.min))
* $(TR $(TD $(PLUSMN)$(NAN)) $(TD $(PLUSMN)$(NAN)) $(TD int.min))
* )
*/
real frexp(real value, out int exp) @trusted pure nothrow @nogc
{
ushort* vu = cast(ushort*)&value;
long* vl = cast(long*)&value;
int ex;
alias F = floatTraits!(real);
ex = vu[F.EXPPOS_SHORT] & F.EXPMASK;
static if (F.realFormat == RealFormat.ieeeExtended)
{
if (ex)
{ // If exponent is non-zero
if (ex == F.EXPMASK) // infinity or NaN
{
if (*vl & 0x7FFF_FFFF_FFFF_FFFF) // NaN
{
*vl |= 0xC000_0000_0000_0000; // convert NaNS to NaNQ
exp = int.min;
}
else if (vu[F.EXPPOS_SHORT] & 0x8000) // negative infinity
exp = int.min;
else // positive infinity
exp = int.max;
}
else
{
exp = ex - F.EXPBIAS;
vu[F.EXPPOS_SHORT] = (0x8000 & vu[F.EXPPOS_SHORT]) | 0x3FFE;
}
}
else if (!*vl)
{
// value is +-0.0
exp = 0;
}
else
{
// subnormal
value *= F.RECIP_EPSILON;
ex = vu[F.EXPPOS_SHORT] & F.EXPMASK;
exp = ex - F.EXPBIAS - real.mant_dig + 1;
vu[F.EXPPOS_SHORT] = (0x8000 & vu[F.EXPPOS_SHORT]) | 0x3FFE;
}
return value;
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
if (ex) // If exponent is non-zero
{
if (ex == F.EXPMASK)
{ // infinity or NaN
if (vl[MANTISSA_LSB] |
( vl[MANTISSA_MSB] & 0x0000_FFFF_FFFF_FFFF)) // NaN
{
// convert NaNS to NaNQ
vl[MANTISSA_MSB] |= 0x0000_8000_0000_0000;
exp = int.min;
}
else if (vu[F.EXPPOS_SHORT] & 0x8000) // negative infinity
exp = int.min;
else // positive infinity
exp = int.max;
}
else
{
exp = ex - F.EXPBIAS;
vu[F.EXPPOS_SHORT] =
cast(ushort)((0x8000 & vu[F.EXPPOS_SHORT]) | 0x3FFE);
}
}
else if ((vl[MANTISSA_LSB]
|(vl[MANTISSA_MSB] & 0x0000_FFFF_FFFF_FFFF)) == 0)
{
// value is +-0.0
exp = 0;
}
else
{
// subnormal
value *= F.RECIP_EPSILON;
ex = vu[F.EXPPOS_SHORT] & F.EXPMASK;
exp = ex - F.EXPBIAS - real.mant_dig + 1;
vu[F.EXPPOS_SHORT] =
cast(ushort)((0x8000 & vu[F.EXPPOS_SHORT]) | 0x3FFE);
}
return value;
}
else static if (F.realFormat == RealFormat.ieeeDouble)
{
if (ex) // If exponent is non-zero
{
if (ex == F.EXPMASK) // infinity or NaN
{
if (*vl == 0x7FF0_0000_0000_0000) // positive infinity
{
exp = int.max;
}
else if (*vl == 0xFFF0_0000_0000_0000) // negative infinity
exp = int.min;
else
{ // NaN
*vl |= 0x0008_0000_0000_0000; // convert NaNS to NaNQ
exp = int.min;
}
}
else
{
exp = (ex - F.EXPBIAS) >> 4;
vu[F.EXPPOS_SHORT] = cast(ushort)((0x800F & vu[F.EXPPOS_SHORT]) | 0x3FE0);
}
}
else if (!(*vl & 0x7FFF_FFFF_FFFF_FFFF))
{
// value is +-0.0
exp = 0;
}
else
{
// subnormal
value *= F.RECIP_EPSILON;
ex = vu[F.EXPPOS_SHORT] & F.EXPMASK;
exp = ((ex - F.EXPBIAS)>> 4) - real.mant_dig + 1;
vu[F.EXPPOS_SHORT] =
cast(ushort)((0x8000 & vu[F.EXPPOS_SHORT]) | 0x3FE0);
}
return value;
}
else // static if (F.realFormat == RealFormat.ibmExtended)
{
assert (0, "frexp not implemented");
}
}
unittest
{
static real[3][] vals = // x,frexp,exp
[
[0.0, 0.0, 0],
[-0.0, -0.0, 0],
[1.0, .5, 1],
[-1.0, -.5, 1],
[2.0, .5, 2],
[double.min_normal/2.0, .5, -1022],
[real.infinity,real.infinity,int.max],
[-real.infinity,-real.infinity,int.min],
[real.nan,real.nan,int.min],
[-real.nan,-real.nan,int.min],
];
int i;
for (i = 0; i < vals.length; i++)
{
real x = vals[i][0];
real e = vals[i][1];
int exp = cast(int)vals[i][2];
int eptr;
real v = frexp(x, eptr);
assert(isIdentical(e, v));
assert(exp == eptr);
}
static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended)
{
static real[3][] extendedvals = [ // x,frexp,exp
[0x1.a5f1c2eb3fe4efp+73L, 0x1.A5F1C2EB3FE4EFp-1L, 74], // normal
[0x1.fa01712e8f0471ap-1064L, 0x1.fa01712e8f0471ap-1L, -1063],
[real.min_normal, .5, -16381],
[real.min_normal/2.0L, .5, -16382] // subnormal
];
for (i = 0; i < extendedvals.length; i++)
{
real x = extendedvals[i][0];
real e = extendedvals[i][1];
int exp = cast(int)extendedvals[i][2];
int eptr;
real v = frexp(x, eptr);
assert(isIdentical(e, v));
assert(exp == eptr);
}
}
}
unittest
{
int exp;
real mantissa = frexp(123.456, exp);
assert(equalsDigit(mantissa * pow(2.0L, cast(real)exp), 123.456, 19));
assert(frexp(-real.nan, exp) && exp == int.min);
assert(frexp(real.nan, exp) && exp == int.min);
assert(frexp(-real.infinity, exp) == -real.infinity && exp == int.min);
assert(frexp(real.infinity, exp) == real.infinity && exp == int.max);
assert(frexp(-0.0, exp) == -0.0 && exp == 0);
assert(frexp(0.0, exp) == 0.0 && exp == 0);
}
/******************************************
* Extracts the exponent of x as a signed integral value.
*
* If x is not a special value, the result is the same as
* $(D cast(int)logb(x)).
*
* $(TABLE_SV
* $(TR $(TH x) $(TH ilogb(x)) $(TH Range error?))
* $(TR $(TD 0) $(TD FP_ILOGB0) $(TD yes))
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD int.max) $(TD no))
* $(TR $(TD $(NAN)) $(TD FP_ILOGBNAN) $(TD no))
* )
*/
int ilogb(real x) @trusted nothrow @nogc
{
version (Win64_DMD_InlineAsm)
{
asm
{
naked ;
fld real ptr [RCX] ;
fxam ;
fstsw AX ;
and AH,0x45 ;
cmp AH,0x40 ;
jz Lzeronan ;
cmp AH,5 ;
jz Linfinity ;
cmp AH,1 ;
jz Lzeronan ;
fxtract ;
fstp ST(0) ;
fistp dword ptr 8[RSP] ;
mov EAX,8[RSP] ;
ret ;
Lzeronan:
mov EAX,0x80000000 ;
fstp ST(0) ;
ret ;
Linfinity:
mov EAX,0x7FFFFFFF ;
fstp ST(0) ;
ret ;
}
}
else
return core.stdc.math.ilogbl(x);
}
alias FP_ILOGB0 = core.stdc.math.FP_ILOGB0;
alias FP_ILOGBNAN = core.stdc.math.FP_ILOGBNAN;
/*******************************************
* Compute n * 2$(SUP exp)
* References: frexp
*/
real ldexp(real n, int exp) @nogc @safe pure nothrow; /* intrinsic */
unittest
{
static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended)
{
assert(ldexp(1, -16384) == 0x1p-16384L);
assert(ldexp(1, -16382) == 0x1p-16382L);
int x;
real n = frexp(0x1p-16384L, x);
assert(n==0.5L);
assert(x==-16383);
assert(ldexp(n, x)==0x1p-16384L);
}
else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
{
assert(ldexp(1, -1024) == 0x1p-1024L);
assert(ldexp(1, -1022) == 0x1p-1022L);
int x;
real n = frexp(0x1p-1024L, x);
assert(n==0.5L);
assert(x==-1023);
assert(ldexp(n, x)==0x1p-1024L);
}
else static assert(false, "Floating point type real not supported");
}
unittest
{
static real[3][] vals = // value,exp,ldexp
[
[ 0, 0, 0],
[ 1, 0, 1],
[ -1, 0, -1],
[ 1, 1, 2],
[ 123, 10, 125952],
[ real.max, int.max, real.infinity],
[ real.max, -int.max, 0],
[ real.min_normal, -int.max, 0],
];
int i;
for (i = 0; i < vals.length; i++)
{
real x = vals[i][0];
int exp = cast(int)vals[i][1];
real z = vals[i][2];
real l = ldexp(x, exp);
assert(equalsDigit(z, l, 7));
}
}
unittest
{
real r;
r = ldexp(3.0L, 3);
assert(r == 24);
r = ldexp(cast(real) 3.0, cast(int) 3);
assert(r == 24);
real n = 3.0;
int exp = 3;
r = ldexp(n, exp);
assert(r == 24);
}
/**************************************
* Calculate the natural logarithm of x.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH log(x)) $(TH divide by 0?) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD -$(INFIN)) $(TD yes) $(TD no))
* $(TR $(TD $(LT)0.0) $(TD $(NAN)) $(TD no) $(TD yes))
* $(TR $(TD +$(INFIN)) $(TD +$(INFIN)) $(TD no) $(TD no))
* )
*/
real log(real x) @safe pure nothrow @nogc
{
version (INLINE_YL2X)
return yl2x(x, LN2);
else
{
// Coefficients for log(1 + x)
static immutable real[7] P = [
2.0039553499201281259648E1L,
5.7112963590585538103336E1L,
6.0949667980987787057556E1L,
2.9911919328553073277375E1L,
6.5787325942061044846969E0L,
4.9854102823193375972212E-1L,
4.5270000862445199635215E-5L,
];
static immutable real[7] Q = [
6.0118660497603843919306E1L,
2.1642788614495947685003E2L,
3.0909872225312059774938E2L,
2.2176239823732856465394E2L,
8.3047565967967209469434E1L,
1.5062909083469192043167E1L,
1.0000000000000000000000E0L,
];
// Coefficients for log(x)
static immutable real[4] R = [
-3.5717684488096787370998E1L,
1.0777257190312272158094E1L,
-7.1990767473014147232598E-1L,
1.9757429581415468984296E-3L,
];
static immutable real[4] S = [
-4.2861221385716144629696E2L,
1.9361891836232102174846E2L,
-2.6201045551331104417768E1L,
1.0000000000000000000000E0L,
];
// C1 + C2 = LN2.
enum real C1 = 6.9314575195312500000000E-1L;
enum real C2 = 1.4286068203094172321215E-6L;
// Special cases.
if (isNaN(x))
return x;
if (isInfinity(x) && !signbit(x))
return x;
if (x == 0.0)
return -real.infinity;
if (x < 0.0)
return real.nan;
// Separate mantissa from exponent.
// Note, frexp is used so that denormal numbers will be handled properly.
real y, z;
int exp;
x = frexp(x, exp);
// Logarithm using log(x) = z + z^^3 P(z) / Q(z),
// where z = 2(x - 1)/(x + 1)
if((exp > 2) || (exp < -2))
{
if(x < SQRT1_2)
{ // 2(2x - 1)/(2x + 1)
exp -= 1;
z = x - 0.5;
y = 0.5 * z + 0.5;
}
else
{ // 2(x - 1)/(x + 1)
z = x - 0.5;
z -= 0.5;
y = 0.5 * x + 0.5;
}
x = z / y;
z = x * x;
z = x * (z * poly(z, R) / poly(z, S));
z += exp * C2;
z += x;
z += exp * C1;
return z;
}
// Logarithm using log(1 + x) = x - .5x^^2 + x^^3 P(x) / Q(x)
if (x < SQRT1_2)
{ // 2x - 1
exp -= 1;
x = ldexp(x, 1) - 1.0;
}
else
{
x = x - 1.0;
}
z = x * x;
y = x * (z * poly(x, P) / poly(x, Q));
y += exp * C2;
z = y - ldexp(z, -1);
// Note, the sum of above terms does not exceed x/4,
// so it contributes at most about 1/4 lsb to the error.
z += x;
z += exp * C1;
return z;
}
}
unittest
{
assert(log(E) == 1);
}
/**************************************
* Calculate the base-10 logarithm of x.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH log10(x)) $(TH divide by 0?) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD -$(INFIN)) $(TD yes) $(TD no))
* $(TR $(TD $(LT)0.0) $(TD $(NAN)) $(TD no) $(TD yes))
* $(TR $(TD +$(INFIN)) $(TD +$(INFIN)) $(TD no) $(TD no))
* )
*/
real log10(real x) @safe pure nothrow @nogc
{
version (INLINE_YL2X)
return yl2x(x, LOG2);
else
{
// Coefficients for log(1 + x)
static immutable real[7] P = [
2.0039553499201281259648E1L,
5.7112963590585538103336E1L,
6.0949667980987787057556E1L,
2.9911919328553073277375E1L,
6.5787325942061044846969E0L,
4.9854102823193375972212E-1L,
4.5270000862445199635215E-5L,
];
static immutable real[7] Q = [
6.0118660497603843919306E1L,
2.1642788614495947685003E2L,
3.0909872225312059774938E2L,
2.2176239823732856465394E2L,
8.3047565967967209469434E1L,
1.5062909083469192043167E1L,
1.0000000000000000000000E0L,
];
// Coefficients for log(x)
static immutable real[4] R = [
-3.5717684488096787370998E1L,
1.0777257190312272158094E1L,
-7.1990767473014147232598E-1L,
1.9757429581415468984296E-3L,
];
static immutable real[4] S = [
-4.2861221385716144629696E2L,
1.9361891836232102174846E2L,
-2.6201045551331104417768E1L,
1.0000000000000000000000E0L,
];
// log10(2) split into two parts.
enum real L102A = 0.3125L;
enum real L102B = -1.14700043360188047862611052755069732318101185E-2L;
// log10(e) split into two parts.
enum real L10EA = 0.5L;
enum real L10EB = -6.570551809674817234887108108339491770560299E-2L;
// Special cases are the same as for log.
if (isNaN(x))
return x;
if (isInfinity(x) && !signbit(x))
return x;
if (x == 0.0)
return -real.infinity;
if (x < 0.0)
return real.nan;
// Separate mantissa from exponent.
// Note, frexp is used so that denormal numbers will be handled properly.
real y, z;
int exp;
x = frexp(x, exp);
// Logarithm using log(x) = z + z^^3 P(z) / Q(z),
// where z = 2(x - 1)/(x + 1)
if((exp > 2) || (exp < -2))
{
if(x < SQRT1_2)
{ // 2(2x - 1)/(2x + 1)
exp -= 1;
z = x - 0.5;
y = 0.5 * z + 0.5;
}
else
{ // 2(x - 1)/(x + 1)
z = x - 0.5;
z -= 0.5;
y = 0.5 * x + 0.5;
}
x = z / y;
z = x * x;
y = x * (z * poly(z, R) / poly(z, S));
goto Ldone;
}
// Logarithm using log(1 + x) = x - .5x^^2 + x^^3 P(x) / Q(x)
if (x < SQRT1_2)
{ // 2x - 1
exp -= 1;
x = ldexp(x, 1) - 1.0;
}
else
x = x - 1.0;
z = x * x;
y = x * (z * poly(x, P) / poly(x, Q));
y = y - ldexp(z, -1);
// Multiply log of fraction by log10(e) and base 2 exponent by log10(2).
// This sequence of operations is critical and it may be horribly
// defeated by some compiler optimizers.
Ldone:
z = y * L10EB;
z += x * L10EB;
z += exp * L102B;
z += y * L10EA;
z += x * L10EA;
z += exp * L102A;
return z;
}
}
unittest
{
//printf("%Lg\n", log10(1000) - 3);
assert(fabs(log10(1000) - 3) < .000001);
}
/******************************************
* Calculates the natural logarithm of 1 + x.
*
* For very small x, log1p(x) will be more accurate than
* log(1 + x).
*
* $(TABLE_SV
* $(TR $(TH x) $(TH log1p(x)) $(TH divide by 0?) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) $(TD no) $(TD no))
* $(TR $(TD -1.0) $(TD -$(INFIN)) $(TD yes) $(TD no))
* $(TR $(TD $(LT)-1.0) $(TD $(NAN)) $(TD no) $(TD yes))
* $(TR $(TD +$(INFIN)) $(TD -$(INFIN)) $(TD no) $(TD no))
* )
*/
real log1p(real x) @safe pure nothrow @nogc
{
version(INLINE_YL2X)
{
// On x87, yl2xp1 is valid if and only if -0.5 <= lg(x) <= 0.5,
// ie if -0.29<=x<=0.414
return (fabs(x) <= 0.25) ? yl2xp1(x, LN2) : yl2x(x+1, LN2);
}
else
{
// Special cases.
if (isNaN(x) || x == 0.0)
return x;
if (isInfinity(x) && !signbit(x))
return x;
if (x == -1.0)
return -real.infinity;
if (x < -1.0)
return real.nan;
return log(x + 1.0);
}
}
/***************************************
* Calculates the base-2 logarithm of x:
* $(SUB log, 2)x
*
* $(TABLE_SV
* $(TR $(TH x) $(TH log2(x)) $(TH divide by 0?) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD -$(INFIN)) $(TD yes) $(TD no) )
* $(TR $(TD $(LT)0.0) $(TD $(NAN)) $(TD no) $(TD yes) )
* $(TR $(TD +$(INFIN)) $(TD +$(INFIN)) $(TD no) $(TD no) )
* )
*/
real log2(real x) @safe pure nothrow @nogc
{
version (INLINE_YL2X)
return yl2x(x, 1);
else
{
// Coefficients for log(1 + x)
static immutable real[7] P = [
2.0039553499201281259648E1L,
5.7112963590585538103336E1L,
6.0949667980987787057556E1L,
2.9911919328553073277375E1L,
6.5787325942061044846969E0L,
4.9854102823193375972212E-1L,
4.5270000862445199635215E-5L,
];
static immutable real[7] Q = [
6.0118660497603843919306E1L,
2.1642788614495947685003E2L,
3.0909872225312059774938E2L,
2.2176239823732856465394E2L,
8.3047565967967209469434E1L,
1.5062909083469192043167E1L,
1.0000000000000000000000E0L,
];
// Coefficients for log(x)
static immutable real[4] R = [
-3.5717684488096787370998E1L,
1.0777257190312272158094E1L,
-7.1990767473014147232598E-1L,
1.9757429581415468984296E-3L,
];
static immutable real[4] S = [
-4.2861221385716144629696E2L,
1.9361891836232102174846E2L,
-2.6201045551331104417768E1L,
1.0000000000000000000000E0L,
];
// Special cases are the same as for log.
if (isNaN(x))
return x;
if (isInfinity(x) && !signbit(x))
return x;
if (x == 0.0)
return -real.infinity;
if (x < 0.0)
return real.nan;
// Separate mantissa from exponent.
// Note, frexp is used so that denormal numbers will be handled properly.
real y, z;
int exp;
x = frexp(x, exp);
// Logarithm using log(x) = z + z^^3 P(z) / Q(z),
// where z = 2(x - 1)/(x + 1)
if((exp > 2) || (exp < -2))
{
if(x < SQRT1_2)
{ // 2(2x - 1)/(2x + 1)
exp -= 1;
z = x - 0.5;
y = 0.5 * z + 0.5;
}
else
{ // 2(x - 1)/(x + 1)
z = x - 0.5;
z -= 0.5;
y = 0.5 * x + 0.5;
}
x = z / y;
z = x * x;
y = x * (z * poly(z, R) / poly(z, S));
goto Ldone;
}
// Logarithm using log(1 + x) = x - .5x^^2 + x^^3 P(x) / Q(x)
if (x < SQRT1_2)
{ // 2x - 1
exp -= 1;
x = ldexp(x, 1) - 1.0;
}
else
x = x - 1.0;
z = x * x;
y = x * (z * poly(x, P) / poly(x, Q));
y = y - ldexp(z, -1);
// Multiply log of fraction by log10(e) and base 2 exponent by log10(2).
// This sequence of operations is critical and it may be horribly
// defeated by some compiler optimizers.
Ldone:
z = y * (LOG2E - 1.0);
z += x * (LOG2E - 1.0);
z += y;
z += x;
z += exp;
return z;
}
}
unittest
{
assert(equalsDigit(log2(1024), 10, 19));
}
/*****************************************
* Extracts the exponent of x as a signed integral value.
*
* If x is subnormal, it is treated as if it were normalized.
* For a positive, finite x:
*
* 1 $(LT)= $(I x) * FLT_RADIX$(SUP -logb(x)) $(LT) FLT_RADIX
*
* $(TABLE_SV
* $(TR $(TH x) $(TH logb(x)) $(TH divide by 0?) )
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD +$(INFIN)) $(TD no))
* $(TR $(TD $(PLUSMN)0.0) $(TD -$(INFIN)) $(TD yes) )
* )
*/
real logb(real x) @trusted nothrow @nogc
{
version (Win64_DMD_InlineAsm)
{
asm
{
naked ;
fld real ptr [RCX] ;
fxtract ;
fstp ST(0) ;
ret ;
}
}
else
return core.stdc.math.logbl(x);
}
/************************************
* Calculates the remainder from the calculation x/y.
* Returns:
* The value of x - i * y, where i is the number of times that y can
* be completely subtracted from x. The result has the same sign as x.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH y) $(TH fmod(x, y)) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD not 0.0) $(TD $(PLUSMN)0.0) $(TD no))
* $(TR $(TD $(PLUSMNINF)) $(TD anything) $(TD $(NAN)) $(TD yes))
* $(TR $(TD anything) $(TD $(PLUSMN)0.0) $(TD $(NAN)) $(TD yes))
* $(TR $(TD !=$(PLUSMNINF)) $(TD $(PLUSMNINF)) $(TD x) $(TD no))
* )
*/
real fmod(real x, real y) @trusted nothrow @nogc
{
version (Win64)
{
return x % y;
}
else
return core.stdc.math.fmodl(x, y);
}
/************************************
* Breaks x into an integral part and a fractional part, each of which has
* the same sign as x. The integral part is stored in i.
* Returns:
* The fractional part of x.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH i (on input)) $(TH modf(x, i)) $(TH i (on return)))
* $(TR $(TD $(PLUSMNINF)) $(TD anything) $(TD $(PLUSMN)0.0) $(TD $(PLUSMNINF)))
* )
*/
real modf(real x, ref real i) @trusted nothrow @nogc
{
version (Win64)
{
i = trunc(x);
return copysign(isInfinity(x) ? 0.0 : x - i, x);
}
else
return core.stdc.math.modfl(x,&i);
}
/*************************************
* Efficiently calculates x * 2$(SUP n).
*
* scalbn handles underflow and overflow in
* the same fashion as the basic arithmetic operators.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH scalb(x)))
* $(TR $(TD $(PLUSMNINF)) $(TD $(PLUSMNINF)) )
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) )
* )
*/
real scalbn(real x, int n) @trusted nothrow @nogc
{
version(InlineAsm_X86_Any) {
// scalbnl is not supported on DMD-Windows, so use asm.
version (Win64)
{
asm {
naked ;
mov 16[RSP],RCX ;
fild word ptr 16[RSP] ;
fld real ptr [RDX] ;
fscale ;
fstp ST(1) ;
ret ;
}
}
else
{
asm {
fild n;
fld x;
fscale;
fstp ST(1);
}
}
}
else
{
return core.stdc.math.scalbnl(x, n);
}
}
unittest
{
assert(scalbn(-real.infinity, 5) == -real.infinity);
}
/***************
* Calculates the cube root of x.
*
* $(TABLE_SV
* $(TR $(TH $(I x)) $(TH cbrt(x)) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) $(TD no) )
* $(TR $(TD $(NAN)) $(TD $(NAN)) $(TD yes) )
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD $(PLUSMN)$(INFIN)) $(TD no) )
* )
*/
real cbrt(real x) @trusted nothrow @nogc
{
version (Win64)
{
version (INLINE_YL2X)
return copysign(exp2(yl2x(fabs(x), 1.0L/3.0L)), x);
else
return core.stdc.math.cbrtl(x);
}
else
return core.stdc.math.cbrtl(x);
}
/*******************************
* Returns |x|
*
* $(TABLE_SV
* $(TR $(TH x) $(TH fabs(x)))
* $(TR $(TD $(PLUSMN)0.0) $(TD +0.0) )
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD +$(INFIN)) )
* )
*/
real fabs(real x) @safe pure nothrow @nogc; /* intrinsic */
/***********************************************************************
* Calculates the length of the
* hypotenuse of a right-angled triangle with sides of length x and y.
* The hypotenuse is the value of the square root of
* the sums of the squares of x and y:
*
* sqrt($(POWER x, 2) + $(POWER y, 2))
*
* Note that hypot(x, y), hypot(y, x) and
* hypot(x, -y) are equivalent.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH y) $(TH hypot(x, y)) $(TH invalid?))
* $(TR $(TD x) $(TD $(PLUSMN)0.0) $(TD |x|) $(TD no))
* $(TR $(TD $(PLUSMNINF)) $(TD y) $(TD +$(INFIN)) $(TD no))
* $(TR $(TD $(PLUSMNINF)) $(TD $(NAN)) $(TD +$(INFIN)) $(TD no))
* )
*/
real hypot(real x, real y) @safe pure nothrow @nogc
{
// Scale x and y to avoid underflow and overflow.
// If one is huge and the other tiny, return the larger.
// If both are huge, avoid overflow by scaling by 1/sqrt(real.max/2).
// If both are tiny, avoid underflow by scaling by sqrt(real.min_normal*real.epsilon).
enum real SQRTMIN = 0.5 * sqrt(real.min_normal); // This is a power of 2.
enum real SQRTMAX = 1.0L / SQRTMIN; // 2^^((max_exp)/2) = nextUp(sqrt(real.max))
static assert(2*(SQRTMAX/2)*(SQRTMAX/2) <= real.max);
// Proves that sqrt(real.max) ~~ 0.5/sqrt(real.min_normal)
static assert(real.min_normal*real.max > 2 && real.min_normal*real.max <= 4);
real u = fabs(x);
real v = fabs(y);
if (!(u >= v)) // check for NaN as well.
{
v = u;
u = fabs(y);
if (u == real.infinity) return u; // hypot(inf, nan) == inf
if (v == real.infinity) return v; // hypot(nan, inf) == inf
}
// Now u >= v, or else one is NaN.
if (v >= SQRTMAX*0.5)
{
// hypot(huge, huge) -- avoid overflow
u *= SQRTMIN*0.5;
v *= SQRTMIN*0.5;
return sqrt(u*u + v*v) * SQRTMAX * 2.0;
}
if (u <= SQRTMIN)
{
// hypot (tiny, tiny) -- avoid underflow
// This is only necessary to avoid setting the underflow
// flag.
u *= SQRTMAX / real.epsilon;
v *= SQRTMAX / real.epsilon;
return sqrt(u*u + v*v) * SQRTMIN * real.epsilon;
}
if (u * real.epsilon > v)
{
// hypot (huge, tiny) = huge
return u;
}
// both are in the normal range
return sqrt(u*u + v*v);
}
unittest
{
static real[3][] vals = // x,y,hypot
[
[ 0.0, 0.0, 0.0],
[ 0.0, -0.0, 0.0],
[ -0.0, -0.0, 0.0],
[ 3.0, 4.0, 5.0],
[ -300, -400, 500],
[0.0, 7.0, 7.0],
[9.0, 9*real.epsilon, 9.0],
[88/(64*sqrt(real.min_normal)), 105/(64*sqrt(real.min_normal)), 137/(64*sqrt(real.min_normal))],
[88/(128*sqrt(real.min_normal)), 105/(128*sqrt(real.min_normal)), 137/(128*sqrt(real.min_normal))],
[3*real.min_normal*real.epsilon, 4*real.min_normal*real.epsilon, 5*real.min_normal*real.epsilon],
[ real.min_normal, real.min_normal, sqrt(2.0L)*real.min_normal],
[ real.max/sqrt(2.0L), real.max/sqrt(2.0L), real.max],
[ real.infinity, real.nan, real.infinity],
[ real.nan, real.infinity, real.infinity],
[ real.nan, real.nan, real.nan],
[ real.nan, real.max, real.nan],
[ real.max, real.nan, real.nan],
];
for (int i = 0; i < vals.length; i++)
{
real x = vals[i][0];
real y = vals[i][1];
real z = vals[i][2];
real h = hypot(x, y);
assert(isIdentical(z,h) || feqrel(z, h) >= real.mant_dig - 1);
}
}
/**************************************
* Returns the value of x rounded upward to the next integer
* (toward positive infinity).
*/
real ceil(real x) @trusted pure nothrow @nogc
{
version (Win64_DMD_InlineAsm)
{
asm
{
naked ;
fld real ptr [RCX] ;
fstcw 8[RSP] ;
mov AL,9[RSP] ;
mov DL,AL ;
and AL,0xC3 ;
or AL,0x08 ; // round to +infinity
mov 9[RSP],AL ;
fldcw 8[RSP] ;
frndint ;
mov 9[RSP],DL ;
fldcw 8[RSP] ;
ret ;
}
}
else
{
// Special cases.
if (isNaN(x) || isInfinity(x))
return x;
real y = floorImpl(x);
if (y < x)
y += 1.0;
return y;
}
}
unittest
{
assert(ceil(+123.456L) == +124);
assert(ceil(-123.456L) == -123);
assert(ceil(-1.234L) == -1);
assert(ceil(-0.123L) == 0);
assert(ceil(0.0L) == 0);
assert(ceil(+0.123L) == 1);
assert(ceil(+1.234L) == 2);
assert(ceil(real.infinity) == real.infinity);
assert(isNaN(ceil(real.nan)));
assert(isNaN(ceil(real.init)));
}
// ditto
double ceil(double x) @trusted pure nothrow @nogc
{
// Special cases.
if (isNaN(x) || isInfinity(x))
return x;
double y = floorImpl(x);
if (y < x)
y += 1.0;
return y;
}
unittest
{
assert(ceil(+123.456) == +124);
assert(ceil(-123.456) == -123);
assert(ceil(-1.234) == -1);
assert(ceil(-0.123) == 0);
assert(ceil(0.0) == 0);
assert(ceil(+0.123) == 1);
assert(ceil(+1.234) == 2);
assert(ceil(double.infinity) == double.infinity);
assert(isNaN(ceil(double.nan)));
assert(isNaN(ceil(double.init)));
}
// ditto
float ceil(float x) @trusted pure nothrow @nogc
{
// Special cases.
if (isNaN(x) || isInfinity(x))
return x;
float y = floorImpl(x);
if (y < x)
y += 1.0;
return y;
}
unittest
{
assert(ceil(+123.456f) == +124);
assert(ceil(-123.456f) == -123);
assert(ceil(-1.234f) == -1);
assert(ceil(-0.123f) == 0);
assert(ceil(0.0f) == 0);
assert(ceil(+0.123f) == 1);
assert(ceil(+1.234f) == 2);
assert(ceil(float.infinity) == float.infinity);
assert(isNaN(ceil(float.nan)));
assert(isNaN(ceil(float.init)));
}
/**************************************
* Returns the value of x rounded downward to the next integer
* (toward negative infinity).
*/
real floor(real x) @trusted pure nothrow @nogc
{
version (Win64_DMD_InlineAsm)
{
asm
{
naked ;
fld real ptr [RCX] ;
fstcw 8[RSP] ;
mov AL,9[RSP] ;
mov DL,AL ;
and AL,0xC3 ;
or AL,0x04 ; // round to -infinity
mov 9[RSP],AL ;
fldcw 8[RSP] ;
frndint ;
mov 9[RSP],DL ;
fldcw 8[RSP] ;
ret ;
}
}
else
{
// Special cases.
if (isNaN(x) || isInfinity(x) || x == 0.0)
return x;
return floorImpl(x);
}
}
unittest
{
assert(floor(+123.456L) == +123);
assert(floor(-123.456L) == -124);
assert(floor(-1.234L) == -2);
assert(floor(-0.123L) == -1);
assert(floor(0.0L) == 0);
assert(floor(+0.123L) == 0);
assert(floor(+1.234L) == 1);
assert(floor(real.infinity) == real.infinity);
assert(isNaN(floor(real.nan)));
assert(isNaN(floor(real.init)));
}
// ditto
double floor(double x) @trusted pure nothrow @nogc
{
// Special cases.
if (isNaN(x) || isInfinity(x) || x == 0.0)
return x;
return floorImpl(x);
}
unittest
{
assert(floor(+123.456) == +123);
assert(floor(-123.456) == -124);
assert(floor(-1.234) == -2);
assert(floor(-0.123) == -1);
assert(floor(0.0) == 0);
assert(floor(+0.123) == 0);
assert(floor(+1.234) == 1);
assert(floor(double.infinity) == double.infinity);
assert(isNaN(floor(double.nan)));
assert(isNaN(floor(double.init)));
}
// ditto
float floor(float x) @trusted pure nothrow @nogc
{
// Special cases.
if (isNaN(x) || isInfinity(x) || x == 0.0)
return x;
return floorImpl(x);
}
unittest
{
assert(floor(+123.456f) == +123);
assert(floor(-123.456f) == -124);
assert(floor(-1.234f) == -2);
assert(floor(-0.123f) == -1);
assert(floor(0.0f) == 0);
assert(floor(+0.123f) == 0);
assert(floor(+1.234f) == 1);
assert(floor(float.infinity) == float.infinity);
assert(isNaN(floor(float.nan)));
assert(isNaN(floor(float.init)));
}
/******************************************
* Rounds x to the nearest integer value, using the current rounding
* mode.
*
* Unlike the rint functions, nearbyint does not raise the
* FE_INEXACT exception.
*/
real nearbyint(real x) @trusted nothrow @nogc
{
version (Win64)
{
assert(0); // not implemented in C library
}
else
return core.stdc.math.nearbyintl(x);
}
/**********************************
* Rounds x to the nearest integer value, using the current rounding
* mode.
* If the return value is not equal to x, the FE_INEXACT
* exception is raised.
* $(B nearbyint) performs
* the same operation, but does not set the FE_INEXACT exception.
*/
real rint(real x) @safe pure nothrow @nogc; /* intrinsic */
/***************************************
* Rounds x to the nearest integer value, using the current rounding
* mode.
*
* This is generally the fastest method to convert a floating-point number
* to an integer. Note that the results from this function
* depend on the rounding mode, if the fractional part of x is exactly 0.5.
* If using the default rounding mode (ties round to even integers)
* lrint(4.5) == 4, lrint(5.5)==6.
*/
long lrint(real x) @trusted pure nothrow @nogc
{
version(InlineAsm_X86_Any)
{
version (Win64)
{
asm
{
naked;
fld real ptr [RCX];
fistp qword ptr 8[RSP];
mov RAX,8[RSP];
ret;
}
}
else
{
long n;
asm
{
fld x;
fistp n;
}
return n;
}
}
else
{
alias F = floatTraits!(real);
static if (F.realFormat == RealFormat.ieeeDouble)
{
long result;
// Rounding limit when casting from real(double) to ulong.
enum real OF = 4.50359962737049600000E15L;
uint* vi = cast(uint*)(&x);
// Find the exponent and sign
uint msb = vi[MANTISSA_MSB];
uint lsb = vi[MANTISSA_LSB];
int exp = ((msb >> 20) & 0x7ff) - 0x3ff;
int sign = msb >> 31;
msb &= 0xfffff;
msb |= 0x100000;
if (exp < 63)
{
if (exp >= 52)
result = (cast(long) msb << (exp - 20)) | (lsb << (exp - 52));
else
{
// Adjust x and check result.
real j = sign ? -OF : OF;
x = (j + x) - j;
msb = vi[MANTISSA_MSB];
lsb = vi[MANTISSA_LSB];
exp = ((msb >> 20) & 0x7ff) - 0x3ff;
msb &= 0xfffff;
msb |= 0x100000;
if (exp < 0)
result = 0;
else if (exp < 20)
result = cast(long) msb >> (20 - exp);
else if (exp == 20)
result = cast(long) msb;
else
result = (cast(long) msb << (exp - 20)) | (lsb >> (52 - exp));
}
}
else
{
// It is left implementation defined when the number is too large.
return cast(long) x;
}
return sign ? -result : result;
}
else static if (F.realFormat == RealFormat.ieeeExtended)
{
long result;
// Rounding limit when casting from real(80-bit) to ulong.
enum real OF = 9.22337203685477580800E18L;
ushort* vu = cast(ushort*)(&x);
uint* vi = cast(uint*)(&x);
// Find the exponent and sign
int exp = (vu[F.EXPPOS_SHORT] & 0x7fff) - 0x3fff;
int sign = (vu[F.EXPPOS_SHORT] >> 15) & 1;
if (exp < 63)
{
// Adjust x and check result.
real j = sign ? -OF : OF;
x = (j + x) - j;
exp = (vu[F.EXPPOS_SHORT] & 0x7fff) - 0x3fff;
version (LittleEndian)
{
if (exp < 0)
result = 0;
else if (exp <= 31)
result = vi[1] >> (31 - exp);
else
result = (cast(long) vi[1] << (exp - 31)) | (vi[0] >> (63 - exp));
}
else
{
if (exp < 0)
result = 0;
else if (exp <= 31)
result = vi[1] >> (31 - exp);
else
result = (cast(long) vi[1] << (exp - 31)) | (vi[2] >> (63 - exp));
}
}
else
{
// It is left implementation defined when the number is too large
// to fit in a 64bit long.
return cast(long) x;
}
return sign ? -result : result;
}
else
{
static assert(false, "Only 64-bit and 80-bit reals are supported by lrint()");
}
}
}
unittest
{
assert(lrint(4.5) == 4);
assert(lrint(5.5) == 6);
assert(lrint(-4.5) == -4);
assert(lrint(-5.5) == -6);
assert(lrint(int.max - 0.5) == 2147483646L);
assert(lrint(int.max + 0.5) == 2147483648L);
assert(lrint(int.min - 0.5) == -2147483648L);
assert(lrint(int.min + 0.5) == -2147483648L);
}
/*******************************************
* Return the value of x rounded to the nearest integer.
* If the fractional part of x is exactly 0.5, the return value is rounded to
* the even integer.
*/
real round(real x) @trusted nothrow @nogc
{
version (Win64)
{
auto old = FloatingPointControl.getControlState();
FloatingPointControl.setControlState((old & ~FloatingPointControl.ROUNDING_MASK) | FloatingPointControl.roundToZero);
x = rint((x >= 0) ? x + 0.5 : x - 0.5);
FloatingPointControl.setControlState(old);
return x;
}
else
return core.stdc.math.roundl(x);
}
/**********************************************
* Return the value of x rounded to the nearest integer.
*
* If the fractional part of x is exactly 0.5, the return value is rounded
* away from zero.
*/
long lround(real x) @trusted nothrow @nogc
{
version (Posix)
return core.stdc.math.llroundl(x);
else
assert (0, "lround not implemented");
}
version(Posix)
{
unittest
{
assert(lround(0.49) == 0);
assert(lround(0.5) == 1);
assert(lround(1.5) == 2);
}
}
/****************************************************
* Returns the integer portion of x, dropping the fractional portion.
*
* This is also known as "chop" rounding.
*/
real trunc(real x) @trusted nothrow @nogc
{
version (Win64_DMD_InlineAsm)
{
asm
{
naked ;
fld real ptr [RCX] ;
fstcw 8[RSP] ;
mov AL,9[RSP] ;
mov DL,AL ;
and AL,0xC3 ;
or AL,0x0C ; // round to 0
mov 9[RSP],AL ;
fldcw 8[RSP] ;
frndint ;
mov 9[RSP],DL ;
fldcw 8[RSP] ;
ret ;
}
}
else
return core.stdc.math.truncl(x);
}
/****************************************************
* Calculate the remainder x REM y, following IEC 60559.
*
* REM is the value of x - y * n, where n is the integer nearest the exact
* value of x / y.
* If |n - x / y| == 0.5, n is even.
* If the result is zero, it has the same sign as x.
* Otherwise, the sign of the result is the sign of x / y.
* Precision mode has no effect on the remainder functions.
*
* remquo returns n in the parameter n.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH y) $(TH remainder(x, y)) $(TH n) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD not 0.0) $(TD $(PLUSMN)0.0) $(TD 0.0) $(TD no))
* $(TR $(TD $(PLUSMNINF)) $(TD anything) $(TD $(NAN)) $(TD ?) $(TD yes))
* $(TR $(TD anything) $(TD $(PLUSMN)0.0) $(TD $(NAN)) $(TD ?) $(TD yes))
* $(TR $(TD != $(PLUSMNINF)) $(TD $(PLUSMNINF)) $(TD x) $(TD ?) $(TD no))
* )
*
* Note: remquo not supported on windows
*/
real remainder(real x, real y) @trusted nothrow @nogc
{
version (Win64)
{
int n;
return remquo(x, y, n);
}
else
return core.stdc.math.remainderl(x, y);
}
real remquo(real x, real y, out int n) @trusted nothrow @nogc /// ditto
{
version (Posix)
return core.stdc.math.remquol(x, y, &n);
else
assert (0, "remquo not implemented");
}
/** IEEE exception status flags ('sticky bits')
These flags indicate that an exceptional floating-point condition has occurred.
They indicate that a NaN or an infinity has been generated, that a result
is inexact, or that a signalling NaN has been encountered. If floating-point
exceptions are enabled (unmasked), a hardware exception will be generated
instead of setting these flags.
Example:
----
real a=3.5;
// Set all the flags to zero
resetIeeeFlags();
assert(!ieeeFlags.divByZero);
// Perform a division by zero.
a/=0.0L;
assert(a==real.infinity);
assert(ieeeFlags.divByZero);
// Create a NaN
a*=0.0L;
assert(ieeeFlags.invalid);
assert(isNaN(a));
// Check that calling func() has no effect on the
// status flags.
IeeeFlags f = ieeeFlags;
func();
assert(ieeeFlags == f);
----
*/
struct IeeeFlags
{
private:
// The x87 FPU status register is 16 bits.
// The Pentium SSE2 status register is 32 bits.
uint flags;
version (X86_Any)
{
// Applies to both x87 status word (16 bits) and SSE2 status word(32 bits).
enum : int
{
INEXACT_MASK = 0x20,
UNDERFLOW_MASK = 0x10,
OVERFLOW_MASK = 0x08,
DIVBYZERO_MASK = 0x04,
INVALID_MASK = 0x01
}
// Don't bother about subnormals, they are not supported on most CPUs.
// SUBNORMAL_MASK = 0x02;
}
else version (PPC)
{
// PowerPC FPSCR is a 32-bit register.
enum : int
{
INEXACT_MASK = 0x600,
UNDERFLOW_MASK = 0x010,
OVERFLOW_MASK = 0x008,
DIVBYZERO_MASK = 0x020,
INVALID_MASK = 0xF80 // PowerPC has five types of invalid exceptions.
}
}
else version (PPC64)
{
// PowerPC FPSCR is a 32-bit register.
enum : int
{
INEXACT_MASK = 0x600,
UNDERFLOW_MASK = 0x010,
OVERFLOW_MASK = 0x008,
DIVBYZERO_MASK = 0x020,
INVALID_MASK = 0xF80 // PowerPC has five types of invalid exceptions.
}
}
else version (ARM)
{
// TODO: Fill this in for VFP.
}
else version(SPARC)
{
// SPARC FSR is a 32bit register
//(64 bits for Sparc 7 & 8, but high 32 bits are uninteresting).
enum : int
{
INEXACT_MASK = 0x020,
UNDERFLOW_MASK = 0x080,
OVERFLOW_MASK = 0x100,
DIVBYZERO_MASK = 0x040,
INVALID_MASK = 0x200
}
}
else
static assert(0, "Not implemented");
private:
static uint getIeeeFlags()
{
version(D_InlineAsm_X86)
{
asm
{
fstsw AX;
// NOTE: If compiler supports SSE2, need to OR the result with
// the SSE2 status register.
// Clear all irrelevant bits
and EAX, 0x03D;
}
}
else version(D_InlineAsm_X86_64)
{
asm
{
fstsw AX;
// NOTE: If compiler supports SSE2, need to OR the result with
// the SSE2 status register.
// Clear all irrelevant bits
and RAX, 0x03D;
}
}
else version (SPARC)
{
/*
int retval;
asm { st %fsr, retval; }
return retval;
*/
assert(0, "Not yet supported");
}
else version (ARM)
{
assert(false, "Not yet supported.");
}
else
assert(0, "Not yet supported");
}
static void resetIeeeFlags()
{
version(InlineAsm_X86_Any)
{
asm
{
fnclex;
}
}
else
{
/* SPARC:
int tmpval;
asm { st %fsr, tmpval; }
tmpval &=0xFFFF_FC00;
asm { ld tmpval, %fsr; }
*/
assert(0, "Not yet supported");
}
}
public:
version (IeeeFlagsSupport) {
/// The result cannot be represented exactly, so rounding occurred.
/// (example: x = sin(0.1); )
@property bool inexact() { return (flags & INEXACT_MASK) != 0; }
/// A zero was generated by underflow (example: x = real.min*real.epsilon/2;)
@property bool underflow() { return (flags & UNDERFLOW_MASK) != 0; }
/// An infinity was generated by overflow (example: x = real.max*2;)
@property bool overflow() { return (flags & OVERFLOW_MASK) != 0; }
/// An infinity was generated by division by zero (example: x = 3/0.0; )
@property bool divByZero() { return (flags & DIVBYZERO_MASK) != 0; }
/// A machine NaN was generated. (example: x = real.infinity * 0.0; )
@property bool invalid() { return (flags & INVALID_MASK) != 0; }
}
}
version(X86_Any)
{
version = IeeeFlagsSupport;
}
else version(ARM)
{
version = IeeeFlagsSupport;
}
/// Set all of the floating-point status flags to false.
void resetIeeeFlags() { IeeeFlags.resetIeeeFlags(); }
/// Return a snapshot of the current state of the floating-point status flags.
@property IeeeFlags ieeeFlags()
{
return IeeeFlags(IeeeFlags.getIeeeFlags());
}
/** Control the Floating point hardware
Change the IEEE754 floating-point rounding mode and the floating-point
hardware exceptions.
By default, the rounding mode is roundToNearest and all hardware exceptions
are disabled. For most applications, debugging is easier if the $(I division
by zero), $(I overflow), and $(I invalid operation) exceptions are enabled.
These three are combined into a $(I severeExceptions) value for convenience.
Note in particular that if $(I invalidException) is enabled, a hardware trap
will be generated whenever an uninitialized floating-point variable is used.
All changes are temporary. The previous state is restored at the
end of the scope.
Example:
----
{
FloatingPointControl fpctrl;
// Enable hardware exceptions for division by zero, overflow to infinity,
// invalid operations, and uninitialized floating-point variables.
fpctrl.enableExceptions(FloatingPointControl.severeExceptions);
// This will generate a hardware exception, if x is a
// default-initialized floating point variable:
real x; // Add `= 0` or even `= real.nan` to not throw the exception.
real y = x * 3.0;
// The exception is only thrown for default-uninitialized NaN-s.
// NaN-s with other payload are valid:
real z = y * real.nan; // ok
// Changing the rounding mode:
fpctrl.rounding = FloatingPointControl.roundUp;
assert(rint(1.1) == 2);
// The set hardware exceptions will be disabled when leaving this scope.
// The original rounding mode will also be restored.
}
// Ensure previous values are returned:
assert(!FloatingPointControl.enabledExceptions);
assert(FloatingPointControl.rounding == FloatingPointControl.roundToNearest);
assert(rint(1.1) == 1);
----
*/
struct FloatingPointControl
{
alias RoundingMode = uint;
/** IEEE rounding modes.
* The default mode is roundToNearest.
*/
version(ARM)
{
enum : RoundingMode
{
roundToNearest = 0x000000,
roundDown = 0x400000,
roundUp = 0x800000,
roundToZero = 0xC00000
}
}
else
{
enum : RoundingMode
{
roundToNearest = 0x0000,
roundDown = 0x0400,
roundUp = 0x0800,
roundToZero = 0x0C00
}
}
/** IEEE hardware exceptions.
* By default, all exceptions are masked (disabled).
*/
version(ARM)
{
enum : uint
{
subnormalException = 0x8000,
inexactException = 0x1000,
underflowException = 0x0800,
overflowException = 0x0400,
divByZeroException = 0x0200,
invalidException = 0x0100,
/// Severe = The overflow, division by zero, and invalid exceptions.
severeExceptions = overflowException | divByZeroException
| invalidException,
allExceptions = severeExceptions | underflowException
| inexactException | subnormalException,
}
}
else
{
enum : uint
{
inexactException = 0x20,
underflowException = 0x10,
overflowException = 0x08,
divByZeroException = 0x04,
subnormalException = 0x02,
invalidException = 0x01,
/// Severe = The overflow, division by zero, and invalid exceptions.
severeExceptions = overflowException | divByZeroException
| invalidException,
allExceptions = severeExceptions | underflowException
| inexactException | subnormalException,
}
}
private:
version(ARM)
{
enum uint EXCEPTION_MASK = 0x9F00;
enum uint ROUNDING_MASK = 0xC00000;
}
else version(X86)
{
enum ushort EXCEPTION_MASK = 0x3F;
enum ushort ROUNDING_MASK = 0xC00;
}
else version(X86_64)
{
enum ushort EXCEPTION_MASK = 0x3F;
enum ushort ROUNDING_MASK = 0xC00;
}
else
static assert(false, "Architecture not supported");
public:
/// Returns true if the current FPU supports exception trapping
@property static bool hasExceptionTraps() @safe nothrow @nogc
{
version(X86)
return true;
else version(X86_64)
return true;
else version(ARM)
{
auto oldState = getControlState();
// If exceptions are not supported, we set the bit but read it back as zero
// https://sourceware.org/ml/libc-ports/2012-06/msg00091.html
setControlState(oldState | (divByZeroException & EXCEPTION_MASK));
bool result = (getControlState() & EXCEPTION_MASK) != 0;
setControlState(oldState);
return result;
}
else
static assert(false, "Not implemented for this architecture");
}
/// Enable (unmask) specific hardware exceptions. Multiple exceptions may be ORed together.
void enableExceptions(uint exceptions) @nogc
{
assert(hasExceptionTraps);
initialize();
version(ARM)
setControlState(getControlState() | (exceptions & EXCEPTION_MASK));
else
setControlState(getControlState() & ~(exceptions & EXCEPTION_MASK));
}
/// Disable (mask) specific hardware exceptions. Multiple exceptions may be ORed together.
void disableExceptions(uint exceptions) @nogc
{
assert(hasExceptionTraps);
initialize();
version(ARM)
setControlState(getControlState() & ~(exceptions & EXCEPTION_MASK));
else
setControlState(getControlState() | (exceptions & EXCEPTION_MASK));
}
//// Change the floating-point hardware rounding mode
@property void rounding(RoundingMode newMode) @nogc
{
initialize();
setControlState((getControlState() & ~ROUNDING_MASK) | (newMode & ROUNDING_MASK));
}
/// Return the exceptions which are currently enabled (unmasked)
@property static uint enabledExceptions() @nogc
{
assert(hasExceptionTraps);
version(ARM)
return (getControlState() & EXCEPTION_MASK);
else
return (getControlState() & EXCEPTION_MASK) ^ EXCEPTION_MASK;
}
/// Return the currently active rounding mode
@property static RoundingMode rounding() @nogc
{
return cast(RoundingMode)(getControlState() & ROUNDING_MASK);
}
/// Clear all pending exceptions, then restore the original exception state and rounding mode.
~this() @nogc
{
clearExceptions();
if (initialized)
setControlState(savedState);
}
private:
ControlState savedState;
bool initialized = false;
version(ARM)
{
alias ControlState = uint;
}
else
{
alias ControlState = ushort;
}
void initialize() @nogc
{
// BUG: This works around the absence of this() constructors.
if (initialized) return;
clearExceptions();
savedState = getControlState();
initialized = true;
}
// Clear all pending exceptions
static void clearExceptions() @nogc
{
version (InlineAsm_X86_Any)
{
asm
{
fclex;
}
}
else
assert(0, "Not yet supported");
}
// Read from the control register
static ushort getControlState() @trusted nothrow @nogc
{
version (D_InlineAsm_X86)
{
short cont;
asm
{
xor EAX, EAX;
fstcw cont;
}
return cont;
}
else
version (D_InlineAsm_X86_64)
{
short cont;
asm
{
xor RAX, RAX;
fstcw cont;
}
return cont;
}
else
assert(0, "Not yet supported");
}
// Set the control register
static void setControlState(ushort newState) @trusted nothrow @nogc
{
version (InlineAsm_X86_Any)
{
version (Win64)
{
asm
{
naked;
mov 8[RSP],RCX;
fclex;
fldcw 8[RSP];
ret;
}
}
else
{
asm
{
fclex;
fldcw newState;
}
}
}
else
assert(0, "Not yet supported");
}
}
unittest
{
void ensureDefaults()
{
assert(FloatingPointControl.rounding
== FloatingPointControl.roundToNearest);
if(FloatingPointControl.hasExceptionTraps)
assert(FloatingPointControl.enabledExceptions == 0);
}
{
FloatingPointControl ctrl;
}
ensureDefaults();
{
FloatingPointControl ctrl;
ctrl.rounding = FloatingPointControl.roundDown;
assert(FloatingPointControl.rounding == FloatingPointControl.roundDown);
}
ensureDefaults();
if(FloatingPointControl.hasExceptionTraps)
{
FloatingPointControl ctrl;
ctrl.enableExceptions(FloatingPointControl.divByZeroException
| FloatingPointControl.overflowException);
assert(ctrl.enabledExceptions ==
(FloatingPointControl.divByZeroException
| FloatingPointControl.overflowException));
ctrl.rounding = FloatingPointControl.roundUp;
assert(FloatingPointControl.rounding == FloatingPointControl.roundUp);
}
ensureDefaults();
}
/*********************************
* Returns !=0 if e is a NaN.
*/
bool isNaN(X)(X x) @nogc @trusted pure nothrow
if (isFloatingPoint!(X))
{
alias F = floatTraits!(X);
static if (F.realFormat == RealFormat.ieeeSingle)
{
uint* p = cast(uint *)&x;
return ((*p & 0x7F80_0000) == 0x7F80_0000)
&& *p & 0x007F_FFFF; // not infinity
}
else static if (F.realFormat == RealFormat.ieeeDouble)
{
ulong* p = cast(ulong *)&x;
return ((*p & 0x7FF0_0000_0000_0000) == 0x7FF0_0000_0000_0000)
&& *p & 0x000F_FFFF_FFFF_FFFF; // not infinity
}
else static if (F.realFormat == RealFormat.ieeeExtended)
{
ushort e = F.EXPMASK & (cast(ushort *)&x)[F.EXPPOS_SHORT];
ulong* ps = cast(ulong *)&x;
return e == F.EXPMASK &&
*ps & 0x7FFF_FFFF_FFFF_FFFF; // not infinity
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
ushort e = F.EXPMASK & (cast(ushort *)&x)[F.EXPPOS_SHORT];
ulong* ps = cast(ulong *)&x;
return e == F.EXPMASK &&
(ps[MANTISSA_LSB] | (ps[MANTISSA_MSB]& 0x0000_FFFF_FFFF_FFFF)) != 0;
}
else
{
return x != x;
}
}
deprecated("isNaN is not defined for integer types")
bool isNaN(X)(X x) @nogc @trusted pure nothrow
if (isIntegral!(X))
{
return isNaN(cast(float)x);
}
unittest
{
import std.typetuple;
foreach(T; TypeTuple!(float, double, real))
{
// CTFE-able tests
assert(isNaN(T.init));
assert(isNaN(-T.init));
assert(isNaN(T.nan));
assert(isNaN(-T.nan));
assert(!isNaN(T.infinity));
assert(!isNaN(-T.infinity));
assert(!isNaN(cast(T)53.6));
assert(!isNaN(cast(T)-53.6));
// Runtime tests
shared T f;
f = T.init;
assert(isNaN(f));
assert(isNaN(-f));
f = T.nan;
assert(isNaN(f));
assert(isNaN(-f));
f = T.infinity;
assert(!isNaN(f));
assert(!isNaN(-f));
f = cast(T)53.6;
assert(!isNaN(f));
assert(!isNaN(-f));
}
}
/*********************************
* Returns !=0 if e is finite (not infinite or $(NAN)).
*/
int isFinite(X)(X e) @trusted pure nothrow @nogc
{
alias F = floatTraits!(X);
ushort* pe = cast(ushort *)&e;
return (pe[F.EXPPOS_SHORT] & F.EXPMASK) != F.EXPMASK;
}
unittest
{
assert(isFinite(1.23f));
assert(isFinite(float.max));
assert(isFinite(float.min_normal));
assert(!isFinite(float.nan));
assert(!isFinite(float.infinity));
assert(isFinite(1.23));
assert(isFinite(double.max));
assert(isFinite(double.min_normal));
assert(!isFinite(double.nan));
assert(!isFinite(double.infinity));
assert(isFinite(1.23L));
assert(isFinite(real.max));
assert(isFinite(real.min_normal));
assert(!isFinite(real.nan));
assert(!isFinite(real.infinity));
}
deprecated("isFinite is not defined for integer types")
int isFinite(X)(X x) @trusted pure nothrow @nogc
if (isIntegral!(X))
{
return isFinite(cast(float)x);
}
/*********************************
* Returns !=0 if x is normalized (not zero, subnormal, infinite, or $(NAN)).
*/
/* Need one for each format because subnormal floats might
* be converted to normal reals.
*/
int isNormal(X)(X x) @trusted pure nothrow @nogc
{
alias F = floatTraits!(X);
static if (F.realFormat == RealFormat.ibmExtended)
{
// doubledouble is normal if the least significant part is normal.
return isNormal((cast(double*)&x)[MANTISSA_LSB]);
}
else
{
ushort e = F.EXPMASK & (cast(ushort *)&x)[F.EXPPOS_SHORT];
return (e != F.EXPMASK && e != 0);
}
}
unittest
{
float f = 3;
double d = 500;
real e = 10e+48;
assert(isNormal(f));
assert(isNormal(d));
assert(isNormal(e));
f = d = e = 0;
assert(!isNormal(f));
assert(!isNormal(d));
assert(!isNormal(e));
assert(!isNormal(real.infinity));
assert(isNormal(-real.max));
assert(!isNormal(real.min_normal/4));
}
/*********************************
* Is number subnormal? (Also called "denormal".)
* Subnormals have a 0 exponent and a 0 most significant mantissa bit.
*/
/* Need one for each format because subnormal floats might
* be converted to normal reals.
*/
int isSubnormal(X)(X x) @trusted pure nothrow @nogc
{
alias F = floatTraits!(X);
static if (F.realFormat == RealFormat.ieeeSingle)
{
uint *p = cast(uint *)&x;
return (*p & F.EXPMASK_INT) == 0 && *p & F.MANTISSAMASK_INT;
}
else static if (F.realFormat == RealFormat.ieeeDouble)
{
uint *p = cast(uint *)&x;
return (p[MANTISSA_MSB] & F.EXPMASK_INT) == 0
&& (p[MANTISSA_LSB] || p[MANTISSA_MSB] & F.MANTISSAMASK_INT);
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
ushort e = F.EXPMASK & (cast(ushort *)&x)[F.EXPPOS_SHORT];
long* ps = cast(long *)&x;
return (e == 0 &&
(((ps[MANTISSA_LSB]|(ps[MANTISSA_MSB]& 0x0000_FFFF_FFFF_FFFF))) != 0));
}
else static if (F.realFormat == RealFormat.ieeeExtended)
{
ushort* pe = cast(ushort *)&x;
long* ps = cast(long *)&x;
return (pe[F.EXPPOS_SHORT] & F.EXPMASK) == 0 && *ps > 0;
}
else static if (F.realFormat == RealFormat.ibmExtended)
{
return isSubnormal((cast(double*)&x)[MANTISSA_MSB]);
}
else
{
static assert(false, "Not implemented for this architecture");
}
}
unittest
{
import std.typetuple;
foreach (T; TypeTuple!(float, double, real))
{
T f;
for (f = 1.0; !isSubnormal(f); f /= 2)
assert(f != 0);
}
}
deprecated("isSubnormal is not defined for integer types")
int isSubnormal(X)(X x) @trusted pure nothrow @nogc
if (isIntegral!X)
{
return isSubnormal(cast(double)x);
}
/*********************************
* Return !=0 if e is $(PLUSMN)$(INFIN).
*/
bool isInfinity(X)(X x) @nogc @trusted pure nothrow
if (isFloatingPoint!(X))
{
alias F = floatTraits!(X);
static if (F.realFormat == RealFormat.ieeeSingle)
{
return ((*cast(uint *)&x) & 0x7FFF_FFFF) == 0x7F80_0000;
}
else static if (F.realFormat == RealFormat.ieeeDouble)
{
return ((*cast(ulong *)&x) & 0x7FFF_FFFF_FFFF_FFFF)
== 0x7FF0_0000_0000_0000;
}
else static if (F.realFormat == RealFormat.ieeeExtended)
{
ushort e = cast(ushort)(F.EXPMASK & (cast(ushort *)&x)[F.EXPPOS_SHORT]);
ulong* ps = cast(ulong *)&x;
// On Motorola 68K, infinity can have hidden bit = 1 or 0. On x86, it is always 1.
return e == F.EXPMASK && (*ps & 0x7FFF_FFFF_FFFF_FFFF) == 0;
}
else static if (F.realFormat == RealFormat.ibmExtended)
{
return (((cast(ulong *)&x)[MANTISSA_MSB]) & 0x7FFF_FFFF_FFFF_FFFF)
== 0x7FF8_0000_0000_0000;
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
long* ps = cast(long *)&x;
return (ps[MANTISSA_LSB] == 0)
&& (ps[MANTISSA_MSB] & 0x7FFF_FFFF_FFFF_FFFF) == 0x7FFF_0000_0000_0000;
}
else
{
return (x - 1) == x;
}
}
unittest
{
// CTFE-able tests
assert(!isInfinity(float.init));
assert(!isInfinity(-float.init));
assert(!isInfinity(float.nan));
assert(!isInfinity(-float.nan));
assert(isInfinity(float.infinity));
assert(isInfinity(-float.infinity));
assert(isInfinity(-1.0f / 0.0f));
assert(!isInfinity(double.init));
assert(!isInfinity(-double.init));
assert(!isInfinity(double.nan));
assert(!isInfinity(-double.nan));
assert(isInfinity(double.infinity));
assert(isInfinity(-double.infinity));
assert(isInfinity(-1.0 / 0.0));
assert(!isInfinity(real.init));
assert(!isInfinity(-real.init));
assert(!isInfinity(real.nan));
assert(!isInfinity(-real.nan));
assert(isInfinity(real.infinity));
assert(isInfinity(-real.infinity));
assert(isInfinity(-1.0L / 0.0L));
// Runtime tests
shared float f;
f = float.init;
assert(!isInfinity(f));
assert(!isInfinity(-f));
f = float.nan;
assert(!isInfinity(f));
assert(!isInfinity(-f));
f = float.infinity;
assert(isInfinity(f));
assert(isInfinity(-f));
f = (-1.0f / 0.0f);
assert(isInfinity(f));
shared double d;
d = double.init;
assert(!isInfinity(d));
assert(!isInfinity(-d));
d = double.nan;
assert(!isInfinity(d));
assert(!isInfinity(-d));
d = double.infinity;
assert(isInfinity(d));
assert(isInfinity(-d));
d = (-1.0 / 0.0);
assert(isInfinity(d));
shared real e;
e = real.init;
assert(!isInfinity(e));
assert(!isInfinity(-e));
e = real.nan;
assert(!isInfinity(e));
assert(!isInfinity(-e));
e = real.infinity;
assert(isInfinity(e));
assert(isInfinity(-e));
e = (-1.0L / 0.0L);
assert(isInfinity(e));
}
/*********************************
* Is the binary representation of x identical to y?
*
* Same as ==, except that positive and negative zero are not identical,
* and two $(NAN)s are identical if they have the same 'payload'.
*/
bool isIdentical(real x, real y) @trusted pure nothrow @nogc
{
// We're doing a bitwise comparison so the endianness is irrelevant.
long* pxs = cast(long *)&x;
long* pys = cast(long *)&y;
alias F = floatTraits!(real);
static if (F.realFormat == RealFormat.ieeeDouble)
{
return pxs[0] == pys[0];
}
else static if (F.realFormat == RealFormat.ieeeQuadruple
|| F.realFormat == RealFormat.ibmExtended)
{
return pxs[0] == pys[0] && pxs[1] == pys[1];
}
else
{
ushort* pxe = cast(ushort *)&x;
ushort* pye = cast(ushort *)&y;
return pxe[4] == pye[4] && pxs[0] == pys[0];
}
}
/*********************************
* Return 1 if sign bit of e is set, 0 if not.
*/
int signbit(X)(X x) @nogc @trusted pure nothrow
{
alias F = floatTraits!(X);
return ((cast(ubyte *)&x)[F.SIGNPOS_BYTE] & 0x80) != 0;
}
unittest
{
debug (math) printf("math.signbit.unittest\n");
assert(!signbit(float.nan));
assert(signbit(-float.nan));
assert(!signbit(168.1234f));
assert(signbit(-168.1234f));
assert(!signbit(0.0f));
assert(signbit(-0.0f));
assert(signbit(-float.max));
assert(!signbit(float.max));
assert(!signbit(double.nan));
assert(signbit(-double.nan));
assert(!signbit(168.1234));
assert(signbit(-168.1234));
assert(!signbit(0.0));
assert(signbit(-0.0));
assert(signbit(-double.max));
assert(!signbit(double.max));
assert(!signbit(real.nan));
assert(signbit(-real.nan));
assert(!signbit(168.1234L));
assert(signbit(-168.1234L));
assert(!signbit(0.0L));
assert(signbit(-0.0L));
assert(signbit(-real.max));
assert(!signbit(real.max));
}
deprecated("signbit is not defined for integer types")
int signbit(X)(X x) @nogc @trusted pure nothrow
if (isIntegral!X)
{
return signbit(cast(float)x);
}
/*********************************
* Return a value composed of to with from's sign bit.
*/
R copysign(R, X)(R to, X from) @trusted pure nothrow @nogc
if (isFloatingPoint!(R) && isFloatingPoint!(X))
{
ubyte* pto = cast(ubyte *)&to;
const ubyte* pfrom = cast(ubyte *)&from;
alias T = floatTraits!(R);
alias F = floatTraits!(X);
pto[T.SIGNPOS_BYTE] &= 0x7F;
pto[T.SIGNPOS_BYTE] |= pfrom[F.SIGNPOS_BYTE] & 0x80;
return to;
}
// ditto
R copysign(R, X)(X to, R from) @trusted pure nothrow @nogc
if (isIntegral!(X) && isFloatingPoint!(R))
{
return copysign(cast(R)to, from);
}
unittest
{
import std.typetuple;
foreach (X; TypeTuple!(float, double, real, int, long))
{
foreach (Y; TypeTuple!(float, double, real))
{
X x = 21;
Y y = 23.8;
Y e = void;
e = copysign(x, y);
assert(e == 21.0);
e = copysign(-x, y);
assert(e == 21.0);
e = copysign(x, -y);
assert(e == -21.0);
e = copysign(-x, -y);
assert(e == -21.0);
static if (isFloatingPoint!X)
{
e = copysign(X.nan, y);
assert(isNaN(e) && !signbit(e));
e = copysign(X.nan, -y);
assert(isNaN(e) && signbit(e));
}
}
}
}
deprecated("copysign : from can't be of integer type")
R copysign(R, X)(X to, R from) @trusted pure nothrow @nogc
if (isIntegral!R)
{
return copysign(to, cast(float)from);
}
/*********************************
Returns $(D -1) if $(D x < 0), $(D x) if $(D x == 0), $(D 1) if
$(D x > 0), and $(NAN) if x==$(NAN).
*/
F sgn(F)(F x) @safe pure nothrow @nogc
{
// @@@TODO@@@: make this faster
return x > 0 ? 1 : x < 0 ? -1 : x;
}
unittest
{
debug (math) printf("math.sgn.unittest\n");
assert(sgn(168.1234) == 1);
assert(sgn(-168.1234) == -1);
assert(sgn(0.0) == 0);
assert(sgn(-0.0) == 0);
}
// Functions for NaN payloads
/*
* A 'payload' can be stored in the significand of a $(NAN). One bit is required
* to distinguish between a quiet and a signalling $(NAN). This leaves 22 bits
* of payload for a float; 51 bits for a double; 62 bits for an 80-bit real;
* and 111 bits for a 128-bit quad.
*/
/**
* Create a quiet $(NAN), storing an integer inside the payload.
*
* For floats, the largest possible payload is 0x3F_FFFF.
* For doubles, it is 0x3_FFFF_FFFF_FFFF.
* For 80-bit or 128-bit reals, it is 0x3FFF_FFFF_FFFF_FFFF.
*/
real NaN(ulong payload) @trusted pure nothrow @nogc
{
alias F = floatTraits!(real);
static if (F.realFormat == RealFormat.ieeeExtended)
{
// real80 (in x86 real format, the implied bit is actually
// not implied but a real bit which is stored in the real)
ulong v = 3; // implied bit = 1, quiet bit = 1
}
else
{
ulong v = 1; // no implied bit. quiet bit = 1
}
ulong a = payload;
// 22 Float bits
ulong w = a & 0x3F_FFFF;
a -= w;
v <<=22;
v |= w;
a >>=22;
// 29 Double bits
v <<=29;
w = a & 0xFFF_FFFF;
v |= w;
a -= w;
a >>=29;
static if (F.realFormat == RealFormat.ieeeDouble)
{
v |= 0x7FF0_0000_0000_0000;
real x;
* cast(ulong *)(&x) = v;
return x;
}
else
{
v <<=11;
a &= 0x7FF;
v |= a;
real x = real.nan;
// Extended real bits
static if (F.realFormat == RealFormat.ieeeQuadruple)
{
v <<= 1; // there's no implicit bit
version(LittleEndian)
{
*cast(ulong*)(6+cast(ubyte*)(&x)) = v;
}
else
{
*cast(ulong*)(2+cast(ubyte*)(&x)) = v;
}
}
else
{
*cast(ulong *)(&x) = v;
}
return x;
}
}
unittest
{
static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
{
auto x = NaN(1);
auto xl = *cast(ulong*)&x;
assert(xl & 0x8_0000_0000_0000UL); //non-signaling bit, bit 52
assert((xl & 0x7FF0_0000_0000_0000UL) == 0x7FF0_0000_0000_0000UL); //all exp bits set
}
}
/**
* Extract an integral payload from a $(NAN).
*
* Returns:
* the integer payload as a ulong.
*
* For floats, the largest possible payload is 0x3F_FFFF.
* For doubles, it is 0x3_FFFF_FFFF_FFFF.
* For 80-bit or 128-bit reals, it is 0x3FFF_FFFF_FFFF_FFFF.
*/
ulong getNaNPayload(real x) @trusted pure nothrow @nogc
{
// assert(isNaN(x));
alias F = floatTraits!(real);
static if (F.realFormat == RealFormat.ieeeDouble)
{
ulong m = *cast(ulong *)(&x);
// Make it look like an 80-bit significand.
// Skip exponent, and quiet bit
m &= 0x0007_FFFF_FFFF_FFFF;
m <<= 10;
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
version(LittleEndian)
{
ulong m = *cast(ulong*)(6+cast(ubyte*)(&x));
}
else
{
ulong m = *cast(ulong*)(2+cast(ubyte*)(&x));
}
m >>= 1; // there's no implicit bit
}
else
{
ulong m = *cast(ulong *)(&x);
}
// ignore implicit bit and quiet bit
ulong f = m & 0x3FFF_FF00_0000_0000L;
ulong w = f >>> 40;
w |= (m & 0x00FF_FFFF_F800L) << (22 - 11);
w |= (m & 0x7FF) << 51;
return w;
}
debug(UnitTest)
{
unittest
{
real nan4 = NaN(0x789_ABCD_EF12_3456);
static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended
|| floatTraits!(real).realFormat == RealFormat.ieeeQuadruple)
{
assert (getNaNPayload(nan4) == 0x789_ABCD_EF12_3456);
}
else
{
assert (getNaNPayload(nan4) == 0x1_ABCD_EF12_3456);
}
double nan5 = nan4;
assert (getNaNPayload(nan5) == 0x1_ABCD_EF12_3456);
float nan6 = nan4;
assert (getNaNPayload(nan6) == 0x12_3456);
nan4 = NaN(0xFABCD);
assert (getNaNPayload(nan4) == 0xFABCD);
nan6 = nan4;
assert (getNaNPayload(nan6) == 0xFABCD);
nan5 = NaN(0x100_0000_0000_3456);
assert(getNaNPayload(nan5) == 0x0000_0000_3456);
}
}
/**
* Calculate the next largest floating point value after x.
*
* Return the least number greater than x that is representable as a real;
* thus, it gives the next point on the IEEE number line.
*
* $(TABLE_SV
* $(SVH x, nextUp(x) )
* $(SV -$(INFIN), -real.max )
* $(SV $(PLUSMN)0.0, real.min_normal*real.epsilon )
* $(SV real.max, $(INFIN) )
* $(SV $(INFIN), $(INFIN) )
* $(SV $(NAN), $(NAN) )
* )
*/
real nextUp(real x) @trusted pure nothrow @nogc
{
alias F = floatTraits!(real);
static if (F.realFormat == RealFormat.ieeeDouble)
{
return nextUp(cast(double)x);
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
ushort e = F.EXPMASK & (cast(ushort *)&x)[F.EXPPOS_SHORT];
if (e == F.EXPMASK)
{
// NaN or Infinity
if (x == -real.infinity) return -real.max;
return x; // +Inf and NaN are unchanged.
}
ulong* ps = cast(ulong *)&e;
if (ps[MANTISSA_LSB] & 0x8000_0000_0000_0000)
{
// Negative number
if (ps[MANTISSA_LSB] == 0
&& ps[MANTISSA_MSB] == 0x8000_0000_0000_0000)
{
// it was negative zero, change to smallest subnormal
ps[MANTISSA_LSB] = 0x0000_0000_0000_0001;
ps[MANTISSA_MSB] = 0;
return x;
}
--*ps;
if (ps[MANTISSA_LSB] == 0) --ps[MANTISSA_MSB];
}
else
{
// Positive number
++ps[MANTISSA_LSB];
if (ps[MANTISSA_LSB] == 0) ++ps[MANTISSA_MSB];
}
return x;
}
else static if (F.realFormat == RealFormat.ieeeExtended)
{
// For 80-bit reals, the "implied bit" is a nuisance...
ushort *pe = cast(ushort *)&x;
ulong *ps = cast(ulong *)&x;
if ((pe[F.EXPPOS_SHORT] & F.EXPMASK) == F.EXPMASK)
{
// First, deal with NANs and infinity
if (x == -real.infinity) return -real.max;
return x; // +Inf and NaN are unchanged.
}
if (pe[F.EXPPOS_SHORT] & 0x8000)
{
// Negative number -- need to decrease the significand
--*ps;
// Need to mask with 0x7FFF... so subnormals are treated correctly.
if ((*ps & 0x7FFF_FFFF_FFFF_FFFF) == 0x7FFF_FFFF_FFFF_FFFF)
{
if (pe[F.EXPPOS_SHORT] == 0x8000) // it was negative zero
{
*ps = 1;
pe[F.EXPPOS_SHORT] = 0; // smallest subnormal.
return x;
}
--pe[F.EXPPOS_SHORT];
if (pe[F.EXPPOS_SHORT] == 0x8000)
return x; // it's become a subnormal, implied bit stays low.
*ps = 0xFFFF_FFFF_FFFF_FFFF; // set the implied bit
return x;
}
return x;
}
else
{
// Positive number -- need to increase the significand.
// Works automatically for positive zero.
++*ps;
if ((*ps & 0x7FFF_FFFF_FFFF_FFFF) == 0)
{
// change in exponent
++pe[F.EXPPOS_SHORT];
*ps = 0x8000_0000_0000_0000; // set the high bit
}
}
return x;
}
else // static if (F.realFormat == RealFormat.ibmExtended)
{
assert (0, "nextUp not implemented");
}
}
/** ditto */
double nextUp(double x) @trusted pure nothrow @nogc
{
ulong *ps = cast(ulong *)&x;
if ((*ps & 0x7FF0_0000_0000_0000) == 0x7FF0_0000_0000_0000)
{
// First, deal with NANs and infinity
if (x == -x.infinity) return -x.max;
return x; // +INF and NAN are unchanged.
}
if (*ps & 0x8000_0000_0000_0000) // Negative number
{
if (*ps == 0x8000_0000_0000_0000) // it was negative zero
{
*ps = 0x0000_0000_0000_0001; // change to smallest subnormal
return x;
}
--*ps;
}
else
{ // Positive number
++*ps;
}
return x;
}
/** ditto */
float nextUp(float x) @trusted pure nothrow @nogc
{
uint *ps = cast(uint *)&x;
if ((*ps & 0x7F80_0000) == 0x7F80_0000)
{
// First, deal with NANs and infinity
if (x == -x.infinity) return -x.max;
return x; // +INF and NAN are unchanged.
}
if (*ps & 0x8000_0000) // Negative number
{
if (*ps == 0x8000_0000) // it was negative zero
{
*ps = 0x0000_0001; // change to smallest subnormal
return x;
}
--*ps;
}
else
{
// Positive number
++*ps;
}
return x;
}
/**
* Calculate the next smallest floating point value before x.
*
* Return the greatest number less than x that is representable as a real;
* thus, it gives the previous point on the IEEE number line.
*
* $(TABLE_SV
* $(SVH x, nextDown(x) )
* $(SV $(INFIN), real.max )
* $(SV $(PLUSMN)0.0, -real.min_normal*real.epsilon )
* $(SV -real.max, -$(INFIN) )
* $(SV -$(INFIN), -$(INFIN) )
* $(SV $(NAN), $(NAN) )
* )
*/
real nextDown(real x) @safe pure nothrow @nogc
{
return -nextUp(-x);
}
/** ditto */
double nextDown(double x) @safe pure nothrow @nogc
{
return -nextUp(-x);
}
/** ditto */
float nextDown(float x) @safe pure nothrow @nogc
{
return -nextUp(-x);
}
unittest
{
assert( nextDown(1.0 + real.epsilon) == 1.0);
}
unittest
{
static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended)
{
// Tests for 80-bit reals
assert(isIdentical(nextUp(NaN(0xABC)), NaN(0xABC)));
// negative numbers
assert( nextUp(-real.infinity) == -real.max );
assert( nextUp(-1.0L-real.epsilon) == -1.0 );
assert( nextUp(-2.0L) == -2.0 + real.epsilon);
// subnormals and zero
assert( nextUp(-real.min_normal) == -real.min_normal*(1-real.epsilon) );
assert( nextUp(-real.min_normal*(1-real.epsilon)) == -real.min_normal*(1-2*real.epsilon) );
assert( isIdentical(-0.0L, nextUp(-real.min_normal*real.epsilon)) );
assert( nextUp(-0.0L) == real.min_normal*real.epsilon );
assert( nextUp(0.0L) == real.min_normal*real.epsilon );
assert( nextUp(real.min_normal*(1-real.epsilon)) == real.min_normal );
assert( nextUp(real.min_normal) == real.min_normal*(1+real.epsilon) );
// positive numbers
assert( nextUp(1.0L) == 1.0 + real.epsilon );
assert( nextUp(2.0L-real.epsilon) == 2.0 );
assert( nextUp(real.max) == real.infinity );
assert( nextUp(real.infinity)==real.infinity );
}
double n = NaN(0xABC);
assert(isIdentical(nextUp(n), n));
// negative numbers
assert( nextUp(-double.infinity) == -double.max );
assert( nextUp(-1-double.epsilon) == -1.0 );
assert( nextUp(-2.0) == -2.0 + double.epsilon);
// subnormals and zero
assert( nextUp(-double.min_normal) == -double.min_normal*(1-double.epsilon) );
assert( nextUp(-double.min_normal*(1-double.epsilon)) == -double.min_normal*(1-2*double.epsilon) );
assert( isIdentical(-0.0, nextUp(-double.min_normal*double.epsilon)) );
assert( nextUp(0.0) == double.min_normal*double.epsilon );
assert( nextUp(-0.0) == double.min_normal*double.epsilon );
assert( nextUp(double.min_normal*(1-double.epsilon)) == double.min_normal );
assert( nextUp(double.min_normal) == double.min_normal*(1+double.epsilon) );
// positive numbers
assert( nextUp(1.0) == 1.0 + double.epsilon );
assert( nextUp(2.0-double.epsilon) == 2.0 );
assert( nextUp(double.max) == double.infinity );
float fn = NaN(0xABC);
assert(isIdentical(nextUp(fn), fn));
float f = -float.min_normal*(1-float.epsilon);
float f1 = -float.min_normal;
assert( nextUp(f1) == f);
f = 1.0f+float.epsilon;
f1 = 1.0f;
assert( nextUp(f1) == f );
f1 = -0.0f;
assert( nextUp(f1) == float.min_normal*float.epsilon);
assert( nextUp(float.infinity)==float.infinity );
assert(nextDown(1.0L+real.epsilon)==1.0);
assert(nextDown(1.0+double.epsilon)==1.0);
f = 1.0f+float.epsilon;
assert(nextDown(f)==1.0);
assert(nextafter(1.0+real.epsilon, -real.infinity)==1.0);
}
/******************************************
* Calculates the next representable value after x in the direction of y.
*
* If y > x, the result will be the next largest floating-point value;
* if y < x, the result will be the next smallest value.
* If x == y, the result is y.
*
* Remarks:
* This function is not generally very useful; it's almost always better to use
* the faster functions nextUp() or nextDown() instead.
*
* The FE_INEXACT and FE_OVERFLOW exceptions will be raised if x is finite and
* the function result is infinite. The FE_INEXACT and FE_UNDERFLOW
* exceptions will be raised if the function value is subnormal, and x is
* not equal to y.
*/
T nextafter(T)(T x, T y) @safe pure nothrow @nogc
{
if (x == y) return y;
return ((y>x) ? nextUp(x) : nextDown(x));
}
unittest
{
float a = 1;
assert(is(typeof(nextafter(a, a)) == float));
assert(nextafter(a, a.infinity) > a);
double b = 2;
assert(is(typeof(nextafter(b, b)) == double));
assert(nextafter(b, b.infinity) > b);
real c = 3;
assert(is(typeof(nextafter(c, c)) == real));
assert(nextafter(c, c.infinity) > c);
}
//real nexttoward(real x, real y) { return core.stdc.math.nexttowardl(x, y); }
/*******************************************
* Returns the positive difference between x and y.
* Returns:
* $(TABLE_SV
* $(TR $(TH x, y) $(TH fdim(x, y)))
* $(TR $(TD x $(GT) y) $(TD x - y))
* $(TR $(TD x $(LT)= y) $(TD +0.0))
* )
*/
real fdim(real x, real y) @safe pure nothrow @nogc { return (x > y) ? x - y : +0.0; }
/****************************************
* Returns the larger of x and y.
*/
real fmax(real x, real y) @safe pure nothrow @nogc { return x > y ? x : y; }
/****************************************
* Returns the smaller of x and y.
*/
real fmin(real x, real y) @safe pure nothrow @nogc { return x < y ? x : y; }
/**************************************
* Returns (x * y) + z, rounding only once according to the
* current rounding mode.
*
* BUGS: Not currently implemented - rounds twice.
*/
real fma(real x, real y, real z) @safe pure nothrow @nogc { return (x * y) + z; }
/*******************************************************************
* Compute the value of x $(SUP n), where n is an integer
*/
Unqual!F pow(F, G)(F x, G n) @nogc @trusted pure nothrow
if (isFloatingPoint!(F) && isIntegral!(G))
{
real p = 1.0, v = void;
Unsigned!(Unqual!G) m = n;
if (n < 0)
{
switch (n)
{
case -1:
return 1 / x;
case -2:
return 1 / (x * x);
default:
}
m = -n;
v = p / x;
}
else
{
switch (n)
{
case 0:
return 1.0;
case 1:
return x;
case 2:
return x * x;
default:
}
v = x;
}
while (1)
{
if (m & 1)
p *= v;
m >>= 1;
if (!m)
break;
v *= v;
}
return p;
}
unittest
{
// Make sure it instantiates and works properly on immutable values and
// with various integer and float types.
immutable real x = 46;
immutable float xf = x;
immutable double xd = x;
immutable uint one = 1;
immutable ushort two = 2;
immutable ubyte three = 3;
immutable ulong eight = 8;
immutable int neg1 = -1;
immutable short neg2 = -2;
immutable byte neg3 = -3;
immutable long neg8 = -8;
assert(pow(x,0) == 1.0);
assert(pow(xd,one) == x);
assert(pow(xf,two) == x * x);
assert(pow(x,three) == x * x * x);
assert(pow(x,eight) == (x * x) * (x * x) * (x * x) * (x * x));
assert(pow(x, neg1) == 1 / x);
version(X86_64)
{
pragma(msg, "test disabled on x86_64, see bug 5628");
}
else version(ARM)
{
pragma(msg, "test disabled on ARM, see bug 5628");
}
else
{
assert(pow(xd, neg2) == 1 / (x * x));
assert(pow(xf, neg8) == 1 / ((x * x) * (x * x) * (x * x) * (x * x)));
}
assert(feqrel(pow(x, neg3), 1 / (x * x * x)) >= real.mant_dig - 1);
}
unittest
{
assert(equalsDigit(pow(2.0L, 10.0L), 1024, 19));
}
/** Compute the value of an integer x, raised to the power of a positive
* integer n.
*
* If both x and n are 0, the result is 1.
* If n is negative, an integer divide error will occur at runtime,
* regardless of the value of x.
*/
typeof(Unqual!(F).init * Unqual!(G).init) pow(F, G)(F x, G n) @nogc @trusted pure nothrow
if (isIntegral!(F) && isIntegral!(G))
{
if (n<0) return x/0; // Only support positive powers
typeof(return) p, v = void;
Unqual!G m = n;
switch (m)
{
case 0:
p = 1;
break;
case 1:
p = x;
break;
case 2:
p = x * x;
break;
default:
v = x;
p = 1;
while (1){
if (m & 1)
p *= v;
m >>= 1;
if (!m)
break;
v *= v;
}
break;
}
return p;
}
unittest
{
immutable int one = 1;
immutable byte two = 2;
immutable ubyte three = 3;
immutable short four = 4;
immutable long ten = 10;
assert(pow(two, three) == 8);
assert(pow(two, ten) == 1024);
assert(pow(one, ten) == 1);
assert(pow(ten, four) == 10_000);
assert(pow(four, 10) == 1_048_576);
assert(pow(three, four) == 81);
}
/**Computes integer to floating point powers.*/
real pow(I, F)(I x, F y) @nogc @trusted pure nothrow
if(isIntegral!I && isFloatingPoint!F)
{
return pow(cast(real) x, cast(Unqual!F) y);
}
/*********************************************
* Calculates x$(SUP y).
*
* $(TABLE_SV
* $(TR $(TH x) $(TH y) $(TH pow(x, y))
* $(TH div 0) $(TH invalid?))
* $(TR $(TD anything) $(TD $(PLUSMN)0.0) $(TD 1.0)
* $(TD no) $(TD no) )
* $(TR $(TD |x| $(GT) 1) $(TD +$(INFIN)) $(TD +$(INFIN))
* $(TD no) $(TD no) )
* $(TR $(TD |x| $(LT) 1) $(TD +$(INFIN)) $(TD +0.0)
* $(TD no) $(TD no) )
* $(TR $(TD |x| $(GT) 1) $(TD -$(INFIN)) $(TD +0.0)
* $(TD no) $(TD no) )
* $(TR $(TD |x| $(LT) 1) $(TD -$(INFIN)) $(TD +$(INFIN))
* $(TD no) $(TD no) )
* $(TR $(TD +$(INFIN)) $(TD $(GT) 0.0) $(TD +$(INFIN))
* $(TD no) $(TD no) )
* $(TR $(TD +$(INFIN)) $(TD $(LT) 0.0) $(TD +0.0)
* $(TD no) $(TD no) )
* $(TR $(TD -$(INFIN)) $(TD odd integer $(GT) 0.0) $(TD -$(INFIN))
* $(TD no) $(TD no) )
* $(TR $(TD -$(INFIN)) $(TD $(GT) 0.0, not odd integer) $(TD +$(INFIN))
* $(TD no) $(TD no))
* $(TR $(TD -$(INFIN)) $(TD odd integer $(LT) 0.0) $(TD -0.0)
* $(TD no) $(TD no) )
* $(TR $(TD -$(INFIN)) $(TD $(LT) 0.0, not odd integer) $(TD +0.0)
* $(TD no) $(TD no) )
* $(TR $(TD $(PLUSMN)1.0) $(TD $(PLUSMN)$(INFIN)) $(TD $(NAN))
* $(TD no) $(TD yes) )
* $(TR $(TD $(LT) 0.0) $(TD finite, nonintegral) $(TD $(NAN))
* $(TD no) $(TD yes))
* $(TR $(TD $(PLUSMN)0.0) $(TD odd integer $(LT) 0.0) $(TD $(PLUSMNINF))
* $(TD yes) $(TD no) )
* $(TR $(TD $(PLUSMN)0.0) $(TD $(LT) 0.0, not odd integer) $(TD +$(INFIN))
* $(TD yes) $(TD no))
* $(TR $(TD $(PLUSMN)0.0) $(TD odd integer $(GT) 0.0) $(TD $(PLUSMN)0.0)
* $(TD no) $(TD no) )
* $(TR $(TD $(PLUSMN)0.0) $(TD $(GT) 0.0, not odd integer) $(TD +0.0)
* $(TD no) $(TD no) )
* )
*/
Unqual!(Largest!(F, G)) pow(F, G)(F x, G y) @nogc @trusted pure nothrow
if (isFloatingPoint!(F) && isFloatingPoint!(G))
{
alias Float = typeof(return);
static real impl(real x, real y) @nogc pure nothrow
{
// Special cases.
if (isNaN(y))
return y;
if (isNaN(x) && y != 0.0)
return x;
// Even if x is NaN.
if (y == 0.0)
return 1.0;
if (y == 1.0)
return x;
if (isInfinity(y))
{
if (fabs(x) > 1)
{
if (signbit(y))
return +0.0;
else
return F.infinity;
}
else if (fabs(x) == 1)
{
return y * 0; // generate NaN.
}
else // < 1
{
if (signbit(y))
return F.infinity;
else
return +0.0;
}
}
if (isInfinity(x))
{
if (signbit(x))
{
long i = cast(long)y;
if (y > 0.0)
{
if (i == y && i & 1)
return -F.infinity;
else
return F.infinity;
}
else if (y < 0.0)
{
if (i == y && i & 1)
return -0.0;
else
return +0.0;
}
}
else
{
if (y > 0.0)
return F.infinity;
else if (y < 0.0)
return +0.0;
}
}
if (x == 0.0)
{
if (signbit(x))
{
long i = cast(long)y;
if (y > 0.0)
{
if (i == y && i & 1)
return -0.0;
else
return +0.0;
}
else if (y < 0.0)
{
if (i == y && i & 1)
return -F.infinity;
else
return F.infinity;
}
}
else
{
if (y > 0.0)
return +0.0;
else if (y < 0.0)
return F.infinity;
}
}
if (x == 1.0)
return 1.0;
if (y >= F.max)
{
if ((x > 0.0 && x < 1.0) || (x > -1.0 && x < 0.0))
return 0.0;
if (x > 1.0 || x < -1.0)
return F.infinity;
}
if (y <= -F.max)
{
if ((x > 0.0 && x < 1.0) || (x > -1.0 && x < 0.0))
return F.infinity;
if (x > 1.0 || x < -1.0)
return 0.0;
}
if (x >= F.max)
{
if (y > 0.0)
return F.infinity;
else
return 0.0;
}
if (x <= -F.max)
{
long i = cast(long)y;
if (y > 0.0)
{
if (i == y && i & 1)
return -F.infinity;
else
return F.infinity;
}
else if (y < 0.0)
{
if (i == y && i & 1)
return -0.0;
else
return +0.0;
}
}
// Integer power of x.
long iy = cast(long)y;
if (iy == y && fabs(y) < 32768.0)
return pow(x, iy);
double sign = 1.0;
if (x < 0)
{
// Result is real only if y is an integer
// Check for a non-zero fractional part
if (y > -1.0 / real.epsilon && y < 1.0 / real.epsilon)
{
long w = cast(long)y;
if (w != y)
return sqrt(x); // Complex result -- create a NaN
if (w & 1) sign = -1.0;
}
x = -x;
}
version(INLINE_YL2X)
{
// If x > 0, x ^^ y == 2 ^^ ( y * log2(x) )
// TODO: This is not accurate in practice. A fast and accurate
// (though complicated) method is described in:
// "An efficient rounding boundary test for pow(x, y)
// in double precision", C.Q. Lauter and V. Lefèvre, INRIA (2007).
return sign * exp2( yl2x(x, y) );
}
else
{
// If x > 0, x ^^ y == 2 ^^ ( y * log2(x) )
// TODO: This is not accurate in practice. A fast and accurate
// (though complicated) method is described in:
// "An efficient rounding boundary test for pow(x, y)
// in double precision", C.Q. Lauter and V. Lefèvre, INRIA (2007).
Float w = exp2(y * log2(x));
return sign * w;
}
}
return impl(x, y);
}
unittest
{
// Test all the special values. These unittests can be run on Windows
// by temporarily changing the version(linux) to version(all).
immutable float zero = 0;
immutable real one = 1;
immutable double two = 2;
immutable float three = 3;
immutable float fnan = float.nan;
immutable double dnan = double.nan;
immutable real rnan = real.nan;
immutable dinf = double.infinity;
immutable rninf = -real.infinity;
assert(pow(fnan, zero) == 1);
assert(pow(dnan, zero) == 1);
assert(pow(rnan, zero) == 1);
assert(pow(two, dinf) == double.infinity);
assert(isIdentical(pow(0.2f, dinf), +0.0));
assert(pow(0.99999999L, rninf) == real.infinity);
assert(isIdentical(pow(1.000000001, rninf), +0.0));
assert(pow(dinf, 0.001) == dinf);
assert(isIdentical(pow(dinf, -0.001), +0.0));
assert(pow(rninf, 3.0L) == rninf);
assert(pow(rninf, 2.0L) == real.infinity);
assert(isIdentical(pow(rninf, -3.0), -0.0));
assert(isIdentical(pow(rninf, -2.0), +0.0));
// @@@BUG@@@ somewhere
version(OSX) {} else assert(isNaN(pow(one, dinf)));
version(OSX) {} else assert(isNaN(pow(-one, dinf)));
assert(isNaN(pow(-0.2, PI)));
// boundary cases. Note that epsilon == 2^^-n for some n,
// so 1/epsilon == 2^^n is always even.
assert(pow(-1.0L, 1/real.epsilon - 1.0L) == -1.0L);
assert(pow(-1.0L, 1/real.epsilon) == 1.0L);
assert(isNaN(pow(-1.0L, 1/real.epsilon-0.5L)));
assert(isNaN(pow(-1.0L, -1/real.epsilon+0.5L)));
assert(pow(0.0, -3.0) == double.infinity);
assert(pow(-0.0, -3.0) == -double.infinity);
assert(pow(0.0, -PI) == double.infinity);
assert(pow(-0.0, -PI) == double.infinity);
assert(isIdentical(pow(0.0, 5.0), 0.0));
assert(isIdentical(pow(-0.0, 5.0), -0.0));
assert(isIdentical(pow(0.0, 6.0), 0.0));
assert(isIdentical(pow(-0.0, 6.0), 0.0));
// Now, actual numbers.
assert(approxEqual(pow(two, three), 8.0));
assert(approxEqual(pow(two, -2.5), 0.1767767));
// Test integer to float power.
immutable uint twoI = 2;
assert(approxEqual(pow(twoI, three), 8.0));
}
/**************************************
* To what precision is x equal to y?
*
* Returns: the number of mantissa bits which are equal in x and y.
* eg, 0x1.F8p+60 and 0x1.F1p+60 are equal to 5 bits of precision.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH y) $(TH feqrel(x, y)))
* $(TR $(TD x) $(TD x) $(TD real.mant_dig))
* $(TR $(TD x) $(TD $(GT)= 2*x) $(TD 0))
* $(TR $(TD x) $(TD $(LT)= x/2) $(TD 0))
* $(TR $(TD $(NAN)) $(TD any) $(TD 0))
* $(TR $(TD any) $(TD $(NAN)) $(TD 0))
* )
*/
int feqrel(X)(X x, X y) @trusted pure nothrow @nogc
if (isFloatingPoint!(X))
{
/* Public Domain. Author: Don Clugston, 18 Aug 2005.
*/
alias F = floatTraits!(X);
static if (F.realFormat == RealFormat.ibmExtended)
{
if (cast(double*)(&x)[MANTISSA_MSB] == cast(double*)(&y)[MANTISSA_MSB])
{
return double.mant_dig
+ feqrel(cast(double*)(&x)[MANTISSA_LSB],
cast(double*)(&y)[MANTISSA_LSB]);
}
else
{
return feqrel(cast(double*)(&x)[MANTISSA_MSB],
cast(double*)(&y)[MANTISSA_MSB]);
}
}
else
{
static assert (F.realFormat == RealFormat.ieeeSingle
|| F.realFormat == RealFormat.ieeeDouble
|| F.realFormat == RealFormat.ieeeExtended
|| F.realFormat == RealFormat.ieeeQuadruple);
if (x == y)
return X.mant_dig; // ensure diff!=0, cope with INF.
X diff = fabs(x - y);
ushort *pa = cast(ushort *)(&x);
ushort *pb = cast(ushort *)(&y);
ushort *pd = cast(ushort *)(&diff);
// The difference in abs(exponent) between x or y and abs(x-y)
// is equal to the number of significand bits of x which are
// equal to y. If negative, x and y have different exponents.
// If positive, x and y are equal to 'bitsdiff' bits.
// AND with 0x7FFF to form the absolute value.
// To avoid out-by-1 errors, we subtract 1 so it rounds down
// if the exponents were different. This means 'bitsdiff' is
// always 1 lower than we want, except that if bitsdiff==0,
// they could have 0 or 1 bits in common.
static if (F.realFormat == RealFormat.ieeeExtended
|| F.realFormat == RealFormat.ieeeQuadruple)
{
int bitsdiff = ( ((pa[F.EXPPOS_SHORT] & F.EXPMASK)
+ (pb[F.EXPPOS_SHORT] & F.EXPMASK) - 1) >> 1)
- pd[F.EXPPOS_SHORT];
}
else static if (F.realFormat == RealFormat.ieeeDouble)
{
int bitsdiff = (( ((pa[F.EXPPOS_SHORT]&0x7FF0)
+ (pb[F.EXPPOS_SHORT]&0x7FF0)-0x10)>>1)
- (pd[F.EXPPOS_SHORT]&0x7FF0))>>4;
}
else static if (F.realFormat == RealFormat.ieeeSingle)
{
int bitsdiff = (( ((pa[F.EXPPOS_SHORT]&0x7F80)
+ (pb[F.EXPPOS_SHORT]&0x7F80)-0x80)>>1)
- (pd[F.EXPPOS_SHORT]&0x7F80))>>7;
}
if ( (pd[F.EXPPOS_SHORT] & F.EXPMASK) == 0)
{ // Difference is subnormal
// For subnormals, we need to add the number of zeros that
// lie at the start of diff's significand.
// We do this by multiplying by 2^^real.mant_dig
diff *= F.RECIP_EPSILON;
return bitsdiff + X.mant_dig - pd[F.EXPPOS_SHORT];
}
if (bitsdiff > 0)
return bitsdiff + 1; // add the 1 we subtracted before
// Avoid out-by-1 errors when factor is almost 2.
static if (F.realFormat == RealFormat.ieeeExtended
|| F.realFormat == RealFormat.ieeeQuadruple)
{
return (bitsdiff == 0) ? (pa[F.EXPPOS_SHORT] == pb[F.EXPPOS_SHORT]) : 0;
}
else static if (F.realFormat == RealFormat.ieeeDouble
|| F.realFormat == RealFormat.ieeeSingle)
{
if (bitsdiff == 0
&& !((pa[F.EXPPOS_SHORT] ^ pb[F.EXPPOS_SHORT]) & F.EXPMASK))
{
return 1;
} else return 0;
}
}
}
unittest
{
void testFeqrel(F)()
{
// Exact equality
assert(feqrel(F.max, F.max) == F.mant_dig);
assert(feqrel!(F)(0.0, 0.0) == F.mant_dig);
assert(feqrel(F.infinity, F.infinity) == F.mant_dig);
// a few bits away from exact equality
F w=1;
for (int i = 1; i < F.mant_dig - 1; ++i)
{
assert(feqrel!(F)(1.0 + w * F.epsilon, 1.0) == F.mant_dig-i);
assert(feqrel!(F)(1.0 - w * F.epsilon, 1.0) == F.mant_dig-i);
assert(feqrel!(F)(1.0, 1 + (w-1) * F.epsilon) == F.mant_dig - i + 1);
w*=2;
}
assert(feqrel!(F)(1.5+F.epsilon, 1.5) == F.mant_dig-1);
assert(feqrel!(F)(1.5-F.epsilon, 1.5) == F.mant_dig-1);
assert(feqrel!(F)(1.5-F.epsilon, 1.5+F.epsilon) == F.mant_dig-2);
// Numbers that are close
assert(feqrel!(F)(0x1.Bp+84, 0x1.B8p+84) == 5);
assert(feqrel!(F)(0x1.8p+10, 0x1.Cp+10) == 2);
assert(feqrel!(F)(1.5 * (1 - F.epsilon), 1.0L) == 2);
assert(feqrel!(F)(1.5, 1.0) == 1);
assert(feqrel!(F)(2 * (1 - F.epsilon), 1.0L) == 1);
// Factors of 2
assert(feqrel(F.max, F.infinity) == 0);
assert(feqrel!(F)(2 * (1 - F.epsilon), 1.0L) == 1);
assert(feqrel!(F)(1.0, 2.0) == 0);
assert(feqrel!(F)(4.0, 1.0) == 0);
// Extreme inequality
assert(feqrel(F.nan, F.nan) == 0);
assert(feqrel!(F)(0.0L, -F.nan) == 0);
assert(feqrel(F.nan, F.infinity) == 0);
assert(feqrel(F.infinity, -F.infinity) == 0);
assert(feqrel(F.max, -F.max) == 0);
}
assert(feqrel(7.1824L, 7.1824L) == real.mant_dig);
static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended)
{
assert(feqrel(real.min_normal / 8, real.min_normal / 17) == 3);
}
testFeqrel!(real)();
testFeqrel!(double)();
testFeqrel!(float)();
}
package: // Not public yet
/* Return the value that lies halfway between x and y on the IEEE number line.
*
* Formally, the result is the arithmetic mean of the binary significands of x
* and y, multiplied by the geometric mean of the binary exponents of x and y.
* x and y must have the same sign, and must not be NaN.
* Note: this function is useful for ensuring O(log n) behaviour in algorithms
* involving a 'binary chop'.
*
* Special cases:
* If x and y are within a factor of 2, (ie, feqrel(x, y) > 0), the return value
* is the arithmetic mean (x + y) / 2.
* If x and y are even powers of 2, the return value is the geometric mean,
* ieeeMean(x, y) = sqrt(x * y).
*
*/
T ieeeMean(T)(T x, T y) @trusted pure nothrow @nogc
in
{
// both x and y must have the same sign, and must not be NaN.
assert(signbit(x) == signbit(y));
assert(x == x && y == y);
}
body
{
// Runtime behaviour for contract violation:
// If signs are opposite, or one is a NaN, return 0.
if (!((x>=0 && y>=0) || (x<=0 && y<=0))) return 0.0;
// The implementation is simple: cast x and y to integers,
// average them (avoiding overflow), and cast the result back to a floating-point number.
alias F = floatTraits!(T);
T u;
static if (F.realFormat == RealFormat.ieeeExtended)
{
// There's slight additional complexity because they are actually
// 79-bit reals...
ushort *ue = cast(ushort *)&u;
ulong *ul = cast(ulong *)&u;
ushort *xe = cast(ushort *)&x;
ulong *xl = cast(ulong *)&x;
ushort *ye = cast(ushort *)&y;
ulong *yl = cast(ulong *)&y;
// Ignore the useless implicit bit. (Bonus: this prevents overflows)
ulong m = ((*xl) & 0x7FFF_FFFF_FFFF_FFFFL) + ((*yl) & 0x7FFF_FFFF_FFFF_FFFFL);
// @@@ BUG? @@@
// Cast shouldn't be here
ushort e = cast(ushort) ((xe[F.EXPPOS_SHORT] & F.EXPMASK)
+ (ye[F.EXPPOS_SHORT] & F.EXPMASK));
if (m & 0x8000_0000_0000_0000L)
{
++e;
m &= 0x7FFF_FFFF_FFFF_FFFFL;
}
// Now do a multi-byte right shift
uint c = e & 1; // carry
e >>= 1;
m >>>= 1;
if (c)
m |= 0x4000_0000_0000_0000L; // shift carry into significand
if (e)
*ul = m | 0x8000_0000_0000_0000L; // set implicit bit...
else
*ul = m; // ... unless exponent is 0 (subnormal or zero).
ue[4]= e | (xe[F.EXPPOS_SHORT]& 0x8000); // restore sign bit
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
// This would be trivial if 'ucent' were implemented...
ulong *ul = cast(ulong *)&u;
ulong *xl = cast(ulong *)&x;
ulong *yl = cast(ulong *)&y;
// Multi-byte add, then multi-byte right shift.
ulong mh = ((xl[MANTISSA_MSB] & 0x7FFF_FFFF_FFFF_FFFFL)
+ (yl[MANTISSA_MSB] & 0x7FFF_FFFF_FFFF_FFFFL));
// Discard the lowest bit (to avoid overflow)
ulong ml = (xl[MANTISSA_LSB]>>>1) + (yl[MANTISSA_LSB]>>>1);
// add the lowest bit back in, if necessary.
if (xl[MANTISSA_LSB] & yl[MANTISSA_LSB] & 1)
{
++ml;
if (ml == 0) ++mh;
}
mh >>>=1;
ul[MANTISSA_MSB] = mh | (xl[MANTISSA_MSB] & 0x8000_0000_0000_0000);
ul[MANTISSA_LSB] = ml;
}
else static if (F.realFormat == RealFormat.ieeeDouble)
{
ulong *ul = cast(ulong *)&u;
ulong *xl = cast(ulong *)&x;
ulong *yl = cast(ulong *)&y;
ulong m = (((*xl) & 0x7FFF_FFFF_FFFF_FFFFL)
+ ((*yl) & 0x7FFF_FFFF_FFFF_FFFFL)) >>> 1;
m |= ((*xl) & 0x8000_0000_0000_0000L);
*ul = m;
}
else static if (F.realFormat == RealFormat.ieeeSingle)
{
uint *ul = cast(uint *)&u;
uint *xl = cast(uint *)&x;
uint *yl = cast(uint *)&y;
uint m = (((*xl) & 0x7FFF_FFFF) + ((*yl) & 0x7FFF_FFFF)) >>> 1;
m |= ((*xl) & 0x8000_0000);
*ul = m;
}
else
{
assert(0, "Not implemented");
}
return u;
}
unittest
{
assert(ieeeMean(-0.0,-1e-20)<0);
assert(ieeeMean(0.0,1e-20)>0);
assert(ieeeMean(1.0L,4.0L)==2L);
assert(ieeeMean(2.0*1.013,8.0*1.013)==4*1.013);
assert(ieeeMean(-1.0L,-4.0L)==-2L);
assert(ieeeMean(-1.0,-4.0)==-2);
assert(ieeeMean(-1.0f,-4.0f)==-2f);
assert(ieeeMean(-1.0,-2.0)==-1.5);
assert(ieeeMean(-1*(1+8*real.epsilon),-2*(1+8*real.epsilon))
==-1.5*(1+5*real.epsilon));
assert(ieeeMean(0x1p60,0x1p-10)==0x1p25);
static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended)
{
assert(ieeeMean(1.0L,real.infinity)==0x1p8192L);
assert(ieeeMean(0.0L,real.infinity)==1.5);
}
assert(ieeeMean(0.5*real.min_normal*(1-4*real.epsilon),0.5*real.min_normal)
== 0.5*real.min_normal*(1-2*real.epsilon));
}
public:
/***********************************
* Evaluate polynomial A(x) = $(SUB a, 0) + $(SUB a, 1)x + $(SUB a, 2)$(POWER x,2)
* + $(SUB a,3)$(POWER x,3); ...
*
* Uses Horner's rule A(x) = $(SUB a, 0) + x($(SUB a, 1) + x($(SUB a, 2)
* + x($(SUB a, 3) + ...)))
* Params:
* x = the value to evaluate.
* A = array of coefficients $(SUB a, 0), $(SUB a, 1), etc.
*/
real poly(real x, const real[] A) @trusted pure nothrow @nogc
in
{
assert(A.length > 0);
}
body
{
version (D_InlineAsm_X86)
{
version (Windows)
{
// BUG: This code assumes a frame pointer in EBP.
asm // assembler by W. Bright
{
// EDX = (A.length - 1) * real.sizeof
mov ECX,A[EBP] ; // ECX = A.length
dec ECX ;
lea EDX,[ECX][ECX*8] ;
add EDX,ECX ;
add EDX,A+4[EBP] ;
fld real ptr [EDX] ; // ST0 = coeff[ECX]
jecxz return_ST ;
fld x[EBP] ; // ST0 = x
fxch ST(1) ; // ST1 = x, ST0 = r
align 4 ;
L2: fmul ST,ST(1) ; // r *= x
fld real ptr -10[EDX] ;
sub EDX,10 ; // deg--
faddp ST(1),ST ;
dec ECX ;
jne L2 ;
fxch ST(1) ; // ST1 = r, ST0 = x
fstp ST(0) ; // dump x
align 4 ;
return_ST: ;
;
}
}
else version (linux)
{
asm // assembler by W. Bright
{
// EDX = (A.length - 1) * real.sizeof
mov ECX,A[EBP] ; // ECX = A.length
dec ECX ;
lea EDX,[ECX*8] ;
lea EDX,[EDX][ECX*4] ;
add EDX,A+4[EBP] ;
fld real ptr [EDX] ; // ST0 = coeff[ECX]
jecxz return_ST ;
fld x[EBP] ; // ST0 = x
fxch ST(1) ; // ST1 = x, ST0 = r
align 4 ;
L2: fmul ST,ST(1) ; // r *= x
fld real ptr -12[EDX] ;
sub EDX,12 ; // deg--
faddp ST(1),ST ;
dec ECX ;
jne L2 ;
fxch ST(1) ; // ST1 = r, ST0 = x
fstp ST(0) ; // dump x
align 4 ;
return_ST: ;
;
}
}
else version (OSX)
{
asm // assembler by W. Bright
{
// EDX = (A.length - 1) * real.sizeof
mov ECX,A[EBP] ; // ECX = A.length
dec ECX ;
lea EDX,[ECX*8] ;
add EDX,EDX ;
add EDX,A+4[EBP] ;
fld real ptr [EDX] ; // ST0 = coeff[ECX]
jecxz return_ST ;
fld x[EBP] ; // ST0 = x
fxch ST(1) ; // ST1 = x, ST0 = r
align 4 ;
L2: fmul ST,ST(1) ; // r *= x
fld real ptr -16[EDX] ;
sub EDX,16 ; // deg--
faddp ST(1),ST ;
dec ECX ;
jne L2 ;
fxch ST(1) ; // ST1 = r, ST0 = x
fstp ST(0) ; // dump x
align 4 ;
return_ST: ;
;
}
}
else version (FreeBSD)
{
asm // assembler by W. Bright
{
// EDX = (A.length - 1) * real.sizeof
mov ECX,A[EBP] ; // ECX = A.length
dec ECX ;
lea EDX,[ECX*8] ;
lea EDX,[EDX][ECX*4] ;
add EDX,A+4[EBP] ;
fld real ptr [EDX] ; // ST0 = coeff[ECX]
jecxz return_ST ;
fld x[EBP] ; // ST0 = x
fxch ST(1) ; // ST1 = x, ST0 = r
align 4 ;
L2: fmul ST,ST(1) ; // r *= x
fld real ptr -12[EDX] ;
sub EDX,12 ; // deg--
faddp ST(1),ST ;
dec ECX ;
jne L2 ;
fxch ST(1) ; // ST1 = r, ST0 = x
fstp ST(0) ; // dump x
align 4 ;
return_ST: ;
;
}
}
else version (Android)
{
asm // assembler by W. Bright
{
// EDX = (A.length - 1) * real.sizeof
mov ECX,A[EBP] ; // ECX = A.length
dec ECX ;
lea EDX,[ECX*8] ;
lea EDX,[EDX][ECX*4] ;
add EDX,A+4[EBP] ;
fld real ptr [EDX] ; // ST0 = coeff[ECX]
jecxz return_ST ;
fld x[EBP] ; // ST0 = x
fxch ST(1) ; // ST1 = x, ST0 = r
align 4 ;
L2: fmul ST,ST(1) ; // r *= x
fld real ptr -12[EDX] ;
sub EDX,12 ; // deg--
faddp ST(1),ST ;
dec ECX ;
jne L2 ;
fxch ST(1) ; // ST1 = r, ST0 = x
fstp ST(0) ; // dump x
align 4 ;
return_ST: ;
;
}
}
else
{
static assert(0);
}
}
else
{
ptrdiff_t i = A.length - 1;
real r = A[i];
while (--i >= 0)
{
r *= x;
r += A[i];
}
return r;
}
}
unittest
{
debug (math) printf("math.poly.unittest\n");
real x = 3.1;
static real[] pp = [56.1, 32.7, 6];
assert( poly(x, pp) == (56.1L + (32.7L + 6L * x) * x) );
}
/**
Computes whether $(D lhs) is approximately equal to $(D rhs)
admitting a maximum relative difference $(D maxRelDiff) and a
maximum absolute difference $(D maxAbsDiff).
If the two inputs are ranges, $(D approxEqual) returns true if and
only if the ranges have the same number of elements and if $(D
approxEqual) evaluates to $(D true) for each pair of elements.
*/
bool approxEqual(T, U, V)(T lhs, U rhs, V maxRelDiff, V maxAbsDiff = 1e-5)
{
import std.range;
static if (isInputRange!T)
{
static if (isInputRange!U)
{
// Two ranges
for (;; lhs.popFront(), rhs.popFront())
{
if (lhs.empty) return rhs.empty;
if (rhs.empty) return lhs.empty;
if (!approxEqual(lhs.front, rhs.front, maxRelDiff, maxAbsDiff))
return false;
}
}
else
{
// lhs is range, rhs is number
for (; !lhs.empty; lhs.popFront())
{
if (!approxEqual(lhs.front, rhs, maxRelDiff, maxAbsDiff))
return false;
}
return true;
}
}
else
{
static if (isInputRange!U)
{
// lhs is number, rhs is array
return approxEqual(rhs, lhs, maxRelDiff, maxAbsDiff);
}
else
{
// two numbers
//static assert(is(T : real) && is(U : real));
if (rhs == 0)
{
return fabs(lhs) <= maxAbsDiff;
}
static if (is(typeof(lhs.infinity)) && is(typeof(rhs.infinity)))
{
if (lhs == lhs.infinity && rhs == rhs.infinity ||
lhs == -lhs.infinity && rhs == -rhs.infinity) return true;
}
return fabs((lhs - rhs) / rhs) <= maxRelDiff
|| maxAbsDiff != 0 && fabs(lhs - rhs) <= maxAbsDiff;
}
}
}
/**
Returns $(D approxEqual(lhs, rhs, 1e-2, 1e-5)).
*/
bool approxEqual(T, U)(T lhs, U rhs)
{
return approxEqual(lhs, rhs, 1e-2, 1e-5);
}
unittest
{
assert(approxEqual(1.0, 1.0099));
assert(!approxEqual(1.0, 1.011));
float[] arr1 = [ 1.0, 2.0, 3.0 ];
double[] arr2 = [ 1.001, 1.999, 3 ];
assert(approxEqual(arr1, arr2));
real num = real.infinity;
assert(num == real.infinity); // Passes.
assert(approxEqual(num, real.infinity)); // Fails.
num = -real.infinity;
assert(num == -real.infinity); // Passes.
assert(approxEqual(num, -real.infinity)); // Fails.
}
// Included for backwards compatibility with Phobos1
alias isnan = isNaN;
alias isfinite = isFinite;
alias isnormal = isNormal;
alias issubnormal = isSubnormal;
alias isinf = isInfinity;
/* **********************************
* Building block functions, they
* translate to a single x87 instruction.
*/
real yl2x(real x, real y) @nogc @safe pure nothrow; // y * log2(x)
real yl2xp1(real x, real y) @nogc @safe pure nothrow; // y * log2(x + 1)
unittest
{
version (INLINE_YL2X)
{
assert(yl2x(1024, 1) == 10);
assert(yl2xp1(1023, 1) == 10);
}
}
unittest
{
real num = real.infinity;
assert(num == real.infinity); // Passes.
assert(approxEqual(num, real.infinity)); // Fails.
}
unittest
{
float f = sqrt(2.0f);
assert(fabs(f * f - 2.0f) < .00001);
double d = sqrt(2.0);
assert(fabs(d * d - 2.0) < .00001);
real r = sqrt(2.0L);
assert(fabs(r * r - 2.0) < .00001);
}
unittest
{
float f = fabs(-2.0f);
assert(f == 2);
double d = fabs(-2.0);
assert(d == 2);
real r = fabs(-2.0L);
assert(r == 2);
}
unittest
{
float f = sin(-2.0f);
assert(fabs(f - -0.909297f) < .00001);
double d = sin(-2.0);
assert(fabs(d - -0.909297f) < .00001);
real r = sin(-2.0L);
assert(fabs(r - -0.909297f) < .00001);
}
unittest
{
float f = cos(-2.0f);
assert(fabs(f - -0.416147f) < .00001);
double d = cos(-2.0);
assert(fabs(d - -0.416147f) < .00001);
real r = cos(-2.0L);
assert(fabs(r - -0.416147f) < .00001);
}
unittest
{
float f = tan(-2.0f);
assert(fabs(f - 2.18504f) < .00001);
double d = tan(-2.0);
assert(fabs(d - 2.18504f) < .00001);
real r = tan(-2.0L);
assert(fabs(r - 2.18504f) < .00001);
}
@safe pure nothrow unittest
{
// issue 6381: floor/ceil should be usable in pure function.
auto x = floor(1.2);
auto y = ceil(1.2);
}
| D |
/** D Tyckiting client - A websocket client for a fight to kill all other bots
* Copyright greenify (2016)
*
* This file is part of D Tyckiting client.
*
* D Tyckiting client is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Rust Tyckiting client is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with D Tyckiting client. If not, see <http://www.gnu.org/licenses/>.
*/
import vibe.data.serialization;
struct TykitingServerConfig
{
int bots;
int fieldRadius;
int move;
int startHp;
int cannon;
int radar;
int see;
int maxCount;
int asteroids;
int loopTime;
bool noWait;
}
struct Pos
{
int x, y;
}
struct Bot
{
uint botId;
string name;
int teamId;
bool alive;
@optional
Pos pos;
@optional
uint hp = 2;
}
struct Team
{
string name;
int teamId;
Bot[] bots;
}
enum GameEventType
{
damaged,
hit,
die,
see,
seeAsteroid,
radarEcho,
detected,
noaction,
move
}
class GameEvent {
@name("event") @byName GameEventType type;
@optional
int botId;
@optional
int source;
@optional
Pos pos;
@optional
int damage;
}
class ServerMessage
{
string type;
}
class ConnectedMessage: ServerMessage
{
int teamId;
TykitingServerConfig config;
}
class StartMessage: ServerMessage
{
Team you;
Team[] otherTeams;
}
class EndMessage: ServerMessage
{
@optional
int winnerTeamId = -1;
}
class EventsMessage: ServerMessage
{
int roundId;
Team you;
Team[] otherTeams;
GameEvent[] events;
TykitingServerConfig config;
}
class ErrorMessage: ServerMessage
{
string data;
}
class BotAction
{
int botId;
Pos pos;
string type = "unknown";
this(int botId, Pos pos)
{
this.botId = botId;
this.pos = pos;
}
}
class CannonAction: BotAction
{
this(int botId, Pos pos)
{
super(botId, pos);
type = "cannon";
}
}
class MoveAction: BotAction
{
this(int botId, Pos pos)
{
super(botId, pos);
type = "move";
}
}
class RadarAction: BotAction
{
this(int botId, Pos pos)
{
super(botId, pos);
type = "radar";
}
}
class AI
{
string teamName;
TykitingServerConfig config;
abstract BotAction[] makeDecisions(int roundId, GameEvent[] events, Bot[] myBots, Bot[] otherBots, TykitingServerConfig config)
out(actions)
{
import std.algorithm: canFind, filter, find;
import std.range: walkLength;
assert(myBots.filter!(a => a.alive).walkLength == actions.length,
"Number of actions doesn't match nr. of alive bots");
foreach (action; actions)
{
auto selectedBot = myBots.filter!(a => a.botId == action.botId);
assert(!selectedBot.empty, "Invalid bot id");
Bot bot = selectedBot.front;
Pos pos = action.pos;
if(cast(MoveAction) action && action.type == "move")
{
assert(getValidMoves(bot)[].canFind(pos));
}
else if(cast(RadarAction) action && action.type == "radar")
{
assert(getValidRadars(bot)[].canFind(pos));
}
else if(cast(CannonAction) action && action.type == "cannon")
{
assert(getValidCannons(bot)[].canFind(pos));
}
else
{
assert(0, "Invalid action");
}
}
}
body{
BotAction[] b;
return b;
}
final auto getValidMoves(Bot bot)
{
return getPositionsInRange(bot.pos.x, bot.pos.y, config.move);
}
final auto getValidCannons(Bot bot)
{
return getPositionsInRange(0, 0, config.fieldRadius);
}
final auto getValidRadars(Bot bot)
{
return getPositionsInRange(0, 0, config.fieldRadius);
}
final auto getPositionsInRange(int x=0, int y=0, int radius=1)
{
import std.container;
import std.range: iota;
import std.algorithm: min, max;
SList!Pos slist;
foreach (dx;iota(-radius, radius+1))
{
foreach (dy; iota(max(-radius, -dx-radius), min(radius, -dx+radius)+1))
{
slist.insert(Pos(dx+x, dy+y));
}
}
return slist;
}
}
class JoinClientMessage: ServerMessage
{
string type = "join";
string teamName;
this(string name)
{
this.teamName = name;
}
}
class ActionClientMessage: ServerMessage
{
string type = "actions";
int roundId;
BotAction[] actions;
this(int roundId, BotAction[] actions)
{
this.roundId = roundId;
this.actions = actions;
}
}
| D |
.hd tlit "transliterate characters" 02/22/82
tlit <from set> [ <to set> { <string> } ]
.ds
'Tlit' is the character transliteration program from
.ul
Software Tools.
Character strings are read from the command line arguments, or from
standard input, transliterated according to instructions provided
in the command line arguments, and the results written to standard output.
The <from set> and <to set>
arguments are sets of characters, with some special shorthand notation.
Each set may have any number of the following components:
.in +10
.rm -5
.lt +5
.sp
.ti -5
<character>
.br
The character specified becomes part of the set.
.sp
.ti -5
<letter>-<letter>
.br
The letters specified, and all letters between them alphabetically,
become part of the set. (Note that letters of a given case are
contiguous; A-Z means all upper case letters.)
.sp
.ti -5
<digit>-<digit>
.br
The digits specified, and all digits between them in numerical order,
become part of the set.
.sp
.ti -5
@@n,@@t
.br
A NEWLINE (if the first form is used) or a TAB (if the second form is used)
becomes part of the set.
.sp
.in -10
.rm +5
In addition, if the <from set> is preceded by a tilde (~),
the complement of the set
is used. For example, "~A-Z" means all characters except upper case
letters.
.sp
For each character read that is a member of the <from set>,
the corresponding member of the <to set> is substituted.
If the <to set> is shorter than the <from set>,
each string of contiguous characters that are in the <from set>
but have no corresponding element in the <to set> is
replaced by a single occurrence of the last member of the <to set>.
If the <to set> is empty
or only a single argument is supplied,
such character strings are deleted.
.sp
When strings are read from the argument list, each separate
argument is treated as a NEWLINE-terminated string.
Thus, lacking specific transliteration of NEWLINE characters,
each separate argument string will result in one line of output.
.es
file> tlit a-z A-Z >uc_file
file> tlit A-Z a-z | tlit ~a-z @@n >words
tlit a-z A-Z "output one line"
tlit a-z A-Z output three lines
.me
.in +5
.ti -5
"Usage: tlit ..."
if no arguments are supplied.
.ti -5
"<from> set too large"
if <from set> cannot be contained in the internal buffer.
.ti -5
"<to> set too large"
if <to set> cannot be contained in the internal buffer.
.in -5
.sa
change (1), ed (1),
.ul
Software Tools
| D |
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Vapor.build/Content/JSONCoder+Custom.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/FormDataCoder+HTTP.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionData.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Utilities/Thread.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/URLEncoded.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Deprecated.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router+Method.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionCache.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/ResponseCodable.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Request/RequestCodable.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router+Middleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Middleware/Middleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Middleware/CORSMiddleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Middleware/FileMiddleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Middleware/DateMiddleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Middleware/ErrorMiddleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionsMiddleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router+LazyMiddleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/Response.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Utilities/AnyResponse.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Middleware/MiddlewareConfig.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Server/NIOServerConfig.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionsConfig.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/ContentConfig.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Request/HTTPMethod+String.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router+Path.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/JSONCoder+Custom.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/Request+Session.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/Session.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Application.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/RouteCollection.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router+Function.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Services/VaporProvider.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/Responder.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/BasicResponder.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/ApplicationResponder.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/WebSocket/WebSocketResponder.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/PlaintextEncoder.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/HTTPMessageContainer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/ParametersContainer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/ContentContainer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/QueryContainer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/EngineRouter.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Server/Server.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Server/NIOServer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Server/RunningServer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/WebSocket/WebSocketServer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/WebSocket/NIOWebSocketServer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Error/Error.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Logging/Logger+LogError.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Error/AbortError.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/Sessions.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/KeyedCacheSessions.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/MemorySessions.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/ContentCoders.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Utilities/Exports.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/HTTPStatus.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/Redirect.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/SingleValueGet.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Services/Config+Default.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Commands/CommandConfig+Default.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Services/Services+Default.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Client/Client.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Client/FoundationClient.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/WebSocket/WebSocketClient.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/WebSocket/NIOWebSocketClient.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router+Content.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/Content.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Error/Abort.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Request/Request.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/View/Vapor+View.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOHTTP1.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOOpenSSL.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/HTTP.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOTLS.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Async.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Command.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Service.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Console.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Core.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Logging.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Debugging.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Routing.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/COperatingSystem.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Random.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/URLEncodedForm.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Validation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Crypto.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Bits.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/WebSocket.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOWebSocket.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/DatabaseKit.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/TemplateKit.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Multipart.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOSHA1/include/CNIOSHA1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/asn1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/tls1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/dtls1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pkcs12.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl2.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pem2.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl23.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl3.h /usr/local/Cellar/libressl/2.9.2/include/openssl/x509v3.h /usr/local/Cellar/libressl/2.9.2/include/openssl/md5.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pkcs7.h /usr/local/Cellar/libressl/2.9.2/include/openssl/x509.h /usr/local/Cellar/libressl/2.9.2/include/openssl/sha.h /usr/local/Cellar/libressl/2.9.2/include/openssl/dsa.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ecdsa.h /usr/local/Cellar/libressl/2.9.2/include/openssl/rsa.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOZlib/include/CNIOZlib.h /usr/local/Cellar/libressl/2.9.2/include/openssl/obj_mac.h /usr/local/Cellar/libressl/2.9.2/include/openssl/hmac.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ec.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /usr/local/Cellar/libressl/2.9.2/include/openssl/rand.h /usr/local/Cellar/libressl/2.9.2/include/openssl/conf.h /usr/local/Cellar/libressl/2.9.2/include/openssl/opensslconf.h /usr/local/Cellar/libressl/2.9.2/include/openssl/dh.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ecdh.h /usr/local/Cellar/libressl/2.9.2/include/openssl/lhash.h /usr/local/Cellar/libressl/2.9.2/include/openssl/stack.h /usr/local/Cellar/libressl/2.9.2/include/openssl/safestack.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/crypto/Sources/CCryptoOpenSSL/include/c_crypto_openssl.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pem.h /usr/local/Cellar/libressl/2.9.2/include/openssl/bn.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /usr/local/Cellar/libressl/2.9.2/include/openssl/bio.h /usr/local/Cellar/libressl/2.9.2/include/openssl/crypto.h /usr/local/Cellar/libressl/2.9.2/include/openssl/srtp.h /usr/local/Cellar/libressl/2.9.2/include/openssl/evp.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ossl_typ.h /usr/local/Cellar/libressl/2.9.2/include/openssl/buffer.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOHTTPParser/include/CNIOHTTPParser.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOHTTPParser/include/c_nio_http_parser.h /usr/local/Cellar/libressl/2.9.2/include/openssl/err.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /usr/local/Cellar/libressl/2.9.2/include/openssl/opensslfeatures.h /usr/local/Cellar/libressl/2.9.2/include/openssl/objects.h /usr/local/Cellar/libressl/2.9.2/include/openssl/opensslv.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /usr/local/Cellar/libressl/2.9.2/include/openssl/x509_vfy.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/crypto/Sources/CBase32/include/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/crypto/Sources/CBcrypt/include/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio-zlib-support/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio-ssl-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Vapor.build/Content/JSONCoder+Custom~partial.swiftmodule : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/FormDataCoder+HTTP.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionData.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Utilities/Thread.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/URLEncoded.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Deprecated.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router+Method.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionCache.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/ResponseCodable.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Request/RequestCodable.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router+Middleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Middleware/Middleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Middleware/CORSMiddleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Middleware/FileMiddleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Middleware/DateMiddleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Middleware/ErrorMiddleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionsMiddleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router+LazyMiddleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/Response.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Utilities/AnyResponse.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Middleware/MiddlewareConfig.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Server/NIOServerConfig.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionsConfig.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/ContentConfig.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Request/HTTPMethod+String.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router+Path.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/JSONCoder+Custom.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/Request+Session.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/Session.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Application.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/RouteCollection.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router+Function.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Services/VaporProvider.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/Responder.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/BasicResponder.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/ApplicationResponder.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/WebSocket/WebSocketResponder.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/PlaintextEncoder.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/HTTPMessageContainer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/ParametersContainer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/ContentContainer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/QueryContainer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/EngineRouter.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Server/Server.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Server/NIOServer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Server/RunningServer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/WebSocket/WebSocketServer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/WebSocket/NIOWebSocketServer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Error/Error.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Logging/Logger+LogError.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Error/AbortError.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/Sessions.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/KeyedCacheSessions.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/MemorySessions.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/ContentCoders.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Utilities/Exports.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/HTTPStatus.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/Redirect.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/SingleValueGet.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Services/Config+Default.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Commands/CommandConfig+Default.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Services/Services+Default.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Client/Client.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Client/FoundationClient.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/WebSocket/WebSocketClient.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/WebSocket/NIOWebSocketClient.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router+Content.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/Content.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Error/Abort.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Request/Request.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/View/Vapor+View.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOHTTP1.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOOpenSSL.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/HTTP.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOTLS.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Async.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Command.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Service.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Console.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Core.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Logging.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Debugging.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Routing.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/COperatingSystem.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Random.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/URLEncodedForm.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Validation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Crypto.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Bits.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/WebSocket.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOWebSocket.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/DatabaseKit.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/TemplateKit.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Multipart.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOSHA1/include/CNIOSHA1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/asn1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/tls1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/dtls1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pkcs12.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl2.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pem2.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl23.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl3.h /usr/local/Cellar/libressl/2.9.2/include/openssl/x509v3.h /usr/local/Cellar/libressl/2.9.2/include/openssl/md5.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pkcs7.h /usr/local/Cellar/libressl/2.9.2/include/openssl/x509.h /usr/local/Cellar/libressl/2.9.2/include/openssl/sha.h /usr/local/Cellar/libressl/2.9.2/include/openssl/dsa.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ecdsa.h /usr/local/Cellar/libressl/2.9.2/include/openssl/rsa.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOZlib/include/CNIOZlib.h /usr/local/Cellar/libressl/2.9.2/include/openssl/obj_mac.h /usr/local/Cellar/libressl/2.9.2/include/openssl/hmac.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ec.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /usr/local/Cellar/libressl/2.9.2/include/openssl/rand.h /usr/local/Cellar/libressl/2.9.2/include/openssl/conf.h /usr/local/Cellar/libressl/2.9.2/include/openssl/opensslconf.h /usr/local/Cellar/libressl/2.9.2/include/openssl/dh.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ecdh.h /usr/local/Cellar/libressl/2.9.2/include/openssl/lhash.h /usr/local/Cellar/libressl/2.9.2/include/openssl/stack.h /usr/local/Cellar/libressl/2.9.2/include/openssl/safestack.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/crypto/Sources/CCryptoOpenSSL/include/c_crypto_openssl.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pem.h /usr/local/Cellar/libressl/2.9.2/include/openssl/bn.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /usr/local/Cellar/libressl/2.9.2/include/openssl/bio.h /usr/local/Cellar/libressl/2.9.2/include/openssl/crypto.h /usr/local/Cellar/libressl/2.9.2/include/openssl/srtp.h /usr/local/Cellar/libressl/2.9.2/include/openssl/evp.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ossl_typ.h /usr/local/Cellar/libressl/2.9.2/include/openssl/buffer.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOHTTPParser/include/CNIOHTTPParser.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOHTTPParser/include/c_nio_http_parser.h /usr/local/Cellar/libressl/2.9.2/include/openssl/err.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /usr/local/Cellar/libressl/2.9.2/include/openssl/opensslfeatures.h /usr/local/Cellar/libressl/2.9.2/include/openssl/objects.h /usr/local/Cellar/libressl/2.9.2/include/openssl/opensslv.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /usr/local/Cellar/libressl/2.9.2/include/openssl/x509_vfy.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/crypto/Sources/CBase32/include/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/crypto/Sources/CBcrypt/include/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio-zlib-support/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio-ssl-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Vapor.build/Content/JSONCoder+Custom~partial.swiftdoc : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/FormDataCoder+HTTP.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionData.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Utilities/Thread.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/URLEncoded.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Deprecated.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router+Method.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionCache.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/ResponseCodable.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Request/RequestCodable.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router+Middleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Middleware/Middleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Middleware/CORSMiddleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Middleware/FileMiddleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Middleware/DateMiddleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Middleware/ErrorMiddleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionsMiddleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router+LazyMiddleware.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/Response.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Utilities/AnyResponse.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Middleware/MiddlewareConfig.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Server/NIOServerConfig.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionsConfig.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/ContentConfig.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Request/HTTPMethod+String.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router+Path.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/JSONCoder+Custom.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/Request+Session.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/Session.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Application.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/RouteCollection.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router+Function.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Services/VaporProvider.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/Responder.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/BasicResponder.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/ApplicationResponder.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/WebSocket/WebSocketResponder.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/PlaintextEncoder.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/HTTPMessageContainer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/ParametersContainer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/ContentContainer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/QueryContainer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/EngineRouter.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Server/Server.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Server/NIOServer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Server/RunningServer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/WebSocket/WebSocketServer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/WebSocket/NIOWebSocketServer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Error/Error.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Logging/Logger+LogError.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Error/AbortError.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/Sessions.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/KeyedCacheSessions.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Sessions/MemorySessions.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/ContentCoders.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Utilities/Exports.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/HTTPStatus.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Response/Redirect.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/SingleValueGet.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Services/Config+Default.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Commands/CommandConfig+Default.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Services/Services+Default.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Client/Client.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Client/FoundationClient.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/WebSocket/WebSocketClient.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/WebSocket/NIOWebSocketClient.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Routing/Router+Content.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Content/Content.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Error/Abort.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/Request/Request.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/vapor/Sources/Vapor/View/Vapor+View.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOHTTP1.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOOpenSSL.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/HTTP.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOTLS.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Async.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Command.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Service.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Console.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Core.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Logging.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Debugging.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Routing.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/COperatingSystem.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Random.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/URLEncodedForm.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Validation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Crypto.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Bits.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/WebSocket.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOWebSocket.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/DatabaseKit.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/TemplateKit.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Multipart.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOSHA1/include/CNIOSHA1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/asn1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/tls1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/dtls1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pkcs12.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl2.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pem2.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl23.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl3.h /usr/local/Cellar/libressl/2.9.2/include/openssl/x509v3.h /usr/local/Cellar/libressl/2.9.2/include/openssl/md5.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pkcs7.h /usr/local/Cellar/libressl/2.9.2/include/openssl/x509.h /usr/local/Cellar/libressl/2.9.2/include/openssl/sha.h /usr/local/Cellar/libressl/2.9.2/include/openssl/dsa.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ecdsa.h /usr/local/Cellar/libressl/2.9.2/include/openssl/rsa.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOZlib/include/CNIOZlib.h /usr/local/Cellar/libressl/2.9.2/include/openssl/obj_mac.h /usr/local/Cellar/libressl/2.9.2/include/openssl/hmac.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ec.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /usr/local/Cellar/libressl/2.9.2/include/openssl/rand.h /usr/local/Cellar/libressl/2.9.2/include/openssl/conf.h /usr/local/Cellar/libressl/2.9.2/include/openssl/opensslconf.h /usr/local/Cellar/libressl/2.9.2/include/openssl/dh.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ecdh.h /usr/local/Cellar/libressl/2.9.2/include/openssl/lhash.h /usr/local/Cellar/libressl/2.9.2/include/openssl/stack.h /usr/local/Cellar/libressl/2.9.2/include/openssl/safestack.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/crypto/Sources/CCryptoOpenSSL/include/c_crypto_openssl.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pem.h /usr/local/Cellar/libressl/2.9.2/include/openssl/bn.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /usr/local/Cellar/libressl/2.9.2/include/openssl/bio.h /usr/local/Cellar/libressl/2.9.2/include/openssl/crypto.h /usr/local/Cellar/libressl/2.9.2/include/openssl/srtp.h /usr/local/Cellar/libressl/2.9.2/include/openssl/evp.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ossl_typ.h /usr/local/Cellar/libressl/2.9.2/include/openssl/buffer.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOHTTPParser/include/CNIOHTTPParser.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOHTTPParser/include/c_nio_http_parser.h /usr/local/Cellar/libressl/2.9.2/include/openssl/err.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /usr/local/Cellar/libressl/2.9.2/include/openssl/opensslfeatures.h /usr/local/Cellar/libressl/2.9.2/include/openssl/objects.h /usr/local/Cellar/libressl/2.9.2/include/openssl/opensslv.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /usr/local/Cellar/libressl/2.9.2/include/openssl/x509_vfy.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/crypto/Sources/CBase32/include/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/crypto/Sources/CBcrypt/include/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio-zlib-support/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio-ssl-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
| D |
# FIXED
hal_i2c.obj: C:/Projects/embedded-software/hal/MSP430/MSP430F5529/hal_i2c.c
hal_i2c.obj: C:/ti/ccsv8/ccs_base/msp430/include/msp430.h
hal_i2c.obj: C:/ti/ccsv8/ccs_base/msp430/include/msp430f5529.h
hal_i2c.obj: C:/ti/ccsv8/ccs_base/msp430/include/in430.h
hal_i2c.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.4.LTS/include/intrinsics.h
hal_i2c.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.4.LTS/include/intrinsics_legacy_undefs.h
hal_i2c.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.4.LTS/include/stdint.h
hal_i2c.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.4.LTS/include/sys/stdint.h
hal_i2c.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.4.LTS/include/sys/cdefs.h
hal_i2c.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.4.LTS/include/sys/_types.h
hal_i2c.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.4.LTS/include/machine/_types.h
hal_i2c.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.4.LTS/include/machine/_stdint.h
hal_i2c.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.4.LTS/include/sys/_stdint.h
hal_i2c.obj: C:/Users/sglas/embeddedSoftware/accelTest/project_settings.h
hal_i2c.obj: C:/Projects/embedded-software/include/library.h
hal_i2c.obj: C:/Projects/embedded-software/include/macros.h
hal_i2c.obj: C:/Projects/embedded-software/include/int_def.h
hal_i2c.obj: C:/Users/sglas/embeddedSoftware/accelTest/i2c.h
hal_i2c.obj: C:/Projects/embedded-software/hal/MSP430/MSP430F5529/hal_i2c.h
C:/Projects/embedded-software/hal/MSP430/MSP430F5529/hal_i2c.c:
C:/ti/ccsv8/ccs_base/msp430/include/msp430.h:
C:/ti/ccsv8/ccs_base/msp430/include/msp430f5529.h:
C:/ti/ccsv8/ccs_base/msp430/include/in430.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.4.LTS/include/intrinsics.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.4.LTS/include/intrinsics_legacy_undefs.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.4.LTS/include/stdint.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.4.LTS/include/sys/stdint.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.4.LTS/include/sys/cdefs.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.4.LTS/include/sys/_types.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.4.LTS/include/machine/_types.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.4.LTS/include/machine/_stdint.h:
C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.4.LTS/include/sys/_stdint.h:
C:/Users/sglas/embeddedSoftware/accelTest/project_settings.h:
C:/Projects/embedded-software/include/library.h:
C:/Projects/embedded-software/include/macros.h:
C:/Projects/embedded-software/include/int_def.h:
C:/Users/sglas/embeddedSoftware/accelTest/i2c.h:
C:/Projects/embedded-software/hal/MSP430/MSP430F5529/hal_i2c.h:
| D |
/**
* Windows API header module
*
* Translated from MinGW Windows headers
*
* Authors: Stewart Gordon
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DRUNTIMESRC src/core/sys/windows/_winnetwk.d)
*/
module core.sys.windows.winnetwk;
version (Windows):
pragma(lib, "mpr");
private import core.sys.windows.winbase, core.sys.windows.winerror, core.sys.windows.winnt;
enum : DWORD {
WNNC_NET_MSNET = 0x00010000,
WNNC_NET_LANMAN = 0x00020000,
WNNC_NET_NETWARE = 0x00030000,
WNNC_NET_VINES = 0x00040000,
WNNC_NET_10NET = 0x00050000,
WNNC_NET_LOCUS = 0x00060000,
WNNC_NET_SUN_PC_NFS = 0x00070000,
WNNC_NET_LANSTEP = 0x00080000,
WNNC_NET_9TILES = 0x00090000,
WNNC_NET_LANTASTIC = 0x000A0000,
WNNC_NET_AS400 = 0x000B0000,
WNNC_NET_FTP_NFS = 0x000C0000,
WNNC_NET_PATHWORKS = 0x000D0000,
WNNC_NET_LIFENET = 0x000E0000,
WNNC_NET_POWERLAN = 0x000F0000,
WNNC_NET_BWNFS = 0x00100000,
WNNC_NET_COGENT = 0x00110000,
WNNC_NET_FARALLON = 0x00120000,
WNNC_NET_APPLETALK = 0x00130000,
WNNC_NET_INTERGRAPH = 0x00140000,
WNNC_NET_SYMFONET = 0x00150000,
WNNC_NET_CLEARCASE = 0x00160000,
WNNC_NET_FRONTIER = 0x00170000,
WNNC_NET_BMC = 0x00180000,
WNNC_NET_DCE = 0x00190000,
WNNC_NET_AVID = 0x001A0000,
WNNC_NET_DOCUSPACE = 0x001B0000,
WNNC_NET_MANGOSOFT = 0x001C0000,
WNNC_NET_SERNET = 0x001D0000,
WNNC_NET_DECORB = 0x00200000,
WNNC_NET_PROTSTOR = 0x00210000,
WNNC_NET_FJ_REDIR = 0x00220000,
WNNC_NET_DISTINCT = 0x00230000,
WNNC_NET_TWINS = 0x00240000,
WNNC_NET_RDR2SAMPLE = 0x00250000,
WNNC_NET_CSC = 0x00260000,
WNNC_NET_3IN1 = 0x00270000,
WNNC_NET_EXTENDNET = 0x00290000,
WNNC_NET_OBJECT_DIRE = 0x00300000,
WNNC_NET_MASFAX = 0x00310000,
WNNC_NET_HOB_NFS = 0x00320000,
WNNC_NET_SHIVA = 0x00330000,
WNNC_NET_IBMAL = 0x00340000,
WNNC_CRED_MANAGER = 0xFFFF0000
}
enum : DWORD {
RESOURCE_CONNECTED = 1,
RESOURCE_GLOBALNET = 2,
RESOURCE_REMEMBERED = 3,
RESOURCE_RECENT = 4,
RESOURCE_CONTEXT = 5
}
const DWORD
RESOURCETYPE_ANY = 0,
RESOURCETYPE_DISK = 1,
RESOURCETYPE_PRINT = 2,
RESOURCETYPE_RESERVED = 8,
RESOURCETYPE_UNKNOWN = 0xFFFFFFFF;
const DWORD
RESOURCEUSAGE_CONNECTABLE = 0x00000001,
RESOURCEUSAGE_CONTAINER = 0x00000002,
RESOURCEUSAGE_NOLOCALDEVICE = 0x00000004,
RESOURCEUSAGE_SIBLING = 0x00000008,
RESOURCEUSAGE_ATTACHED = 0x00000010,
RESOURCEUSAGE_ALL = (RESOURCEUSAGE_CONNECTABLE
| RESOURCEUSAGE_CONTAINER
| RESOURCEUSAGE_ATTACHED),
RESOURCEUSAGE_RESERVED = 0x80000000;
enum : DWORD {
RESOURCEDISPLAYTYPE_GENERIC,
RESOURCEDISPLAYTYPE_DOMAIN,
RESOURCEDISPLAYTYPE_SERVER,
RESOURCEDISPLAYTYPE_SHARE,
RESOURCEDISPLAYTYPE_FILE,
RESOURCEDISPLAYTYPE_GROUP,
RESOURCEDISPLAYTYPE_NETWORK,
RESOURCEDISPLAYTYPE_ROOT,
RESOURCEDISPLAYTYPE_SHAREADMIN,
RESOURCEDISPLAYTYPE_DIRECTORY,
RESOURCEDISPLAYTYPE_TREE // = 10
}
const NETPROPERTY_PERSISTENT = 1;
const DWORD
CONNECT_UPDATE_PROFILE = 1,
CONNECT_UPDATE_RECENT = 2,
CONNECT_TEMPORARY = 4,
CONNECT_INTERACTIVE = 8,
CONNECT_PROMPT = 16,
CONNECT_NEED_DRIVE = 32,
CONNECT_REFCOUNT = 64,
CONNECT_REDIRECT = 128,
CONNECT_LOCALDRIVE = 256,
CONNECT_CURRENT_MEDIA = 512;
const DWORD
CONNDLG_RO_PATH = 1,
CONNDLG_CONN_POINT = 2,
CONNDLG_USE_MRU = 4,
CONNDLG_HIDE_BOX = 8,
CONNDLG_PERSIST = 16,
CONNDLG_NOT_PERSIST = 32;
const DWORD
DISC_UPDATE_PROFILE = 1,
DISC_NO_FORCE = 64;
const DWORD
WNFMT_MULTILINE = 1,
WNFMT_ABBREVIATED = 2,
WNFMT_INENUM = 16,
WNFMT_CONNECTION = 32;
enum : DWORD {
WN_SUCCESS = NO_ERROR,
WN_NO_ERROR = NO_ERROR,
WN_NOT_SUPPORTED = ERROR_NOT_SUPPORTED,
WN_CANCEL = ERROR_CANCELLED,
WN_RETRY = ERROR_RETRY,
WN_NET_ERROR = ERROR_UNEXP_NET_ERR,
WN_MORE_DATA = ERROR_MORE_DATA,
WN_BAD_POINTER = ERROR_INVALID_ADDRESS,
WN_BAD_VALUE = ERROR_INVALID_PARAMETER,
WN_BAD_USER = ERROR_BAD_USERNAME,
WN_BAD_PASSWORD = ERROR_INVALID_PASSWORD,
WN_ACCESS_DENIED = ERROR_ACCESS_DENIED,
WN_FUNCTION_BUSY = ERROR_BUSY,
WN_WINDOWS_ERROR = ERROR_UNEXP_NET_ERR,
WN_OUT_OF_MEMORY = ERROR_NOT_ENOUGH_MEMORY,
WN_NO_NETWORK = ERROR_NO_NETWORK,
WN_EXTENDED_ERROR = ERROR_EXTENDED_ERROR,
WN_BAD_LEVEL = ERROR_INVALID_LEVEL,
WN_BAD_HANDLE = ERROR_INVALID_HANDLE,
WN_NOT_INITIALIZING = ERROR_ALREADY_INITIALIZED,
WN_NO_MORE_DEVICES = ERROR_NO_MORE_DEVICES,
WN_NOT_CONNECTED = ERROR_NOT_CONNECTED,
WN_OPEN_FILES = ERROR_OPEN_FILES,
WN_DEVICE_IN_USE = ERROR_DEVICE_IN_USE,
WN_BAD_NETNAME = ERROR_BAD_NET_NAME,
WN_BAD_LOCALNAME = ERROR_BAD_DEVICE,
WN_ALREADY_CONNECTED = ERROR_ALREADY_ASSIGNED,
WN_DEVICE_ERROR = ERROR_GEN_FAILURE,
WN_CONNECTION_CLOSED = ERROR_CONNECTION_UNAVAIL,
WN_NO_NET_OR_BAD_PATH = ERROR_NO_NET_OR_BAD_PATH,
WN_BAD_PROVIDER = ERROR_BAD_PROVIDER,
WN_CANNOT_OPEN_PROFILE = ERROR_CANNOT_OPEN_PROFILE,
WN_BAD_PROFILE = ERROR_BAD_PROFILE,
WN_BAD_DEV_TYPE = ERROR_BAD_DEV_TYPE,
WN_DEVICE_ALREADY_REMEMBERED = ERROR_DEVICE_ALREADY_REMEMBERED,
WN_NO_MORE_ENTRIES = ERROR_NO_MORE_ITEMS,
WN_NOT_CONTAINER = ERROR_NOT_CONTAINER,
WN_NOT_AUTHENTICATED = ERROR_NOT_AUTHENTICATED,
WN_NOT_LOGGED_ON = ERROR_NOT_LOGGED_ON,
WN_NOT_VALIDATED = ERROR_NO_LOGON_SERVERS
}
enum : DWORD {
UNIVERSAL_NAME_INFO_LEVEL = 1,
REMOTE_NAME_INFO_LEVEL
}
const DWORD
NETINFO_DLL16 = 1,
NETINFO_DISKRED = 4,
NETINFO_PRINTERRED = 8;
const DWORD
RP_LOGON = 1,
RP_INIFILE = 2;
const DWORD PP_DISPLAYERRORS = 1;
const DWORD
WNCON_FORNETCARD = 1,
WNCON_NOTROUTED = 2,
WNCON_SLOWLINK = 4,
WNCON_DYNAMIC = 8;
struct NETRESOURCEA {
DWORD dwScope;
DWORD dwType;
DWORD dwDisplayType;
DWORD dwUsage;
LPSTR lpLocalName;
LPSTR lpRemoteName;
LPSTR lpComment;
LPSTR lpProvider;
}
alias NETRESOURCEA* LPNETRESOURCEA;
struct NETRESOURCEW {
DWORD dwScope;
DWORD dwType;
DWORD dwDisplayType;
DWORD dwUsage;
LPWSTR lpLocalName;
LPWSTR lpRemoteName;
LPWSTR lpComment ;
LPWSTR lpProvider;
}
alias NETRESOURCEW* LPNETRESOURCEW;
struct CONNECTDLGSTRUCTA {
DWORD cbStructure;
HWND hwndOwner;
LPNETRESOURCEA lpConnRes;
DWORD dwFlags;
DWORD dwDevNum;
}
alias CONNECTDLGSTRUCTA* LPCONNECTDLGSTRUCTA;
struct CONNECTDLGSTRUCTW {
DWORD cbStructure;
HWND hwndOwner;
LPNETRESOURCEW lpConnRes;
DWORD dwFlags;
DWORD dwDevNum;
}
alias CONNECTDLGSTRUCTW* LPCONNECTDLGSTRUCTW;
struct DISCDLGSTRUCTA {
DWORD cbStructure;
HWND hwndOwner;
LPSTR lpLocalName;
LPSTR lpRemoteName;
DWORD dwFlags;
}
alias DISCDLGSTRUCTA* LPDISCDLGSTRUCTA;
struct DISCDLGSTRUCTW {
DWORD cbStructure;
HWND hwndOwner;
LPWSTR lpLocalName;
LPWSTR lpRemoteName;
DWORD dwFlags;
}
alias DISCDLGSTRUCTW* LPDISCDLGSTRUCTW;
struct UNIVERSAL_NAME_INFOA {
LPSTR lpUniversalName;
}
alias UNIVERSAL_NAME_INFOA* LPUNIVERSAL_NAME_INFOA;
struct UNIVERSAL_NAME_INFOW {
LPWSTR lpUniversalName;
}
alias UNIVERSAL_NAME_INFOW* LPUNIVERSAL_NAME_INFOW;
struct REMOTE_NAME_INFOA {
LPSTR lpUniversalName;
LPSTR lpConnectionName;
LPSTR lpRemainingPath;
}
alias REMOTE_NAME_INFOA* LPREMOTE_NAME_INFOA;
struct REMOTE_NAME_INFOW {
LPWSTR lpUniversalName;
LPWSTR lpConnectionName;
LPWSTR lpRemainingPath;
}
alias REMOTE_NAME_INFOW* LPREMOTE_NAME_INFOW;
struct NETINFOSTRUCT {
DWORD cbStructure;
DWORD dwProviderVersion;
DWORD dwStatus;
DWORD dwCharacteristics;
DWORD dwHandle;
WORD wNetType;
DWORD dwPrinters;
DWORD dwDrives;
}
alias NETINFOSTRUCT* LPNETINFOSTRUCT;
extern (Pascal) {
alias UINT function(LPCSTR, LPSTR, UINT) PFNGETPROFILEPATHA;
alias UINT function(LPCWSTR, LPWSTR, UINT) PFNGETPROFILEPATHW;
alias UINT function(LPCSTR, LPCSTR, DWORD) PFNRECONCILEPROFILEA;
alias UINT function(LPCWSTR, LPCWSTR, DWORD) PFNRECONCILEPROFILEW;
alias BOOL function(HWND, LPCSTR, LPCSTR, LPCSTR, DWORD)
PFNPROCESSPOLICIESA;
alias BOOL function(HWND, LPCWSTR, LPCWSTR, LPCWSTR, DWORD)
PFNPROCESSPOLICIESW;
}
struct NETCONNECTINFOSTRUCT {
DWORD cbStructure;
DWORD dwFlags;
DWORD dwSpeed;
DWORD dwDelay;
DWORD dwOptDataSize;
}
alias NETCONNECTINFOSTRUCT* LPNETCONNECTINFOSTRUCT;
extern (Windows) {
DWORD WNetAddConnection2A(LPNETRESOURCEA, LPCSTR, LPCSTR, DWORD);
DWORD WNetAddConnection2W(LPNETRESOURCEW, LPCWSTR, LPCWSTR, DWORD);
DWORD WNetAddConnection3A(HWND, LPNETRESOURCEA, LPCSTR, LPCSTR, DWORD);
DWORD WNetAddConnection3W(HWND, LPNETRESOURCEW, LPCWSTR, LPCWSTR, DWORD);
DWORD WNetCancelConnection2A(LPCSTR, DWORD, BOOL);
DWORD WNetCancelConnection2W(LPCWSTR, DWORD, BOOL);
DWORD WNetGetConnectionA(LPCSTR, LPSTR, PDWORD);
DWORD WNetGetConnectionW(LPCWSTR, LPWSTR, PDWORD);
DWORD WNetUseConnectionA(HWND, LPNETRESOURCEA, LPCSTR, LPCSTR, DWORD,
LPSTR, PDWORD, PDWORD);
DWORD WNetUseConnectionW(HWND, LPNETRESOURCEW, LPCWSTR, LPCWSTR, DWORD,
LPWSTR, PDWORD, PDWORD);
DWORD WNetSetConnectionA(LPCSTR, DWORD, PVOID);
DWORD WNetSetConnectionW(LPCWSTR, DWORD, PVOID);
DWORD WNetConnectionDialog(HWND, DWORD);
DWORD WNetDisconnectDialog(HWND, DWORD);
DWORD WNetConnectionDialog1A(LPCONNECTDLGSTRUCTA);
DWORD WNetConnectionDialog1W(LPCONNECTDLGSTRUCTW);
DWORD WNetDisconnectDialog1A(LPDISCDLGSTRUCTA);
DWORD WNetDisconnectDialog1W(LPDISCDLGSTRUCTW);
DWORD WNetOpenEnumA(DWORD, DWORD, DWORD, LPNETRESOURCEA, LPHANDLE);
DWORD WNetOpenEnumW(DWORD, DWORD, DWORD, LPNETRESOURCEW, LPHANDLE);
DWORD WNetEnumResourceA(HANDLE, PDWORD, PVOID, PDWORD);
DWORD WNetEnumResourceW(HANDLE, PDWORD, PVOID, PDWORD);
DWORD WNetCloseEnum(HANDLE);
DWORD WNetGetUniversalNameA(LPCSTR, DWORD, PVOID, PDWORD);
DWORD WNetGetUniversalNameW(LPCWSTR, DWORD, PVOID, PDWORD);
DWORD WNetGetUserA(LPCSTR, LPSTR, PDWORD);
DWORD WNetGetUserW(LPCWSTR, LPWSTR, PDWORD);
DWORD WNetGetProviderNameA(DWORD, LPSTR, PDWORD);
DWORD WNetGetProviderNameW(DWORD, LPWSTR, PDWORD);
DWORD WNetGetNetworkInformationA(LPCSTR, LPNETINFOSTRUCT);
DWORD WNetGetNetworkInformationW(LPCWSTR, LPNETINFOSTRUCT);
DWORD WNetGetResourceInformationA(LPNETRESOURCEA, LPVOID, LPDWORD,
LPSTR*);
DWORD WNetGetResourceInformationW(LPNETRESOURCEA, LPVOID, LPDWORD,
LPWSTR*);
DWORD WNetGetResourceParentA(LPNETRESOURCEA, LPVOID, LPDWORD);
DWORD WNetGetResourceParentW(LPNETRESOURCEW, LPVOID, LPDWORD);
DWORD WNetGetLastErrorA(PDWORD, LPSTR, DWORD, LPSTR, DWORD);
DWORD WNetGetLastErrorW(PDWORD, LPWSTR, DWORD, LPWSTR, DWORD);
DWORD MultinetGetConnectionPerformanceA(LPNETRESOURCEA,
LPNETCONNECTINFOSTRUCT);
DWORD MultinetGetConnectionPerformanceW(LPNETRESOURCEW,
LPNETCONNECTINFOSTRUCT);
deprecated {
DWORD WNetAddConnectionA(LPCSTR, LPCSTR, LPCSTR);
DWORD WNetAddConnectionW(LPCWSTR, LPCWSTR, LPCWSTR);
DWORD WNetCancelConnectionA(LPCSTR, BOOL);
DWORD WNetCancelConnectionW(LPCWSTR, BOOL);
}
}
version (Unicode) {
alias PFNGETPROFILEPATHW PFNGETPROFILEPATH;
alias PFNRECONCILEPROFILEW PFNRECONCILEPROFILE;
alias PFNPROCESSPOLICIESW PFNPROCESSPOLICIES;
alias NETRESOURCEW NETRESOURCE;
alias CONNECTDLGSTRUCTW CONNECTDLGSTRUCT;
alias DISCDLGSTRUCTW DISCDLGSTRUCT;
alias REMOTE_NAME_INFOW REMOTE_NAME_INFO;
alias UNIVERSAL_NAME_INFOW UNIVERSAL_NAME_INFO;
alias WNetAddConnection2W WNetAddConnection2;
alias WNetAddConnection3W WNetAddConnection3;
alias WNetCancelConnection2W WNetCancelConnection2;
alias WNetGetConnectionW WNetGetConnection;
alias WNetUseConnectionW WNetUseConnection;
alias WNetSetConnectionW WNetSetConnection;
alias WNetConnectionDialog1W WNetConnectionDialog1;
alias WNetDisconnectDialog1W WNetDisconnectDialog1;
alias WNetOpenEnumW WNetOpenEnum;
alias WNetEnumResourceW WNetEnumResource;
alias WNetGetUniversalNameW WNetGetUniversalName;
alias WNetGetUserW WNetGetUser;
alias WNetGetProviderNameW WNetGetProviderName;
alias WNetGetNetworkInformationW WNetGetNetworkInformation;
alias WNetGetResourceInformationW WNetGetResourceInformation;
alias WNetGetResourceParentW WNetGetResourceParent;
alias WNetGetLastErrorW WNetGetLastError;
alias MultinetGetConnectionPerformanceW MultinetGetConnectionPerformance;
deprecated {
alias WNetAddConnectionW WNetAddConnection;
alias WNetCancelConnectionW WNetCancelConnection;
}
} else {
alias PFNGETPROFILEPATHA PFNGETPROFILEPATH;
alias PFNRECONCILEPROFILEA PFNRECONCILEPROFILE;
alias PFNPROCESSPOLICIESA PFNPROCESSPOLICIES;
alias NETRESOURCEA NETRESOURCE;
alias CONNECTDLGSTRUCTA CONNECTDLGSTRUCT;
alias DISCDLGSTRUCTA DISCDLGSTRUCT;
alias REMOTE_NAME_INFOA REMOTE_NAME_INFO;
alias UNIVERSAL_NAME_INFOA UNIVERSAL_NAME_INFO;
alias WNetAddConnection2A WNetAddConnection2;
alias WNetAddConnection3A WNetAddConnection3;
alias WNetCancelConnection2A WNetCancelConnection2;
alias WNetGetConnectionA WNetGetConnection;
alias WNetUseConnectionA WNetUseConnection;
alias WNetSetConnectionA WNetSetConnection;
alias WNetConnectionDialog1A WNetConnectionDialog1;
alias WNetDisconnectDialog1A WNetDisconnectDialog1;
alias WNetOpenEnumA WNetOpenEnum;
alias WNetEnumResourceA WNetEnumResource;
alias WNetGetUniversalNameA WNetGetUniversalName;
alias WNetGetUserA WNetGetUser;
alias WNetGetProviderNameA WNetGetProviderName;
alias WNetGetNetworkInformationA WNetGetNetworkInformation;
alias WNetGetResourceInformationA WNetGetResourceInformation;
alias WNetGetResourceParentA WNetGetResourceParent;
alias WNetGetLastErrorA WNetGetLastError;
alias MultinetGetConnectionPerformanceA MultinetGetConnectionPerformance;
deprecated {
alias WNetAddConnectionA WNetAddConnection;
alias WNetCancelConnectionA WNetCancelConnection;
}
}
alias NETRESOURCE* LPNETRESOURCE;
alias CONNECTDLGSTRUCT* LPCONNECTDLGSTRUCT;
alias DISCDLGSTRUCT* LPDISCDLGSTRUCT;
alias REMOTE_NAME_INFO* LPREMOTE_NAME_INFO;
alias UNIVERSAL_NAME_INFO* LPUNIVERSAL_NAME_INFO;
| D |
/******************************************************************************
This module contains the 'math' standard library.
License:
Copyright (c) 2008 Jarrett Billingsley
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the
use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it freely,
subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software in a
product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
******************************************************************************/
module amigos.minid.mathlib;
import math = tango.math.Math;
import tango.math.GammaFunction;
import ieee = tango.math.IEEE;
import tango.math.random.Kiss;
import amigos.minid.ex;
import amigos.minid.interpreter;
import amigos.minid.types;
private void register(MDThread* t, char[] name, NativeFunc func, uword numUpvals = 0)
{
newFunction(t, func, name, numUpvals);
newGlobal(t, name);
}
struct MathLib
{
static:
public void init(MDThread* t)
{
makeModule(t, "math", function uword(MDThread* t, uword numParams)
{
pushFloat(t, math.E); newGlobal(t, "e");
pushFloat(t, math.PI); newGlobal(t, "pi");
pushFloat(t, mdfloat.nan); newGlobal(t, "nan");
pushFloat(t, mdfloat.infinity); newGlobal(t, "infinity");
pushInt(t, mdint.sizeof); newGlobal(t, "intSize");
pushInt(t, mdint.min); newGlobal(t, "intMin");
pushInt(t, mdint.max); newGlobal(t, "intMax");
pushInt(t, mdfloat.sizeof); newGlobal(t, "floatSize");
pushFloat(t, mdfloat.min); newGlobal(t, "floatMin");
pushFloat(t, mdfloat.max); newGlobal(t, "floatMax");
register(t, "abs", &abs);
register(t, "sin", &sin);
register(t, "cos", &cos);
register(t, "tan", &tan);
register(t, "asin", &asin);
register(t, "acos", &acos);
register(t, "atan", &atan);
register(t, "atan2", &atan2);
register(t, "sqrt", &sqrt);
register(t, "cbrt", &cbrt);
register(t, "pow", &pow);
register(t, "exp", &exp);
register(t, "ln", &ln);
register(t, "log2", &log2);
register(t, "log10", &log10);
register(t, "hypot", &hypot);
register(t, "lgamma", &lgamma);
register(t, "gamma", &gamma);
register(t, "ceil", &ceil);
register(t, "floor", &floor);
register(t, "round", &round);
register(t, "trunc", &trunc);
register(t, "isNan", &isNan);
register(t, "isInf", &isInf);
register(t, "sign", &sign);
register(t, "rand", &rand);
register(t, "frand", &frand);
register(t, "max", &max);
register(t, "min", &min);
return 0;
});
importModuleNoNS(t, "math");
}
mdfloat get_float(MDThread* t, word i)
{
if(isInt(t, i))
return getInt(t, i);
else if(isFloat(t, i))
return getFloat(t, i);
else
{
pushTypeString(t, i);
throwException(t, "Expected 'int' or 'float', not '{}'", getString(t, -1));
}
assert(false);
}
uword abs(MDThread* t, uword numParams)
{
if(isInt(t, 1))
pushInt(t, math.abs(getInt(t, 1)));
else if(isFloat(t, 1))
pushFloat(t, math.abs(getFloat(t, 1)));
else
{
pushTypeString(t, 1);
throwException(t, "Expected 'int' or 'float', not '{}'", getString(t, -1));
}
return 1;
}
uword sin(MDThread* t, uword numParams)
{
pushFloat(t, math.sin(get_float(t, 1)));
return 1;
}
uword cos(MDThread* t, uword numParams)
{
pushFloat(t, math.cos(get_float(t, 1)));
return 1;
}
uword tan(MDThread* t, uword numParams)
{
pushFloat(t, math.tan(get_float(t, 1)));
return 1;
}
uword asin(MDThread* t, uword numParams)
{
pushFloat(t, math.asin(get_float(t, 1)));
return 1;
}
uword acos(MDThread* t, uword numParams)
{
pushFloat(t, math.acos(get_float(t, 1)));
return 1;
}
uword atan(MDThread* t, uword numParams)
{
pushFloat(t, math.atan(get_float(t, 1)));
return 1;
}
uword atan2(MDThread* t, uword numParams)
{
pushFloat(t, math.atan2(get_float(t, 1), get_float(t, 2)));
return 1;
}
uword sqrt(MDThread* t, uword numParams)
{
pushFloat(t, math.sqrt(get_float(t, 1)));
return 1;
}
uword cbrt(MDThread* t, uword numParams)
{
pushFloat(t, math.cbrt(get_float(t, 1)));
return 1;
}
uword exp(MDThread* t, uword numParams)
{
pushFloat(t, math.exp(get_float(t, 1)));
return 1;
}
uword ln(MDThread* t, uword numParams)
{
pushFloat(t, math.log(get_float(t, 1)));
return 1;
}
uword log2(MDThread* t, uword numParams)
{
pushFloat(t, math.log2(get_float(t, 1)));
return 1;
}
uword log10(MDThread* t, uword numParams)
{
pushFloat(t, math.log10(get_float(t, 1)));
return 1;
}
uword hypot(MDThread* t, uword numParams)
{
pushFloat(t, math.hypot(get_float(t, 1), get_float(t, 2)));
return 1;
}
uword lgamma(MDThread* t, uword numParams)
{
pushFloat(t, logGamma(get_float(t, 1)));
return 1;
}
uword gamma(MDThread* t, uword numParams)
{
pushFloat(t, .gamma(get_float(t, 1)));
return 1;
}
uword ceil(MDThread* t, uword numParams)
{
pushFloat(t, math.ceil(get_float(t, 1)));
return 1;
}
uword floor(MDThread* t, uword numParams)
{
pushFloat(t, math.floor(get_float(t, 1)));
return 1;
}
uword round(MDThread* t, uword numParams)
{
pushInt(t, cast(mdint)math.round(get_float(t, 1)));
return 1;
}
uword trunc(MDThread* t, uword numParams)
{
pushInt(t, cast(mdint)math.trunc(get_float(t, 1)));
return 1;
}
uword isNan(MDThread* t, uword numParams)
{
pushBool(t, cast(bool)ieee.isNaN(get_float(t, 1)));
return 1;
}
uword isInf(MDThread* t, uword numParams)
{
pushBool(t, cast(bool)ieee.isInfinity(get_float(t, 1)));
return 1;
}
uword sign(MDThread* t, uword numParams)
{
if(isInt(t, 1))
{
auto val = getInt(t, 1);
if(val < 0)
pushInt(t, -1);
else if(val > 0)
pushInt(t, 1);
else
pushInt(t, 0);
}
else
{
auto val = getFloat(t, 1);
if(val < 0)
pushInt(t, -1);
else if(val > 0)
pushInt(t, 1);
else
pushInt(t, 0);
}
return 1;
}
uword pow(MDThread* t, uword numParams)
{
auto base = get_float(t, 1);
if(isInt(t, 2))
pushFloat(t, math.pow(cast(real)base, cast(uint)getInt(t, 2)));
else
pushFloat(t, math.pow(base, get_float(t, 2)));
return 1;
}
uword rand(MDThread* t, uword numParams)
{
// uint is the return type of Kiss.toInt
static if(uint.sizeof < mdint.sizeof)
{
mdint num = Kiss.instance.toInt();
num |= (cast(ulong)Kiss.instance.toInt()) << 32;
}
else
mdint num = Kiss.instance.toInt();
switch(numParams)
{
case 0:
pushInt(t, num);
break;
case 1:
auto max = getInt(t, 1);
if(max == 0)
throwException(t, "Maximum value may not be 0");
pushInt(t, cast(uword)num % max);
break;
default:
auto lo = getInt(t, 1);
auto hi = getInt(t, 2);
if(hi == lo)
throwException(t, "Low and high values must be different");
pushInt(t, (cast(uword)num % (hi - lo)) + lo);
break;
}
return 1;
}
uword frand(MDThread* t, uword numParams)
{
auto num = cast(mdfloat)Kiss.instance.toInt() / uint.max;
switch(numParams)
{
case 0:
pushFloat(t, num);
break;
case 1:
pushFloat(t, num * getFloat(t, 1));
break;
default:
auto lo = getFloat(t, 1);
auto hi = getFloat(t, 2);
pushFloat(t, (num * (hi - lo)) + lo);
break;
}
return 1;
}
uword max(MDThread* t, uword numParams)
{
switch(numParams)
{
case 0:
throwException(t, "At least one parameter required");
case 1:
break;
case 2:
if(cmp(t, 1, 2) > 0)
pop(t);
break;
default:
word m = 1;
for(uword i = 2; i <= numParams; i++)
if(cmp(t, i, m) > 0)
m = i;
dup(t, m);
break;
}
return 1;
}
uword min(MDThread* t, uword numParams)
{
switch(numParams)
{
case 0:
throwException(t, "At least one parameter required");
case 1:
break;
case 2:
if(cmp(t, 1, 2) < 0)
pop(t);
break;
default:
word m = 1;
for(uword i = 2; i <= numParams; i++)
if(cmp(t, i, m) < 0)
m = i;
dup(t, m);
break;
}
return 1;
}
} | D |
// Import D standard libraries
import std.stdio;
import std.string;
// Load the SDL2 library
import bindbc.sdl;
import loader = bindbc.loader.sharedlib;
// Load other project modules
import Rectangle : Rectangle;
class Singleton{
private static Singleton instance;
int windowWidth;
int windowHeight;
// Make construtcion private
private this(){}
static Singleton GetInstance(){
if(instance is null){
instance = new Singleton;
}
return instance;
}
}
void Resize(T)(ref Rectangle[] input){
foreach(ref element ; input){
mixin("element.w ",operation, ";");
mixin("element.h ",operation, ";");
}
}
void main()
{
// Load the SDL libraries from bindbc-sdl
// NOTE: Windows users may need this
version(Windows) const SDLSupport ret = loadSDL("SDL2.dll");
// NOTE: Mac users may need this
version(OSX){
writeln("Searching for SDL on Mac");
const SDLSupport ret = loadSDL();
}
// NOTE: Linux users probably need this
version(linux) const SDLSupport ret = loadSDL();
if(ret != sdlSupport){
writeln("error loading SDL library");
foreach( info; loader.errors){
writeln(info.error,':', info.message);
}
}
if(ret == SDLSupport.noLibrary){
writeln("error no library");
}
if(ret == SDLSupport.badLibrary){
writeln("Eror badLibrary, missing symbols");
}
// Setup our environment
Singleton.GetInstance.windowWidth =640;
Singleton.GetInstance.windowHeight =480;
// Initialize SDL
if(SDL_Init(SDL_INIT_EVERYTHING) !=0){
writeln("SDL_Init: ", fromStringz(SDL_GetError()));
}
// Create an SDL window
SDL_Window* window= SDL_CreateWindow("D example window",
SDL_WINDOWPOS_UNDEFINED,
SDL_WINDOWPOS_UNDEFINED,
Singleton.GetInstance.windowWidth,
Singleton.GetInstance.windowHeight,
SDL_WINDOW_SHOWN);
// Load the bitmap surface
SDL_Surface* imgSurface = SDL_LoadBMP("./test.bmp");
// Blit the surace
SDL_BlitSurface(imgSurface,null,SDL_GetWindowSurface(window),null);
// Update the window
SDL_UpdateWindowSurface(window);
// Delay for 1000 milliseconds
SDL_Delay(1000);
// Free the image
SDL_FreeSurface(imgSurface);
// Create a hardware accelerated renderer
// It can be useful to 'clear' the errors beforehand in SDL
SDL_ClearError();
// Pointer to our renderer
SDL_Renderer* renderer;
// On Mac's, it's possible that creating the window will also create
// the renderer, so we should check first.
if(SDL_GetRenderer(window)==null){
renderer = SDL_CreateRenderer(window, -1, SDL_RENDERER_ACCELERATED);
}else{
renderer = SDL_GetRenderer(window);
}
// If there's still an error, then convert the const char* and write
// out the string
if(renderer==null){
import std.conv;
writeln("renderer ERROR: ", to!string(SDL_GetError()));
}
// Create a bunch of Rectangles
Rectangle[50] rectangles;
foreach(ref element; rectangles){
element.Setup(Singleton.GetInstance.windowWidth,
Singleton.GetInstance.windowHeight);
}
// Run the main application loop
bool runApplication = true;
while(runApplication){
SDL_Event e;
// Handle events
while(SDL_PollEvent(&e) !=0){
if(e.type == SDL_QUIT){
runApplication= false;
}
}
// Clear the screen
SDL_SetRenderDrawColor(renderer, 0x22,0x22,0x55,0xFF);
SDL_RenderClear(renderer);
foreach(ref element ; rectangles){
element.Update(Singleton.GetInstance.windowWidth,
Singleton.GetInstance.windowHeight);
element.Render(renderer);
}
SDL_RenderPresent(renderer);
// Artificially slow things down
SDL_Delay(16);
}
// Destroy our Renderer
SDL_DestroyRenderer(renderer);
// Destroy our window
SDL_DestroyWindow(window);
// Quit the SDL Application
SDL_Quit();
writeln("Ending application--good bye!");
}
| D |
module godot.arvrinterface;
import std.meta : AliasSeq, staticIndexOf;
import std.traits : Unqual;
import godot.d.meta;
import godot.core;
import godot.c;
import godot.object;
import godot.reference;
@GodotBaseClass struct ARVRInterface
{
static immutable string _GODOT_internal_name = "ARVRInterface";
public:
union { godot_object _godot_object; Reference base; }
alias base this;
alias BaseClasses = AliasSeq!(typeof(base), typeof(base).BaseClasses);
package(godot) void* opCast(T : void*)() const { return cast(void*)_godot_object.ptr; }
godot_object opCast(T : godot_object)() const { return cast(godot_object)_godot_object; }
bool opEquals(in ARVRInterface other) const { return _godot_object.ptr is other._godot_object.ptr; }
ARVRInterface opAssign(T : typeof(null))(T n) { _godot_object.ptr = null; }
bool opEquals(typeof(null) n) const { return _godot_object.ptr is null; }
bool opCast(T : bool)() const { return _godot_object.ptr !is null; }
inout(T) opCast(T)() inout if(isGodotBaseClass!T)
{
static assert(staticIndexOf!(ARVRInterface, T.BaseClasses) != -1, "Godot class "~T.stringof~" does not inherit ARVRInterface");
if(_godot_object.ptr is null) return T.init;
String c = String(T._GODOT_internal_name);
if(is_class(c)) return inout(T)(_godot_object);
return T.init;
}
inout(T) opCast(T)() inout if(extendsGodotBaseClass!T)
{
static assert(is(typeof(T.owner) : ARVRInterface) || staticIndexOf!(ARVRInterface, typeof(T.owner).BaseClasses) != -1, "D class "~T.stringof~" does not extend ARVRInterface");
if(_godot_object.ptr is null) return null;
if(has_method(String(`_GDNATIVE_D_typeid`)))
{
Object o = cast(Object)godot_nativescript_get_userdata(opCast!godot_object);
return cast(inout(T))o;
}
return null;
}
static ARVRInterface _new()
{
static godot_class_constructor constructor;
if(constructor is null) constructor = godot_get_class_constructor("ARVRInterface");
if(constructor is null) return typeof(this).init;
return cast(ARVRInterface)(constructor());
}
enum int EYE_LEFT = 1;
enum int EYE_RIGHT = 2;
enum int EYE_MONO = 0;
String get_name() const
{
static godot_method_bind* mb = null;
if(mb is null) mb = godot_method_bind_get_method("ARVRInterface", "get_name");
String _GODOT_ret = String.init;
godot_method_bind_ptrcall(mb, cast(godot_object)(this), null, cast(void*)&_GODOT_ret);
return _GODOT_ret;
}
bool is_primary()
{
static godot_method_bind* mb = null;
if(mb is null) mb = godot_method_bind_get_method("ARVRInterface", "is_primary");
bool _GODOT_ret = bool.init;
godot_method_bind_ptrcall(mb, cast(godot_object)(this), null, cast(void*)&_GODOT_ret);
return _GODOT_ret;
}
void set_is_primary(in bool enable)
{
static godot_method_bind* mb = null;
if(mb is null) mb = godot_method_bind_get_method("ARVRInterface", "set_is_primary");
const(void*)[1] _GODOT_args = [cast(void*)(&enable), ];
godot_method_bind_ptrcall(mb, cast(godot_object)(this), _GODOT_args.ptr);
}
bool is_installed()
{
static godot_method_bind* mb = null;
if(mb is null) mb = godot_method_bind_get_method("ARVRInterface", "is_installed");
bool _GODOT_ret = bool.init;
godot_method_bind_ptrcall(mb, cast(godot_object)(this), null, cast(void*)&_GODOT_ret);
return _GODOT_ret;
}
bool hmd_is_present()
{
static godot_method_bind* mb = null;
if(mb is null) mb = godot_method_bind_get_method("ARVRInterface", "hmd_is_present");
bool _GODOT_ret = bool.init;
godot_method_bind_ptrcall(mb, cast(godot_object)(this), null, cast(void*)&_GODOT_ret);
return _GODOT_ret;
}
bool supports_hmd()
{
static godot_method_bind* mb = null;
if(mb is null) mb = godot_method_bind_get_method("ARVRInterface", "supports_hmd");
bool _GODOT_ret = bool.init;
godot_method_bind_ptrcall(mb, cast(godot_object)(this), null, cast(void*)&_GODOT_ret);
return _GODOT_ret;
}
bool is_initialized()
{
static godot_method_bind* mb = null;
if(mb is null) mb = godot_method_bind_get_method("ARVRInterface", "is_initialized");
bool _GODOT_ret = bool.init;
godot_method_bind_ptrcall(mb, cast(godot_object)(this), null, cast(void*)&_GODOT_ret);
return _GODOT_ret;
}
bool initialize()
{
static godot_method_bind* mb = null;
if(mb is null) mb = godot_method_bind_get_method("ARVRInterface", "initialize");
bool _GODOT_ret = bool.init;
godot_method_bind_ptrcall(mb, cast(godot_object)(this), null, cast(void*)&_GODOT_ret);
return _GODOT_ret;
}
void uninitialize()
{
static godot_method_bind* mb = null;
if(mb is null) mb = godot_method_bind_get_method("ARVRInterface", "uninitialize");
godot_method_bind_ptrcall(mb, cast(godot_object)(this), null);
}
Vector2 get_recommended_render_targetsize()
{
static godot_method_bind* mb = null;
if(mb is null) mb = godot_method_bind_get_method("ARVRInterface", "get_recommended_render_targetsize");
Vector2 _GODOT_ret = Vector2.init;
godot_method_bind_ptrcall(mb, cast(godot_object)(this), null, cast(void*)&_GODOT_ret);
return _GODOT_ret;
}
}
| D |
/Users/y.imuta/pj/rust_study/ui_demo/target/debug/deps/nb_connect-549861666c27b6cd.rmeta: /Users/y.imuta/.cargo/registry/src/github.com-1ecc6299db9ec823/nb-connect-1.0.2/src/lib.rs
/Users/y.imuta/pj/rust_study/ui_demo/target/debug/deps/libnb_connect-549861666c27b6cd.rlib: /Users/y.imuta/.cargo/registry/src/github.com-1ecc6299db9ec823/nb-connect-1.0.2/src/lib.rs
/Users/y.imuta/pj/rust_study/ui_demo/target/debug/deps/nb_connect-549861666c27b6cd.d: /Users/y.imuta/.cargo/registry/src/github.com-1ecc6299db9ec823/nb-connect-1.0.2/src/lib.rs
/Users/y.imuta/.cargo/registry/src/github.com-1ecc6299db9ec823/nb-connect-1.0.2/src/lib.rs:
| D |
module android.java.org.xml.sax.ext.Attributes2Impl;
public import android.java.org.xml.sax.ext.Attributes2Impl_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!Attributes2Impl;
import import1 = android.java.java.lang.Class;
| D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 1999-2016 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DMDSRC _declaration.d)
*/
module ddmd.declaration;
import core.stdc.stdio;
import ddmd.aggregate;
import ddmd.arraytypes;
import ddmd.dcast;
import ddmd.dclass;
import ddmd.delegatize;
import ddmd.dscope;
import ddmd.dstruct;
import ddmd.dsymbol;
import ddmd.dtemplate;
import ddmd.errors;
import ddmd.expression;
import ddmd.func;
import ddmd.globals;
import ddmd.hdrgen;
import ddmd.id;
import ddmd.identifier;
import ddmd.init;
import ddmd.intrange;
import ddmd.mtype;
import ddmd.root.outbuffer;
import ddmd.root.rootobject;
import ddmd.sideeffect;
import ddmd.target;
import ddmd.tokens;
import ddmd.visitor;
/************************************
* Check to see the aggregate type is nested and its context pointer is
* accessible from the current scope.
* Returns true if error occurs.
*/
extern (C++) bool checkFrameAccess(Loc loc, Scope* sc, AggregateDeclaration ad, size_t iStart = 0)
{
Dsymbol sparent = ad.toParent2();
Dsymbol s = sc.func;
if (ad.isNested() && s)
{
//printf("ad = %p %s [%s], parent:%p\n", ad, ad.toChars(), ad.loc.toChars(), ad.parent);
//printf("sparent = %p %s [%s], parent: %s\n", sparent, sparent.toChars(), sparent.loc.toChars(), sparent.parent,toChars());
if (checkNestedRef(s, sparent))
{
error(loc, "cannot access frame pointer of %s", ad.toPrettyChars());
return true;
}
}
bool result = false;
for (size_t i = iStart; i < ad.fields.dim; i++)
{
VarDeclaration vd = ad.fields[i];
Type tb = vd.type.baseElemOf();
if (tb.ty == Tstruct)
{
result |= checkFrameAccess(loc, sc, (cast(TypeStruct)tb).sym);
}
}
return result;
}
/******************************************
*/
extern (C++) void ObjectNotFound(Identifier id)
{
Type.error(Loc(), "%s not found. object.d may be incorrectly installed or corrupt.", id.toChars());
fatal();
}
enum STCundefined = 0L;
enum STCstatic = (1L << 0);
enum STCextern = (1L << 1);
enum STCconst = (1L << 2);
enum STCfinal = (1L << 3);
enum STCabstract = (1L << 4);
enum STCparameter = (1L << 5);
enum STCfield = (1L << 6);
enum STCoverride = (1L << 7);
enum STCauto = (1L << 8);
enum STCsynchronized = (1L << 9);
enum STCdeprecated = (1L << 10);
enum STCin = (1L << 11); // in parameter
enum STCout = (1L << 12); // out parameter
enum STClazy = (1L << 13); // lazy parameter
enum STCforeach = (1L << 14); // variable for foreach loop
// (1L << 15)
enum STCvariadic = (1L << 16); // variadic function argument
enum STCctorinit = (1L << 17); // can only be set inside constructor
enum STCtemplateparameter = (1L << 18); // template parameter
enum STCscope = (1L << 19);
enum STCimmutable = (1L << 20);
enum STCref = (1L << 21);
enum STCinit = (1L << 22); // has explicit initializer
enum STCmanifest = (1L << 23); // manifest constant
enum STCnodtor = (1L << 24); // don't run destructor
enum STCnothrow = (1L << 25); // never throws exceptions
enum STCpure = (1L << 26); // pure function
enum STCtls = (1L << 27); // thread local
enum STCalias = (1L << 28); // alias parameter
enum STCshared = (1L << 29); // accessible from multiple threads
enum STCgshared = (1L << 30); // accessible from multiple threads, but not typed as "shared"
enum STCwild = (1L << 31); // for "wild" type constructor
enum STCproperty = (1L << 32);
enum STCsafe = (1L << 33);
enum STCtrusted = (1L << 34);
enum STCsystem = (1L << 35);
enum STCctfe = (1L << 36); // can be used in CTFE, even if it is static
enum STCdisable = (1L << 37); // for functions that are not callable
enum STCresult = (1L << 38); // for result variables passed to out contracts
enum STCnodefaultctor = (1L << 39); // must be set inside constructor
enum STCtemp = (1L << 40); // temporary variable
enum STCrvalue = (1L << 41); // force rvalue for variables
enum STCnogc = (1L << 42); // @nogc
enum STCvolatile = (1L << 43); // destined for volatile in the back end
enum STCreturn = (1L << 44); // 'return ref' for function parameters
enum STCautoref = (1L << 45); // Mark for the already deduced 'auto ref' parameter
enum STCinference = (1L << 46); // do attribute inference
enum STC_TYPECTOR = (STCconst | STCimmutable | STCshared | STCwild);
enum STC_FUNCATTR = (STCref | STCnothrow | STCnogc | STCpure | STCproperty | STCsafe | STCtrusted | STCsystem);
extern (C++) __gshared const(StorageClass) STCStorageClass =
(STCauto | STCscope | STCstatic | STCextern | STCconst | STCfinal | STCabstract | STCsynchronized | STCdeprecated | STCoverride | STClazy | STCalias | STCout | STCin | STCmanifest | STCimmutable | STCshared | STCwild | STCnothrow | STCnogc | STCpure | STCref | STCtls | STCgshared | STCproperty | STCsafe | STCtrusted | STCsystem | STCdisable);
struct Match
{
int count; // number of matches found
MATCH last; // match level of lastf
FuncDeclaration lastf; // last matching function we found
FuncDeclaration nextf; // current matching function
FuncDeclaration anyf; // pick a func, any func, to use for error recovery
}
/***********************************************************
*/
extern (C++) abstract class Declaration : Dsymbol
{
public:
Type type;
Type originalType; // before semantic analysis
StorageClass storage_class;
Prot protection;
LINK linkage;
int inuse; // used to detect cycles
// overridden symbol with pragma(mangle, "...")
const(char)* mangleOverride;
final extern (D) this(Identifier id)
{
super(id);
storage_class = STCundefined;
protection = Prot(PROTundefined);
linkage = LINKdefault;
}
override void semantic(Scope* sc)
{
}
override const(char)* kind() const
{
return "declaration";
}
override final uint size(Loc loc)
{
assert(type);
return cast(uint)type.size();
}
/*************************************
* Check to see if declaration can be modified in this context (sc).
* Issue error if not.
*/
final int checkModify(Loc loc, Scope* sc, Type t, Expression e1, int flag)
{
VarDeclaration v = isVarDeclaration();
if (v && v.canassign)
return 2;
if (isParameter() || isResult())
{
for (Scope* scx = sc; scx; scx = scx.enclosing)
{
if (scx.func == parent && (scx.flags & SCOPEcontract))
{
const(char)* s = isParameter() && parent.ident != Id.ensure ? "parameter" : "result";
if (!flag)
error(loc, "cannot modify %s '%s' in contract", s, toChars());
return 2; // do not report type related errors
}
}
}
if (v && (isCtorinit() || isField()))
{
// It's only modifiable if inside the right constructor
if ((storage_class & (STCforeach | STCref)) == (STCforeach | STCref))
return 2;
return modifyFieldVar(loc, sc, v, e1) ? 2 : 1;
}
return 1;
}
override final Dsymbol search(Loc loc, Identifier ident, int flags = SearchLocalsOnly)
{
Dsymbol s = Dsymbol.search(loc, ident, flags);
if (!s && type)
{
s = type.toDsymbol(_scope);
if (s)
s = s.search(loc, ident, flags);
}
return s;
}
final bool isStatic()
{
return (storage_class & STCstatic) != 0;
}
bool isDelete()
{
return false;
}
bool isDataseg()
{
return false;
}
bool isThreadlocal()
{
return false;
}
bool isCodeseg()
{
return false;
}
final bool isCtorinit()
{
return (storage_class & STCctorinit) != 0;
}
final bool isFinal()
{
return (storage_class & STCfinal) != 0;
}
final bool isAbstract()
{
return (storage_class & STCabstract) != 0;
}
final bool isConst()
{
return (storage_class & STCconst) != 0;
}
final bool isImmutable()
{
return (storage_class & STCimmutable) != 0;
}
final bool isWild()
{
return (storage_class & STCwild) != 0;
}
final bool isAuto()
{
return (storage_class & STCauto) != 0;
}
final bool isScope()
{
return (storage_class & STCscope) != 0;
}
final bool isSynchronized()
{
return (storage_class & STCsynchronized) != 0;
}
final bool isParameter()
{
return (storage_class & STCparameter) != 0;
}
override final bool isDeprecated()
{
return (storage_class & STCdeprecated) != 0;
}
final bool isOverride()
{
return (storage_class & STCoverride) != 0;
}
final bool isResult()
{
return (storage_class & STCresult) != 0;
}
final bool isField()
{
return (storage_class & STCfield) != 0;
}
final bool isIn()
{
return (storage_class & STCin) != 0;
}
final bool isOut()
{
return (storage_class & STCout) != 0;
}
final bool isRef()
{
return (storage_class & STCref) != 0;
}
override final Prot prot()
{
return protection;
}
override final inout(Declaration) isDeclaration() inout
{
return this;
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) final class TupleDeclaration : Declaration
{
public:
Objects* objects;
bool isexp; // true: expression tuple
TypeTuple tupletype; // !=null if this is a type tuple
extern (D) this(Loc loc, Identifier id, Objects* objects)
{
super(id);
this.loc = loc;
this.objects = objects;
}
override Dsymbol syntaxCopy(Dsymbol s)
{
assert(0);
}
override const(char)* kind() const
{
return "tuple";
}
override Type getType()
{
/* If this tuple represents a type, return that type
*/
//printf("TupleDeclaration::getType() %s\n", toChars());
if (isexp)
return null;
if (!tupletype)
{
/* It's only a type tuple if all the Object's are types
*/
for (size_t i = 0; i < objects.dim; i++)
{
RootObject o = (*objects)[i];
if (o.dyncast() != DYNCAST_TYPE)
{
//printf("\tnot[%d], %p, %d\n", i, o, o->dyncast());
return null;
}
}
/* We know it's a type tuple, so build the TypeTuple
*/
Types* types = cast(Types*)objects;
auto args = new Parameters();
args.setDim(objects.dim);
OutBuffer buf;
int hasdeco = 1;
for (size_t i = 0; i < types.dim; i++)
{
Type t = (*types)[i];
//printf("type = %s\n", t->toChars());
version (none)
{
buf.printf("_%s_%d", ident.toChars(), i);
const len = buf.offset;
const name = cast(const(char)*)buf.extractData();
auto id = Identifier.idPool(name, len);
auto arg = new Parameter(STCin, t, id, null);
}
else
{
auto arg = new Parameter(0, t, null, null);
}
(*args)[i] = arg;
if (!t.deco)
hasdeco = 0;
}
tupletype = new TypeTuple(args);
if (hasdeco)
return tupletype.semantic(Loc(), null);
}
return tupletype;
}
override Dsymbol toAlias2()
{
//printf("TupleDeclaration::toAlias2() '%s' objects = %s\n", toChars(), objects->toChars());
for (size_t i = 0; i < objects.dim; i++)
{
RootObject o = (*objects)[i];
if (Dsymbol s = isDsymbol(o))
{
s = s.toAlias2();
(*objects)[i] = s;
}
}
return this;
}
override bool needThis()
{
//printf("TupleDeclaration::needThis(%s)\n", toChars());
for (size_t i = 0; i < objects.dim; i++)
{
RootObject o = (*objects)[i];
if (o.dyncast() == DYNCAST_EXPRESSION)
{
Expression e = cast(Expression)o;
if (e.op == TOKdsymbol)
{
DsymbolExp ve = cast(DsymbolExp)e;
Declaration d = ve.s.isDeclaration();
if (d && d.needThis())
{
return true;
}
}
}
}
return false;
}
override inout(TupleDeclaration) isTupleDeclaration() inout
{
return this;
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) final class AliasDeclaration : Declaration
{
public:
Dsymbol aliassym;
Dsymbol overnext; // next in overload list
Dsymbol _import; // !=null if unresolved internal alias for selective import
extern (D) this(Loc loc, Identifier id, Type type)
{
super(id);
//printf("AliasDeclaration(id = '%s', type = %p)\n", id->toChars(), type);
//printf("type = '%s'\n", type->toChars());
this.loc = loc;
this.type = type;
assert(type);
}
extern (D) this(Loc loc, Identifier id, Dsymbol s)
{
super(id);
//printf("AliasDeclaration(id = '%s', s = %p)\n", id->toChars(), s);
assert(s != this);
this.loc = loc;
this.aliassym = s;
assert(s);
}
override Dsymbol syntaxCopy(Dsymbol s)
{
//printf("AliasDeclaration::syntaxCopy()\n");
assert(!s);
AliasDeclaration sa = type ? new AliasDeclaration(loc, ident, type.syntaxCopy()) : new AliasDeclaration(loc, ident, aliassym.syntaxCopy(null));
sa.storage_class = storage_class;
return sa;
}
override void semantic(Scope* sc)
{
if (semanticRun >= PASSsemanticdone)
return;
assert(semanticRun <= PASSsemantic);
storage_class |= sc.stc & STCdeprecated;
protection = sc.protection;
userAttribDecl = sc.userAttribDecl;
if (!sc.func && inNonRoot())
return;
aliasSemantic(sc);
}
final void aliasSemantic(Scope* sc)
{
//printf("AliasDeclaration::semantic() %s\n", toChars());
if (aliassym)
{
auto fd = aliassym.isFuncLiteralDeclaration();
auto td = aliassym.isTemplateDeclaration();
if (fd || td && td.literal)
{
if (fd && fd.semanticRun >= PASSsemanticdone)
return;
Expression e = new FuncExp(loc, aliassym);
e = e.semantic(sc);
if (e.op == TOKfunction)
{
FuncExp fe = cast(FuncExp)e;
aliassym = fe.td ? cast(Dsymbol)fe.td : fe.fd;
}
else
{
aliassym = null;
type = Type.terror;
}
return;
}
if (aliassym.isTemplateInstance())
aliassym.semantic(sc);
return;
}
inuse = 1;
// Given:
// alias foo.bar.abc def;
// it is not knowable from the syntax whether this is an alias
// for a type or an alias for a symbol. It is up to the semantic()
// pass to distinguish.
// If it is a type, then type is set and getType() will return that
// type. If it is a symbol, then aliassym is set and type is NULL -
// toAlias() will return aliasssym.
uint errors = global.errors;
Type oldtype = type;
// Ungag errors when not instantiated DeclDefs scope alias
auto ungag = Ungag(global.gag);
//printf("%s parent = %s, gag = %d, instantiated = %d\n", toChars(), parent, global.gag, isInstantiated());
if (parent && global.gag && !isInstantiated() && !toParent2().isFuncDeclaration())
{
//printf("%s type = %s\n", toPrettyChars(), type->toChars());
global.gag = 0;
}
/* This section is needed because Type.resolve() will:
* const x = 3;
* alias y = x;
* try to convert identifier x to 3.
*/
auto s = type.toDsymbol(sc);
if (errors != global.errors)
{
s = null;
type = Type.terror;
}
if (s && s == this)
{
error("cannot resolve");
s = null;
type = Type.terror;
}
if (!s || !s.isEnumMember())
{
Type t;
Expression e;
Scope* sc2 = sc;
if (storage_class & (STCref | STCnothrow | STCnogc | STCpure | STCdisable))
{
// For 'ref' to be attached to function types, and picked
// up by Type.resolve(), it has to go into sc.
sc2 = sc.push();
sc2.stc |= storage_class & (STCref | STCnothrow | STCnogc | STCpure | STCshared | STCdisable);
}
type = type.addSTC(storage_class);
type.resolve(loc, sc2, &e, &t, &s);
if (sc2 != sc)
sc2.pop();
if (e) // Try to convert Expression to Dsymbol
{
s = getDsymbol(e);
if (!s)
{
if (e.op != TOKerror)
error("cannot alias an expression %s", e.toChars());
t = Type.terror;
}
}
type = t;
}
if (s == this)
{
assert(global.errors);
type = Type.terror;
s = null;
}
if (!s) // it's a type alias
{
//printf("alias %s resolved to type %s\n", toChars(), type.toChars());
type = type.semantic(loc, sc);
aliassym = null;
}
else // it's a symbolic alias
{
//printf("alias %s resolved to %s %s\n", toChars(), s.kind(), s.toChars());
type = null;
aliassym = s;
}
if (global.gag && errors != global.errors)
{
type = oldtype;
aliassym = null;
}
inuse = 0;
semanticRun = PASSsemanticdone;
if (auto sx = overnext)
{
overnext = null;
if (!overloadInsert(sx))
ScopeDsymbol.multiplyDefined(Loc(), sx, this);
}
}
override bool overloadInsert(Dsymbol s)
{
//printf("[%s] AliasDeclaration::overloadInsert('%s') s = %s %s @ [%s]\n",
// loc.toChars(), toChars(), s->kind(), s->toChars(), s->loc.toChars());
/* semantic analysis is already finished, and the aliased entity
* is not overloadable.
*/
if (semanticRun >= PASSsemanticdone)
{
if (type)
return false;
/* When s is added in member scope by static if, mixin("code") or others,
* aliassym is determined already. See the case in: test/compilable/test61.d
*/
auto sa = aliassym.toAlias();
if (auto fd = sa.isFuncDeclaration())
{
aliassym = new FuncAliasDeclaration(ident, fd);
aliassym.parent = parent;
return aliassym.overloadInsert(s);
}
if (auto td = sa.isTemplateDeclaration())
{
aliassym = new OverDeclaration(ident, td);
aliassym.parent = parent;
return aliassym.overloadInsert(s);
}
if (auto od = sa.isOverDeclaration())
{
if (sa.ident != ident || sa.parent != parent)
{
od = new OverDeclaration(ident, od);
od.parent = parent;
aliassym = od;
}
return od.overloadInsert(s);
}
if (auto os = sa.isOverloadSet())
{
if (sa.ident != ident || sa.parent != parent)
{
os = new OverloadSet(ident, os);
os.parent = parent;
aliassym = os;
}
os.push(s);
return true;
}
return false;
}
/* Don't know yet what the aliased symbol is, so assume it can
* be overloaded and check later for correctness.
*/
if (overnext)
return overnext.overloadInsert(s);
if (s is this)
return true;
overnext = s;
return true;
}
override const(char)* kind() const
{
return "alias";
}
override Type getType()
{
if (type)
return type;
return toAlias().getType();
}
override Dsymbol toAlias()
{
//printf("[%s] AliasDeclaration::toAlias('%s', this = %p, aliassym = %p, kind = '%s', inuse = %d)\n",
// loc.toChars(), toChars(), this, aliassym, aliassym ? aliassym.kind() : "", inuse);
assert(this != aliassym);
//static int count; if (++count == 10) *(char*)0=0;
if (inuse == 1 && type && _scope)
{
inuse = 2;
uint olderrors = global.errors;
Dsymbol s = type.toDsymbol(_scope);
//printf("[%s] type = %s, s = %p, this = %p\n", loc.toChars(), type->toChars(), s, this);
if (global.errors != olderrors)
goto Lerr;
if (s)
{
s = s.toAlias();
if (global.errors != olderrors)
goto Lerr;
aliassym = s;
inuse = 0;
}
else
{
Type t = type.semantic(loc, _scope);
if (t.ty == Terror)
goto Lerr;
if (global.errors != olderrors)
goto Lerr;
//printf("t = %s\n", t->toChars());
inuse = 0;
}
}
if (inuse)
{
error("recursive alias declaration");
Lerr:
// Avoid breaking "recursive alias" state during errors gagged
if (global.gag)
return this;
aliassym = new AliasDeclaration(loc, ident, Type.terror);
type = Type.terror;
return aliassym;
}
if (semanticRun >= PASSsemanticdone)
{
// semantic is already done.
// Do not see aliassym !is null, because of lambda aliases.
// Do not see type.deco !is null, even so "alias T = const int;` needs
// semantic analysis to take the storage class `const` as type qualifier.
}
else
{
if (_import && _import._scope)
{
/* If this is an internal alias for selective/renamed import,
* load the module first.
*/
_import.semantic(null);
}
if (_scope)
{
aliasSemantic(_scope);
}
}
inuse = 1;
Dsymbol s = aliassym ? aliassym.toAlias() : this;
inuse = 0;
return s;
}
override Dsymbol toAlias2()
{
if (inuse)
{
error("recursive alias declaration");
return this;
}
inuse = 1;
Dsymbol s = aliassym ? aliassym.toAlias2() : this;
inuse = 0;
return s;
}
override inout(AliasDeclaration) isAliasDeclaration() inout
{
return this;
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) final class OverDeclaration : Declaration
{
public:
Dsymbol overnext; // next in overload list
Dsymbol aliassym;
bool hasOverloads;
extern (D) this(Identifier ident, Dsymbol s, bool hasOverloads = true)
{
super(ident);
this.aliassym = s;
this.hasOverloads = hasOverloads;
if (hasOverloads)
{
if (OverDeclaration od = aliassym.isOverDeclaration())
this.hasOverloads = od.hasOverloads;
}
else
{
// for internal use
assert(!aliassym.isOverDeclaration());
}
}
override const(char)* kind() const
{
return "overload alias"; // todo
}
override void semantic(Scope* sc)
{
}
override bool equals(RootObject o)
{
if (this == o)
return true;
Dsymbol s = isDsymbol(o);
if (!s)
return false;
OverDeclaration od1 = this;
if (OverDeclaration od2 = s.isOverDeclaration())
{
return od1.aliassym.equals(od2.aliassym) && od1.hasOverloads == od2.hasOverloads;
}
if (aliassym == s)
{
if (hasOverloads)
return true;
if (FuncDeclaration fd = s.isFuncDeclaration())
{
return fd.isUnique() !is null;
}
if (TemplateDeclaration td = s.isTemplateDeclaration())
{
return td.overnext is null;
}
}
return false;
}
override bool overloadInsert(Dsymbol s)
{
//printf("OverDeclaration::overloadInsert('%s') aliassym = %p, overnext = %p\n", s->toChars(), aliassym, overnext);
if (overnext)
return overnext.overloadInsert(s);
if (s == this)
return true;
overnext = s;
return true;
}
Dsymbol isUnique()
{
if (!hasOverloads)
{
if (aliassym.isFuncDeclaration() ||
aliassym.isTemplateDeclaration())
{
return aliassym;
}
}
Dsymbol result = null;
overloadApply(aliassym, (Dsymbol s)
{
if (result)
{
result = null;
return 1; // ambiguous, done
}
else
{
result = s;
return 0;
}
});
return result;
}
override inout(OverDeclaration) isOverDeclaration() inout
{
return this;
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) class VarDeclaration : Declaration
{
public:
Initializer _init;
uint offset;
bool noscope; // if scope destruction is disabled
FuncDeclarations nestedrefs; // referenced by these lexically nested functions
bool isargptr; // if parameter that _argptr points to
structalign_t alignment;
bool ctorinit; // it has been initialized in a ctor
// 1: it has been allocated on the stack
// 2: on stack, run destructor anyway
short onstack;
int canassign; // it can be assigned to
bool overlapped; // if it is a field and has overlapping
Dsymbol aliassym; // if redone as alias to another symbol
VarDeclaration lastVar; // Linked list of variables for goto-skips-init detection
// When interpreting, these point to the value (NULL if value not determinable)
// The index of this variable on the CTFE stack, -1 if not allocated
int ctfeAdrOnStack;
// if !=NULL, rundtor is tested at runtime to see
// if the destructor should be run. Used to prevent
// dtor calls on postblitted vars
VarDeclaration rundtor;
Expression edtor; // if !=null, does the destruction of the variable
IntRange* range; // if !=null, the variable is known to be within the range
final extern (D) this(Loc loc, Type type, Identifier id, Initializer _init)
{
super(id);
//printf("VarDeclaration('%s')\n", id->toChars());
assert(id);
debug
{
if (!type && !_init)
{
printf("VarDeclaration('%s')\n", id.toChars());
//*(char*)0=0;
}
}
assert(type || _init);
this.type = type;
this._init = _init;
this.loc = loc;
ctfeAdrOnStack = -1;
}
override Dsymbol syntaxCopy(Dsymbol s)
{
//printf("VarDeclaration::syntaxCopy(%s)\n", toChars());
assert(!s);
auto v = new VarDeclaration(loc, type ? type.syntaxCopy() : null, ident, _init ? _init.syntaxCopy() : null);
v.storage_class = storage_class;
return v;
}
override void semantic(Scope* sc)
{
version (none)
{
printf("VarDeclaration::semantic('%s', parent = '%s') sem = %d\n", toChars(), sc.parent ? sc.parent.toChars() : null, sem);
printf(" type = %s\n", type ? type.toChars() : "null");
printf(" stc = x%x\n", sc.stc);
printf(" storage_class = x%llx\n", storage_class);
printf("linkage = %d\n", sc.linkage);
//if (strcmp(toChars(), "mul") == 0) assert(0);
}
//if (semanticRun > PASSinit)
// return;
//semanticRun = PSSsemantic;
if (semanticRun >= PASSsemanticdone)
return;
Scope* scx = null;
if (_scope)
{
sc = _scope;
scx = sc;
_scope = null;
}
/* Pick up storage classes from context, but except synchronized,
* override, abstract, and final.
*/
storage_class |= (sc.stc & ~(STCsynchronized | STCoverride | STCabstract | STCfinal));
if (storage_class & STCextern && _init)
error("extern symbols cannot have initializers");
userAttribDecl = sc.userAttribDecl;
AggregateDeclaration ad = isThis();
if (ad)
storage_class |= ad.storage_class & STC_TYPECTOR;
/* If auto type inference, do the inference
*/
int inferred = 0;
if (!type)
{
inuse++;
// Infering the type requires running semantic,
// so mark the scope as ctfe if required
bool needctfe = (storage_class & (STCmanifest | STCstatic)) != 0;
if (needctfe)
sc = sc.startCTFE();
//printf("inferring type for %s with init %s\n", toChars(), init->toChars());
_init = _init.inferType(sc);
type = _init.toExpression().type;
if (needctfe)
sc = sc.endCTFE();
inuse--;
inferred = 1;
/* This is a kludge to support the existing syntax for RAII
* declarations.
*/
storage_class &= ~STCauto;
originalType = type.syntaxCopy();
}
else
{
if (!originalType)
originalType = type.syntaxCopy();
/* Prefix function attributes of variable declaration can affect
* its type:
* pure nothrow void function() fp;
* static assert(is(typeof(fp) == void function() pure nothrow));
*/
Scope* sc2 = sc.push();
sc2.stc |= (storage_class & STC_FUNCATTR);
inuse++;
type = type.semantic(loc, sc2);
inuse--;
sc2.pop();
}
//printf(" semantic type = %s\n", type ? type->toChars() : "null");
type.checkDeprecated(loc, sc);
linkage = sc.linkage;
this.parent = sc.parent;
//printf("this = %p, parent = %p, '%s'\n", this, parent, parent->toChars());
protection = sc.protection;
/* If scope's alignment is the default, use the type's alignment,
* otherwise the scope overrrides.
*/
alignment = sc.structalign;
if (alignment == STRUCTALIGN_DEFAULT)
alignment = type.alignment(); // use type's alignment
//printf("sc->stc = %x\n", sc->stc);
//printf("storage_class = x%x\n", storage_class);
if (global.params.vcomplex)
type.checkComplexTransition(loc);
// Calculate type size + safety checks
if (sc.func && !sc.intypeof && !isMember())
{
if (storage_class & STCgshared)
{
if (sc.func.setUnsafe())
error("__gshared not allowed in safe functions; use shared");
}
if (_init && _init.isVoidInitializer() && type.hasPointers()) // get type size
{
if (sc.func.setUnsafe())
error("void initializers for pointers not allowed in safe functions");
}
}
Dsymbol parent = toParent();
Type tb = type.toBasetype();
Type tbn = tb.baseElemOf();
if (tb.ty == Tvoid && !(storage_class & STClazy))
{
if (inferred)
{
error("type %s is inferred from initializer %s, and variables cannot be of type void", type.toChars(), _init.toChars());
}
else
error("variables cannot be of type void");
type = Type.terror;
tb = type;
}
if (tb.ty == Tfunction)
{
error("cannot be declared to be a function");
type = Type.terror;
tb = type;
}
if (tb.ty == Tstruct)
{
TypeStruct ts = cast(TypeStruct)tb;
if (!ts.sym.members)
{
error("no definition of struct %s", ts.toChars());
}
}
if ((storage_class & STCauto) && !inferred)
error("storage class 'auto' has no effect if type is not inferred, did you mean 'scope'?");
if (tb.ty == Ttuple)
{
/* Instead, declare variables for each of the tuple elements
* and add those.
*/
TypeTuple tt = cast(TypeTuple)tb;
size_t nelems = Parameter.dim(tt.arguments);
Expression ie = (_init && !_init.isVoidInitializer()) ? _init.toExpression() : null;
if (ie)
ie = ie.semantic(sc);
if (nelems > 0 && ie)
{
auto iexps = new Expressions();
iexps.push(ie);
auto exps = new Expressions();
for (size_t pos = 0; pos < iexps.dim; pos++)
{
Lexpand1:
Expression e = (*iexps)[pos];
Parameter arg = Parameter.getNth(tt.arguments, pos);
arg.type = arg.type.semantic(loc, sc);
//printf("[%d] iexps->dim = %d, ", pos, iexps->dim);
//printf("e = (%s %s, %s), ", Token::tochars[e->op], e->toChars(), e->type->toChars());
//printf("arg = (%s, %s)\n", arg->toChars(), arg->type->toChars());
if (e != ie)
{
if (iexps.dim > nelems)
goto Lnomatch;
if (e.type.implicitConvTo(arg.type))
continue;
}
if (e.op == TOKtuple)
{
TupleExp te = cast(TupleExp)e;
if (iexps.dim - 1 + te.exps.dim > nelems)
goto Lnomatch;
iexps.remove(pos);
iexps.insert(pos, te.exps);
(*iexps)[pos] = Expression.combine(te.e0, (*iexps)[pos]);
goto Lexpand1;
}
else if (isAliasThisTuple(e))
{
auto v = copyToTemp(0, "__tup", e);
auto ve = new VarExp(loc, v);
ve.type = e.type;
exps.setDim(1);
(*exps)[0] = ve;
expandAliasThisTuples(exps, 0);
for (size_t u = 0; u < exps.dim; u++)
{
Lexpand2:
Expression ee = (*exps)[u];
arg = Parameter.getNth(tt.arguments, pos + u);
arg.type = arg.type.semantic(loc, sc);
//printf("[%d+%d] exps->dim = %d, ", pos, u, exps->dim);
//printf("ee = (%s %s, %s), ", Token::tochars[ee->op], ee->toChars(), ee->type->toChars());
//printf("arg = (%s, %s)\n", arg->toChars(), arg->type->toChars());
size_t iexps_dim = iexps.dim - 1 + exps.dim;
if (iexps_dim > nelems)
goto Lnomatch;
if (ee.type.implicitConvTo(arg.type))
continue;
if (expandAliasThisTuples(exps, u) != -1)
goto Lexpand2;
}
if ((*exps)[0] != ve)
{
Expression e0 = (*exps)[0];
(*exps)[0] = new CommaExp(loc, new DeclarationExp(loc, v), e0);
(*exps)[0].type = e0.type;
iexps.remove(pos);
iexps.insert(pos, exps);
goto Lexpand1;
}
}
}
if (iexps.dim < nelems)
goto Lnomatch;
ie = new TupleExp(_init.loc, iexps);
}
Lnomatch:
if (ie && ie.op == TOKtuple)
{
TupleExp te = cast(TupleExp)ie;
size_t tedim = te.exps.dim;
if (tedim != nelems)
{
.error(loc, "tuple of %d elements cannot be assigned to tuple of %d elements", cast(int)tedim, cast(int)nelems);
for (size_t u = tedim; u < nelems; u++) // fill dummy expression
te.exps.push(new ErrorExp());
}
}
auto exps = new Objects();
exps.setDim(nelems);
for (size_t i = 0; i < nelems; i++)
{
Parameter arg = Parameter.getNth(tt.arguments, i);
OutBuffer buf;
buf.printf("__%s_field_%llu", ident.toChars(), cast(ulong)i);
auto id = Identifier.idPool(buf.peekSlice());
Initializer ti;
if (ie)
{
Expression einit = ie;
if (ie.op == TOKtuple)
{
TupleExp te = cast(TupleExp)ie;
einit = (*te.exps)[i];
if (i == 0)
einit = Expression.combine(te.e0, einit);
}
ti = new ExpInitializer(einit.loc, einit);
}
else
ti = _init ? _init.syntaxCopy() : null;
auto v = new VarDeclaration(loc, arg.type, id, ti);
v.storage_class |= STCtemp | storage_class;
if (arg.storageClass & STCparameter)
v.storage_class |= arg.storageClass;
//printf("declaring field %s of type %s\n", v->toChars(), v->type->toChars());
v.semantic(sc);
if (sc.scopesym)
{
//printf("adding %s to %s\n", v->toChars(), sc->scopesym->toChars());
if (sc.scopesym.members)
// Note this prevents using foreach() over members, because the limits can change
sc.scopesym.members.push(v);
}
Expression e = new DsymbolExp(loc, v);
(*exps)[i] = e;
}
auto v2 = new TupleDeclaration(loc, ident, exps);
v2.parent = this.parent;
v2.isexp = true;
aliassym = v2;
semanticRun = PASSsemanticdone;
return;
}
/* Storage class can modify the type
*/
type = type.addStorageClass(storage_class);
/* Adjust storage class to reflect type
*/
if (type.isConst())
{
storage_class |= STCconst;
if (type.isShared())
storage_class |= STCshared;
}
else if (type.isImmutable())
storage_class |= STCimmutable;
else if (type.isShared())
storage_class |= STCshared;
else if (type.isWild())
storage_class |= STCwild;
if (StorageClass stc = storage_class & (STCsynchronized | STCoverride | STCabstract | STCfinal))
{
if (stc == STCfinal)
error("cannot be final, perhaps you meant const?");
else
{
OutBuffer buf;
stcToBuffer(&buf, stc);
error("cannot be %s", buf.peekString());
}
storage_class &= ~stc; // strip off
}
if (storage_class & (STCstatic | STCextern | STCmanifest | STCtemplateparameter | STCtls | STCgshared | STCctfe))
{
}
else
{
AggregateDeclaration aad = parent.isAggregateDeclaration();
if (aad)
{
if (global.params.vfield && storage_class & (STCconst | STCimmutable) && _init && !_init.isVoidInitializer())
{
const(char)* p = loc.toChars();
const(char)* s = (storage_class & STCimmutable) ? "immutable" : "const";
fprintf(global.stdmsg, "%s: %s.%s is %s field\n", p ? p : "", ad.toPrettyChars(), toChars(), s);
}
storage_class |= STCfield;
if (tbn.ty == Tstruct && (cast(TypeStruct)tbn).sym.noDefaultCtor)
{
if (!isThisDeclaration() && !_init)
aad.noDefaultCtor = true;
}
}
InterfaceDeclaration id = parent.isInterfaceDeclaration();
if (id)
{
error("field not allowed in interface");
}
else if (aad && aad.sizeok == SIZEOKdone)
{
error("cannot be further field because it will change the determined %s size", aad.toChars());
}
/* Templates cannot add fields to aggregates
*/
TemplateInstance ti = parent.isTemplateInstance();
if (ti)
{
// Take care of nested templates
while (1)
{
TemplateInstance ti2 = ti.tempdecl.parent.isTemplateInstance();
if (!ti2)
break;
ti = ti2;
}
// If it's a member template
AggregateDeclaration ad2 = ti.tempdecl.isMember();
if (ad2 && storage_class != STCundefined)
{
error("cannot use template to add field to aggregate '%s'", ad2.toChars());
}
}
}
if ((storage_class & (STCref | STCparameter | STCforeach | STCtemp | STCresult)) == STCref && ident != Id.This)
{
error("only parameters or foreach declarations can be ref");
}
if (type.hasWild())
{
if (storage_class & (STCstatic | STCextern | STCtls | STCgshared | STCmanifest | STCfield) || isDataseg())
{
error("only parameters or stack based variables can be inout");
}
FuncDeclaration func = sc.func;
if (func)
{
if (func.fes)
func = func.fes.func;
bool isWild = false;
for (FuncDeclaration fd = func; fd; fd = fd.toParent2().isFuncDeclaration())
{
if ((cast(TypeFunction)fd.type).iswild)
{
isWild = true;
break;
}
}
if (!isWild)
{
error("inout variables can only be declared inside inout functions");
}
}
}
if (!(storage_class & (STCctfe | STCref | STCresult)) && tbn.ty == Tstruct && (cast(TypeStruct)tbn).sym.noDefaultCtor)
{
if (!_init)
{
if (isField())
{
/* For fields, we'll check the constructor later to make sure it is initialized
*/
storage_class |= STCnodefaultctor;
}
else if (storage_class & STCparameter)
{
}
else
error("default construction is disabled for type %s", type.toChars());
}
}
FuncDeclaration fd = parent.isFuncDeclaration();
if (type.isscope() && !noscope)
{
if (storage_class & (STCfield | STCout | STCref | STCstatic | STCmanifest | STCtls | STCgshared) || !fd)
{
error("globals, statics, fields, manifest constants, ref and out parameters cannot be scope");
}
if (!(storage_class & STCscope))
{
if (!(storage_class & STCparameter) && ident != Id.withSym)
error("reference to scope class must be scope");
}
}
if (!_init && !fd)
{
// If not mutable, initializable by constructor only
storage_class |= STCctorinit;
}
if (_init)
storage_class |= STCinit; // remember we had an explicit initializer
else if (storage_class & STCmanifest)
error("manifest constants must have initializers");
bool isBlit = false;
if (!_init &&
!sc.inunion &&
!(storage_class & (STCstatic | STCgshared | STCextern)) &&
fd &&
(!(storage_class & (STCfield | STCin | STCforeach | STCparameter | STCresult)) ||
(storage_class & STCout)) &&
type.size() != 0)
{
// Provide a default initializer
//printf("Providing default initializer for '%s'\n", toChars());
Type tv = type;
while (tv.ty == Tsarray) // Don't skip Tenum
tv = tv.nextOf();
if (tv.needsNested())
{
/* Nested struct requires valid enclosing frame pointer.
* In StructLiteralExp::toElem(), it's calculated.
*/
assert(tbn.ty == Tstruct);
checkFrameAccess(loc, sc, (cast(TypeStruct)tbn).sym);
Expression e = tv.defaultInitLiteral(loc);
e = new BlitExp(loc, new VarExp(loc, this), e);
e = e.semantic(sc);
_init = new ExpInitializer(loc, e);
goto Ldtor;
}
if (tv.ty == Tstruct && (cast(TypeStruct)tv).sym.zeroInit == 1)
{
/* If a struct is all zeros, as a special case
* set it's initializer to the integer 0.
* In AssignExp::toElem(), we check for this and issue
* a memset() to initialize the struct.
* Must do same check in interpreter.
*/
Expression e = new IntegerExp(loc, 0, Type.tint32);
e = new BlitExp(loc, new VarExp(loc, this), e);
e.type = type; // don't type check this, it would fail
_init = new ExpInitializer(loc, e);
goto Ldtor;
}
if (type.baseElemOf().ty == Tvoid)
{
error("%s does not have a default initializer", type.toChars());
}
else if (auto e = type.defaultInit(loc))
{
_init = new ExpInitializer(loc, e);
}
// Default initializer is always a blit
isBlit = true;
}
if (_init)
{
sc = sc.push();
sc.stc &= ~(STC_TYPECTOR | STCpure | STCnothrow | STCnogc | STCref | STCdisable);
ExpInitializer ei = _init.isExpInitializer();
if (ei) // Bugzilla 13424: Preset the required type to fail in FuncLiteralDeclaration::semantic3
ei.exp = inferType(ei.exp, type);
// If inside function, there is no semantic3() call
if (sc.func || sc.intypeof == 1)
{
// If local variable, use AssignExp to handle all the various
// possibilities.
if (fd && !(storage_class & (STCmanifest | STCstatic | STCtls | STCgshared | STCextern)) && !_init.isVoidInitializer())
{
//printf("fd = '%s', var = '%s'\n", fd->toChars(), toChars());
if (!ei)
{
ArrayInitializer ai = _init.isArrayInitializer();
Expression e;
if (ai && tb.ty == Taarray)
e = ai.toAssocArrayLiteral();
else
e = _init.toExpression();
if (!e)
{
// Run semantic, but don't need to interpret
_init = _init.semantic(sc, type, INITnointerpret);
e = _init.toExpression();
if (!e)
{
error("is not a static and cannot have static initializer");
return;
}
}
ei = new ExpInitializer(_init.loc, e);
_init = ei;
}
Expression exp = ei.exp;
Expression e1 = new VarExp(loc, this);
if (isBlit)
exp = new BlitExp(loc, e1, exp);
else
exp = new ConstructExp(loc, e1, exp);
canassign++;
exp = exp.semantic(sc);
canassign--;
exp = exp.optimize(WANTvalue);
if (exp.op == TOKerror)
{
_init = new ErrorInitializer();
ei = null;
}
else
ei.exp = exp;
if (ei && isScope())
{
Expression ex = ei.exp;
while (ex.op == TOKcomma)
ex = (cast(CommaExp)ex).e2;
if (ex.op == TOKblit || ex.op == TOKconstruct)
ex = (cast(AssignExp)ex).e2;
if (ex.op == TOKnew)
{
// See if initializer is a NewExp that can be allocated on the stack
NewExp ne = cast(NewExp)ex;
if (!(ne.newargs && ne.newargs.dim > 1) && type.toBasetype().ty == Tclass)
{
ne.onstack = 1;
onstack = 1;
if (type.isBaseOf(ne.newtype.semantic(loc, sc), null))
onstack = 2;
}
}
else if (ex.op == TOKfunction)
{
// or a delegate that doesn't escape a reference to the function
FuncDeclaration f = (cast(FuncExp)ex).fd;
f.tookAddressOf--;
}
}
}
else
{
// Bugzilla 14166: Don't run CTFE for the temporary variables inside typeof
_init = _init.semantic(sc, type, sc.intypeof == 1 ? INITnointerpret : INITinterpret);
}
}
else if (parent.isAggregateDeclaration())
{
_scope = scx ? scx : sc.copy();
_scope.setNoFree();
}
else if (storage_class & (STCconst | STCimmutable | STCmanifest) || type.isConst() || type.isImmutable())
{
/* Because we may need the results of a const declaration in a
* subsequent type, such as an array dimension, before semantic2()
* gets ordinarily run, try to run semantic2() now.
* Ignore failure.
*/
if (!inferred)
{
uint errors = global.errors;
inuse++;
if (ei)
{
Expression exp = ei.exp.syntaxCopy();
bool needctfe = isDataseg() || (storage_class & STCmanifest);
if (needctfe)
sc = sc.startCTFE();
exp = exp.semantic(sc);
exp = resolveProperties(sc, exp);
if (needctfe)
sc = sc.endCTFE();
Type tb2 = type.toBasetype();
Type ti = exp.type.toBasetype();
/* The problem is the following code:
* struct CopyTest {
* double x;
* this(double a) { x = a * 10.0;}
* this(this) { x += 2.0; }
* }
* const CopyTest z = CopyTest(5.3); // ok
* const CopyTest w = z; // not ok, postblit not run
* static assert(w.x == 55.0);
* because the postblit doesn't get run on the initialization of w.
*/
if (ti.ty == Tstruct)
{
StructDeclaration sd = (cast(TypeStruct)ti).sym;
/* Look to see if initializer involves a copy constructor
* (which implies a postblit)
*/
// there is a copy constructor
// and exp is the same struct
if (sd.postblit && tb2.toDsymbol(null) == sd)
{
// The only allowable initializer is a (non-copy) constructor
if (exp.isLvalue())
error("of type struct %s uses this(this), which is not allowed in static initialization", tb2.toChars());
}
}
ei.exp = exp;
}
_init = _init.semantic(sc, type, INITinterpret);
inuse--;
if (global.errors > errors)
{
_init = new ErrorInitializer();
type = Type.terror;
}
}
else
{
_scope = scx ? scx : sc.copy();
_scope.setNoFree();
}
}
sc = sc.pop();
}
Ldtor:
/* Build code to execute destruction, if necessary
*/
edtor = callScopeDtor(sc);
if (edtor)
{
if (sc.func && storage_class & (STCstatic | STCgshared))
edtor = edtor.semantic(sc._module._scope);
else
edtor = edtor.semantic(sc);
version (none)
{
// currently disabled because of std.stdio.stdin, stdout and stderr
if (isDataseg() && !(storage_class & STCextern))
error("static storage variables cannot have destructors");
}
}
semanticRun = PASSsemanticdone;
if (type.toBasetype().ty == Terror)
errors = true;
}
override final void setFieldOffset(AggregateDeclaration ad, uint* poffset, bool isunion)
{
//printf("VarDeclaration::setFieldOffset(ad = %s) %s\n", ad.toChars(), toChars());
if (aliassym)
{
// If this variable was really a tuple, set the offsets for the tuple fields
TupleDeclaration v2 = aliassym.isTupleDeclaration();
assert(v2);
for (size_t i = 0; i < v2.objects.dim; i++)
{
RootObject o = (*v2.objects)[i];
assert(o.dyncast() == DYNCAST_EXPRESSION);
Expression e = cast(Expression)o;
assert(e.op == TOKdsymbol);
DsymbolExp se = cast(DsymbolExp)e;
se.s.setFieldOffset(ad, poffset, isunion);
}
return;
}
if (!isField())
return;
assert(!(storage_class & (STCstatic | STCextern | STCparameter | STCtls)));
//printf("+VarDeclaration::setFieldOffset(ad = %s) %s\n", ad.toChars(), toChars());
/* Fields that are tuples appear both as part of TupleDeclarations and
* as members. That means ignore them if they are already a field.
*/
if (offset)
{
// already a field
*poffset = ad.structsize; // Bugzilla 13613
return;
}
for (size_t i = 0; i < ad.fields.dim; i++)
{
if (ad.fields[i] == this)
{
// already a field
*poffset = ad.structsize; // Bugzilla 13613
return;
}
}
// Check for forward referenced types which will fail the size() call
Type t = type.toBasetype();
if (storage_class & STCref)
{
// References are the size of a pointer
t = Type.tvoidptr;
}
Type tv = t.baseElemOf();
if (tv.ty == Tstruct)
{
auto ts = cast(TypeStruct)tv;
assert(ts.sym != ad); // already checked in ad.determineFields()
if (!ts.sym.determineSize(loc))
{
type = Type.terror;
errors = true;
return;
}
}
// List in ad.fields. Even if the type is error, it's necessary to avoid
// pointless error diagnostic "more initializers than fields" on struct literal.
ad.fields.push(this);
if (t.ty == Terror)
return;
uint memsize = cast(uint)t.size(loc); // size of member
uint memalignsize = Target.fieldalign(t); // size of member for alignment purposes
offset = AggregateDeclaration.placeField(
poffset,
memsize, memalignsize, alignment,
&ad.structsize, &ad.alignsize,
isunion);
//printf("\t%s: memalignsize = %d\n", toChars(), memalignsize);
//printf(" addField '%s' to '%s' at offset %d, size = %d\n", toChars(), ad.toChars(), offset, memsize);
}
override final void semantic2(Scope* sc)
{
if (semanticRun < PASSsemanticdone && inuse)
return;
//printf("VarDeclaration::semantic2('%s')\n", toChars());
if (_init && !toParent().isFuncDeclaration())
{
inuse++;
version (none)
{
ExpInitializer ei = _init.isExpInitializer();
if (ei)
{
ei.exp.print();
printf("type = %p\n", ei.exp.type);
}
}
// Bugzilla 14166: Don't run CTFE for the temporary variables inside typeof
_init = _init.semantic(sc, type, sc.intypeof == 1 ? INITnointerpret : INITinterpret);
inuse--;
}
if (storage_class & STCmanifest)
{
version (none)
{
if ((type.ty == Tclass) && type.isMutable())
{
error("is mutable. Only const and immutable class enum are allowed, not %s", type.toChars());
}
else if (type.ty == Tpointer && type.nextOf().ty == Tstruct && type.nextOf().isMutable())
{
ExpInitializer ei = _init.isExpInitializer();
if (ei.exp.op == TOKaddress && (cast(AddrExp)ei.exp).e1.op == TOKstructliteral)
{
error("is a pointer to mutable struct. Only pointers to const or immutable struct enum are allowed, not %s", type.toChars());
}
}
}
else
{
if (type.ty == Tclass && _init)
{
ExpInitializer ei = _init.isExpInitializer();
if (ei.exp.op == TOKclassreference)
error(": Unable to initialize enum with class or pointer to struct. Use static const variable instead.");
}
else if (type.ty == Tpointer && type.nextOf().ty == Tstruct)
{
ExpInitializer ei = _init.isExpInitializer();
if (ei && ei.exp.op == TOKaddress && (cast(AddrExp)ei.exp).e1.op == TOKstructliteral)
{
error(": Unable to initialize enum with class or pointer to struct. Use static const variable instead.");
}
}
}
}
else if (_init && isThreadlocal())
{
if ((type.ty == Tclass) && type.isMutable() && !type.isShared())
{
ExpInitializer ei = _init.isExpInitializer();
if (ei && ei.exp.op == TOKclassreference)
error("is mutable. Only const or immutable class thread local variable are allowed, not %s", type.toChars());
}
else if (type.ty == Tpointer && type.nextOf().ty == Tstruct && type.nextOf().isMutable() && !type.nextOf().isShared())
{
ExpInitializer ei = _init.isExpInitializer();
if (ei && ei.exp.op == TOKaddress && (cast(AddrExp)ei.exp).e1.op == TOKstructliteral)
{
error("is a pointer to mutable struct. Only pointers to const, immutable or shared struct thread local variable are allowed, not %s", type.toChars());
}
}
}
semanticRun = PASSsemantic2done;
}
override const(char)* kind() const
{
return "variable";
}
override final AggregateDeclaration isThis()
{
AggregateDeclaration ad = null;
if (!(storage_class & (STCstatic | STCextern | STCmanifest | STCtemplateparameter | STCtls | STCgshared | STCctfe)))
{
for (Dsymbol s = this; s; s = s.parent)
{
ad = s.isMember();
if (ad)
break;
if (!s.parent || !s.parent.isTemplateMixin())
break;
}
}
return ad;
}
override final bool needThis()
{
//printf("VarDeclaration::needThis(%s, x%x)\n", toChars(), storage_class);
return isField();
}
override final bool isExport()
{
return protection.kind == PROTexport;
}
override final bool isImportedSymbol()
{
if (protection.kind == PROTexport && !_init && (storage_class & STCstatic || parent.isModule()))
return true;
return false;
}
/*******************************
* Does symbol go into data segment?
* Includes extern variables.
*/
override final bool isDataseg()
{
version (none)
{
printf("VarDeclaration::isDataseg(%p, '%s')\n", this, toChars());
printf("%llx, isModule: %p, isTemplateInstance: %p\n", storage_class & (STCstatic | STCconst), parent.isModule(), parent.isTemplateInstance());
printf("parent = '%s'\n", parent.toChars());
}
if (!canTakeAddressOf())
return false;
Dsymbol parent = toParent();
if (!parent && !(storage_class & STCstatic))
{
error("forward referenced");
type = Type.terror;
return false;
}
return (storage_class & (STCstatic | STCextern | STCtls | STCgshared) || parent.isModule() || parent.isTemplateInstance());
}
/************************************
* Does symbol go into thread local storage?
*/
override final bool isThreadlocal()
{
//printf("VarDeclaration::isThreadlocal(%p, '%s')\n", this, toChars());
/* Data defaults to being thread-local. It is not thread-local
* if it is immutable, const or shared.
*/
bool i = isDataseg() && !(storage_class & (STCimmutable | STCconst | STCshared | STCgshared));
//printf("\treturn %d\n", i);
return i;
}
/********************************************
* Can variable be read and written by CTFE?
*/
final bool isCTFE()
{
return (storage_class & STCctfe) != 0; // || !isDataseg();
}
final bool isOverlappedWith(VarDeclaration v)
{
return ( offset < v.offset + v.type.size() &&
v.offset < offset + type.size());
}
override final bool hasPointers()
{
//printf("VarDeclaration::hasPointers() %s, ty = %d\n", toChars(), type->ty);
return (!isDataseg() && type.hasPointers());
}
/*************************************
* Return true if we can take the address of this variable.
*/
final bool canTakeAddressOf()
{
return !(storage_class & STCmanifest);
}
/******************************************
* Return true if variable needs to call the destructor.
*/
final bool needsScopeDtor()
{
//printf("VarDeclaration::needsScopeDtor() %s\n", toChars());
return edtor && !noscope;
}
/******************************************
* If a variable has a scope destructor call, return call for it.
* Otherwise, return NULL.
*/
final Expression callScopeDtor(Scope* sc)
{
//printf("VarDeclaration::callScopeDtor() %s\n", toChars());
// Destruction of STCfield's is handled by buildDtor()
if (noscope || storage_class & (STCnodtor | STCref | STCout | STCfield))
{
return null;
}
Expression e = null;
// Destructors for structs and arrays of structs
Type tv = type.baseElemOf();
if (tv.ty == Tstruct)
{
StructDeclaration sd = (cast(TypeStruct)tv).sym;
if (!sd.dtor || !type.size())
return null;
if (type.toBasetype().ty == Tstruct)
{
// v.__xdtor()
e = new VarExp(loc, this);
/* This is a hack so we can call destructors on const/immutable objects.
* Need to add things like "const ~this()" and "immutable ~this()" to
* fix properly.
*/
e.type = e.type.mutableOf();
e = new DotVarExp(loc, e, sd.dtor, false);
e = new CallExp(loc, e);
}
else
{
// _ArrayDtor(v[0 .. n])
e = new VarExp(loc, this);
uinteger_t n = type.size() / sd.type.size();
e = new SliceExp(loc, e, new IntegerExp(loc, 0, Type.tsize_t), new IntegerExp(loc, n, Type.tsize_t));
// Prevent redundant bounds check
(cast(SliceExp)e).upperIsInBounds = true;
(cast(SliceExp)e).lowerIsLessThanUpper = true;
// This is a hack so we can call destructors on const/immutable objects.
e.type = sd.type.arrayOf();
e = new CallExp(loc, new IdentifierExp(loc, Id._ArrayDtor), e);
}
return e;
}
// Destructors for classes
if (storage_class & (STCauto | STCscope))
{
for (ClassDeclaration cd = type.isClassHandle(); cd; cd = cd.baseClass)
{
/* We can do better if there's a way with onstack
* classes to determine if there's no way the monitor
* could be set.
*/
//if (cd->isInterfaceDeclaration())
// error("interface %s cannot be scope", cd->toChars());
if (cd.cpp)
{
// Destructors are not supported on extern(C++) classes
break;
}
if (1 || onstack || cd.dtors.dim) // if any destructors
{
// delete this;
Expression ec;
ec = new VarExp(loc, this);
e = new DeleteExp(loc, ec);
e.type = Type.tvoid;
break;
}
}
}
return e;
}
/*******************************************
* If variable has a constant expression initializer, get it.
* Otherwise, return null.
*/
final Expression getConstInitializer(bool needFullType = true)
{
assert(type && _init);
// Ungag errors when not speculative
uint oldgag = global.gag;
if (global.gag)
{
Dsymbol sym = toParent().isAggregateDeclaration();
if (sym && !sym.isSpeculative())
global.gag = 0;
}
if (_scope)
{
inuse++;
_init = _init.semantic(_scope, type, INITinterpret);
_scope = null;
inuse--;
}
Expression e = _init.toExpression(needFullType ? type : null);
global.gag = oldgag;
return e;
}
/*******************************************
* Helper function for the expansion of manifest constant.
*/
final Expression expandInitializer(Loc loc)
{
assert((storage_class & STCmanifest) && _init);
auto e = getConstInitializer();
if (!e)
{
.error(loc, "cannot make expression out of initializer for %s", toChars());
return new ErrorExp();
}
e = e.copy();
e.loc = loc; // for better error message
return e;
}
override final void checkCtorConstInit()
{
version (none)
{
/* doesn't work if more than one static ctor */
if (ctorinit == 0 && isCtorinit() && !isField())
error("missing initializer in static constructor for const variable");
}
}
/************************************
* Check to see if this variable is actually in an enclosing function
* rather than the current one.
* Returns true if error occurs.
*/
final bool checkNestedReference(Scope* sc, Loc loc)
{
//printf("VarDeclaration::checkNestedReference() %s\n", toChars());
if (sc.intypeof == 1 || (sc.flags & SCOPEctfe))
return false;
if (!parent || parent == sc.parent)
return false;
if (isDataseg() || (storage_class & STCmanifest))
return false;
// The current function
FuncDeclaration fdthis = sc.parent.isFuncDeclaration();
if (!fdthis)
return false; // out of function scope
Dsymbol p = toParent2();
// Function literals from fdthis to p must be delegates
checkNestedRef(fdthis, p);
// The function that this variable is in
FuncDeclaration fdv = p.isFuncDeclaration();
if (!fdv || fdv == fdthis)
return false;
// Add fdthis to nestedrefs[] if not already there
for (size_t i = 0; 1; i++)
{
if (i == nestedrefs.dim)
{
nestedrefs.push(fdthis);
break;
}
if (nestedrefs[i] == fdthis)
break;
}
/* __require and __ensure will always get called directly,
* so they never make outer functions closure.
*/
if (fdthis.ident == Id.require || fdthis.ident == Id.ensure)
return false;
//printf("\tfdv = %s\n", fdv.toChars());
//printf("\tfdthis = %s\n", fdthis.toChars());
if (loc.filename)
{
int lv = fdthis.getLevel(loc, sc, fdv);
if (lv == -2) // error
return true;
}
// Add this to fdv.closureVars[] if not already there
for (size_t i = 0; 1; i++)
{
if (i == fdv.closureVars.dim)
{
if (!sc.intypeof && !(sc.flags & SCOPEcompile))
fdv.closureVars.push(this);
break;
}
if (fdv.closureVars[i] == this)
break;
}
//printf("fdthis is %s\n", fdthis.toChars());
//printf("var %s in function %s is nested ref\n", toChars(), fdv.toChars());
// __dollar creates problems because it isn't a real variable Bugzilla 3326
if (ident == Id.dollar)
{
.error(loc, "cannnot use $ inside a function literal");
return true;
}
if (ident == Id.withSym) // Bugzilla 1759
{
ExpInitializer ez = _init.isExpInitializer();
assert(ez);
Expression e = ez.exp;
if (e.op == TOKconstruct || e.op == TOKblit)
e = (cast(AssignExp)e).e2;
return lambdaCheckForNestedRef(e, sc);
}
return false;
}
override final Dsymbol toAlias()
{
//printf("VarDeclaration::toAlias('%s', this = %p, aliassym = %p)\n", toChars(), this, aliassym);
if ((!type || !type.deco) && _scope)
semantic(_scope);
assert(this != aliassym);
Dsymbol s = aliassym ? aliassym.toAlias() : this;
return s;
}
// Eliminate need for dynamic_cast
override final inout(VarDeclaration) isVarDeclaration() inout
{
return this;
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
* This is a shell around a back end symbol
*/
extern (C++) final class SymbolDeclaration : Declaration
{
public:
StructDeclaration dsym;
extern (D) this(Loc loc, StructDeclaration dsym)
{
super(dsym.ident);
this.loc = loc;
this.dsym = dsym;
storage_class |= STCconst;
}
// Eliminate need for dynamic_cast
override inout(SymbolDeclaration) isSymbolDeclaration() inout
{
return this;
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) class TypeInfoDeclaration : VarDeclaration
{
public:
Type tinfo;
final extern (D) this(Type tinfo, int internal)
{
super(Loc(), Type.dtypeinfo.type, tinfo.getTypeInfoIdent(internal), null);
this.tinfo = tinfo;
storage_class = STCstatic | STCgshared;
protection = Prot(PROTpublic);
linkage = LINKc;
}
static TypeInfoDeclaration create(Type tinfo, int internal)
{
return new TypeInfoDeclaration(tinfo, internal);
}
override final Dsymbol syntaxCopy(Dsymbol s)
{
assert(0); // should never be produced by syntax
}
override final void semantic(Scope* sc)
{
assert(linkage == LINKc);
}
override final const(char)* toChars()
{
//printf("TypeInfoDeclaration::toChars() tinfo = %s\n", tinfo->toChars());
OutBuffer buf;
buf.writestring("typeid(");
buf.writestring(tinfo.toChars());
buf.writeByte(')');
return buf.extractString();
}
override final inout(TypeInfoDeclaration) isTypeInfoDeclaration() inout
{
return this;
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) final class TypeInfoStructDeclaration : TypeInfoDeclaration
{
public:
extern (D) this(Type tinfo)
{
super(tinfo, 0);
if (!Type.typeinfostruct)
{
ObjectNotFound(Id.TypeInfo_Struct);
}
type = Type.typeinfostruct.type;
}
static TypeInfoStructDeclaration create(Type tinfo)
{
return new TypeInfoStructDeclaration(tinfo);
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) final class TypeInfoClassDeclaration : TypeInfoDeclaration
{
public:
extern (D) this(Type tinfo)
{
super(tinfo, 0);
if (!Type.typeinfoclass)
{
ObjectNotFound(Id.TypeInfo_Class);
}
type = Type.typeinfoclass.type;
}
static TypeInfoClassDeclaration create(Type tinfo)
{
return new TypeInfoClassDeclaration(tinfo);
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) final class TypeInfoInterfaceDeclaration : TypeInfoDeclaration
{
public:
extern (D) this(Type tinfo)
{
super(tinfo, 0);
if (!Type.typeinfointerface)
{
ObjectNotFound(Id.TypeInfo_Interface);
}
type = Type.typeinfointerface.type;
}
static TypeInfoInterfaceDeclaration create(Type tinfo)
{
return new TypeInfoInterfaceDeclaration(tinfo);
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) final class TypeInfoPointerDeclaration : TypeInfoDeclaration
{
public:
extern (D) this(Type tinfo)
{
super(tinfo, 0);
if (!Type.typeinfopointer)
{
ObjectNotFound(Id.TypeInfo_Pointer);
}
type = Type.typeinfopointer.type;
}
static TypeInfoPointerDeclaration create(Type tinfo)
{
return new TypeInfoPointerDeclaration(tinfo);
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) final class TypeInfoArrayDeclaration : TypeInfoDeclaration
{
public:
extern (D) this(Type tinfo)
{
super(tinfo, 0);
if (!Type.typeinfoarray)
{
ObjectNotFound(Id.TypeInfo_Array);
}
type = Type.typeinfoarray.type;
}
static TypeInfoArrayDeclaration create(Type tinfo)
{
return new TypeInfoArrayDeclaration(tinfo);
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) final class TypeInfoStaticArrayDeclaration : TypeInfoDeclaration
{
public:
extern (D) this(Type tinfo)
{
super(tinfo, 0);
if (!Type.typeinfostaticarray)
{
ObjectNotFound(Id.TypeInfo_StaticArray);
}
type = Type.typeinfostaticarray.type;
}
static TypeInfoStaticArrayDeclaration create(Type tinfo)
{
return new TypeInfoStaticArrayDeclaration(tinfo);
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) final class TypeInfoAssociativeArrayDeclaration : TypeInfoDeclaration
{
public:
extern (D) this(Type tinfo)
{
super(tinfo, 0);
if (!Type.typeinfoassociativearray)
{
ObjectNotFound(Id.TypeInfo_AssociativeArray);
}
type = Type.typeinfoassociativearray.type;
}
static TypeInfoAssociativeArrayDeclaration create(Type tinfo)
{
return new TypeInfoAssociativeArrayDeclaration(tinfo);
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) final class TypeInfoEnumDeclaration : TypeInfoDeclaration
{
public:
extern (D) this(Type tinfo)
{
super(tinfo, 0);
if (!Type.typeinfoenum)
{
ObjectNotFound(Id.TypeInfo_Enum);
}
type = Type.typeinfoenum.type;
}
static TypeInfoEnumDeclaration create(Type tinfo)
{
return new TypeInfoEnumDeclaration(tinfo);
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) final class TypeInfoFunctionDeclaration : TypeInfoDeclaration
{
public:
extern (D) this(Type tinfo)
{
super(tinfo, 0);
if (!Type.typeinfofunction)
{
ObjectNotFound(Id.TypeInfo_Function);
}
type = Type.typeinfofunction.type;
}
static TypeInfoFunctionDeclaration create(Type tinfo)
{
return new TypeInfoFunctionDeclaration(tinfo);
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) final class TypeInfoDelegateDeclaration : TypeInfoDeclaration
{
public:
extern (D) this(Type tinfo)
{
super(tinfo, 0);
if (!Type.typeinfodelegate)
{
ObjectNotFound(Id.TypeInfo_Delegate);
}
type = Type.typeinfodelegate.type;
}
static TypeInfoDelegateDeclaration create(Type tinfo)
{
return new TypeInfoDelegateDeclaration(tinfo);
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) final class TypeInfoTupleDeclaration : TypeInfoDeclaration
{
public:
extern (D) this(Type tinfo)
{
super(tinfo, 0);
if (!Type.typeinfotypelist)
{
ObjectNotFound(Id.TypeInfo_Tuple);
}
type = Type.typeinfotypelist.type;
}
static TypeInfoTupleDeclaration create(Type tinfo)
{
return new TypeInfoTupleDeclaration(tinfo);
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) final class TypeInfoConstDeclaration : TypeInfoDeclaration
{
public:
extern (D) this(Type tinfo)
{
super(tinfo, 0);
if (!Type.typeinfoconst)
{
ObjectNotFound(Id.TypeInfo_Const);
}
type = Type.typeinfoconst.type;
}
static TypeInfoConstDeclaration create(Type tinfo)
{
return new TypeInfoConstDeclaration(tinfo);
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) final class TypeInfoInvariantDeclaration : TypeInfoDeclaration
{
public:
extern (D) this(Type tinfo)
{
super(tinfo, 0);
if (!Type.typeinfoinvariant)
{
ObjectNotFound(Id.TypeInfo_Invariant);
}
type = Type.typeinfoinvariant.type;
}
static TypeInfoInvariantDeclaration create(Type tinfo)
{
return new TypeInfoInvariantDeclaration(tinfo);
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) final class TypeInfoSharedDeclaration : TypeInfoDeclaration
{
public:
extern (D) this(Type tinfo)
{
super(tinfo, 0);
if (!Type.typeinfoshared)
{
ObjectNotFound(Id.TypeInfo_Shared);
}
type = Type.typeinfoshared.type;
}
static TypeInfoSharedDeclaration create(Type tinfo)
{
return new TypeInfoSharedDeclaration(tinfo);
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) final class TypeInfoWildDeclaration : TypeInfoDeclaration
{
public:
extern (D) this(Type tinfo)
{
super(tinfo, 0);
if (!Type.typeinfowild)
{
ObjectNotFound(Id.TypeInfo_Wild);
}
type = Type.typeinfowild.type;
}
static TypeInfoWildDeclaration create(Type tinfo)
{
return new TypeInfoWildDeclaration(tinfo);
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
*/
extern (C++) final class TypeInfoVectorDeclaration : TypeInfoDeclaration
{
public:
extern (D) this(Type tinfo)
{
super(tinfo, 0);
if (!Type.typeinfovector)
{
ObjectNotFound(Id.TypeInfo_Vector);
}
type = Type.typeinfovector.type;
}
static TypeInfoVectorDeclaration create(Type tinfo)
{
return new TypeInfoVectorDeclaration(tinfo);
}
override void accept(Visitor v)
{
v.visit(this);
}
}
/***********************************************************
* For the "this" parameter to member functions
*/
extern (C++) final class ThisDeclaration : VarDeclaration
{
public:
extern (D) this(Loc loc, Type t)
{
super(loc, t, Id.This, null);
noscope = true;
}
override Dsymbol syntaxCopy(Dsymbol s)
{
assert(0); // should never be produced by syntax
}
override inout(ThisDeclaration) isThisDeclaration() inout
{
return this;
}
override void accept(Visitor v)
{
v.visit(this);
}
}
| D |
/Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/x86_64-apple-macosx10.10/debug/KituraNet.build/SPIUtils.swift.o : /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/FastCGI/FastCGI.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTP/HTTP.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ServerResponse.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/FastCGI/FastCGIServerResponse.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTP/HTTPServerResponse.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ClientResponse.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/FastCGI/FastCGIRecordCreate.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/Server/ServerDelegate.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTP/KeepAliveState.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/Server/ServerState.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ListenerGroup.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ConnectionUpgrader.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/IncomingSocketManager.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/IncomingSocketHandler.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/Server/ServerLifecycleListener.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HeadersContainer.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTPParser/URLParser.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTPParser/HTTPParser.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/FastCGI/FastCGIRecordParser.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/Server/Server.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/FastCGI/FastCGIServer.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTP/HTTPServer.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/Error.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTP/IncomingHTTPSocketProcessor.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/IncomingSocketProcessor.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/IncomingSocketProcessorCreator.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/Server/ServerMonitor.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/SPIUtils.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTPParser/ParseResults.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTPParser/HTTPParserStatus.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ServerRequest.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/FastCGI/FastCGIServerRequest.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTP/HTTPServerRequest.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ClientRequest.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/BufferList.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ConnectionUpgradeFactory.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/x86_64-apple-macosx10.10/debug/LoggerAPI.swiftmodule /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/x86_64-apple-macosx10.10/debug/SSLService.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/x86_64-apple-macosx10.10/debug/Socket.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/CHTTPParser/include/CHTTPParser.h /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/CHTTPParser/include/http_parser.h /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/CHTTPParser/include/utils.h /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/x86_64-apple-macosx10.10/debug/CHTTPParser.build/module.modulemap /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/CCurl/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
/Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/x86_64-apple-macosx10.10/debug/KituraNet.build/SPIUtils~partial.swiftmodule : /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/FastCGI/FastCGI.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTP/HTTP.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ServerResponse.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/FastCGI/FastCGIServerResponse.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTP/HTTPServerResponse.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ClientResponse.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/FastCGI/FastCGIRecordCreate.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/Server/ServerDelegate.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTP/KeepAliveState.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/Server/ServerState.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ListenerGroup.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ConnectionUpgrader.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/IncomingSocketManager.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/IncomingSocketHandler.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/Server/ServerLifecycleListener.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HeadersContainer.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTPParser/URLParser.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTPParser/HTTPParser.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/FastCGI/FastCGIRecordParser.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/Server/Server.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/FastCGI/FastCGIServer.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTP/HTTPServer.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/Error.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTP/IncomingHTTPSocketProcessor.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/IncomingSocketProcessor.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/IncomingSocketProcessorCreator.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/Server/ServerMonitor.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/SPIUtils.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTPParser/ParseResults.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTPParser/HTTPParserStatus.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ServerRequest.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/FastCGI/FastCGIServerRequest.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTP/HTTPServerRequest.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ClientRequest.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/BufferList.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ConnectionUpgradeFactory.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/x86_64-apple-macosx10.10/debug/LoggerAPI.swiftmodule /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/x86_64-apple-macosx10.10/debug/SSLService.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/x86_64-apple-macosx10.10/debug/Socket.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/CHTTPParser/include/CHTTPParser.h /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/CHTTPParser/include/http_parser.h /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/CHTTPParser/include/utils.h /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/x86_64-apple-macosx10.10/debug/CHTTPParser.build/module.modulemap /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/CCurl/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
/Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/x86_64-apple-macosx10.10/debug/KituraNet.build/SPIUtils~partial.swiftdoc : /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/FastCGI/FastCGI.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTP/HTTP.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ServerResponse.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/FastCGI/FastCGIServerResponse.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTP/HTTPServerResponse.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ClientResponse.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/FastCGI/FastCGIRecordCreate.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/Server/ServerDelegate.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTP/KeepAliveState.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/Server/ServerState.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ListenerGroup.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ConnectionUpgrader.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/IncomingSocketManager.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/IncomingSocketHandler.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/Server/ServerLifecycleListener.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HeadersContainer.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTPParser/URLParser.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTPParser/HTTPParser.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/FastCGI/FastCGIRecordParser.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/Server/Server.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/FastCGI/FastCGIServer.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTP/HTTPServer.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/Error.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTP/IncomingHTTPSocketProcessor.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/IncomingSocketProcessor.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/IncomingSocketProcessorCreator.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/Server/ServerMonitor.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/SPIUtils.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTPParser/ParseResults.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTPParser/HTTPParserStatus.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ServerRequest.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/FastCGI/FastCGIServerRequest.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/HTTP/HTTPServerRequest.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ClientRequest.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/BufferList.swift /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/KituraNet/ConnectionUpgradeFactory.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/x86_64-apple-macosx10.10/debug/LoggerAPI.swiftmodule /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/x86_64-apple-macosx10.10/debug/SSLService.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/x86_64-apple-macosx10.10/debug/Socket.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/CHTTPParser/include/CHTTPParser.h /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/CHTTPParser/include/http_parser.h /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/CHTTPParser/include/utils.h /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/x86_64-apple-macosx10.10/debug/CHTTPParser.build/module.modulemap /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-6847998409280116426/Sources/CCurl/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
| D |
/home/uzair/iot_folder/assignment6/target/rls/debug/deps/assignment6-1f612dcf3196b0eb.rmeta: src/main.rs
/home/uzair/iot_folder/assignment6/target/rls/debug/deps/assignment6-1f612dcf3196b0eb.d: src/main.rs
src/main.rs:
| D |
module UnrealScript.TribesGame.TrDmgType_BeowulfGunner;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.TribesGame.TrDmgType_Bullet;
extern(C++) interface TrDmgType_BeowulfGunner : TrDmgType_Bullet
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static ScriptClass StaticClass() { mixin(MGSCC("Class TribesGame.TrDmgType_BeowulfGunner")); }
private static __gshared TrDmgType_BeowulfGunner mDefaultProperties;
@property final static TrDmgType_BeowulfGunner DefaultProperties() { mixin(MGDPC("TrDmgType_BeowulfGunner", "TrDmgType_BeowulfGunner TribesGame.Default__TrDmgType_BeowulfGunner")); }
}
| D |
// Written in the D programming language.
/**
* Contains the elementary mathematical functions (powers, roots,
* and trigonometric functions), and low-level floating-point operations.
* Mathematical special functions are available in `std.mathspecial`.
*
$(SCRIPT inhibitQuickIndex = 1;)
$(DIVC quickindex,
$(BOOKTABLE ,
$(TR $(TH Category) $(TH Members) )
$(TR $(TDNW Constants) $(TD
$(MYREF E) $(MYREF PI) $(MYREF PI_2) $(MYREF PI_4) $(MYREF M_1_PI)
$(MYREF M_2_PI) $(MYREF M_2_SQRTPI) $(MYREF LN10) $(MYREF LN2)
$(MYREF LOG2) $(MYREF LOG2E) $(MYREF LOG2T) $(MYREF LOG10E)
$(MYREF SQRT2) $(MYREF SQRT1_2)
))
$(TR $(TDNW Classics) $(TD
$(MYREF abs) $(MYREF fabs) $(MYREF sqrt) $(MYREF cbrt) $(MYREF hypot)
$(MYREF poly) $(MYREF nextPow2) $(MYREF truncPow2)
))
$(TR $(TDNW Trigonometry) $(TD
$(MYREF sin) $(MYREF cos) $(MYREF tan) $(MYREF asin) $(MYREF acos)
$(MYREF atan) $(MYREF atan2) $(MYREF sinh) $(MYREF cosh) $(MYREF tanh)
$(MYREF asinh) $(MYREF acosh) $(MYREF atanh)
))
$(TR $(TDNW Rounding) $(TD
$(MYREF ceil) $(MYREF floor) $(MYREF round) $(MYREF lround)
$(MYREF trunc) $(MYREF rint) $(MYREF lrint) $(MYREF nearbyint)
$(MYREF rndtol) $(MYREF quantize)
))
$(TR $(TDNW Exponentiation & Logarithms) $(TD
$(MYREF pow) $(MYREF exp) $(MYREF exp2) $(MYREF expm1) $(MYREF ldexp)
$(MYREF frexp) $(MYREF log) $(MYREF log2) $(MYREF log10) $(MYREF logb)
$(MYREF ilogb) $(MYREF log1p) $(MYREF scalbn)
))
$(TR $(TDNW Modulus) $(TD
$(MYREF fmod) $(MYREF modf) $(MYREF remainder)
))
$(TR $(TDNW Floating-point operations) $(TD
$(MYREF approxEqual) $(MYREF feqrel) $(MYREF fdim) $(MYREF fmax)
$(MYREF fmin) $(MYREF fma) $(MYREF isClose) $(MYREF nextDown) $(MYREF nextUp)
$(MYREF nextafter) $(MYREF NaN) $(MYREF getNaNPayload)
$(MYREF cmp)
))
$(TR $(TDNW Introspection) $(TD
$(MYREF isFinite) $(MYREF isIdentical) $(MYREF isInfinity) $(MYREF isNaN)
$(MYREF isNormal) $(MYREF isSubnormal) $(MYREF signbit) $(MYREF sgn)
$(MYREF copysign) $(MYREF isPowerOf2)
))
$(TR $(TDNW Hardware Control) $(TD
$(MYREF IeeeFlags) $(MYREF FloatingPointControl)
))
)
)
* The functionality closely follows the IEEE754-2008 standard for
* floating-point arithmetic, including the use of camelCase names rather
* than C99-style lower case names. All of these functions behave correctly
* when presented with an infinity or NaN.
*
* The following IEEE 'real' formats are currently supported:
* $(UL
* $(LI 64 bit Big-endian 'double' (eg PowerPC))
* $(LI 128 bit Big-endian 'quadruple' (eg SPARC))
* $(LI 64 bit Little-endian 'double' (eg x86-SSE2))
* $(LI 80 bit Little-endian, with implied bit 'real80' (eg x87, Itanium))
* $(LI 128 bit Little-endian 'quadruple' (not implemented on any known processor!))
* $(LI Non-IEEE 128 bit Big-endian 'doubledouble' (eg PowerPC) has partial support)
* )
* Unlike C, there is no global 'errno' variable. Consequently, almost all of
* these functions are pure nothrow.
*
* Macros:
* TABLE_SV = <table border="1" cellpadding="4" cellspacing="0">
* <caption>Special Values</caption>
* $0</table>
* SVH = $(TR $(TH $1) $(TH $2))
* SV = $(TR $(TD $1) $(TD $2))
* TH3 = $(TR $(TH $1) $(TH $2) $(TH $3))
* TD3 = $(TR $(TD $1) $(TD $2) $(TD $3))
* TABLE_DOMRG = <table border="1" cellpadding="4" cellspacing="0">
* $(SVH Domain X, Range Y)
$(SV $1, $2)
* </table>
* DOMAIN=$1
* RANGE=$1
* NAN = $(RED NAN)
* SUP = <span style="vertical-align:super;font-size:smaller">$0</span>
* GAMMA = Γ
* THETA = θ
* INTEGRAL = ∫
* INTEGRATE = $(BIG ∫<sub>$(SMALL $1)</sub><sup>$2</sup>)
* POWER = $1<sup>$2</sup>
* SUB = $1<sub>$2</sub>
* BIGSUM = $(BIG Σ <sup>$2</sup><sub>$(SMALL $1)</sub>)
* CHOOSE = $(BIG () <sup>$(SMALL $1)</sup><sub>$(SMALL $2)</sub> $(BIG ))
* PLUSMN = ±
* INFIN = ∞
* PLUSMNINF = ±∞
* PI = π
* LT = <
* GT = >
* SQRT = √
* HALF = ½
*
* Copyright: Copyright The D Language Foundation 2000 - 2011.
* D implementations of tan, atan, atan2, exp, expm1, exp2, log, log10, log1p,
* log2, floor, ceil and lrint functions are based on the CEPHES math library,
* which is Copyright (C) 2001 Stephen L. Moshier $(LT)steve@moshier.net$(GT)
* and are incorporated herein by permission of the author. The author
* reserves the right to distribute this material elsewhere under different
* copying permissions. These modifications are distributed here under
* the following terms:
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(HTTP digitalmars.com, Walter Bright), Don Clugston,
* Conversion of CEPHES math library to D by Iain Buclaw and David Nadlinger
* Source: $(PHOBOSSRC std/math.d)
*/
module std.math;
version (Win64)
{
version (D_InlineAsm_X86_64)
version = Win64_DMD_InlineAsm;
}
static import core.math;
static import core.stdc.math;
static import core.stdc.fenv;
import std.traits : CommonType, isFloatingPoint, isIntegral, isNumeric,
isSigned, isUnsigned, Largest, Unqual;
version (DigitalMars)
{
version = INLINE_YL2X; // x87 has opcodes for these
}
version (X86) version = X86_Any;
version (X86_64) version = X86_Any;
version (PPC) version = PPC_Any;
version (PPC64) version = PPC_Any;
version (MIPS32) version = MIPS_Any;
version (MIPS64) version = MIPS_Any;
version (AArch64) version = ARM_Any;
version (ARM) version = ARM_Any;
version (S390) version = IBMZ_Any;
version (SPARC) version = SPARC_Any;
version (SPARC64) version = SPARC_Any;
version (SystemZ) version = IBMZ_Any;
version (RISCV32) version = RISCV_Any;
version (RISCV64) version = RISCV_Any;
version (D_InlineAsm_X86)
{
version = InlineAsm_X86_Any;
}
else version (D_InlineAsm_X86_64)
{
version = InlineAsm_X86_Any;
}
version (CRuntime_Microsoft)
{
version (InlineAsm_X86_Any)
version = MSVC_InlineAsm;
}
version (X86_64) version = StaticallyHaveSSE;
version (X86) version (OSX) version = StaticallyHaveSSE;
version (StaticallyHaveSSE)
{
private enum bool haveSSE = true;
}
else version (X86)
{
static import core.cpuid;
private alias haveSSE = core.cpuid.sse;
}
version (D_SoftFloat)
{
// Some soft float implementations may support IEEE floating flags.
// The implementation here supports hardware flags only and is so currently
// only available for supported targets.
}
else version (X86_Any) version = IeeeFlagsSupport;
else version (PPC_Any) version = IeeeFlagsSupport;
else version (RISCV_Any) version = IeeeFlagsSupport;
else version (MIPS_Any) version = IeeeFlagsSupport;
else version (ARM_Any) version = IeeeFlagsSupport;
// Struct FloatingPointControl is only available if hardware FP units are available.
version (D_HardFloat)
{
// FloatingPointControl.clearExceptions() depends on version IeeeFlagsSupport
version (IeeeFlagsSupport) version = FloatingPointControlSupport;
}
version (StdUnittest) private
{
static if (real.sizeof > double.sizeof)
enum uint useDigits = 16;
else
enum uint useDigits = 15;
/******************************************
* Compare floating point numbers to n decimal digits of precision.
* Returns:
* 1 match
* 0 nomatch
*/
private bool equalsDigit(real x, real y, uint ndigits) @safe nothrow @nogc
{
import core.stdc.stdio : sprintf;
if (signbit(x) != signbit(y))
return 0;
if (isInfinity(x) && isInfinity(y))
return 1;
if (isInfinity(x) || isInfinity(y))
return 0;
if (isNaN(x) && isNaN(y))
return 1;
if (isNaN(x) || isNaN(y))
return 0;
char[30] bufx;
char[30] bufy;
assert(ndigits < bufx.length);
int ix;
int iy;
version (CRuntime_Microsoft)
alias real_t = double;
else
alias real_t = real;
() @trusted {
ix = sprintf(bufx.ptr, "%.*Lg", ndigits, cast(real_t) x);
iy = sprintf(bufy.ptr, "%.*Lg", ndigits, cast(real_t) y);
} ();
assert(ix < bufx.length && ix > 0);
assert(ix < bufy.length && ix > 0);
return bufx[0 .. ix] == bufy[0 .. iy];
}
}
package:
// The following IEEE 'real' formats are currently supported.
version (LittleEndian)
{
static assert(real.mant_dig == 53 || real.mant_dig == 64
|| real.mant_dig == 113,
"Only 64-bit, 80-bit, and 128-bit reals"~
" are supported for LittleEndian CPUs");
}
else
{
static assert(real.mant_dig == 53 || real.mant_dig == 113,
"Only 64-bit and 128-bit reals are supported for BigEndian CPUs.");
}
// Underlying format exposed through floatTraits
enum RealFormat
{
ieeeHalf,
ieeeSingle,
ieeeDouble,
ieeeExtended, // x87 80-bit real
ieeeExtended53, // x87 real rounded to precision of double.
ibmExtended, // IBM 128-bit extended
ieeeQuadruple,
}
// Constants used for extracting the components of the representation.
// They supplement the built-in floating point properties.
template floatTraits(T)
{
// EXPMASK is a ushort mask to select the exponent portion (without sign)
// EXPSHIFT is the number of bits the exponent is left-shifted by in its ushort
// EXPBIAS is the exponent bias - 1 (exp == EXPBIAS yields ×2^-1).
// EXPPOS_SHORT is the index of the exponent when represented as a ushort array.
// SIGNPOS_BYTE is the index of the sign when represented as a ubyte array.
// RECIP_EPSILON is the value such that (smallest_subnormal) * RECIP_EPSILON == T.min_normal
enum T RECIP_EPSILON = (1/T.epsilon);
static if (T.mant_dig == 24)
{
// Single precision float
enum ushort EXPMASK = 0x7F80;
enum ushort EXPSHIFT = 7;
enum ushort EXPBIAS = 0x3F00;
enum uint EXPMASK_INT = 0x7F80_0000;
enum uint MANTISSAMASK_INT = 0x007F_FFFF;
enum realFormat = RealFormat.ieeeSingle;
version (LittleEndian)
{
enum EXPPOS_SHORT = 1;
enum SIGNPOS_BYTE = 3;
}
else
{
enum EXPPOS_SHORT = 0;
enum SIGNPOS_BYTE = 0;
}
}
else static if (T.mant_dig == 53)
{
static if (T.sizeof == 8)
{
// Double precision float, or real == double
enum ushort EXPMASK = 0x7FF0;
enum ushort EXPSHIFT = 4;
enum ushort EXPBIAS = 0x3FE0;
enum uint EXPMASK_INT = 0x7FF0_0000;
enum uint MANTISSAMASK_INT = 0x000F_FFFF; // for the MSB only
enum realFormat = RealFormat.ieeeDouble;
version (LittleEndian)
{
enum EXPPOS_SHORT = 3;
enum SIGNPOS_BYTE = 7;
}
else
{
enum EXPPOS_SHORT = 0;
enum SIGNPOS_BYTE = 0;
}
}
else static if (T.sizeof == 12)
{
// Intel extended real80 rounded to double
enum ushort EXPMASK = 0x7FFF;
enum ushort EXPSHIFT = 0;
enum ushort EXPBIAS = 0x3FFE;
enum realFormat = RealFormat.ieeeExtended53;
version (LittleEndian)
{
enum EXPPOS_SHORT = 4;
enum SIGNPOS_BYTE = 9;
}
else
{
enum EXPPOS_SHORT = 0;
enum SIGNPOS_BYTE = 0;
}
}
else
static assert(false, "No traits support for " ~ T.stringof);
}
else static if (T.mant_dig == 64)
{
// Intel extended real80
enum ushort EXPMASK = 0x7FFF;
enum ushort EXPSHIFT = 0;
enum ushort EXPBIAS = 0x3FFE;
enum realFormat = RealFormat.ieeeExtended;
version (LittleEndian)
{
enum EXPPOS_SHORT = 4;
enum SIGNPOS_BYTE = 9;
}
else
{
enum EXPPOS_SHORT = 0;
enum SIGNPOS_BYTE = 0;
}
}
else static if (T.mant_dig == 113)
{
// Quadruple precision float
enum ushort EXPMASK = 0x7FFF;
enum ushort EXPSHIFT = 0;
enum ushort EXPBIAS = 0x3FFE;
enum realFormat = RealFormat.ieeeQuadruple;
version (LittleEndian)
{
enum EXPPOS_SHORT = 7;
enum SIGNPOS_BYTE = 15;
}
else
{
enum EXPPOS_SHORT = 0;
enum SIGNPOS_BYTE = 0;
}
}
else static if (T.mant_dig == 106)
{
// IBM Extended doubledouble
enum ushort EXPMASK = 0x7FF0;
enum ushort EXPSHIFT = 4;
enum realFormat = RealFormat.ibmExtended;
// For IBM doubledouble the larger magnitude double comes first.
// It's really a double[2] and arrays don't index differently
// between little and big-endian targets.
enum DOUBLEPAIR_MSB = 0;
enum DOUBLEPAIR_LSB = 1;
// The exponent/sign byte is for most significant part.
version (LittleEndian)
{
enum EXPPOS_SHORT = 3;
enum SIGNPOS_BYTE = 7;
}
else
{
enum EXPPOS_SHORT = 0;
enum SIGNPOS_BYTE = 0;
}
}
else
static assert(false, "No traits support for " ~ T.stringof);
}
// These apply to all floating-point types
version (LittleEndian)
{
enum MANTISSA_LSB = 0;
enum MANTISSA_MSB = 1;
}
else
{
enum MANTISSA_LSB = 1;
enum MANTISSA_MSB = 0;
}
// Common code for math implementations.
// Helper for floor/ceil
T floorImpl(T)(const T x) @trusted pure nothrow @nogc
{
alias F = floatTraits!(T);
// Take care not to trigger library calls from the compiler,
// while ensuring that we don't get defeated by some optimizers.
union floatBits
{
T rv;
ushort[T.sizeof/2] vu;
// Other kinds of extractors for real formats.
static if (F.realFormat == RealFormat.ieeeSingle)
int vi;
}
floatBits y = void;
y.rv = x;
// Find the exponent (power of 2)
// Do this by shifting the raw value so that the exponent lies in the low bits,
// then mask out the sign bit, and subtract the bias.
static if (F.realFormat == RealFormat.ieeeSingle)
{
int exp = ((y.vi >> (T.mant_dig - 1)) & 0xff) - 0x7f;
}
else static if (F.realFormat == RealFormat.ieeeDouble)
{
int exp = ((y.vu[F.EXPPOS_SHORT] >> 4) & 0x7ff) - 0x3ff;
version (LittleEndian)
int pos = 0;
else
int pos = 3;
}
else static if (F.realFormat == RealFormat.ieeeExtended)
{
int exp = (y.vu[F.EXPPOS_SHORT] & 0x7fff) - 0x3fff;
version (LittleEndian)
int pos = 0;
else
int pos = 4;
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
int exp = (y.vu[F.EXPPOS_SHORT] & 0x7fff) - 0x3fff;
version (LittleEndian)
int pos = 0;
else
int pos = 7;
}
else
static assert(false, "Not implemented for this architecture");
if (exp < 0)
{
if (x < 0.0)
return -1.0;
else
return 0.0;
}
static if (F.realFormat == RealFormat.ieeeSingle)
{
if (exp < (T.mant_dig - 1))
{
// Clear all bits representing the fraction part.
const uint fraction_mask = F.MANTISSAMASK_INT >> exp;
if ((y.vi & fraction_mask) != 0)
{
// If 'x' is negative, then first substract 1.0 from the value.
if (y.vi < 0)
y.vi += 0x00800000 >> exp;
y.vi &= ~fraction_mask;
}
}
}
else
{
exp = (T.mant_dig - 1) - exp;
// Zero 16 bits at a time.
while (exp >= 16)
{
version (LittleEndian)
y.vu[pos++] = 0;
else
y.vu[pos--] = 0;
exp -= 16;
}
// Clear the remaining bits.
if (exp > 0)
y.vu[pos] &= 0xffff ^ ((1 << exp) - 1);
if ((x < 0.0) && (x != y.rv))
y.rv -= 1.0;
}
return y.rv;
}
public:
// Values obtained from Wolfram Alpha. 116 bits ought to be enough for anybody.
// Wolfram Alpha LLC. 2011. Wolfram|Alpha. http://www.wolframalpha.com/input/?i=e+in+base+16 (access July 6, 2011).
enum real E = 0x1.5bf0a8b1457695355fb8ac404e7a8p+1L; /** e = 2.718281... */
enum real LOG2T = 0x1.a934f0979a3715fc9257edfe9b5fbp+1L; /** $(SUB log, 2)10 = 3.321928... */
enum real LOG2E = 0x1.71547652b82fe1777d0ffda0d23a8p+0L; /** $(SUB log, 2)e = 1.442695... */
enum real LOG2 = 0x1.34413509f79fef311f12b35816f92p-2L; /** $(SUB log, 10)2 = 0.301029... */
enum real LOG10E = 0x1.bcb7b1526e50e32a6ab7555f5a67cp-2L; /** $(SUB log, 10)e = 0.434294... */
enum real LN2 = 0x1.62e42fefa39ef35793c7673007e5fp-1L; /** ln 2 = 0.693147... */
enum real LN10 = 0x1.26bb1bbb5551582dd4adac5705a61p+1L; /** ln 10 = 2.302585... */
enum real PI = 0x1.921fb54442d18469898cc51701b84p+1L; /** π = 3.141592... */
enum real PI_2 = PI/2; /** $(PI) / 2 = 1.570796... */
enum real PI_4 = PI/4; /** $(PI) / 4 = 0.785398... */
enum real M_1_PI = 0x1.45f306dc9c882a53f84eafa3ea69cp-2L; /** 1 / $(PI) = 0.318309... */
enum real M_2_PI = 2*M_1_PI; /** 2 / $(PI) = 0.636619... */
enum real M_2_SQRTPI = 0x1.20dd750429b6d11ae3a914fed7fd8p+0L; /** 2 / $(SQRT)$(PI) = 1.128379... */
enum real SQRT2 = 0x1.6a09e667f3bcc908b2fb1366ea958p+0L; /** $(SQRT)2 = 1.414213... */
enum real SQRT1_2 = SQRT2/2; /** $(SQRT)$(HALF) = 0.707106... */
// Note: Make sure the magic numbers in compiler backend for x87 match these.
// it's quite tricky check for a type who will trigger a deprecation when accessed
template isDeprecatedComplex(T)
{
static if (__traits(isDeprecated, T))
{
enum isDeprecatedComplex = true;
}
else
{
enum m = T.mangleof;
// cfloat, cdouble, creal
// ifloat, idouble, ireal
enum isDeprecatedComplex = m == "q" || m == "r" || m == "c" ||
m == "o" || m == "p" || m == "j";
}
}
@safe deprecated unittest
{
static assert(isDeprecatedComplex!cfloat);
static assert(isDeprecatedComplex!cdouble);
static assert(isDeprecatedComplex!creal);
static assert(isDeprecatedComplex!ifloat);
static assert(isDeprecatedComplex!idouble);
static assert(isDeprecatedComplex!ireal);
static assert(!isDeprecatedComplex!float);
static assert(!isDeprecatedComplex!double);
static assert(!isDeprecatedComplex!real);
}
/***********************************
* Calculates the absolute value of a number.
*
* Params:
* Num = (template parameter) type of number
* x = real number value
*
* Returns:
* The absolute value of the number. If floating-point or integral,
* the return type will be the same as the input.
*
* Limitations:
* Does not work correctly for signed intergal types and value `Num`.min.
*/
auto abs(Num)(Num x) @nogc pure nothrow
if ((is(Unqual!Num == short) || is(Unqual!Num == byte)) ||
(is(typeof(Num.init >= 0)) && is(typeof(-Num.init))))
{
static if (isFloatingPoint!(Num))
return fabs(x);
else
{
static if (is(Unqual!Num == short) || is(Unqual!Num == byte))
return x >= 0 ? x : cast(Num) -int(x);
else
return x >= 0 ? x : -x;
}
}
/// ditto
@safe pure nothrow @nogc unittest
{
assert(isIdentical(abs(-0.0L), 0.0L));
assert(isNaN(abs(real.nan)));
assert(abs(-real.infinity) == real.infinity);
assert(abs(-56) == 56);
assert(abs(2321312L) == 2321312L);
}
version (TestComplex)
deprecated
@safe pure nothrow @nogc unittest
{
assert(abs(-3.2Li) == 3.2L);
assert(abs(71.6Li) == 71.6L);
assert(abs(-1L+1i) == sqrt(2.0L));
}
@safe pure nothrow @nogc unittest
{
short s = -8;
byte b = -8;
assert(abs(s) == 8);
assert(abs(b) == 8);
immutable(byte) c = -8;
assert(abs(c) == 8);
}
@safe pure nothrow @nogc unittest
{
import std.meta : AliasSeq;
static foreach (T; AliasSeq!(float, double, real))
{{
T f = 3;
assert(abs(f) == f);
assert(abs(-f) == f);
}}
}
// see issue #20205, to avoid falling into the trap again
@safe pure nothrow @nogc unittest
{
assert(50 - abs(-100) == -50);
}
version (TestComplex)
deprecated
@safe pure nothrow @nogc unittest
{
import std.meta : AliasSeq;
static foreach (T; AliasSeq!(cfloat, cdouble, creal))
{{
T f = -12+3i;
assert(abs(f) == hypot(f.re, f.im));
assert(abs(-f) == hypot(f.re, f.im));
}}
}
import std.meta : AliasSeq;
deprecated("Please use std.complex")
static foreach (Num; AliasSeq!(cfloat, cdouble, creal, ifloat, idouble, ireal))
{
auto abs(Num z) @safe pure nothrow @nogc
{
enum m = Num.mangleof;
// cfloat, cdouble, creal
static if (m == "q" || m == "r" || m == "c")
return hypot(z.re, z.im);
// ifloat, idouble, ireal
else static if (m == "o" || m == "p" || m == "j")
return fabs(z.im);
else
static assert(0, "Unsupported type: " ~ Num.stringof);
}
}
// https://issues.dlang.org/show_bug.cgi?id=19162
@safe unittest
{
struct Vector(T, int size)
{
T x, y, z;
}
static auto abs(T, int size)(auto ref const Vector!(T, size) v)
{
return v;
}
Vector!(int, 3) v;
assert(abs(v) == v);
}
/*
* Complex conjugate
*
* conj(x + iy) = x - iy
*
* Note that z * conj(z) = $(POWER z.re, 2) - $(POWER z.im, 2)
* is always a real number
*/
deprecated("Please use std.complex.conj")
auto conj(Num)(Num z) @safe pure nothrow @nogc
if (is(Num* : const(cfloat*)) || is(Num* : const(cdouble*))
|| is(Num* : const(creal*)))
{
//FIXME
//Issue 14206
static if (is(Num* : const(cdouble*)))
return cast(cdouble) conj(cast(creal) z);
else
return z.re - z.im*1fi;
}
deprecated("Please use std.complex.conj")
auto conj(Num)(Num y) @safe pure nothrow @nogc
if (is(Num* : const(ifloat*)) || is(Num* : const(idouble*))
|| is(Num* : const(ireal*)))
{
return -y;
}
deprecated
@safe pure nothrow @nogc unittest
{
creal c = 7 + 3Li;
assert(conj(c) == 7-3Li);
ireal z = -3.2Li;
assert(conj(z) == -z);
}
//Issue 14206
deprecated
@safe pure nothrow @nogc unittest
{
cdouble c = 7 + 3i;
assert(conj(c) == 7-3i);
idouble z = -3.2i;
assert(conj(z) == -z);
}
//Issue 14206
deprecated
@safe pure nothrow @nogc unittest
{
cfloat c = 7f + 3fi;
assert(conj(c) == 7f-3fi);
ifloat z = -3.2fi;
assert(conj(z) == -z);
}
/***********************************
* Returns cosine of x. x is in radians.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH cos(x)) $(TH invalid?))
* $(TR $(TD $(NAN)) $(TD $(NAN)) $(TD yes) )
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD $(NAN)) $(TD yes) )
* )
* Bugs:
* Results are undefined if |x| >= $(POWER 2,64).
*/
real cos(real x) @safe pure nothrow @nogc { pragma(inline, true); return core.math.cos(x); }
//FIXME
///ditto
double cos(double x) @safe pure nothrow @nogc { return cos(cast(real) x); }
//FIXME
///ditto
float cos(float x) @safe pure nothrow @nogc { return cos(cast(real) x); }
///
@safe unittest
{
assert(cos(0.0) == 1.0);
assert(cos(1.0).approxEqual(0.540));
assert(cos(3.0).approxEqual(-0.989));
}
@safe unittest
{
real function(real) pcos = &cos;
assert(pcos != null);
}
/***********************************
* Returns $(HTTP en.wikipedia.org/wiki/Sine, sine) of x. x is in $(HTTP en.wikipedia.org/wiki/Radian, radians).
*
* $(TABLE_SV
* $(TH3 x , sin(x) , invalid?)
* $(TD3 $(NAN) , $(NAN) , yes )
* $(TD3 $(PLUSMN)0.0, $(PLUSMN)0.0, no )
* $(TD3 $(PLUSMNINF), $(NAN) , yes )
* )
*
* Params:
* x = angle in radians (not degrees)
* Returns:
* sine of x
* See_Also:
* $(MYREF cos), $(MYREF tan), $(MYREF asin)
* Bugs:
* Results are undefined if |x| >= $(POWER 2,64).
*/
real sin(real x) @safe pure nothrow @nogc { pragma(inline, true); return core.math.sin(x); }
//FIXME
///ditto
double sin(double x) @safe pure nothrow @nogc { return sin(cast(real) x); }
//FIXME
///ditto
float sin(float x) @safe pure nothrow @nogc { return sin(cast(real) x); }
///
@safe unittest
{
import std.math : sin, PI;
import std.stdio : writefln;
void someFunc()
{
real x = 30.0;
auto result = sin(x * (PI / 180)); // convert degrees to radians
writefln("The sine of %s degrees is %s", x, result);
}
}
@safe unittest
{
real function(real) psin = &sin;
assert(psin != null);
}
/*
* Returns sine for complex and imaginary arguments.
*
* sin(z) = sin(z.re)*cosh(z.im) + cos(z.re)*sinh(z.im)i
*
* If both sin($(THETA)) and cos($(THETA)) are required,
* it is most efficient to use expi($(THETA)).
*/
deprecated("Use std.complex.sin")
auto sin(creal z) @safe pure nothrow @nogc
{
const creal cs = expi(z.re);
const creal csh = coshisinh(z.im);
return cs.im * csh.re + cs.re * csh.im * 1i;
}
/* ditto */
deprecated("Use std.complex.sin")
auto sin(ireal y) @safe pure nothrow @nogc
{
return cosh(y.im)*1i;
}
deprecated
@safe pure nothrow @nogc unittest
{
assert(sin(0.0+0.0i) == 0.0);
assert(sin(2.0+0.0i) == sin(2.0L) );
}
/*
* cosine, complex and imaginary
*
* cos(z) = cos(z.re)*cosh(z.im) - sin(z.re)*sinh(z.im)i
*/
deprecated("Use std.complex.cos")
auto cos(creal z) @safe pure nothrow @nogc
{
const creal cs = expi(z.re);
const creal csh = coshisinh(z.im);
return cs.re * csh.re - cs.im * csh.im * 1i;
}
/* ditto */
deprecated("Use std.complex.cos")
real cos(ireal y) @safe pure nothrow @nogc
{
return cosh(y.im);
}
deprecated
@safe pure nothrow @nogc unittest
{
assert(cos(0.0+0.0i)==1.0);
assert(cos(1.3L+0.0i)==cos(1.3L));
assert(cos(5.2Li)== cosh(5.2L));
}
/****************************************************************************
* Returns tangent of x. x is in radians.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH tan(x)) $(TH invalid?))
* $(TR $(TD $(NAN)) $(TD $(NAN)) $(TD yes))
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) $(TD no))
* $(TR $(TD $(PLUSMNINF)) $(TD $(NAN)) $(TD yes))
* )
*/
real tan(real x) @trusted pure nothrow @nogc // TODO: @safe
{
version (InlineAsm_X86_Any)
{
if (!__ctfe)
return tanAsm(x);
}
return tanImpl(x);
}
/// ditto
double tan(double x) @safe pure nothrow @nogc { return __ctfe ? cast(double) tan(cast(real) x) : tanImpl(x); }
/// ditto
float tan(float x) @safe pure nothrow @nogc { return __ctfe ? cast(float) tan(cast(real) x) : tanImpl(x); }
///
@safe unittest
{
assert(isIdentical(tan(0.0), 0.0));
assert(tan(PI).approxEqual(0));
assert(tan(PI / 3).approxEqual(sqrt(3.0)));
}
version (InlineAsm_X86_Any)
private real tanAsm(real x) @trusted pure nothrow @nogc
{
version (D_InlineAsm_X86)
{
asm pure nothrow @nogc
{
fld x[EBP] ; // load theta
fxam ; // test for oddball values
fstsw AX ;
sahf ;
jc trigerr ; // x is NAN, infinity, or empty
// 387's can handle subnormals
SC18: fptan ;
fstsw AX ;
sahf ;
jnp Clear1 ; // C2 = 1 (x is out of range)
// Do argument reduction to bring x into range
fldpi ;
fxch ;
SC17: fprem1 ;
fstsw AX ;
sahf ;
jp SC17 ;
fstp ST(1) ; // remove pi from stack
jmp SC18 ;
trigerr:
jnp Lret ; // if theta is NAN, return theta
fstp ST(0) ; // dump theta
}
return real.nan;
Clear1: asm pure nothrow @nogc{
fstp ST(0) ; // dump X, which is always 1
}
Lret: {}
}
else version (D_InlineAsm_X86_64)
{
version (Win64)
{
asm pure nothrow @nogc
{
fld real ptr [RCX] ; // load theta
}
}
else
{
asm pure nothrow @nogc
{
fld x[RBP] ; // load theta
}
}
asm pure nothrow @nogc
{
fxam ; // test for oddball values
fstsw AX ;
test AH,1 ;
jnz trigerr ; // x is NAN, infinity, or empty
// 387's can handle subnormals
SC18: fptan ;
fstsw AX ;
test AH,4 ;
jz Clear1 ; // C2 = 1 (x is out of range)
// Do argument reduction to bring x into range
fldpi ;
fxch ;
SC17: fprem1 ;
fstsw AX ;
test AH,4 ;
jnz SC17 ;
fstp ST(1) ; // remove pi from stack
jmp SC18 ;
trigerr:
test AH,4 ;
jz Lret ; // if theta is NAN, return theta
fstp ST(0) ; // dump theta
}
return real.nan;
Clear1: asm pure nothrow @nogc{
fstp ST(0) ; // dump X, which is always 1
}
Lret: {}
}
else
static assert(0);
}
private T tanImpl(T)(T x) @safe pure nothrow @nogc
{
// Coefficients for tan(x) and PI/4 split into three parts.
enum realFormat = floatTraits!T.realFormat;
static if (realFormat == RealFormat.ieeeQuadruple)
{
static immutable T[6] P = [
2.883414728874239697964612246732416606301E10L,
-2.307030822693734879744223131873392503321E9L,
5.160188250214037865511600561074819366815E7L,
-4.249691853501233575668486667664718192660E5L,
1.272297782199996882828849455156962260810E3L,
-9.889929415807650724957118893791829849557E-1L
];
static immutable T[7] Q = [
8.650244186622719093893836740197250197602E10L,
-4.152206921457208101480801635640958361612E10L,
2.758476078803232151774723646710890525496E9L,
-5.733709132766856723608447733926138506824E7L,
4.529422062441341616231663543669583527923E5L,
-1.317243702830553658702531997959756728291E3L,
1.0
];
enum T P1 =
7.853981633974483067550664827649598009884357452392578125E-1L;
enum T P2 =
2.8605943630549158983813312792950660807511260829685741796657E-18L;
enum T P3 =
2.1679525325309452561992610065108379921905808E-35L;
}
else static if (realFormat == RealFormat.ieeeExtended ||
realFormat == RealFormat.ieeeDouble)
{
static immutable T[3] P = [
-1.7956525197648487798769E7L,
1.1535166483858741613983E6L,
-1.3093693918138377764608E4L,
];
static immutable T[5] Q = [
-5.3869575592945462988123E7L,
2.5008380182335791583922E7L,
-1.3208923444021096744731E6L,
1.3681296347069295467845E4L,
1.0000000000000000000000E0L,
];
enum T P1 = 7.853981554508209228515625E-1L;
enum T P2 = 7.946627356147928367136046290398E-9L;
enum T P3 = 3.061616997868382943065164830688E-17L;
}
else static if (realFormat == RealFormat.ieeeSingle)
{
static immutable T[6] P = [
3.33331568548E-1,
1.33387994085E-1,
5.34112807005E-2,
2.44301354525E-2,
3.11992232697E-3,
9.38540185543E-3,
];
enum T P1 = 0.78515625;
enum T P2 = 2.4187564849853515625E-4;
enum T P3 = 3.77489497744594108E-8;
}
else
static assert(0, "no coefficients for tan()");
// Special cases.
if (x == cast(T) 0.0 || isNaN(x))
return x;
if (isInfinity(x))
return T.nan;
// Make argument positive but save the sign.
bool sign = false;
if (signbit(x))
{
sign = true;
x = -x;
}
// Compute x mod PI/4.
static if (realFormat == RealFormat.ieeeSingle)
{
enum T FOPI = 4 / PI;
int j = cast(int) (FOPI * x);
T y = j;
T z;
}
else
{
T y = floor(x / cast(T) PI_4);
// Strip high bits of integer part.
enum T highBitsFactor = (realFormat == RealFormat.ieeeDouble ? 0x1p3 : 0x1p4);
enum T highBitsInv = 1.0 / highBitsFactor;
T z = y * highBitsInv;
// Compute y - 2^numHighBits * (y / 2^numHighBits).
z = y - highBitsFactor * floor(z);
// Integer and fraction part modulo one octant.
int j = cast(int)(z);
}
// Map zeros and singularities to origin.
if (j & 1)
{
j += 1;
y += cast(T) 1.0;
}
z = ((x - y * P1) - y * P2) - y * P3;
const T zz = z * z;
enum T zzThreshold = (realFormat == RealFormat.ieeeSingle ? 1.0e-4L :
realFormat == RealFormat.ieeeDouble ? 1.0e-14L : 1.0e-20L);
if (zz > zzThreshold)
{
static if (realFormat == RealFormat.ieeeSingle)
y = z + z * (zz * poly(zz, P));
else
y = z + z * (zz * poly(zz, P) / poly(zz, Q));
}
else
y = z;
if (j & 2)
y = (cast(T) -1.0) / y;
return (sign) ? -y : y;
}
@safe @nogc nothrow unittest
{
static void testTan(T)()
{
// ±0
const T zero = 0.0;
assert(isIdentical(tan(zero), zero));
assert(isIdentical(tan(-zero), -zero));
// ±∞
const T inf = T.infinity;
assert(isNaN(tan(inf)));
assert(isNaN(tan(-inf)));
// NaN
const T specialNaN = NaN(0x0123L);
assert(isIdentical(tan(specialNaN), specialNaN));
static immutable T[2][] vals =
[
// angle, tan
[ .5, .5463024898],
[ 1, 1.557407725],
[ 1.5, 14.10141995],
[ 2, -2.185039863],
[ 2.5,-.7470222972],
[ 3, -.1425465431],
[ 3.5, .3745856402],
[ 4, 1.157821282],
[ 4.5, 4.637332055],
[ 5, -3.380515006],
[ 5.5,-.9955840522],
[ 6, -.2910061914],
[ 6.5, .2202772003],
[ 10, .6483608275],
// special angles
[ PI_4, 1],
//[ PI_2, T.infinity], // PI_2 is not _exactly_ pi/2.
[ 3*PI_4, -1],
[ PI, 0],
[ 5*PI_4, 1],
//[ 3*PI_2, -T.infinity],
[ 7*PI_4, -1],
[ 2*PI, 0],
];
foreach (ref val; vals)
{
T x = val[0];
T r = val[1];
T t = tan(x);
//printf("tan(%Lg) = %Lg, should be %Lg\n", cast(real) x, cast(real) t, cast(real) r);
assert(approxEqual(r, t));
x = -x;
r = -r;
t = tan(x);
//printf("tan(%Lg) = %Lg, should be %Lg\n", cast(real) x, cast(real) t, cast(real) r);
assert(approxEqual(r, t));
}
}
import std.meta : AliasSeq;
foreach (T; AliasSeq!(real, double, float))
testTan!T();
assert(equalsDigit(tan(PI / 3), std.math.sqrt(3.0L), useDigits));
}
/***************
* Calculates the arc cosine of x,
* returning a value ranging from 0 to $(PI).
*
* $(TABLE_SV
* $(TR $(TH x) $(TH acos(x)) $(TH invalid?))
* $(TR $(TD $(GT)1.0) $(TD $(NAN)) $(TD yes))
* $(TR $(TD $(LT)-1.0) $(TD $(NAN)) $(TD yes))
* $(TR $(TD $(NAN)) $(TD $(NAN)) $(TD yes))
* )
*/
real acos(real x) @safe pure nothrow @nogc
{
return atan2(sqrt(1-x*x), x);
}
/// ditto
double acos(double x) @safe pure nothrow @nogc { return acos(cast(real) x); }
/// ditto
float acos(float x) @safe pure nothrow @nogc { return acos(cast(real) x); }
///
@safe unittest
{
assert(acos(0.0).approxEqual(1.570));
assert(acos(0.5).approxEqual(std.math.PI / 3));
assert(acos(PI).isNaN);
}
@safe @nogc nothrow unittest
{
assert(equalsDigit(acos(0.5), std.math.PI / 3, useDigits));
}
/***************
* Calculates the arc sine of x,
* returning a value ranging from -$(PI)/2 to $(PI)/2.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH asin(x)) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) $(TD no))
* $(TR $(TD $(GT)1.0) $(TD $(NAN)) $(TD yes))
* $(TR $(TD $(LT)-1.0) $(TD $(NAN)) $(TD yes))
* )
*/
real asin(real x) @safe pure nothrow @nogc
{
return atan2(x, sqrt(1-x*x));
}
/// ditto
double asin(double x) @safe pure nothrow @nogc { return asin(cast(real) x); }
/// ditto
float asin(float x) @safe pure nothrow @nogc { return asin(cast(real) x); }
///
@safe unittest
{
assert(isIdentical(asin(0.0), 0.0));
assert(asin(0.5).approxEqual(PI / 6));
assert(asin(PI).isNaN);
}
@safe @nogc nothrow unittest
{
assert(equalsDigit(asin(0.5), PI / 6, useDigits));
}
/***************
* Calculates the arc tangent of x,
* returning a value ranging from -$(PI)/2 to $(PI)/2.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH atan(x)) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) $(TD no))
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD $(NAN)) $(TD yes))
* )
*/
real atan(real x) @safe pure nothrow @nogc
{
version (InlineAsm_X86_Any)
{
if (!__ctfe)
return atan2Asm(x, 1.0L);
}
return atanImpl(x);
}
/// ditto
double atan(double x) @safe pure nothrow @nogc { return __ctfe ? cast(double) atan(cast(real) x) : atanImpl(x); }
/// ditto
float atan(float x) @safe pure nothrow @nogc { return __ctfe ? cast(float) atan(cast(real) x) : atanImpl(x); }
///
@safe unittest
{
assert(isIdentical(atan(0.0), 0.0));
assert(atan(sqrt(3.0)).approxEqual(PI / 3));
}
private T atanImpl(T)(T x) @safe pure nothrow @nogc
{
// Coefficients for atan(x)
enum realFormat = floatTraits!T.realFormat;
static if (realFormat == RealFormat.ieeeQuadruple)
{
static immutable T[9] P = [
-6.880597774405940432145577545328795037141E2L,
-2.514829758941713674909996882101723647996E3L,
-3.696264445691821235400930243493001671932E3L,
-2.792272753241044941703278827346430350236E3L,
-1.148164399808514330375280133523543970854E3L,
-2.497759878476618348858065206895055957104E2L,
-2.548067867495502632615671450650071218995E1L,
-8.768423468036849091777415076702113400070E-1L,
-6.635810778635296712545011270011752799963E-4L
];
static immutable T[9] Q = [
2.064179332321782129643673263598686441900E3L,
8.782996876218210302516194604424986107121E3L,
1.547394317752562611786521896296215170819E4L,
1.458510242529987155225086911411015961174E4L,
7.928572347062145288093560392463784743935E3L,
2.494680540950601626662048893678584497900E3L,
4.308348370818927353321556740027020068897E2L,
3.566239794444800849656497338030115886153E1L,
1.0
];
}
else static if (realFormat == RealFormat.ieeeExtended)
{
static immutable T[5] P = [
-5.0894116899623603312185E1L,
-9.9988763777265819915721E1L,
-6.3976888655834347413154E1L,
-1.4683508633175792446076E1L,
-8.6863818178092187535440E-1L,
];
static immutable T[6] Q = [
1.5268235069887081006606E2L,
3.9157570175111990631099E2L,
3.6144079386152023162701E2L,
1.4399096122250781605352E2L,
2.2981886733594175366172E1L,
1.0000000000000000000000E0L,
];
}
else static if (realFormat == RealFormat.ieeeDouble)
{
static immutable T[5] P = [
-6.485021904942025371773E1L,
-1.228866684490136173410E2L,
-7.500855792314704667340E1L,
-1.615753718733365076637E1L,
-8.750608600031904122785E-1L,
];
static immutable T[6] Q = [
1.945506571482613964425E2L,
4.853903996359136964868E2L,
4.328810604912902668951E2L,
1.650270098316988542046E2L,
2.485846490142306297962E1L,
1.000000000000000000000E0L,
];
enum T MOREBITS = 6.123233995736765886130E-17L;
}
else static if (realFormat == RealFormat.ieeeSingle)
{
static immutable T[4] P = [
-3.33329491539E-1,
1.99777106478E-1,
-1.38776856032E-1,
8.05374449538E-2,
];
}
else
static assert(0, "no coefficients for atan()");
// tan(PI/8)
enum T TAN_PI_8 = 0.414213562373095048801688724209698078569672L;
// tan(3 * PI/8)
enum T TAN3_PI_8 = 2.414213562373095048801688724209698078569672L;
// Special cases.
if (x == cast(T) 0.0)
return x;
if (isInfinity(x))
return copysign(cast(T) PI_2, x);
// Make argument positive but save the sign.
bool sign = false;
if (signbit(x))
{
sign = true;
x = -x;
}
static if (realFormat == RealFormat.ieeeDouble) // special case for double precision
{
short flag = 0;
T y;
if (x > TAN3_PI_8)
{
y = PI_2;
flag = 1;
x = -(1.0 / x);
}
else if (x <= 0.66)
{
y = 0.0;
}
else
{
y = PI_4;
flag = 2;
x = (x - 1.0)/(x + 1.0);
}
T z = x * x;
z = z * poly(z, P) / poly(z, Q);
z = x * z + x;
if (flag == 2)
z += 0.5 * MOREBITS;
else if (flag == 1)
z += MOREBITS;
y = y + z;
}
else
{
// Range reduction.
T y;
if (x > TAN3_PI_8)
{
y = PI_2;
x = -((cast(T) 1.0) / x);
}
else if (x > TAN_PI_8)
{
y = PI_4;
x = (x - cast(T) 1.0)/(x + cast(T) 1.0);
}
else
y = 0.0;
// Rational form in x^^2.
const T z = x * x;
static if (realFormat == RealFormat.ieeeSingle)
y += poly(z, P) * z * x + x;
else
y = y + (poly(z, P) / poly(z, Q)) * z * x + x;
}
return (sign) ? -y : y;
}
@safe @nogc nothrow unittest
{
static void testAtan(T)()
{
// ±0
const T zero = 0.0;
assert(isIdentical(atan(zero), zero));
assert(isIdentical(atan(-zero), -zero));
// ±∞
const T inf = T.infinity;
assert(approxEqual(atan(inf), cast(T) PI_2));
assert(approxEqual(atan(-inf), cast(T) -PI_2));
// NaN
const T specialNaN = NaN(0x0123L);
assert(isIdentical(atan(specialNaN), specialNaN));
static immutable T[2][] vals =
[
// x, atan(x)
[ 0.25, 0.2449786631 ],
[ 0.5, 0.4636476090 ],
[ 1, PI_4 ],
[ 1.5, 0.9827937232 ],
[ 10, 1.4711276743 ],
];
foreach (ref val; vals)
{
T x = val[0];
T r = val[1];
T a = atan(x);
//printf("atan(%Lg) = %Lg, should be %Lg\n", cast(real) x, cast(real) a, cast(real) r);
assert(approxEqual(r, a));
x = -x;
r = -r;
a = atan(x);
//printf("atan(%Lg) = %Lg, should be %Lg\n", cast(real) x, cast(real) a, cast(real) r);
assert(approxEqual(r, a));
}
}
import std.meta : AliasSeq;
foreach (T; AliasSeq!(real, double, float))
testAtan!T();
assert(equalsDigit(atan(std.math.sqrt(3.0L)), PI / 3, useDigits));
}
/***************
* Calculates the arc tangent of y / x,
* returning a value ranging from -$(PI) to $(PI).
*
* $(TABLE_SV
* $(TR $(TH y) $(TH x) $(TH atan(y, x)))
* $(TR $(TD $(NAN)) $(TD anything) $(TD $(NAN)) )
* $(TR $(TD anything) $(TD $(NAN)) $(TD $(NAN)) )
* $(TR $(TD $(PLUSMN)0.0) $(TD $(GT)0.0) $(TD $(PLUSMN)0.0) )
* $(TR $(TD $(PLUSMN)0.0) $(TD +0.0) $(TD $(PLUSMN)0.0) )
* $(TR $(TD $(PLUSMN)0.0) $(TD $(LT)0.0) $(TD $(PLUSMN)$(PI)))
* $(TR $(TD $(PLUSMN)0.0) $(TD -0.0) $(TD $(PLUSMN)$(PI)))
* $(TR $(TD $(GT)0.0) $(TD $(PLUSMN)0.0) $(TD $(PI)/2) )
* $(TR $(TD $(LT)0.0) $(TD $(PLUSMN)0.0) $(TD -$(PI)/2) )
* $(TR $(TD $(GT)0.0) $(TD $(INFIN)) $(TD $(PLUSMN)0.0) )
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD anything) $(TD $(PLUSMN)$(PI)/2))
* $(TR $(TD $(GT)0.0) $(TD -$(INFIN)) $(TD $(PLUSMN)$(PI)) )
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD $(INFIN)) $(TD $(PLUSMN)$(PI)/4))
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD -$(INFIN)) $(TD $(PLUSMN)3$(PI)/4))
* )
*/
real atan2(real y, real x) @trusted pure nothrow @nogc // TODO: @safe
{
version (InlineAsm_X86_Any)
{
if (!__ctfe)
return atan2Asm(y, x);
}
return atan2Impl(y, x);
}
/// ditto
double atan2(double y, double x) @safe pure nothrow @nogc
{
return __ctfe ? cast(double) atan2(cast(real) y, cast(real) x) : atan2Impl(y, x);
}
/// ditto
float atan2(float y, float x) @safe pure nothrow @nogc
{
return __ctfe ? cast(float) atan2(cast(real) y, cast(real) x) : atan2Impl(y, x);
}
///
@safe unittest
{
assert(atan2(1.0, sqrt(3.0)).approxEqual(PI / 6));
}
version (InlineAsm_X86_Any)
private real atan2Asm(real y, real x) @trusted pure nothrow @nogc
{
version (Win64)
{
asm pure nothrow @nogc {
naked;
fld real ptr [RDX]; // y
fld real ptr [RCX]; // x
fpatan;
ret;
}
}
else
{
asm pure nothrow @nogc {
fld y;
fld x;
fpatan;
}
}
}
private T atan2Impl(T)(T y, T x) @safe pure nothrow @nogc
{
// Special cases.
if (isNaN(x) || isNaN(y))
return T.nan;
if (y == cast(T) 0.0)
{
if (x >= 0 && !signbit(x))
return copysign(0, y);
else
return copysign(cast(T) PI, y);
}
if (x == cast(T) 0.0)
return copysign(cast(T) PI_2, y);
if (isInfinity(x))
{
if (signbit(x))
{
if (isInfinity(y))
return copysign(3 * cast(T) PI_4, y);
else
return copysign(cast(T) PI, y);
}
else
{
if (isInfinity(y))
return copysign(cast(T) PI_4, y);
else
return copysign(cast(T) 0.0, y);
}
}
if (isInfinity(y))
return copysign(cast(T) PI_2, y);
// Call atan and determine the quadrant.
T z = atan(y / x);
if (signbit(x))
{
if (signbit(y))
z = z - cast(T) PI;
else
z = z + cast(T) PI;
}
if (z == cast(T) 0.0)
return copysign(z, y);
return z;
}
@safe @nogc nothrow unittest
{
static void testAtan2(T)()
{
// NaN
const T nan = T.nan;
assert(isNaN(atan2(nan, cast(T) 1)));
assert(isNaN(atan2(cast(T) 1, nan)));
const T inf = T.infinity;
static immutable T[3][] vals =
[
// y, x, atan2(y, x)
// ±0
[ 0.0, 1.0, 0.0 ],
[ -0.0, 1.0, -0.0 ],
[ 0.0, 0.0, 0.0 ],
[ -0.0, 0.0, -0.0 ],
[ 0.0, -1.0, PI ],
[ -0.0, -1.0, -PI ],
[ 0.0, -0.0, PI ],
[ -0.0, -0.0, -PI ],
[ 1.0, 0.0, PI_2 ],
[ 1.0, -0.0, PI_2 ],
[ -1.0, 0.0, -PI_2 ],
[ -1.0, -0.0, -PI_2 ],
// ±∞
[ 1.0, inf, 0.0 ],
[ -1.0, inf, -0.0 ],
[ 1.0, -inf, PI ],
[ -1.0, -inf, -PI ],
[ inf, 1.0, PI_2 ],
[ inf, -1.0, PI_2 ],
[ -inf, 1.0, -PI_2 ],
[ -inf, -1.0, -PI_2 ],
[ inf, inf, PI_4 ],
[ -inf, inf, -PI_4 ],
[ inf, -inf, 3 * PI_4 ],
[ -inf, -inf, -3 * PI_4 ],
[ 1.0, 1.0, PI_4 ],
[ -2.0, 2.0, -PI_4 ],
[ 3.0, -3.0, 3 * PI_4 ],
[ -4.0, -4.0, -3 * PI_4 ],
[ 0.75, 0.25, 1.249045772398 ],
[ -0.5, 0.375, -0.927295218002 ],
[ 0.5, -0.125, 1.815774989922 ],
[ -0.75, -0.5, -2.158798930342 ],
];
foreach (ref val; vals)
{
const T y = val[0];
const T x = val[1];
const T r = val[2];
const T a = atan2(y, x);
//printf("atan2(%Lg, %Lg) = %Lg, should be %Lg\n", cast(real) y, cast(real) x, cast(real) a, cast(real) r);
if (r == 0)
assert(isIdentical(r, a)); // check sign
else
assert(approxEqual(r, a));
}
}
import std.meta : AliasSeq;
foreach (T; AliasSeq!(real, double, float))
testAtan2!T();
assert(equalsDigit(atan2(1.0L, std.math.sqrt(3.0L)), PI / 6, useDigits));
}
/***********************************
* Calculates the hyperbolic cosine of x.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH cosh(x)) $(TH invalid?))
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD $(PLUSMN)0.0) $(TD no) )
* )
*/
real cosh(real x) @safe pure nothrow @nogc
{
// cosh = (exp(x)+exp(-x))/2.
// The naive implementation works correctly.
const real y = exp(x);
return (y + 1.0/y) * 0.5;
}
/// ditto
double cosh(double x) @safe pure nothrow @nogc { return cosh(cast(real) x); }
/// ditto
float cosh(float x) @safe pure nothrow @nogc { return cosh(cast(real) x); }
///
@safe unittest
{
assert(cosh(0.0) == 1.0);
assert(cosh(1.0).approxEqual((E + 1.0 / E) / 2));
}
@safe @nogc nothrow unittest
{
assert(equalsDigit(cosh(1.0), (E + 1.0 / E) / 2, useDigits));
}
/***********************************
* Calculates the hyperbolic sine of x.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH sinh(x)) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) $(TD no))
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD $(PLUSMN)$(INFIN)) $(TD no))
* )
*/
real sinh(real x) @safe pure nothrow @nogc
{
// sinh(x) = (exp(x)-exp(-x))/2;
// Very large arguments could cause an overflow, but
// the maximum value of x for which exp(x) + exp(-x)) != exp(x)
// is x = 0.5 * (real.mant_dig) * LN2. // = 22.1807 for real80.
if (fabs(x) > real.mant_dig * LN2)
{
return copysign(0.5 * exp(fabs(x)), x);
}
const real y = expm1(x);
return 0.5 * y / (y+1) * (y+2);
}
/// ditto
double sinh(double x) @safe pure nothrow @nogc { return sinh(cast(real) x); }
/// ditto
float sinh(float x) @safe pure nothrow @nogc { return sinh(cast(real) x); }
///
@safe unittest
{
assert(isIdentical(sinh(0.0), 0.0));
assert(sinh(1.0).approxEqual((E - 1.0 / E) / 2));
}
@safe @nogc nothrow unittest
{
assert(equalsDigit(sinh(1.0), (E - 1.0 / E) / 2, useDigits));
}
/***********************************
* Calculates the hyperbolic tangent of x.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH tanh(x)) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) $(TD no) )
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD $(PLUSMN)1.0) $(TD no))
* )
*/
real tanh(real x) @safe pure nothrow @nogc
{
// tanh(x) = (exp(x) - exp(-x))/(exp(x)+exp(-x))
if (fabs(x) > real.mant_dig * LN2)
{
return copysign(1, x);
}
const real y = expm1(2*x);
return y / (y + 2);
}
/// ditto
double tanh(double x) @safe pure nothrow @nogc { return tanh(cast(real) x); }
/// ditto
float tanh(float x) @safe pure nothrow @nogc { return tanh(cast(real) x); }
///
@safe unittest
{
assert(isIdentical(tanh(0.0), 0.0));
assert(tanh(1.0).approxEqual(sinh(1.0) / cosh(1.0)));
}
@safe @nogc nothrow unittest
{
assert(equalsDigit(tanh(1.0), sinh(1.0) / cosh(1.0), 15));
}
package:
/* Returns cosh(x) + I * sinh(x)
* Only one call to exp() is performed.
*/
deprecated("Use std.complex")
auto coshisinh(real x) @safe pure nothrow @nogc
{
// See comments for cosh, sinh.
if (fabs(x) > real.mant_dig * LN2)
{
const real y = exp(fabs(x));
return y * 0.5 + 0.5i * copysign(y, x);
}
else
{
const real y = expm1(x);
return (y + 1.0 + 1.0/(y + 1.0)) * 0.5 + 0.5i * y / (y+1) * (y+2);
}
}
deprecated
@safe pure nothrow @nogc unittest
{
creal c = coshisinh(3.0L);
assert(c.re == cosh(3.0L));
assert(c.im == sinh(3.0L));
}
public:
/***********************************
* Calculates the inverse hyperbolic cosine of x.
*
* Mathematically, acosh(x) = log(x + sqrt( x*x - 1))
*
* $(TABLE_DOMRG
* $(DOMAIN 1..$(INFIN)),
* $(RANGE 0..$(INFIN))
* )
*
* $(TABLE_SV
* $(SVH x, acosh(x) )
* $(SV $(NAN), $(NAN) )
* $(SV $(LT)1, $(NAN) )
* $(SV 1, 0 )
* $(SV +$(INFIN),+$(INFIN))
* )
*/
real acosh(real x) @safe pure nothrow @nogc
{
if (x > 1/real.epsilon)
return LN2 + log(x);
else
return log(x + sqrt(x*x - 1));
}
/// ditto
double acosh(double x) @safe pure nothrow @nogc { return acosh(cast(real) x); }
/// ditto
float acosh(float x) @safe pure nothrow @nogc { return acosh(cast(real) x); }
///
@safe @nogc nothrow unittest
{
assert(isNaN(acosh(0.9)));
assert(isNaN(acosh(real.nan)));
assert(isIdentical(acosh(1.0), 0.0));
assert(acosh(real.infinity) == real.infinity);
assert(isNaN(acosh(0.5)));
}
@safe @nogc nothrow unittest
{
assert(equalsDigit(acosh(cosh(3.0)), 3, useDigits));
}
/***********************************
* Calculates the inverse hyperbolic sine of x.
*
* Mathematically,
* ---------------
* asinh(x) = log( x + sqrt( x*x + 1 )) // if x >= +0
* asinh(x) = -log(-x + sqrt( x*x + 1 )) // if x <= -0
* -------------
*
* $(TABLE_SV
* $(SVH x, asinh(x) )
* $(SV $(NAN), $(NAN) )
* $(SV $(PLUSMN)0, $(PLUSMN)0 )
* $(SV $(PLUSMN)$(INFIN),$(PLUSMN)$(INFIN))
* )
*/
real asinh(real x) @safe pure nothrow @nogc
{
return (fabs(x) > 1 / real.epsilon)
// beyond this point, x*x + 1 == x*x
? copysign(LN2 + log(fabs(x)), x)
// sqrt(x*x + 1) == 1 + x * x / ( 1 + sqrt(x*x + 1) )
: copysign(log1p(fabs(x) + x*x / (1 + sqrt(x*x + 1)) ), x);
}
/// ditto
double asinh(double x) @safe pure nothrow @nogc { return asinh(cast(real) x); }
/// ditto
float asinh(float x) @safe pure nothrow @nogc { return asinh(cast(real) x); }
///
@safe @nogc nothrow unittest
{
assert(isIdentical(asinh(0.0), 0.0));
assert(isIdentical(asinh(-0.0), -0.0));
assert(asinh(real.infinity) == real.infinity);
assert(asinh(-real.infinity) == -real.infinity);
assert(isNaN(asinh(real.nan)));
}
@safe unittest
{
assert(equalsDigit(asinh(sinh(3.0)), 3, useDigits));
}
/***********************************
* Calculates the inverse hyperbolic tangent of x,
* returning a value from ranging from -1 to 1.
*
* Mathematically, atanh(x) = log( (1+x)/(1-x) ) / 2
*
* $(TABLE_DOMRG
* $(DOMAIN -$(INFIN)..$(INFIN)),
* $(RANGE -1 .. 1)
* )
* $(BR)
* $(TABLE_SV
* $(SVH x, acosh(x) )
* $(SV $(NAN), $(NAN) )
* $(SV $(PLUSMN)0, $(PLUSMN)0)
* $(SV -$(INFIN), -0)
* )
*/
real atanh(real x) @safe pure nothrow @nogc
{
// log( (1+x)/(1-x) ) == log ( 1 + (2*x)/(1-x) )
return 0.5 * log1p( 2 * x / (1 - x) );
}
/// ditto
double atanh(double x) @safe pure nothrow @nogc { return atanh(cast(real) x); }
/// ditto
float atanh(float x) @safe pure nothrow @nogc { return atanh(cast(real) x); }
///
@safe @nogc nothrow unittest
{
assert(isIdentical(atanh(0.0), 0.0));
assert(isIdentical(atanh(-0.0),-0.0));
assert(isNaN(atanh(real.nan)));
assert(isNaN(atanh(-real.infinity)));
assert(atanh(0.0) == 0);
}
@safe unittest
{
assert(equalsDigit(atanh(tanh(0.5L)), 0.5, useDigits));
}
/*****************************************
* Returns x rounded to a long value using the current rounding mode.
* If the integer value of x is
* greater than long.max, the result is
* indeterminate.
*/
long rndtol(real x) @nogc @safe pure nothrow { pragma(inline, true); return core.math.rndtol(x); }
//FIXME
///ditto
long rndtol(double x) @safe pure nothrow @nogc { return rndtol(cast(real) x); }
//FIXME
///ditto
long rndtol(float x) @safe pure nothrow @nogc { return rndtol(cast(real) x); }
///
@safe unittest
{
assert(rndtol(1.0) == 1L);
assert(rndtol(1.2) == 1L);
assert(rndtol(1.7) == 2L);
assert(rndtol(1.0001) == 1L);
}
@safe unittest
{
long function(real) prndtol = &rndtol;
assert(prndtol != null);
}
/**
$(RED Deprecated. Please use $(LREF round) instead.)
Returns `x` rounded to a `long` value using the `FE_TONEAREST` rounding mode.
If the integer value of `x` is greater than `long.max`, the result is
indeterminate.
Only works with the Digital Mars C Runtime.
Params:
x = the number to round
Returns:
`x` rounded to an integer value
*/
deprecated("rndtonl is to be removed by 2.089. Please use round instead")
extern (C) real rndtonl(real x);
///
deprecated @system unittest
{
version (CRuntime_DigitalMars)
{
assert(rndtonl(1.0) is -real.nan);
assert(rndtonl(1.2) is -real.nan);
assert(rndtonl(1.7) is -real.nan);
assert(rndtonl(1.0001) is -real.nan);
}
}
/***************************************
* Compute square root of x.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH sqrt(x)) $(TH invalid?))
* $(TR $(TD -0.0) $(TD -0.0) $(TD no))
* $(TR $(TD $(LT)0.0) $(TD $(NAN)) $(TD yes))
* $(TR $(TD +$(INFIN)) $(TD +$(INFIN)) $(TD no))
* )
*/
float sqrt(float x) @nogc @safe pure nothrow { pragma(inline, true); return core.math.sqrt(x); }
/// ditto
double sqrt(double x) @nogc @safe pure nothrow { pragma(inline, true); return core.math.sqrt(x); }
/// ditto
real sqrt(real x) @nogc @safe pure nothrow { pragma(inline, true); return core.math.sqrt(x); }
///
@safe pure nothrow @nogc unittest
{
assert(sqrt(2.0).feqrel(1.4142) > 16);
assert(sqrt(9.0).feqrel(3.0) > 16);
assert(isNaN(sqrt(-1.0f)));
assert(isNaN(sqrt(-1.0)));
assert(isNaN(sqrt(-1.0L)));
}
@safe unittest
{
float function(float) psqrtf = &sqrt;
assert(psqrtf != null);
double function(double) psqrtd = &sqrt;
assert(psqrtd != null);
real function(real) psqrtr = &sqrt;
assert(psqrtr != null);
//ctfe
enum ZX80 = sqrt(7.0f);
enum ZX81 = sqrt(7.0);
enum ZX82 = sqrt(7.0L);
}
deprecated("Use std.complex.sqrt")
auto sqrt(creal z) @nogc @safe pure nothrow
{
creal c;
real x,y,w,r;
if (z == 0)
{
c = 0 + 0i;
}
else
{
const real z_re = z.re;
const real z_im = z.im;
x = fabs(z_re);
y = fabs(z_im);
if (x >= y)
{
r = y / x;
w = sqrt(x) * sqrt(0.5 * (1 + sqrt(1 + r * r)));
}
else
{
r = x / y;
w = sqrt(y) * sqrt(0.5 * (r + sqrt(1 + r * r)));
}
if (z_re >= 0)
{
c = w + (z_im / (w + w)) * 1.0i;
}
else
{
if (z_im < 0)
w = -w;
c = z_im / (w + w) + w * 1.0i;
}
}
return c;
}
/**
* Calculates e$(SUPERSCRIPT x).
*
* $(TABLE_SV
* $(TR $(TH x) $(TH e$(SUPERSCRIPT x)) )
* $(TR $(TD +$(INFIN)) $(TD +$(INFIN)) )
* $(TR $(TD -$(INFIN)) $(TD +0.0) )
* $(TR $(TD $(NAN)) $(TD $(NAN)) )
* )
*/
real exp(real x) @trusted pure nothrow @nogc // TODO: @safe
{
version (D_InlineAsm_X86)
{
// e^^x = 2^^(LOG2E*x)
// (This is valid because the overflow & underflow limits for exp
// and exp2 are so similar).
if (!__ctfe)
return exp2Asm(LOG2E*x);
}
else version (D_InlineAsm_X86_64)
{
// e^^x = 2^^(LOG2E*x)
// (This is valid because the overflow & underflow limits for exp
// and exp2 are so similar).
if (!__ctfe)
return exp2Asm(LOG2E*x);
}
return expImpl(x);
}
/// ditto
double exp(double x) @safe pure nothrow @nogc { return __ctfe ? cast(double) exp(cast(real) x) : expImpl(x); }
/// ditto
float exp(float x) @safe pure nothrow @nogc { return __ctfe ? cast(float) exp(cast(real) x) : expImpl(x); }
///
@safe unittest
{
assert(exp(0.0) == 1.0);
assert(exp(3.0).feqrel(E * E * E) > 16);
}
private T expImpl(T)(T x) @safe pure nothrow @nogc
{
alias F = floatTraits!T;
static if (F.realFormat == RealFormat.ieeeSingle)
{
static immutable T[6] P = [
5.0000001201E-1,
1.6666665459E-1,
4.1665795894E-2,
8.3334519073E-3,
1.3981999507E-3,
1.9875691500E-4,
];
enum T C1 = 0.693359375;
enum T C2 = -2.12194440e-4;
// Overflow and Underflow limits.
enum T OF = 88.72283905206835;
enum T UF = -103.278929903431851103; // ln(2^-149)
}
else static if (F.realFormat == RealFormat.ieeeDouble)
{
// Coefficients for exp(x)
static immutable T[3] P = [
9.99999999999999999910E-1L,
3.02994407707441961300E-2L,
1.26177193074810590878E-4L,
];
static immutable T[4] Q = [
2.00000000000000000009E0L,
2.27265548208155028766E-1L,
2.52448340349684104192E-3L,
3.00198505138664455042E-6L,
];
// C1 + C2 = LN2.
enum T C1 = 6.93145751953125E-1;
enum T C2 = 1.42860682030941723212E-6;
// Overflow and Underflow limits.
enum T OF = 7.09782712893383996732E2; // ln((1-2^-53) * 2^1024)
enum T UF = -7.451332191019412076235E2; // ln(2^-1075)
}
else static if (F.realFormat == RealFormat.ieeeExtended)
{
// Coefficients for exp(x)
static immutable T[3] P = [
9.9999999999999999991025E-1L,
3.0299440770744196129956E-2L,
1.2617719307481059087798E-4L,
];
static immutable T[4] Q = [
2.0000000000000000000897E0L,
2.2726554820815502876593E-1L,
2.5244834034968410419224E-3L,
3.0019850513866445504159E-6L,
];
// C1 + C2 = LN2.
enum T C1 = 6.9314575195312500000000E-1L;
enum T C2 = 1.4286068203094172321215E-6L;
// Overflow and Underflow limits.
enum T OF = 1.1356523406294143949492E4L; // ln((1-2^-64) * 2^16384)
enum T UF = -1.13994985314888605586758E4L; // ln(2^-16446)
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
// Coefficients for exp(x) - 1
static immutable T[5] P = [
9.999999999999999999999999999999999998502E-1L,
3.508710990737834361215404761139478627390E-2L,
2.708775201978218837374512615596512792224E-4L,
6.141506007208645008909088812338454698548E-7L,
3.279723985560247033712687707263393506266E-10L
];
static immutable T[6] Q = [
2.000000000000000000000000000000000000150E0,
2.368408864814233538909747618894558968880E-1L,
3.611828913847589925056132680618007270344E-3L,
1.504792651814944826817779302637284053660E-5L,
1.771372078166251484503904874657985291164E-8L,
2.980756652081995192255342779918052538681E-12L
];
// C1 + C2 = LN2.
enum T C1 = 6.93145751953125E-1L;
enum T C2 = 1.428606820309417232121458176568075500134E-6L;
// Overflow and Underflow limits.
enum T OF = 1.135583025911358400418251384584930671458833e4L;
enum T UF = -1.143276959615573793352782661133116431383730e4L;
}
else
static assert(0, "Not implemented for this architecture");
// Special cases.
if (isNaN(x))
return x;
if (x > OF)
return real.infinity;
if (x < UF)
return 0.0;
// Express: e^^x = e^^g * 2^^n
// = e^^g * e^^(n * LOG2E)
// = e^^(g + n * LOG2E)
T xx = floor((cast(T) LOG2E) * x + cast(T) 0.5);
const int n = cast(int) xx;
x -= xx * C1;
x -= xx * C2;
static if (F.realFormat == RealFormat.ieeeSingle)
{
xx = x * x;
x = poly(x, P) * xx + x + 1.0f;
}
else
{
// Rational approximation for exponential of the fractional part:
// e^^x = 1 + 2x P(x^^2) / (Q(x^^2) - P(x^^2))
xx = x * x;
const T px = x * poly(xx, P);
x = px / (poly(xx, Q) - px);
x = (cast(T) 1.0) + (cast(T) 2.0) * x;
}
// Scale by power of 2.
x = ldexp(x, n);
return x;
}
@safe @nogc nothrow unittest
{
version (FloatingPointControlSupport)
{
FloatingPointControl ctrl;
if (FloatingPointControl.hasExceptionTraps)
ctrl.disableExceptions(FloatingPointControl.allExceptions);
ctrl.rounding = FloatingPointControl.roundToNearest;
}
static void testExp(T)()
{
enum realFormat = floatTraits!T.realFormat;
static if (realFormat == RealFormat.ieeeQuadruple)
{
static immutable T[2][] exptestpoints =
[ // x exp(x)
[ 1.0L, E ],
[ 0.5L, 0x1.a61298e1e069bc972dfefab6df34p+0L ],
[ 3.0L, E*E*E ],
[ 0x1.6p+13L, 0x1.6e509d45728655cdb4840542acb5p+16250L ], // near overflow
[ 0x1.7p+13L, T.infinity ], // close overflow
[ 0x1p+80L, T.infinity ], // far overflow
[ T.infinity, T.infinity ],
[-0x1.18p+13L, 0x1.5e4bf54b4807034ea97fef0059a6p-12927L ], // near underflow
[-0x1.625p+13L, 0x1.a6bd68a39d11fec3a250cd97f524p-16358L ], // ditto
[-0x1.62dafp+13L, 0x0.cb629e9813b80ed4d639e875be6cp-16382L ], // near underflow - subnormal
[-0x1.6549p+13L, 0x0.0000000000000000000000000001p-16382L ], // ditto
[-0x1.655p+13L, 0 ], // close underflow
[-0x1p+30L, 0 ], // far underflow
];
}
else static if (realFormat == RealFormat.ieeeExtended)
{
static immutable T[2][] exptestpoints =
[ // x exp(x)
[ 1.0L, E ],
[ 0.5L, 0x1.a61298e1e069bc97p+0L ],
[ 3.0L, E*E*E ],
[ 0x1.1p+13L, 0x1.29aeffefc8ec645p+12557L ], // near overflow
[ 0x1.7p+13L, T.infinity ], // close overflow
[ 0x1p+80L, T.infinity ], // far overflow
[ T.infinity, T.infinity ],
[-0x1.18p+13L, 0x1.5e4bf54b4806db9p-12927L ], // near underflow
[-0x1.625p+13L, 0x1.a6bd68a39d11f35cp-16358L ], // ditto
[-0x1.62dafp+13L, 0x1.96c53d30277021dp-16383L ], // near underflow - subnormal
[-0x1.643p+13L, 0x1p-16444L ], // ditto
[-0x1.645p+13L, 0 ], // close underflow
[-0x1p+30L, 0 ], // far underflow
];
}
else static if (realFormat == RealFormat.ieeeDouble)
{
static immutable T[2][] exptestpoints =
[ // x, exp(x)
[ 1.0L, E ],
[ 0.5L, 0x1.a61298e1e069cp+0L ],
[ 3.0L, E*E*E ],
[ 0x1.6p+9L, 0x1.93bf4ec282efbp+1015L ], // near overflow
[ 0x1.7p+9L, T.infinity ], // close overflow
[ 0x1p+80L, T.infinity ], // far overflow
[ T.infinity, T.infinity ],
[-0x1.6p+9L, 0x1.44a3824e5285fp-1016L ], // near underflow
[-0x1.64p+9L, 0x0.06f84920bb2d4p-1022L ], // near underflow - subnormal
[-0x1.743p+9L, 0x0.0000000000001p-1022L ], // ditto
[-0x1.8p+9L, 0 ], // close underflow
[-0x1p+30L, 0 ], // far underflow
];
}
else static if (realFormat == RealFormat.ieeeSingle)
{
static immutable T[2][] exptestpoints =
[ // x, exp(x)
[ 1.0L, E ],
[ 0.5L, 0x1.a61299p+0L ],
[ 3.0L, E*E*E ],
[ 0x1.62p+6L, 0x1.99b988p+127L ], // near overflow
[ 0x1.7p+6L, T.infinity ], // close overflow
[ 0x1p+80L, T.infinity ], // far overflow
[ T.infinity, T.infinity ],
[-0x1.5cp+6L, 0x1.666d0ep-126L ], // near underflow
[-0x1.7p+6L, 0x0.026a42p-126L ], // near underflow - subnormal
[-0x1.9cp+6L, 0x0.000002p-126L ], // ditto
[-0x1.ap+6L, 0 ], // close underflow
[-0x1p+30L, 0 ], // far underflow
];
}
else
static assert(0, "No exp() tests for real type!");
const minEqualMantissaBits = T.mant_dig - 2;
T x;
version (IeeeFlagsSupport) IeeeFlags f;
foreach (ref pair; exptestpoints)
{
version (IeeeFlagsSupport) resetIeeeFlags();
x = exp(pair[0]);
//printf("exp(%La) = %La, should be %La\n", cast(real) pair[0], cast(real) x, cast(real) pair[1]);
assert(feqrel(x, pair[1]) >= minEqualMantissaBits);
}
// Ideally, exp(0) would not set the inexact flag.
// Unfortunately, fldl2e sets it!
// So it's not realistic to avoid setting it.
assert(exp(cast(T) 0.0) == 1.0);
// NaN propagation. Doesn't set flags, bcos was already NaN.
version (IeeeFlagsSupport)
{
resetIeeeFlags();
x = exp(T.nan);
f = ieeeFlags;
assert(isIdentical(abs(x), T.nan));
assert(f.flags == 0);
resetIeeeFlags();
x = exp(-T.nan);
f = ieeeFlags;
assert(isIdentical(abs(x), T.nan));
assert(f.flags == 0);
}
else
{
x = exp(T.nan);
assert(isIdentical(abs(x), T.nan));
x = exp(-T.nan);
assert(isIdentical(abs(x), T.nan));
}
x = exp(NaN(0x123));
assert(isIdentical(x, NaN(0x123)));
}
import std.meta : AliasSeq;
foreach (T; AliasSeq!(real, double, float))
testExp!T();
// High resolution test (verified against GNU MPFR/Mathematica).
assert(exp(0.5L) == 0x1.A612_98E1_E069_BC97_2DFE_FAB6_DF34p+0L);
assert(equalsDigit(exp(3.0L), E * E * E, useDigits));
}
/**
* Calculates the value of the natural logarithm base (e)
* raised to the power of x, minus 1.
*
* For very small x, expm1(x) is more accurate
* than exp(x)-1.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH e$(SUPERSCRIPT x)-1) )
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) )
* $(TR $(TD +$(INFIN)) $(TD +$(INFIN)) )
* $(TR $(TD -$(INFIN)) $(TD -1.0) )
* $(TR $(TD $(NAN)) $(TD $(NAN)) )
* )
*/
real expm1(real x) @trusted pure nothrow @nogc // TODO: @safe
{
version (InlineAsm_X86_Any)
{
if (!__ctfe)
return expm1Asm(x);
}
return expm1Impl(x);
}
/// ditto
double expm1(double x) @safe pure nothrow @nogc
{
return __ctfe ? cast(double) expm1(cast(real) x) : expm1Impl(x);
}
/// ditto
float expm1(float x) @safe pure nothrow @nogc
{
// no single-precision version in Cephes => use double precision
return __ctfe ? cast(float) expm1(cast(real) x) : cast(float) expm1Impl(cast(double) x);
}
///
@safe unittest
{
assert(isIdentical(expm1(0.0), 0.0));
assert(expm1(1.0).feqrel(1.71828) > 16);
assert(expm1(2.0).feqrel(6.3890) > 16);
}
version (InlineAsm_X86_Any)
private real expm1Asm(real x) @trusted pure nothrow @nogc
{
version (D_InlineAsm_X86)
{
enum PARAMSIZE = (real.sizeof+3)&(0xFFFF_FFFC); // always a multiple of 4
asm pure nothrow @nogc
{
/* expm1() for x87 80-bit reals, IEEE754-2008 conformant.
* Author: Don Clugston.
*
* expm1(x) = 2^^(rndint(y))* 2^^(y-rndint(y)) - 1 where y = LN2*x.
* = 2rndy * 2ym1 + 2rndy - 1, where 2rndy = 2^^(rndint(y))
* and 2ym1 = (2^^(y-rndint(y))-1).
* If 2rndy < 0.5*real.epsilon, result is -1.
* Implementation is otherwise the same as for exp2()
*/
naked;
fld real ptr [ESP+4] ; // x
mov AX, [ESP+4+8]; // AX = exponent and sign
sub ESP, 12+8; // Create scratch space on the stack
// [ESP,ESP+2] = scratchint
// [ESP+4..+6, +8..+10, +10] = scratchreal
// set scratchreal mantissa = 1.0
mov dword ptr [ESP+8], 0;
mov dword ptr [ESP+8+4], 0x80000000;
and AX, 0x7FFF; // drop sign bit
cmp AX, 0x401D; // avoid InvalidException in fist
jae L_extreme;
fldl2e;
fmulp ST(1), ST; // y = x*log2(e)
fist dword ptr [ESP]; // scratchint = rndint(y)
fisub dword ptr [ESP]; // y - rndint(y)
// and now set scratchreal exponent
mov EAX, [ESP];
add EAX, 0x3fff;
jle short L_largenegative;
cmp EAX,0x8000;
jge short L_largepositive;
mov [ESP+8+8],AX;
f2xm1; // 2ym1 = 2^^(y-rndint(y)) -1
fld real ptr [ESP+8] ; // 2rndy = 2^^rndint(y)
fmul ST(1), ST; // ST=2rndy, ST(1)=2rndy*2ym1
fld1;
fsubp ST(1), ST; // ST = 2rndy-1, ST(1) = 2rndy * 2ym1 - 1
faddp ST(1), ST; // ST = 2rndy * 2ym1 + 2rndy - 1
add ESP,12+8;
ret PARAMSIZE;
L_extreme: // Extreme exponent. X is very large positive, very
// large negative, infinity, or NaN.
fxam;
fstsw AX;
test AX, 0x0400; // NaN_or_zero, but we already know x != 0
jz L_was_nan; // if x is NaN, returns x
test AX, 0x0200;
jnz L_largenegative;
L_largepositive:
// Set scratchreal = real.max.
// squaring it will create infinity, and set overflow flag.
mov word ptr [ESP+8+8], 0x7FFE;
fstp ST(0);
fld real ptr [ESP+8]; // load scratchreal
fmul ST(0), ST; // square it, to create havoc!
L_was_nan:
add ESP,12+8;
ret PARAMSIZE;
L_largenegative:
fstp ST(0);
fld1;
fchs; // return -1. Underflow flag is not set.
add ESP,12+8;
ret PARAMSIZE;
}
}
else version (D_InlineAsm_X86_64)
{
asm pure nothrow @nogc
{
naked;
}
version (Win64)
{
asm pure nothrow @nogc
{
fld real ptr [RCX]; // x
mov AX,[RCX+8]; // AX = exponent and sign
}
}
else
{
asm pure nothrow @nogc
{
fld real ptr [RSP+8]; // x
mov AX,[RSP+8+8]; // AX = exponent and sign
}
}
asm pure nothrow @nogc
{
/* expm1() for x87 80-bit reals, IEEE754-2008 conformant.
* Author: Don Clugston.
*
* expm1(x) = 2^(rndint(y))* 2^(y-rndint(y)) - 1 where y = LN2*x.
* = 2rndy * 2ym1 + 2rndy - 1, where 2rndy = 2^(rndint(y))
* and 2ym1 = (2^(y-rndint(y))-1).
* If 2rndy < 0.5*real.epsilon, result is -1.
* Implementation is otherwise the same as for exp2()
*/
sub RSP, 24; // Create scratch space on the stack
// [RSP,RSP+2] = scratchint
// [RSP+4..+6, +8..+10, +10] = scratchreal
// set scratchreal mantissa = 1.0
mov dword ptr [RSP+8], 0;
mov dword ptr [RSP+8+4], 0x80000000;
and AX, 0x7FFF; // drop sign bit
cmp AX, 0x401D; // avoid InvalidException in fist
jae L_extreme;
fldl2e;
fmul ; // y = x*log2(e)
fist dword ptr [RSP]; // scratchint = rndint(y)
fisub dword ptr [RSP]; // y - rndint(y)
// and now set scratchreal exponent
mov EAX, [RSP];
add EAX, 0x3fff;
jle short L_largenegative;
cmp EAX,0x8000;
jge short L_largepositive;
mov [RSP+8+8],AX;
f2xm1; // 2^(y-rndint(y)) -1
fld real ptr [RSP+8] ; // 2^rndint(y)
fmul ST(1), ST;
fld1;
fsubp ST(1), ST;
fadd;
add RSP,24;
ret;
L_extreme: // Extreme exponent. X is very large positive, very
// large negative, infinity, or NaN.
fxam;
fstsw AX;
test AX, 0x0400; // NaN_or_zero, but we already know x != 0
jz L_was_nan; // if x is NaN, returns x
test AX, 0x0200;
jnz L_largenegative;
L_largepositive:
// Set scratchreal = real.max.
// squaring it will create infinity, and set overflow flag.
mov word ptr [RSP+8+8], 0x7FFE;
fstp ST(0);
fld real ptr [RSP+8]; // load scratchreal
fmul ST(0), ST; // square it, to create havoc!
L_was_nan:
add RSP,24;
ret;
L_largenegative:
fstp ST(0);
fld1;
fchs; // return -1. Underflow flag is not set.
add RSP,24;
ret;
}
}
else
static assert(0);
}
private T expm1Impl(T)(T x) @safe pure nothrow @nogc
{
// Coefficients for exp(x) - 1 and overflow/underflow limits.
enum realFormat = floatTraits!T.realFormat;
static if (realFormat == RealFormat.ieeeQuadruple)
{
static immutable T[8] P = [
2.943520915569954073888921213330863757240E8L,
-5.722847283900608941516165725053359168840E7L,
8.944630806357575461578107295909719817253E6L,
-7.212432713558031519943281748462837065308E5L,
4.578962475841642634225390068461943438441E4L,
-1.716772506388927649032068540558788106762E3L,
4.401308817383362136048032038528753151144E1L,
-4.888737542888633647784737721812546636240E-1L
];
static immutable T[9] Q = [
1.766112549341972444333352727998584753865E9L,
-7.848989743695296475743081255027098295771E8L,
1.615869009634292424463780387327037251069E8L,
-2.019684072836541751428967854947019415698E7L,
1.682912729190313538934190635536631941751E6L,
-9.615511549171441430850103489315371768998E4L,
3.697714952261803935521187272204485251835E3L,
-8.802340681794263968892934703309274564037E1L,
1.0
];
enum T OF = 1.1356523406294143949491931077970764891253E4L;
enum T UF = -1.143276959615573793352782661133116431383730e4L;
}
else static if (realFormat == RealFormat.ieeeExtended)
{
static immutable T[5] P = [
-1.586135578666346600772998894928250240826E4L,
2.642771505685952966904660652518429479531E3L,
-3.423199068835684263987132888286791620673E2L,
1.800826371455042224581246202420972737840E1L,
-5.238523121205561042771939008061958820811E-1L,
];
static immutable T[6] Q = [
-9.516813471998079611319047060563358064497E4L,
3.964866271411091674556850458227710004570E4L,
-7.207678383830091850230366618190187434796E3L,
7.206038318724600171970199625081491823079E2L,
-4.002027679107076077238836622982900945173E1L,
1.0
];
enum T OF = 1.1356523406294143949492E4L;
enum T UF = -4.5054566736396445112120088E1L;
}
else static if (realFormat == RealFormat.ieeeDouble)
{
static immutable T[3] P = [
9.9999999999999999991025E-1,
3.0299440770744196129956E-2,
1.2617719307481059087798E-4,
];
static immutable T[4] Q = [
2.0000000000000000000897E0,
2.2726554820815502876593E-1,
2.5244834034968410419224E-3,
3.0019850513866445504159E-6,
];
}
else
static assert(0, "no coefficients for expm1()");
static if (realFormat == RealFormat.ieeeDouble) // special case for double precision
{
if (x < -0.5 || x > 0.5)
return exp(x) - 1.0;
if (x == 0.0)
return x;
const T xx = x * x;
x = x * poly(xx, P);
x = x / (poly(xx, Q) - x);
return x + x;
}
else
{
// C1 + C2 = LN2.
enum T C1 = 6.9314575195312500000000E-1L;
enum T C2 = 1.428606820309417232121458176568075500134E-6L;
// Special cases.
if (x > OF)
return real.infinity;
if (x == cast(T) 0.0)
return x;
if (x < UF)
return -1.0;
// Express x = LN2 (n + remainder), remainder not exceeding 1/2.
int n = cast(int) floor((cast(T) 0.5) + x / cast(T) LN2);
x -= n * C1;
x -= n * C2;
// Rational approximation:
// exp(x) - 1 = x + 0.5 x^^2 + x^^3 P(x) / Q(x)
T px = x * poly(x, P);
T qx = poly(x, Q);
const T xx = x * x;
qx = x + ((cast(T) 0.5) * xx + xx * px / qx);
// We have qx = exp(remainder LN2) - 1, so:
// exp(x) - 1 = 2^^n (qx + 1) - 1 = 2^^n qx + 2^^n - 1.
px = ldexp(cast(T) 1.0, n);
x = px * qx + (px - cast(T) 1.0);
return x;
}
}
@safe @nogc nothrow unittest
{
static void testExpm1(T)()
{
// NaN
assert(isNaN(expm1(cast(T) T.nan)));
static immutable T[] xs = [ -2, -0.75, -0.3, 0.0, 0.1, 0.2, 0.5, 1.0 ];
foreach (x; xs)
{
const T e = expm1(x);
const T r = exp(x) - 1;
//printf("expm1(%Lg) = %Lg, should approximately be %Lg\n", cast(real) x, cast(real) e, cast(real) r);
assert(approxEqual(r, e));
}
}
import std.meta : AliasSeq;
foreach (T; AliasSeq!(real, double))
testExpm1!T();
}
/**
* Calculates 2$(SUPERSCRIPT x).
*
* $(TABLE_SV
* $(TR $(TH x) $(TH exp2(x)) )
* $(TR $(TD +$(INFIN)) $(TD +$(INFIN)) )
* $(TR $(TD -$(INFIN)) $(TD +0.0) )
* $(TR $(TD $(NAN)) $(TD $(NAN)) )
* )
*/
real exp2(real x) @nogc @trusted pure nothrow // TODO: @safe
{
version (InlineAsm_X86_Any)
{
if (!__ctfe)
return exp2Asm(x);
}
return exp2Impl(x);
}
/// ditto
double exp2(double x) @nogc @safe pure nothrow { return __ctfe ? cast(double) exp2(cast(real) x) : exp2Impl(x); }
/// ditto
float exp2(float x) @nogc @safe pure nothrow { return __ctfe ? cast(float) exp2(cast(real) x) : exp2Impl(x); }
///
@safe unittest
{
assert(isIdentical(exp2(0.0), 1.0));
assert(exp2(2.0).feqrel(4.0) > 16);
assert(exp2(8.0).feqrel(256.0) > 16);
}
@safe unittest
{
version (CRuntime_Microsoft) {} else // aexp2/exp2f/exp2l not implemented
{
assert( core.stdc.math.exp2f(0.0f) == 1 );
assert( core.stdc.math.exp2 (0.0) == 1 );
assert( core.stdc.math.exp2l(0.0L) == 1 );
}
}
version (InlineAsm_X86_Any)
private real exp2Asm(real x) @nogc @trusted pure nothrow
{
version (D_InlineAsm_X86)
{
enum PARAMSIZE = (real.sizeof+3)&(0xFFFF_FFFC); // always a multiple of 4
asm pure nothrow @nogc
{
/* exp2() for x87 80-bit reals, IEEE754-2008 conformant.
* Author: Don Clugston.
*
* exp2(x) = 2^^(rndint(x))* 2^^(y-rndint(x))
* The trick for high performance is to avoid the fscale(28cycles on core2),
* frndint(19 cycles), leaving f2xm1(19 cycles) as the only slow instruction.
*
* We can do frndint by using fist. BUT we can't use it for huge numbers,
* because it will set the Invalid Operation flag if overflow or NaN occurs.
* Fortunately, whenever this happens the result would be zero or infinity.
*
* We can perform fscale by directly poking into the exponent. BUT this doesn't
* work for the (very rare) cases where the result is subnormal. So we fall back
* to the slow method in that case.
*/
naked;
fld real ptr [ESP+4] ; // x
mov AX, [ESP+4+8]; // AX = exponent and sign
sub ESP, 12+8; // Create scratch space on the stack
// [ESP,ESP+2] = scratchint
// [ESP+4..+6, +8..+10, +10] = scratchreal
// set scratchreal mantissa = 1.0
mov dword ptr [ESP+8], 0;
mov dword ptr [ESP+8+4], 0x80000000;
and AX, 0x7FFF; // drop sign bit
cmp AX, 0x401D; // avoid InvalidException in fist
jae L_extreme;
fist dword ptr [ESP]; // scratchint = rndint(x)
fisub dword ptr [ESP]; // x - rndint(x)
// and now set scratchreal exponent
mov EAX, [ESP];
add EAX, 0x3fff;
jle short L_subnormal;
cmp EAX,0x8000;
jge short L_overflow;
mov [ESP+8+8],AX;
L_normal:
f2xm1;
fld1;
faddp ST(1), ST; // 2^^(x-rndint(x))
fld real ptr [ESP+8] ; // 2^^rndint(x)
add ESP,12+8;
fmulp ST(1), ST;
ret PARAMSIZE;
L_subnormal:
// Result will be subnormal.
// In this rare case, the simple poking method doesn't work.
// The speed doesn't matter, so use the slow fscale method.
fild dword ptr [ESP]; // scratchint
fld1;
fscale;
fstp real ptr [ESP+8]; // scratchreal = 2^^scratchint
fstp ST(0); // drop scratchint
jmp L_normal;
L_extreme: // Extreme exponent. X is very large positive, very
// large negative, infinity, or NaN.
fxam;
fstsw AX;
test AX, 0x0400; // NaN_or_zero, but we already know x != 0
jz L_was_nan; // if x is NaN, returns x
// set scratchreal = real.min_normal
// squaring it will return 0, setting underflow flag
mov word ptr [ESP+8+8], 1;
test AX, 0x0200;
jnz L_waslargenegative;
L_overflow:
// Set scratchreal = real.max.
// squaring it will create infinity, and set overflow flag.
mov word ptr [ESP+8+8], 0x7FFE;
L_waslargenegative:
fstp ST(0);
fld real ptr [ESP+8]; // load scratchreal
fmul ST(0), ST; // square it, to create havoc!
L_was_nan:
add ESP,12+8;
ret PARAMSIZE;
}
}
else version (D_InlineAsm_X86_64)
{
asm pure nothrow @nogc
{
naked;
}
version (Win64)
{
asm pure nothrow @nogc
{
fld real ptr [RCX]; // x
mov AX,[RCX+8]; // AX = exponent and sign
}
}
else
{
asm pure nothrow @nogc
{
fld real ptr [RSP+8]; // x
mov AX,[RSP+8+8]; // AX = exponent and sign
}
}
asm pure nothrow @nogc
{
/* exp2() for x87 80-bit reals, IEEE754-2008 conformant.
* Author: Don Clugston.
*
* exp2(x) = 2^(rndint(x))* 2^(y-rndint(x))
* The trick for high performance is to avoid the fscale(28cycles on core2),
* frndint(19 cycles), leaving f2xm1(19 cycles) as the only slow instruction.
*
* We can do frndint by using fist. BUT we can't use it for huge numbers,
* because it will set the Invalid Operation flag is overflow or NaN occurs.
* Fortunately, whenever this happens the result would be zero or infinity.
*
* We can perform fscale by directly poking into the exponent. BUT this doesn't
* work for the (very rare) cases where the result is subnormal. So we fall back
* to the slow method in that case.
*/
sub RSP, 24; // Create scratch space on the stack
// [RSP,RSP+2] = scratchint
// [RSP+4..+6, +8..+10, +10] = scratchreal
// set scratchreal mantissa = 1.0
mov dword ptr [RSP+8], 0;
mov dword ptr [RSP+8+4], 0x80000000;
and AX, 0x7FFF; // drop sign bit
cmp AX, 0x401D; // avoid InvalidException in fist
jae L_extreme;
fist dword ptr [RSP]; // scratchint = rndint(x)
fisub dword ptr [RSP]; // x - rndint(x)
// and now set scratchreal exponent
mov EAX, [RSP];
add EAX, 0x3fff;
jle short L_subnormal;
cmp EAX,0x8000;
jge short L_overflow;
mov [RSP+8+8],AX;
L_normal:
f2xm1;
fld1;
fadd; // 2^(x-rndint(x))
fld real ptr [RSP+8] ; // 2^rndint(x)
add RSP,24;
fmulp ST(1), ST;
ret;
L_subnormal:
// Result will be subnormal.
// In this rare case, the simple poking method doesn't work.
// The speed doesn't matter, so use the slow fscale method.
fild dword ptr [RSP]; // scratchint
fld1;
fscale;
fstp real ptr [RSP+8]; // scratchreal = 2^scratchint
fstp ST(0); // drop scratchint
jmp L_normal;
L_extreme: // Extreme exponent. X is very large positive, very
// large negative, infinity, or NaN.
fxam;
fstsw AX;
test AX, 0x0400; // NaN_or_zero, but we already know x != 0
jz L_was_nan; // if x is NaN, returns x
// set scratchreal = real.min
// squaring it will return 0, setting underflow flag
mov word ptr [RSP+8+8], 1;
test AX, 0x0200;
jnz L_waslargenegative;
L_overflow:
// Set scratchreal = real.max.
// squaring it will create infinity, and set overflow flag.
mov word ptr [RSP+8+8], 0x7FFE;
L_waslargenegative:
fstp ST(0);
fld real ptr [RSP+8]; // load scratchreal
fmul ST(0), ST; // square it, to create havoc!
L_was_nan:
add RSP,24;
ret;
}
}
else
static assert(0);
}
private T exp2Impl(T)(T x) @nogc @safe pure nothrow
{
// Coefficients for exp2(x)
enum realFormat = floatTraits!T.realFormat;
static if (realFormat == RealFormat.ieeeQuadruple)
{
static immutable T[5] P = [
9.079594442980146270952372234833529694788E12L,
1.530625323728429161131811299626419117557E11L,
5.677513871931844661829755443994214173883E8L,
6.185032670011643762127954396427045467506E5L,
1.587171580015525194694938306936721666031E2L
];
static immutable T[6] Q = [
2.619817175234089411411070339065679229869E13L,
1.490560994263653042761789432690793026977E12L,
1.092141473886177435056423606755843616331E10L,
2.186249607051644894762167991800811827835E7L,
1.236602014442099053716561665053645270207E4L,
1.0
];
}
else static if (realFormat == RealFormat.ieeeExtended)
{
static immutable T[3] P = [
2.0803843631901852422887E6L,
3.0286971917562792508623E4L,
6.0614853552242266094567E1L,
];
static immutable T[4] Q = [
6.0027204078348487957118E6L,
3.2772515434906797273099E5L,
1.7492876999891839021063E3L,
1.0000000000000000000000E0L,
];
}
else static if (realFormat == RealFormat.ieeeDouble)
{
static immutable T[3] P = [
1.51390680115615096133E3L,
2.02020656693165307700E1L,
2.30933477057345225087E-2L,
];
static immutable T[3] Q = [
4.36821166879210612817E3L,
2.33184211722314911771E2L,
1.00000000000000000000E0L,
];
}
else static if (realFormat == RealFormat.ieeeSingle)
{
static immutable T[6] P = [
6.931472028550421E-001L,
2.402264791363012E-001L,
5.550332471162809E-002L,
9.618437357674640E-003L,
1.339887440266574E-003L,
1.535336188319500E-004L,
];
}
else
static assert(0, "no coefficients for exp2()");
// Overflow and Underflow limits.
enum T OF = T.max_exp;
enum T UF = T.min_exp - 1;
// Special cases.
if (isNaN(x))
return x;
if (x > OF)
return real.infinity;
if (x < UF)
return 0.0;
static if (realFormat == RealFormat.ieeeSingle) // special case for single precision
{
// The following is necessary because range reduction blows up.
if (x == 0.0f)
return 1.0f;
// Separate into integer and fractional parts.
const T i = floor(x);
int n = cast(int) i;
x -= i;
if (x > 0.5f)
{
n += 1;
x -= 1.0f;
}
// Rational approximation:
// exp2(x) = 1.0 + x P(x)
x = 1.0f + x * poly(x, P);
}
else
{
// Separate into integer and fractional parts.
const T i = floor(x + cast(T) 0.5);
int n = cast(int) i;
x -= i;
// Rational approximation:
// exp2(x) = 1.0 + 2x P(x^^2) / (Q(x^^2) - P(x^^2))
const T xx = x * x;
const T px = x * poly(xx, P);
x = px / (poly(xx, Q) - px);
x = (cast(T) 1.0) + (cast(T) 2.0) * x;
}
// Scale by power of 2.
x = ldexp(x, n);
return x;
}
@safe @nogc nothrow unittest
{
assert(feqrel(exp2(0.5L), SQRT2) >= real.mant_dig -1);
assert(exp2(8.0L) == 256.0);
assert(exp2(-9.0L)== 1.0L/512.0);
static void testExp2(T)()
{
// NaN
const T specialNaN = NaN(0x0123L);
assert(isIdentical(exp2(specialNaN), specialNaN));
// over-/underflow
enum T OF = T.max_exp;
enum T UF = T.min_exp - T.mant_dig;
assert(isIdentical(exp2(OF + 1), cast(T) T.infinity));
assert(isIdentical(exp2(UF - 1), cast(T) 0.0));
static immutable T[2][] vals =
[
// x, exp2(x)
[ 0.0, 1.0 ],
[ -0.0, 1.0 ],
[ 0.5, SQRT2 ],
[ 8.0, 256.0 ],
[ -9.0, 1.0 / 512 ],
];
foreach (ref val; vals)
{
const T x = val[0];
const T r = val[1];
const T e = exp2(x);
//printf("exp2(%Lg) = %Lg, should be %Lg\n", cast(real) x, cast(real) e, cast(real) r);
assert(approxEqual(r, e));
}
}
import std.meta : AliasSeq;
foreach (T; AliasSeq!(real, double, float))
testExp2!T();
}
/*
* Calculate cos(y) + i sin(y).
*
* On many CPUs (such as x86), this is a very efficient operation;
* almost twice as fast as calculating sin(y) and cos(y) separately,
* and is the preferred method when both are required.
*/
deprecated("Use std.complex.expi")
creal expi(real y) @trusted pure nothrow @nogc
{
version (InlineAsm_X86_Any)
{
version (Win64)
{
asm pure nothrow @nogc
{
naked;
fld real ptr [ECX];
fsincos;
fxch ST(1), ST(0);
ret;
}
}
else
{
asm pure nothrow @nogc
{
fld y;
fsincos;
fxch ST(1), ST(0);
}
}
}
else
{
return cos(y) + sin(y)*1i;
}
}
deprecated
@safe pure nothrow @nogc unittest
{
assert(expi(1.3e5L) == cos(1.3e5L) + sin(1.3e5L) * 1i);
assert(expi(0.0L) == 1L + 0.0Li);
}
/*********************************************************************
* Separate floating point value into significand and exponent.
*
* Returns:
* Calculate and return $(I x) and $(I exp) such that
* value =$(I x)*2$(SUPERSCRIPT exp) and
* .5 $(LT)= |$(I x)| $(LT) 1.0
*
* $(I x) has same sign as value.
*
* $(TABLE_SV
* $(TR $(TH value) $(TH returns) $(TH exp))
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) $(TD 0))
* $(TR $(TD +$(INFIN)) $(TD +$(INFIN)) $(TD int.max))
* $(TR $(TD -$(INFIN)) $(TD -$(INFIN)) $(TD int.min))
* $(TR $(TD $(PLUSMN)$(NAN)) $(TD $(PLUSMN)$(NAN)) $(TD int.min))
* )
*/
T frexp(T)(const T value, out int exp) @trusted pure nothrow @nogc
if (isFloatingPoint!T)
{
if (__ctfe)
{
// Handle special cases.
if (value == 0) { exp = 0; return value; }
if (value == T.infinity) { exp = int.max; return value; }
if (value == -T.infinity || value != value) { exp = int.min; return value; }
// Handle ordinary cases.
// In CTFE there is no performance advantage for having separate
// paths for different floating point types.
T absValue = value < 0 ? -value : value;
int expCount;
static if (T.mant_dig > double.mant_dig)
{
for (; absValue >= 0x1.0p+1024L; absValue *= 0x1.0p-1024L)
expCount += 1024;
for (; absValue < 0x1.0p-1021L; absValue *= 0x1.0p+1021L)
expCount -= 1021;
}
const double dval = cast(double) absValue;
int dexp = cast(int) (((*cast(const long*) &dval) >>> 52) & 0x7FF) + double.min_exp - 2;
dexp++;
expCount += dexp;
absValue *= 2.0 ^^ -dexp;
// If the original value was subnormal or if it was a real
// then absValue can still be outside the [0.5, 1.0) range.
if (absValue < 0.5)
{
assert(T.mant_dig > double.mant_dig || isSubnormal(value));
do
{
absValue += absValue;
expCount--;
} while (absValue < 0.5);
}
else
{
assert(absValue < 1 || T.mant_dig > double.mant_dig);
for (; absValue >= 1; absValue *= T(0.5))
expCount++;
}
exp = expCount;
return value < 0 ? -absValue : absValue;
}
Unqual!T vf = value;
ushort* vu = cast(ushort*)&vf;
static if (is(Unqual!T == float))
int* vi = cast(int*)&vf;
else
long* vl = cast(long*)&vf;
int ex;
alias F = floatTraits!T;
ex = vu[F.EXPPOS_SHORT] & F.EXPMASK;
static if (F.realFormat == RealFormat.ieeeExtended)
{
if (ex)
{ // If exponent is non-zero
if (ex == F.EXPMASK) // infinity or NaN
{
if (*vl & 0x7FFF_FFFF_FFFF_FFFF) // NaN
{
*vl |= 0xC000_0000_0000_0000; // convert NaNS to NaNQ
exp = int.min;
}
else if (vu[F.EXPPOS_SHORT] & 0x8000) // negative infinity
exp = int.min;
else // positive infinity
exp = int.max;
}
else
{
exp = ex - F.EXPBIAS;
vu[F.EXPPOS_SHORT] = (0x8000 & vu[F.EXPPOS_SHORT]) | 0x3FFE;
}
}
else if (!*vl)
{
// vf is +-0.0
exp = 0;
}
else
{
// subnormal
vf *= F.RECIP_EPSILON;
ex = vu[F.EXPPOS_SHORT] & F.EXPMASK;
exp = ex - F.EXPBIAS - T.mant_dig + 1;
vu[F.EXPPOS_SHORT] = ((-1 - F.EXPMASK) & vu[F.EXPPOS_SHORT]) | 0x3FFE;
}
return vf;
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
if (ex) // If exponent is non-zero
{
if (ex == F.EXPMASK)
{
// infinity or NaN
if (vl[MANTISSA_LSB] |
(vl[MANTISSA_MSB] & 0x0000_FFFF_FFFF_FFFF)) // NaN
{
// convert NaNS to NaNQ
vl[MANTISSA_MSB] |= 0x0000_8000_0000_0000;
exp = int.min;
}
else if (vu[F.EXPPOS_SHORT] & 0x8000) // negative infinity
exp = int.min;
else // positive infinity
exp = int.max;
}
else
{
exp = ex - F.EXPBIAS;
vu[F.EXPPOS_SHORT] = F.EXPBIAS | (0x8000 & vu[F.EXPPOS_SHORT]);
}
}
else if ((vl[MANTISSA_LSB] |
(vl[MANTISSA_MSB] & 0x0000_FFFF_FFFF_FFFF)) == 0)
{
// vf is +-0.0
exp = 0;
}
else
{
// subnormal
vf *= F.RECIP_EPSILON;
ex = vu[F.EXPPOS_SHORT] & F.EXPMASK;
exp = ex - F.EXPBIAS - T.mant_dig + 1;
vu[F.EXPPOS_SHORT] = F.EXPBIAS | (0x8000 & vu[F.EXPPOS_SHORT]);
}
return vf;
}
else static if (F.realFormat == RealFormat.ieeeDouble)
{
if (ex) // If exponent is non-zero
{
if (ex == F.EXPMASK) // infinity or NaN
{
if (*vl == 0x7FF0_0000_0000_0000) // positive infinity
{
exp = int.max;
}
else if (*vl == 0xFFF0_0000_0000_0000) // negative infinity
exp = int.min;
else
{ // NaN
*vl |= 0x0008_0000_0000_0000; // convert NaNS to NaNQ
exp = int.min;
}
}
else
{
exp = (ex - F.EXPBIAS) >> 4;
vu[F.EXPPOS_SHORT] = cast(ushort)((0x800F & vu[F.EXPPOS_SHORT]) | 0x3FE0);
}
}
else if (!(*vl & 0x7FFF_FFFF_FFFF_FFFF))
{
// vf is +-0.0
exp = 0;
}
else
{
// subnormal
vf *= F.RECIP_EPSILON;
ex = vu[F.EXPPOS_SHORT] & F.EXPMASK;
exp = ((ex - F.EXPBIAS) >> 4) - T.mant_dig + 1;
vu[F.EXPPOS_SHORT] =
cast(ushort)(((-1 - F.EXPMASK) & vu[F.EXPPOS_SHORT]) | 0x3FE0);
}
return vf;
}
else static if (F.realFormat == RealFormat.ieeeSingle)
{
if (ex) // If exponent is non-zero
{
if (ex == F.EXPMASK) // infinity or NaN
{
if (*vi == 0x7F80_0000) // positive infinity
{
exp = int.max;
}
else if (*vi == 0xFF80_0000) // negative infinity
exp = int.min;
else
{ // NaN
*vi |= 0x0040_0000; // convert NaNS to NaNQ
exp = int.min;
}
}
else
{
exp = (ex - F.EXPBIAS) >> 7;
vu[F.EXPPOS_SHORT] = cast(ushort)((0x807F & vu[F.EXPPOS_SHORT]) | 0x3F00);
}
}
else if (!(*vi & 0x7FFF_FFFF))
{
// vf is +-0.0
exp = 0;
}
else
{
// subnormal
vf *= F.RECIP_EPSILON;
ex = vu[F.EXPPOS_SHORT] & F.EXPMASK;
exp = ((ex - F.EXPBIAS) >> 7) - T.mant_dig + 1;
vu[F.EXPPOS_SHORT] =
cast(ushort)(((-1 - F.EXPMASK) & vu[F.EXPPOS_SHORT]) | 0x3F00);
}
return vf;
}
else // static if (F.realFormat == RealFormat.ibmExtended)
{
assert(0, "frexp not implemented");
}
}
///
@safe unittest
{
int exp;
real mantissa = frexp(123.456L, exp);
assert(approxEqual(mantissa * pow(2.0L, cast(real) exp), 123.456L));
assert(frexp(-real.nan, exp) && exp == int.min);
assert(frexp(real.nan, exp) && exp == int.min);
assert(frexp(-real.infinity, exp) == -real.infinity && exp == int.min);
assert(frexp(real.infinity, exp) == real.infinity && exp == int.max);
assert(frexp(-0.0, exp) == -0.0 && exp == 0);
assert(frexp(0.0, exp) == 0.0 && exp == 0);
}
@safe @nogc nothrow unittest
{
int exp;
real mantissa = frexp(123.456L, exp);
// check if values are equal to 19 decimal digits of precision
assert(equalsDigit(mantissa * pow(2.0L, cast(real) exp), 123.456L, 19));
}
@safe unittest
{
import std.meta : AliasSeq;
import std.typecons : tuple, Tuple;
static foreach (T; AliasSeq!(real, double, float))
{{
Tuple!(T, T, int)[] vals = // x,frexp,exp
[
tuple(T(0.0), T( 0.0 ), 0),
tuple(T(-0.0), T( -0.0), 0),
tuple(T(1.0), T( .5 ), 1),
tuple(T(-1.0), T( -.5 ), 1),
tuple(T(2.0), T( .5 ), 2),
tuple(T(float.min_normal/2.0f), T(.5), -126),
tuple(T.infinity, T.infinity, int.max),
tuple(-T.infinity, -T.infinity, int.min),
tuple(T.nan, T.nan, int.min),
tuple(-T.nan, -T.nan, int.min),
// Phobos issue #16026:
tuple(3 * (T.min_normal * T.epsilon), T( .75), (T.min_exp - T.mant_dig) + 2)
];
foreach (elem; vals)
{
T x = elem[0];
T e = elem[1];
int exp = elem[2];
int eptr;
T v = frexp(x, eptr);
assert(isIdentical(e, v));
assert(exp == eptr);
}
static if (floatTraits!(T).realFormat == RealFormat.ieeeExtended)
{
static T[3][] extendedvals = [ // x,frexp,exp
[0x1.a5f1c2eb3fe4efp+73L, 0x1.A5F1C2EB3FE4EFp-1L, 74], // normal
[0x1.fa01712e8f0471ap-1064L, 0x1.fa01712e8f0471ap-1L, -1063],
[T.min_normal, .5, -16381],
[T.min_normal/2.0L, .5, -16382] // subnormal
];
foreach (elem; extendedvals)
{
T x = elem[0];
T e = elem[1];
int exp = cast(int) elem[2];
int eptr;
T v = frexp(x, eptr);
assert(isIdentical(e, v));
assert(exp == eptr);
}
}
}}
// CTFE
alias CtfeFrexpResult= Tuple!(real, int);
static CtfeFrexpResult ctfeFrexp(T)(const T value)
{
int exp;
auto significand = frexp(value, exp);
return CtfeFrexpResult(significand, exp);
}
static foreach (T; AliasSeq!(real, double, float))
{{
enum Tuple!(T, T, int)[] vals = // x,frexp,exp
[
tuple(T(0.0), T( 0.0 ), 0),
tuple(T(-0.0), T( -0.0), 0),
tuple(T(1.0), T( .5 ), 1),
tuple(T(-1.0), T( -.5 ), 1),
tuple(T(2.0), T( .5 ), 2),
tuple(T(float.min_normal/2.0f), T(.5), -126),
tuple(T.infinity, T.infinity, int.max),
tuple(-T.infinity, -T.infinity, int.min),
tuple(T.nan, T.nan, int.min),
tuple(-T.nan, -T.nan, int.min),
// Phobos issue #16026:
tuple(3 * (T.min_normal * T.epsilon), T( .75), (T.min_exp - T.mant_dig) + 2)
];
static foreach (elem; vals)
{
static assert(ctfeFrexp(elem[0]) is CtfeFrexpResult(elem[1], elem[2]));
}
static if (floatTraits!(T).realFormat == RealFormat.ieeeExtended)
{
enum T[3][] extendedvals = [ // x,frexp,exp
[0x1.a5f1c2eb3fe4efp+73L, 0x1.A5F1C2EB3FE4EFp-1L, 74], // normal
[0x1.fa01712e8f0471ap-1064L, 0x1.fa01712e8f0471ap-1L, -1063],
[T.min_normal, .5, -16381],
[T.min_normal/2.0L, .5, -16382] // subnormal
];
static foreach (elem; extendedvals)
{
static assert(ctfeFrexp(elem[0]) is CtfeFrexpResult(elem[1], cast(int) elem[2]));
}
}
}}
}
@safe unittest
{
import std.meta : AliasSeq;
void foo() {
static foreach (T; AliasSeq!(real, double, float))
{{
int exp;
const T a = 1;
immutable T b = 2;
auto c = frexp(a, exp);
auto d = frexp(b, exp);
}}
}
}
/******************************************
* Extracts the exponent of x as a signed integral value.
*
* If x is not a special value, the result is the same as
* $(D cast(int) logb(x)).
*
* $(TABLE_SV
* $(TR $(TH x) $(TH ilogb(x)) $(TH Range error?))
* $(TR $(TD 0) $(TD FP_ILOGB0) $(TD yes))
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD int.max) $(TD no))
* $(TR $(TD $(NAN)) $(TD FP_ILOGBNAN) $(TD no))
* )
*/
int ilogb(T)(const T x) @trusted pure nothrow @nogc
if (isFloatingPoint!T)
{
import core.bitop : bsr;
alias F = floatTraits!T;
union floatBits
{
T rv;
ushort[T.sizeof/2] vu;
uint[T.sizeof/4] vui;
static if (T.sizeof >= 8)
ulong[T.sizeof/8] vul;
}
floatBits y = void;
y.rv = x;
int ex = y.vu[F.EXPPOS_SHORT] & F.EXPMASK;
static if (F.realFormat == RealFormat.ieeeExtended)
{
if (ex)
{
// If exponent is non-zero
if (ex == F.EXPMASK) // infinity or NaN
{
if (y.vul[0] & 0x7FFF_FFFF_FFFF_FFFF) // NaN
return FP_ILOGBNAN;
else // +-infinity
return int.max;
}
else
{
return ex - F.EXPBIAS - 1;
}
}
else if (!y.vul[0])
{
// vf is +-0.0
return FP_ILOGB0;
}
else
{
// subnormal
return ex - F.EXPBIAS - T.mant_dig + 1 + bsr(y.vul[0]);
}
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
if (ex) // If exponent is non-zero
{
if (ex == F.EXPMASK)
{
// infinity or NaN
if (y.vul[MANTISSA_LSB] | ( y.vul[MANTISSA_MSB] & 0x0000_FFFF_FFFF_FFFF)) // NaN
return FP_ILOGBNAN;
else // +- infinity
return int.max;
}
else
{
return ex - F.EXPBIAS - 1;
}
}
else if ((y.vul[MANTISSA_LSB] | (y.vul[MANTISSA_MSB] & 0x0000_FFFF_FFFF_FFFF)) == 0)
{
// vf is +-0.0
return FP_ILOGB0;
}
else
{
// subnormal
const ulong msb = y.vul[MANTISSA_MSB] & 0x0000_FFFF_FFFF_FFFF;
const ulong lsb = y.vul[MANTISSA_LSB];
if (msb)
return ex - F.EXPBIAS - T.mant_dig + 1 + bsr(msb) + 64;
else
return ex - F.EXPBIAS - T.mant_dig + 1 + bsr(lsb);
}
}
else static if (F.realFormat == RealFormat.ieeeDouble)
{
if (ex) // If exponent is non-zero
{
if (ex == F.EXPMASK) // infinity or NaN
{
if ((y.vul[0] & 0x7FFF_FFFF_FFFF_FFFF) == 0x7FF0_0000_0000_0000) // +- infinity
return int.max;
else // NaN
return FP_ILOGBNAN;
}
else
{
return ((ex - F.EXPBIAS) >> 4) - 1;
}
}
else if (!(y.vul[0] & 0x7FFF_FFFF_FFFF_FFFF))
{
// vf is +-0.0
return FP_ILOGB0;
}
else
{
// subnormal
enum MANTISSAMASK_64 = ((cast(ulong) F.MANTISSAMASK_INT) << 32) | 0xFFFF_FFFF;
return ((ex - F.EXPBIAS) >> 4) - T.mant_dig + 1 + bsr(y.vul[0] & MANTISSAMASK_64);
}
}
else static if (F.realFormat == RealFormat.ieeeSingle)
{
if (ex) // If exponent is non-zero
{
if (ex == F.EXPMASK) // infinity or NaN
{
if ((y.vui[0] & 0x7FFF_FFFF) == 0x7F80_0000) // +- infinity
return int.max;
else // NaN
return FP_ILOGBNAN;
}
else
{
return ((ex - F.EXPBIAS) >> 7) - 1;
}
}
else if (!(y.vui[0] & 0x7FFF_FFFF))
{
// vf is +-0.0
return FP_ILOGB0;
}
else
{
// subnormal
const uint mantissa = y.vui[0] & F.MANTISSAMASK_INT;
return ((ex - F.EXPBIAS) >> 7) - T.mant_dig + 1 + bsr(mantissa);
}
}
else // static if (F.realFormat == RealFormat.ibmExtended)
{
assert(0, "ilogb not implemented");
}
}
/// ditto
int ilogb(T)(const T x) @safe pure nothrow @nogc
if (isIntegral!T && isUnsigned!T)
{
import core.bitop : bsr;
if (x == 0)
return FP_ILOGB0;
else
{
static assert(T.sizeof <= ulong.sizeof, "integer size too large for the current ilogb implementation");
return bsr(x);
}
}
/// ditto
int ilogb(T)(const T x) @safe pure nothrow @nogc
if (isIntegral!T && isSigned!T)
{
import std.traits : Unsigned;
// Note: abs(x) can not be used because the return type is not Unsigned and
// the return value would be wrong for x == int.min
Unsigned!T absx = x >= 0 ? x : -x;
return ilogb(absx);
}
///
@safe pure unittest
{
assert(ilogb(1) == 0);
assert(ilogb(3) == 1);
assert(ilogb(3.0) == 1);
assert(ilogb(100_000_000) == 26);
assert(ilogb(0) == FP_ILOGB0);
assert(ilogb(0.0) == FP_ILOGB0);
assert(ilogb(double.nan) == FP_ILOGBNAN);
assert(ilogb(double.infinity) == int.max);
}
/**
Special return values of $(LREF ilogb).
*/
alias FP_ILOGB0 = core.stdc.math.FP_ILOGB0;
/// ditto
alias FP_ILOGBNAN = core.stdc.math.FP_ILOGBNAN;
///
@safe pure unittest
{
assert(ilogb(0) == FP_ILOGB0);
assert(ilogb(0.0) == FP_ILOGB0);
assert(ilogb(double.nan) == FP_ILOGBNAN);
}
@safe nothrow @nogc unittest
{
import std.meta : AliasSeq;
import std.typecons : Tuple;
static foreach (F; AliasSeq!(float, double, real))
{{
alias T = Tuple!(F, int);
T[13] vals = // x, ilogb(x)
[
T( F.nan , FP_ILOGBNAN ),
T( -F.nan , FP_ILOGBNAN ),
T( F.infinity, int.max ),
T( -F.infinity, int.max ),
T( 0.0 , FP_ILOGB0 ),
T( -0.0 , FP_ILOGB0 ),
T( 2.0 , 1 ),
T( 2.0001 , 1 ),
T( 1.9999 , 0 ),
T( 0.5 , -1 ),
T( 123.123 , 6 ),
T( -123.123 , 6 ),
T( 0.123 , -4 ),
];
foreach (elem; vals)
{
assert(ilogb(elem[0]) == elem[1]);
}
}}
// min_normal and subnormals
assert(ilogb(-float.min_normal) == -126);
assert(ilogb(nextUp(-float.min_normal)) == -127);
assert(ilogb(nextUp(-float(0.0))) == -149);
assert(ilogb(-double.min_normal) == -1022);
assert(ilogb(nextUp(-double.min_normal)) == -1023);
assert(ilogb(nextUp(-double(0.0))) == -1074);
static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended)
{
assert(ilogb(-real.min_normal) == -16382);
assert(ilogb(nextUp(-real.min_normal)) == -16383);
assert(ilogb(nextUp(-real(0.0))) == -16445);
}
else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
{
assert(ilogb(-real.min_normal) == -1022);
assert(ilogb(nextUp(-real.min_normal)) == -1023);
assert(ilogb(nextUp(-real(0.0))) == -1074);
}
// test integer types
assert(ilogb(0) == FP_ILOGB0);
assert(ilogb(int.max) == 30);
assert(ilogb(int.min) == 31);
assert(ilogb(uint.max) == 31);
assert(ilogb(long.max) == 62);
assert(ilogb(long.min) == 63);
assert(ilogb(ulong.max) == 63);
}
/*******************************************
* Compute n * 2$(SUPERSCRIPT exp)
* References: frexp
*/
real ldexp(real n, int exp) @nogc @safe pure nothrow { pragma(inline, true); return core.math.ldexp(n, exp); }
//FIXME
///ditto
double ldexp(double n, int exp) @safe pure nothrow @nogc { return ldexp(cast(real) n, exp); }
//FIXME
///ditto
float ldexp(float n, int exp) @safe pure nothrow @nogc { return ldexp(cast(real) n, exp); }
///
@nogc @safe pure nothrow unittest
{
import std.meta : AliasSeq;
static foreach (T; AliasSeq!(float, double, real))
{{
T r;
r = ldexp(3.0L, 3);
assert(r == 24);
r = ldexp(cast(T) 3.0, cast(int) 3);
assert(r == 24);
T n = 3.0;
int exp = 3;
r = ldexp(n, exp);
assert(r == 24);
}}
}
@safe pure nothrow @nogc unittest
{
static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended ||
floatTraits!(real).realFormat == RealFormat.ieeeQuadruple)
{
assert(ldexp(1.0L, -16384) == 0x1p-16384L);
assert(ldexp(1.0L, -16382) == 0x1p-16382L);
int x;
real n = frexp(0x1p-16384L, x);
assert(n == 0.5L);
assert(x==-16383);
assert(ldexp(n, x)==0x1p-16384L);
}
else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
{
assert(ldexp(1.0L, -1024) == 0x1p-1024L);
assert(ldexp(1.0L, -1022) == 0x1p-1022L);
int x;
real n = frexp(0x1p-1024L, x);
assert(n == 0.5L);
assert(x==-1023);
assert(ldexp(n, x)==0x1p-1024L);
}
else static assert(false, "Floating point type real not supported");
}
/* workaround Issue 14718, float parsing depends on platform strtold
@safe pure nothrow @nogc unittest
{
assert(ldexp(1.0, -1024) == 0x1p-1024);
assert(ldexp(1.0, -1022) == 0x1p-1022);
int x;
double n = frexp(0x1p-1024, x);
assert(n == 0.5);
assert(x==-1023);
assert(ldexp(n, x)==0x1p-1024);
}
@safe pure nothrow @nogc unittest
{
assert(ldexp(1.0f, -128) == 0x1p-128f);
assert(ldexp(1.0f, -126) == 0x1p-126f);
int x;
float n = frexp(0x1p-128f, x);
assert(n == 0.5f);
assert(x==-127);
assert(ldexp(n, x)==0x1p-128f);
}
*/
@safe @nogc nothrow unittest
{
static real[3][] vals = // value,exp,ldexp
[
[ 0, 0, 0],
[ 1, 0, 1],
[ -1, 0, -1],
[ 1, 1, 2],
[ 123, 10, 125952],
[ real.max, int.max, real.infinity],
[ real.max, -int.max, 0],
[ real.min_normal, -int.max, 0],
];
int i;
for (i = 0; i < vals.length; i++)
{
real x = vals[i][0];
int exp = cast(int) vals[i][1];
real z = vals[i][2];
real l = ldexp(x, exp);
assert(equalsDigit(z, l, 7));
}
real function(real, int) pldexp = &ldexp;
assert(pldexp != null);
}
private
{
version (INLINE_YL2X) {} else
{
static if (floatTraits!real.realFormat == RealFormat.ieeeQuadruple)
{
// Coefficients for log(1 + x) = x - x**2/2 + x**3 P(x)/Q(x)
static immutable real[13] logCoeffsP = [
1.313572404063446165910279910527789794488E4L,
7.771154681358524243729929227226708890930E4L,
2.014652742082537582487669938141683759923E5L,
3.007007295140399532324943111654767187848E5L,
2.854829159639697837788887080758954924001E5L,
1.797628303815655343403735250238293741397E5L,
7.594356839258970405033155585486712125861E4L,
2.128857716871515081352991964243375186031E4L,
3.824952356185897735160588078446136783779E3L,
4.114517881637811823002128927449878962058E2L,
2.321125933898420063925789532045674660756E1L,
4.998469661968096229986658302195402690910E-1L,
1.538612243596254322971797716843006400388E-6L
];
static immutable real[13] logCoeffsQ = [
3.940717212190338497730839731583397586124E4L,
2.626900195321832660448791748036714883242E5L,
7.777690340007566932935753241556479363645E5L,
1.347518538384329112529391120390701166528E6L,
1.514882452993549494932585972882995548426E6L,
1.158019977462989115839826904108208787040E6L,
6.132189329546557743179177159925690841200E5L,
2.248234257620569139969141618556349415120E5L,
5.605842085972455027590989944010492125825E4L,
9.147150349299596453976674231612674085381E3L,
9.104928120962988414618126155557301584078E2L,
4.839208193348159620282142911143429644326E1L,
1.0
];
// Coefficients for log(x) = z + z^3 P(z^2)/Q(z^2)
// where z = 2(x-1)/(x+1)
static immutable real[6] logCoeffsR = [
-8.828896441624934385266096344596648080902E-1L,
8.057002716646055371965756206836056074715E1L,
-2.024301798136027039250415126250455056397E3L,
2.048819892795278657810231591630928516206E4L,
-8.977257995689735303686582344659576526998E4L,
1.418134209872192732479751274970992665513E5L
];
static immutable real[6] logCoeffsS = [
1.701761051846631278975701529965589676574E6L
-1.332535117259762928288745111081235577029E6L,
4.001557694070773974936904547424676279307E5L,
-5.748542087379434595104154610899551484314E4L,
3.998526750980007367835804959888064681098E3L,
-1.186359407982897997337150403816839480438E2L,
1.0
];
}
else
{
// Coefficients for log(1 + x) = x - x**2/2 + x**3 P(x)/Q(x)
static immutable real[7] logCoeffsP = [
2.0039553499201281259648E1L,
5.7112963590585538103336E1L,
6.0949667980987787057556E1L,
2.9911919328553073277375E1L,
6.5787325942061044846969E0L,
4.9854102823193375972212E-1L,
4.5270000862445199635215E-5L,
];
static immutable real[7] logCoeffsQ = [
6.0118660497603843919306E1L,
2.1642788614495947685003E2L,
3.0909872225312059774938E2L,
2.2176239823732856465394E2L,
8.3047565967967209469434E1L,
1.5062909083469192043167E1L,
1.0000000000000000000000E0L,
];
// Coefficients for log(x) = z + z^3 P(z^2)/Q(z^2)
// where z = 2(x-1)/(x+1)
static immutable real[4] logCoeffsR = [
-3.5717684488096787370998E1L,
1.0777257190312272158094E1L,
-7.1990767473014147232598E-1L,
1.9757429581415468984296E-3L,
];
static immutable real[4] logCoeffsS = [
-4.2861221385716144629696E2L,
1.9361891836232102174846E2L,
-2.6201045551331104417768E1L,
1.0000000000000000000000E0L,
];
}
}
}
/**************************************
* Calculate the natural logarithm of x.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH log(x)) $(TH divide by 0?) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD -$(INFIN)) $(TD yes) $(TD no))
* $(TR $(TD $(LT)0.0) $(TD $(NAN)) $(TD no) $(TD yes))
* $(TR $(TD +$(INFIN)) $(TD +$(INFIN)) $(TD no) $(TD no))
* )
*/
real log(real x) @safe pure nothrow @nogc
{
version (INLINE_YL2X)
return core.math.yl2x(x, LN2);
else
{
// C1 + C2 = LN2.
enum real C1 = 6.93145751953125E-1L;
enum real C2 = 1.428606820309417232121458176568075500134E-6L;
// Special cases.
if (isNaN(x))
return x;
if (isInfinity(x) && !signbit(x))
return x;
if (x == 0.0)
return -real.infinity;
if (x < 0.0)
return real.nan;
// Separate mantissa from exponent.
// Note, frexp is used so that denormal numbers will be handled properly.
real y, z;
int exp;
x = frexp(x, exp);
// Logarithm using log(x) = z + z^^3 R(z) / S(z),
// where z = 2(x - 1)/(x + 1)
if ((exp > 2) || (exp < -2))
{
if (x < SQRT1_2)
{ // 2(2x - 1)/(2x + 1)
exp -= 1;
z = x - 0.5;
y = 0.5 * z + 0.5;
}
else
{ // 2(x - 1)/(x + 1)
z = x - 0.5;
z -= 0.5;
y = 0.5 * x + 0.5;
}
x = z / y;
z = x * x;
z = x * (z * poly(z, logCoeffsR) / poly(z, logCoeffsS));
z += exp * C2;
z += x;
z += exp * C1;
return z;
}
// Logarithm using log(1 + x) = x - .5x^^2 + x^^3 P(x) / Q(x)
if (x < SQRT1_2)
{ // 2x - 1
exp -= 1;
x = ldexp(x, 1) - 1.0;
}
else
{
x = x - 1.0;
}
z = x * x;
y = x * (z * poly(x, logCoeffsP) / poly(x, logCoeffsQ));
y += exp * C2;
z = y - ldexp(z, -1);
// Note, the sum of above terms does not exceed x/4,
// so it contributes at most about 1/4 lsb to the error.
z += x;
z += exp * C1;
return z;
}
}
///
@safe pure nothrow @nogc unittest
{
assert(feqrel(log(E), 1) >= real.mant_dig - 1);
}
/**************************************
* Calculate the base-10 logarithm of x.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH log10(x)) $(TH divide by 0?) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD -$(INFIN)) $(TD yes) $(TD no))
* $(TR $(TD $(LT)0.0) $(TD $(NAN)) $(TD no) $(TD yes))
* $(TR $(TD +$(INFIN)) $(TD +$(INFIN)) $(TD no) $(TD no))
* )
*/
real log10(real x) @safe pure nothrow @nogc
{
version (INLINE_YL2X)
return core.math.yl2x(x, LOG2);
else
{
// log10(2) split into two parts.
enum real L102A = 0.3125L;
enum real L102B = -1.14700043360188047862611052755069732318101185E-2L;
// log10(e) split into two parts.
enum real L10EA = 0.5L;
enum real L10EB = -6.570551809674817234887108108339491770560299E-2L;
// Special cases are the same as for log.
if (isNaN(x))
return x;
if (isInfinity(x) && !signbit(x))
return x;
if (x == 0.0)
return -real.infinity;
if (x < 0.0)
return real.nan;
// Separate mantissa from exponent.
// Note, frexp is used so that denormal numbers will be handled properly.
real y, z;
int exp;
x = frexp(x, exp);
// Logarithm using log(x) = z + z^^3 R(z) / S(z),
// where z = 2(x - 1)/(x + 1)
if ((exp > 2) || (exp < -2))
{
if (x < SQRT1_2)
{ // 2(2x - 1)/(2x + 1)
exp -= 1;
z = x - 0.5;
y = 0.5 * z + 0.5;
}
else
{ // 2(x - 1)/(x + 1)
z = x - 0.5;
z -= 0.5;
y = 0.5 * x + 0.5;
}
x = z / y;
z = x * x;
y = x * (z * poly(z, logCoeffsR) / poly(z, logCoeffsS));
goto Ldone;
}
// Logarithm using log(1 + x) = x - .5x^^2 + x^^3 P(x) / Q(x)
if (x < SQRT1_2)
{ // 2x - 1
exp -= 1;
x = ldexp(x, 1) - 1.0;
}
else
x = x - 1.0;
z = x * x;
y = x * (z * poly(x, logCoeffsP) / poly(x, logCoeffsQ));
y = y - ldexp(z, -1);
// Multiply log of fraction by log10(e) and base 2 exponent by log10(2).
// This sequence of operations is critical and it may be horribly
// defeated by some compiler optimizers.
Ldone:
z = y * L10EB;
z += x * L10EB;
z += exp * L102B;
z += y * L10EA;
z += x * L10EA;
z += exp * L102A;
return z;
}
}
///
@safe pure nothrow @nogc unittest
{
assert(fabs(log10(1000) - 3) < .000001);
}
/**
* Calculates the natural logarithm of 1 + x.
*
* For very small x, log1p(x) will be more accurate than
* log(1 + x).
*
* $(TABLE_SV
* $(TR $(TH x) $(TH log1p(x)) $(TH divide by 0?) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) $(TD no) $(TD no))
* $(TR $(TD -1.0) $(TD -$(INFIN)) $(TD yes) $(TD no))
* $(TR $(TD $(LT)-1.0) $(TD -$(NAN)) $(TD no) $(TD yes))
* $(TR $(TD +$(INFIN)) $(TD +$(INFIN)) $(TD no) $(TD no))
* )
*/
real log1p(real x) @safe pure nothrow @nogc
{
version (INLINE_YL2X)
{
// On x87, yl2xp1 is valid if and only if -0.5 <= lg(x) <= 0.5,
// ie if -0.29 <= x <= 0.414
return (fabs(x) <= 0.25) ? core.math.yl2xp1(x, LN2) : core.math.yl2x(x+1, LN2);
}
else
{
// Special cases.
if (isNaN(x) || x == 0.0)
return x;
if (isInfinity(x) && !signbit(x))
return x;
if (x == -1.0)
return -real.infinity;
if (x < -1.0)
return real.nan;
return log(x + 1.0);
}
}
///
@safe pure unittest
{
assert(isIdentical(log1p(0.0), 0.0));
assert(log1p(1.0).feqrel(0.69314) > 16);
assert(log1p(-1.0) == -real.infinity);
assert(isNaN(log1p(-2.0)));
assert(log1p(real.nan) is real.nan);
assert(log1p(-real.nan) is -real.nan);
assert(log1p(real.infinity) == real.infinity);
}
/***************************************
* Calculates the base-2 logarithm of x:
* $(SUB log, 2)x
*
* $(TABLE_SV
* $(TR $(TH x) $(TH log2(x)) $(TH divide by 0?) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD -$(INFIN)) $(TD yes) $(TD no) )
* $(TR $(TD $(LT)0.0) $(TD $(NAN)) $(TD no) $(TD yes) )
* $(TR $(TD +$(INFIN)) $(TD +$(INFIN)) $(TD no) $(TD no) )
* )
*/
real log2(real x) @safe pure nothrow @nogc
{
version (INLINE_YL2X)
return core.math.yl2x(x, 1);
else
{
// Special cases are the same as for log.
if (isNaN(x))
return x;
if (isInfinity(x) && !signbit(x))
return x;
if (x == 0.0)
return -real.infinity;
if (x < 0.0)
return real.nan;
// Separate mantissa from exponent.
// Note, frexp is used so that denormal numbers will be handled properly.
real y, z;
int exp;
x = frexp(x, exp);
// Logarithm using log(x) = z + z^^3 R(z) / S(z),
// where z = 2(x - 1)/(x + 1)
if ((exp > 2) || (exp < -2))
{
if (x < SQRT1_2)
{ // 2(2x - 1)/(2x + 1)
exp -= 1;
z = x - 0.5;
y = 0.5 * z + 0.5;
}
else
{ // 2(x - 1)/(x + 1)
z = x - 0.5;
z -= 0.5;
y = 0.5 * x + 0.5;
}
x = z / y;
z = x * x;
y = x * (z * poly(z, logCoeffsR) / poly(z, logCoeffsS));
goto Ldone;
}
// Logarithm using log(1 + x) = x - .5x^^2 + x^^3 P(x) / Q(x)
if (x < SQRT1_2)
{ // 2x - 1
exp -= 1;
x = ldexp(x, 1) - 1.0;
}
else
x = x - 1.0;
z = x * x;
y = x * (z * poly(x, logCoeffsP) / poly(x, logCoeffsQ));
y = y - ldexp(z, -1);
// Multiply log of fraction by log10(e) and base 2 exponent by log10(2).
// This sequence of operations is critical and it may be horribly
// defeated by some compiler optimizers.
Ldone:
z = y * (LOG2E - 1.0);
z += x * (LOG2E - 1.0);
z += y;
z += x;
z += exp;
return z;
}
}
///
@safe unittest
{
assert(approxEqual(log2(1024.0L), 10));
}
@safe @nogc nothrow unittest
{
// check if values are equal to 19 decimal digits of precision
assert(equalsDigit(log2(1024.0L), 10, 19));
}
/*****************************************
* Extracts the exponent of x as a signed integral value.
*
* If x is subnormal, it is treated as if it were normalized.
* For a positive, finite x:
*
* 1 $(LT)= $(I x) * FLT_RADIX$(SUPERSCRIPT -logb(x)) $(LT) FLT_RADIX
*
* $(TABLE_SV
* $(TR $(TH x) $(TH logb(x)) $(TH divide by 0?) )
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD +$(INFIN)) $(TD no))
* $(TR $(TD $(PLUSMN)0.0) $(TD -$(INFIN)) $(TD yes) )
* )
*/
real logb(real x) @trusted nothrow @nogc
{
version (Win64_DMD_InlineAsm)
{
asm pure nothrow @nogc
{
naked ;
fld real ptr [RCX] ;
fxtract ;
fstp ST(0) ;
ret ;
}
}
else version (MSVC_InlineAsm)
{
asm pure nothrow @nogc
{
fld x ;
fxtract ;
fstp ST(0) ;
}
}
else
return core.stdc.math.logbl(x);
}
///
@safe @nogc nothrow unittest
{
assert(logb(1.0) == 0);
assert(logb(100.0) == 6);
assert(logb(0.0) == -real.infinity);
assert(logb(real.infinity) == real.infinity);
assert(logb(-real.infinity) == real.infinity);
}
/************************************
* Calculates the remainder from the calculation x/y.
* Returns:
* The value of x - i * y, where i is the number of times that y can
* be completely subtracted from x. The result has the same sign as x.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH y) $(TH fmod(x, y)) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD not 0.0) $(TD $(PLUSMN)0.0) $(TD no))
* $(TR $(TD $(PLUSMNINF)) $(TD anything) $(TD $(NAN)) $(TD yes))
* $(TR $(TD anything) $(TD $(PLUSMN)0.0) $(TD $(NAN)) $(TD yes))
* $(TR $(TD !=$(PLUSMNINF)) $(TD $(PLUSMNINF)) $(TD x) $(TD no))
* )
*/
real fmod(real x, real y) @trusted nothrow @nogc
{
version (CRuntime_Microsoft)
{
return x % y;
}
else
return core.stdc.math.fmodl(x, y);
}
///
@safe unittest
{
assert(isIdentical(fmod(0.0, 1.0), 0.0));
assert(fmod(5.0, 3.0).feqrel(2.0) > 16);
assert(isNaN(fmod(5.0, 0.0)));
}
/************************************
* Breaks x into an integral part and a fractional part, each of which has
* the same sign as x. The integral part is stored in i.
* Returns:
* The fractional part of x.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH i (on input)) $(TH modf(x, i)) $(TH i (on return)))
* $(TR $(TD $(PLUSMNINF)) $(TD anything) $(TD $(PLUSMN)0.0) $(TD $(PLUSMNINF)))
* )
*/
real modf(real x, ref real i) @trusted nothrow @nogc
{
version (CRuntime_Microsoft)
{
i = trunc(x);
return copysign(isInfinity(x) ? 0.0 : x - i, x);
}
else
return core.stdc.math.modfl(x,&i);
}
///
@safe unittest
{
real frac;
real intpart;
frac = modf(3.14159, intpart);
assert(intpart.feqrel(3.0) > 16);
assert(frac.feqrel(0.14159) > 16);
}
/*************************************
* Efficiently calculates x * 2$(SUPERSCRIPT n).
*
* scalbn handles underflow and overflow in
* the same fashion as the basic arithmetic operators.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH scalb(x)))
* $(TR $(TD $(PLUSMNINF)) $(TD $(PLUSMNINF)) )
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) )
* )
*/
real scalbn(real x, int n) @safe pure nothrow @nogc
{
pragma(inline, true);
if (__ctfe)
{
// Handle special cases.
if (x == 0.0 || isInfinity(x))
return x;
}
return core.math.ldexp(x, n);
}
///
@safe pure nothrow @nogc unittest
{
assert(scalbn(0x1.2345678abcdefp0, 999) == 0x1.2345678abcdefp999);
assert(scalbn(-real.infinity, 5) == -real.infinity);
}
@safe pure nothrow @nogc unittest
{
// CTFE-able test
static assert(scalbn(0x1.2345678abcdefp0, 999) == 0x1.2345678abcdefp999);
static assert(scalbn(-real.infinity, 5) == -real.infinity);
// Test with large exponent delta n where the result is in bounds but 2.0L ^^ n is not.
enum initialExponent = real.min_exp + 2, resultExponent = real.max_exp - 2;
enum int n = resultExponent - initialExponent;
enum real x = 0x1.2345678abcdefp0 * (2.0L ^^ initialExponent);
enum staticResult = scalbn(x, n);
static assert(staticResult == 0x1.2345678abcdefp0 * (2.0L ^^ resultExponent));
assert(scalbn(x, n) == staticResult);
}
/***************
* Calculates the cube root of x.
*
* $(TABLE_SV
* $(TR $(TH $(I x)) $(TH cbrt(x)) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)0.0) $(TD no) )
* $(TR $(TD $(NAN)) $(TD $(NAN)) $(TD yes) )
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD $(PLUSMN)$(INFIN)) $(TD no) )
* )
*/
real cbrt(real x) @trusted nothrow @nogc
{
version (CRuntime_Microsoft)
{
version (INLINE_YL2X)
return copysign(exp2(core.math.yl2x(fabs(x), 1.0L/3.0L)), x);
else
return core.stdc.math.cbrtl(x);
}
else
return core.stdc.math.cbrtl(x);
}
///
@safe unittest
{
assert(cbrt(1.0).feqrel(1.0) > 16);
assert(cbrt(27.0).feqrel(3.0) > 16);
assert(cbrt(15.625).feqrel(2.5) > 16);
}
/*******************************
* Returns |x|
*
* $(TABLE_SV
* $(TR $(TH x) $(TH fabs(x)))
* $(TR $(TD $(PLUSMN)0.0) $(TD +0.0) )
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD +$(INFIN)) )
* )
*/
real fabs(real x) @safe pure nothrow @nogc { pragma(inline, true); return core.math.fabs(x); }
//FIXME
///ditto
double fabs(double x) @safe pure nothrow @nogc { return fabs(cast(real) x); }
//FIXME
///ditto
float fabs(float x) @safe pure nothrow @nogc { return fabs(cast(real) x); }
///
@safe unittest
{
assert(isIdentical(fabs(0.0), 0.0));
assert(isIdentical(fabs(-0.0), 0.0));
assert(fabs(-10.0) == 10.0);
}
@safe unittest
{
real function(real) pfabs = &fabs;
assert(pfabs != null);
}
/***********************************************************************
* Calculates the length of the
* hypotenuse of a right-angled triangle with sides of length x and y.
* The hypotenuse is the value of the square root of
* the sums of the squares of x and y:
*
* sqrt($(POWER x, 2) + $(POWER y, 2))
*
* Note that hypot(x, y), hypot(y, x) and
* hypot(x, -y) are equivalent.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH y) $(TH hypot(x, y)) $(TH invalid?))
* $(TR $(TD x) $(TD $(PLUSMN)0.0) $(TD |x|) $(TD no))
* $(TR $(TD $(PLUSMNINF)) $(TD y) $(TD +$(INFIN)) $(TD no))
* $(TR $(TD $(PLUSMNINF)) $(TD $(NAN)) $(TD +$(INFIN)) $(TD no))
* )
*/
real hypot(real x, real y) @safe pure nothrow @nogc
{
// Scale x and y to avoid underflow and overflow.
// If one is huge and the other tiny, return the larger.
// If both are huge, avoid overflow by scaling by 1/sqrt(real.max/2).
// If both are tiny, avoid underflow by scaling by sqrt(real.min_normal*real.epsilon).
enum real SQRTMIN = 0.5 * sqrt(real.min_normal); // This is a power of 2.
enum real SQRTMAX = 1.0L / SQRTMIN; // 2^^((max_exp)/2) = nextUp(sqrt(real.max))
static assert(2*(SQRTMAX/2)*(SQRTMAX/2) <= real.max);
// Proves that sqrt(real.max) ~~ 0.5/sqrt(real.min_normal)
static assert(real.min_normal*real.max > 2 && real.min_normal*real.max <= 4);
real u = fabs(x);
real v = fabs(y);
if (!(u >= v)) // check for NaN as well.
{
v = u;
u = fabs(y);
if (u == real.infinity) return u; // hypot(inf, nan) == inf
if (v == real.infinity) return v; // hypot(nan, inf) == inf
}
// Now u >= v, or else one is NaN.
if (v >= SQRTMAX*0.5)
{
// hypot(huge, huge) -- avoid overflow
u *= SQRTMIN*0.5;
v *= SQRTMIN*0.5;
return sqrt(u*u + v*v) * SQRTMAX * 2.0;
}
if (u <= SQRTMIN)
{
// hypot (tiny, tiny) -- avoid underflow
// This is only necessary to avoid setting the underflow
// flag.
u *= SQRTMAX / real.epsilon;
v *= SQRTMAX / real.epsilon;
return sqrt(u*u + v*v) * SQRTMIN * real.epsilon;
}
if (u * real.epsilon > v)
{
// hypot (huge, tiny) = huge
return u;
}
// both are in the normal range
return sqrt(u*u + v*v);
}
///
@safe unittest
{
assert(hypot(1.0, 1.0).feqrel(1.4142) > 16);
assert(hypot(3.0, 4.0).feqrel(5.0) > 16);
assert(hypot(real.infinity, 1.0) == real.infinity);
assert(hypot(real.infinity, real.nan) == real.infinity);
}
@safe unittest
{
static real[3][] vals = // x,y,hypot
[
[ 0.0, 0.0, 0.0],
[ 0.0, -0.0, 0.0],
[ -0.0, -0.0, 0.0],
[ 3.0, 4.0, 5.0],
[ -300, -400, 500],
[0.0, 7.0, 7.0],
[9.0, 9*real.epsilon, 9.0],
[88/(64*sqrt(real.min_normal)), 105/(64*sqrt(real.min_normal)), 137/(64*sqrt(real.min_normal))],
[88/(128*sqrt(real.min_normal)), 105/(128*sqrt(real.min_normal)), 137/(128*sqrt(real.min_normal))],
[3*real.min_normal*real.epsilon, 4*real.min_normal*real.epsilon, 5*real.min_normal*real.epsilon],
[ real.min_normal, real.min_normal, sqrt(2.0L)*real.min_normal],
[ real.max/sqrt(2.0L), real.max/sqrt(2.0L), real.max],
[ real.infinity, real.nan, real.infinity],
[ real.nan, real.infinity, real.infinity],
[ real.nan, real.nan, real.nan],
[ real.nan, real.max, real.nan],
[ real.max, real.nan, real.nan],
];
for (int i = 0; i < vals.length; i++)
{
real x = vals[i][0];
real y = vals[i][1];
real z = vals[i][2];
real h = hypot(x, y);
assert(isIdentical(z,h) || feqrel(z, h) >= real.mant_dig - 1);
}
}
/**************************************
* Returns the value of x rounded upward to the next integer
* (toward positive infinity).
*/
real ceil(real x) @trusted pure nothrow @nogc
{
version (Win64_DMD_InlineAsm)
{
asm pure nothrow @nogc
{
naked ;
fld real ptr [RCX] ;
fstcw 8[RSP] ;
mov AL,9[RSP] ;
mov DL,AL ;
and AL,0xC3 ;
or AL,0x08 ; // round to +infinity
mov 9[RSP],AL ;
fldcw 8[RSP] ;
frndint ;
mov 9[RSP],DL ;
fldcw 8[RSP] ;
ret ;
}
}
else version (MSVC_InlineAsm)
{
short cw;
asm pure nothrow @nogc
{
fld x ;
fstcw cw ;
mov AL,byte ptr cw+1 ;
mov DL,AL ;
and AL,0xC3 ;
or AL,0x08 ; // round to +infinity
mov byte ptr cw+1,AL ;
fldcw cw ;
frndint ;
mov byte ptr cw+1,DL ;
fldcw cw ;
}
}
else
{
// Special cases.
if (isNaN(x) || isInfinity(x))
return x;
real y = floorImpl(x);
if (y < x)
y += 1.0;
return y;
}
}
///
@safe pure nothrow @nogc unittest
{
assert(ceil(+123.456L) == +124);
assert(ceil(-123.456L) == -123);
assert(ceil(-1.234L) == -1);
assert(ceil(-0.123L) == 0);
assert(ceil(0.0L) == 0);
assert(ceil(+0.123L) == 1);
assert(ceil(+1.234L) == 2);
assert(ceil(real.infinity) == real.infinity);
assert(isNaN(ceil(real.nan)));
assert(isNaN(ceil(real.init)));
}
/// ditto
double ceil(double x) @trusted pure nothrow @nogc
{
// Special cases.
if (isNaN(x) || isInfinity(x))
return x;
double y = floorImpl(x);
if (y < x)
y += 1.0;
return y;
}
@safe pure nothrow @nogc unittest
{
assert(ceil(+123.456) == +124);
assert(ceil(-123.456) == -123);
assert(ceil(-1.234) == -1);
assert(ceil(-0.123) == 0);
assert(ceil(0.0) == 0);
assert(ceil(+0.123) == 1);
assert(ceil(+1.234) == 2);
assert(ceil(double.infinity) == double.infinity);
assert(isNaN(ceil(double.nan)));
assert(isNaN(ceil(double.init)));
}
/// ditto
float ceil(float x) @trusted pure nothrow @nogc
{
// Special cases.
if (isNaN(x) || isInfinity(x))
return x;
float y = floorImpl(x);
if (y < x)
y += 1.0;
return y;
}
@safe pure nothrow @nogc unittest
{
assert(ceil(+123.456f) == +124);
assert(ceil(-123.456f) == -123);
assert(ceil(-1.234f) == -1);
assert(ceil(-0.123f) == 0);
assert(ceil(0.0f) == 0);
assert(ceil(+0.123f) == 1);
assert(ceil(+1.234f) == 2);
assert(ceil(float.infinity) == float.infinity);
assert(isNaN(ceil(float.nan)));
assert(isNaN(ceil(float.init)));
}
/**************************************
* Returns the value of x rounded downward to the next integer
* (toward negative infinity).
*/
real floor(real x) @trusted pure nothrow @nogc
{
version (Win64_DMD_InlineAsm)
{
asm pure nothrow @nogc
{
naked ;
fld real ptr [RCX] ;
fstcw 8[RSP] ;
mov AL,9[RSP] ;
mov DL,AL ;
and AL,0xC3 ;
or AL,0x04 ; // round to -infinity
mov 9[RSP],AL ;
fldcw 8[RSP] ;
frndint ;
mov 9[RSP],DL ;
fldcw 8[RSP] ;
ret ;
}
}
else version (MSVC_InlineAsm)
{
short cw;
asm pure nothrow @nogc
{
fld x ;
fstcw cw ;
mov AL,byte ptr cw+1 ;
mov DL,AL ;
and AL,0xC3 ;
or AL,0x04 ; // round to -infinity
mov byte ptr cw+1,AL ;
fldcw cw ;
frndint ;
mov byte ptr cw+1,DL ;
fldcw cw ;
}
}
else
{
// Special cases.
if (isNaN(x) || isInfinity(x) || x == 0.0)
return x;
return floorImpl(x);
}
}
///
@safe pure nothrow @nogc unittest
{
assert(floor(+123.456L) == +123);
assert(floor(-123.456L) == -124);
assert(floor(+123.0L) == +123);
assert(floor(-124.0L) == -124);
assert(floor(-1.234L) == -2);
assert(floor(-0.123L) == -1);
assert(floor(0.0L) == 0);
assert(floor(+0.123L) == 0);
assert(floor(+1.234L) == 1);
assert(floor(real.infinity) == real.infinity);
assert(isNaN(floor(real.nan)));
assert(isNaN(floor(real.init)));
}
/// ditto
double floor(double x) @trusted pure nothrow @nogc
{
// Special cases.
if (isNaN(x) || isInfinity(x) || x == 0.0)
return x;
return floorImpl(x);
}
@safe pure nothrow @nogc unittest
{
assert(floor(+123.456) == +123);
assert(floor(-123.456) == -124);
assert(floor(+123.0) == +123);
assert(floor(-124.0) == -124);
assert(floor(-1.234) == -2);
assert(floor(-0.123) == -1);
assert(floor(0.0) == 0);
assert(floor(+0.123) == 0);
assert(floor(+1.234) == 1);
assert(floor(double.infinity) == double.infinity);
assert(isNaN(floor(double.nan)));
assert(isNaN(floor(double.init)));
}
/// ditto
float floor(float x) @trusted pure nothrow @nogc
{
// Special cases.
if (isNaN(x) || isInfinity(x) || x == 0.0)
return x;
return floorImpl(x);
}
@safe pure nothrow @nogc unittest
{
assert(floor(+123.456f) == +123);
assert(floor(-123.456f) == -124);
assert(floor(+123.0f) == +123);
assert(floor(-124.0f) == -124);
assert(floor(-1.234f) == -2);
assert(floor(-0.123f) == -1);
assert(floor(0.0f) == 0);
assert(floor(+0.123f) == 0);
assert(floor(+1.234f) == 1);
assert(floor(float.infinity) == float.infinity);
assert(isNaN(floor(float.nan)));
assert(isNaN(floor(float.init)));
}
/**
* Round `val` to a multiple of `unit`. `rfunc` specifies the rounding
* function to use; by default this is `rint`, which uses the current
* rounding mode.
*/
Unqual!F quantize(alias rfunc = rint, F)(const F val, const F unit)
if (is(typeof(rfunc(F.init)) : F) && isFloatingPoint!F)
{
typeof(return) ret = val;
if (unit != 0)
{
const scaled = val / unit;
if (!scaled.isInfinity)
ret = rfunc(scaled) * unit;
}
return ret;
}
///
@safe pure nothrow @nogc unittest
{
assert(12345.6789L.quantize(0.01L) == 12345.68L);
assert(12345.6789L.quantize!floor(0.01L) == 12345.67L);
assert(12345.6789L.quantize(22.0L) == 12342.0L);
}
///
@safe pure nothrow @nogc unittest
{
assert(12345.6789L.quantize(0) == 12345.6789L);
assert(12345.6789L.quantize(real.infinity).isNaN);
assert(12345.6789L.quantize(real.nan).isNaN);
assert(real.infinity.quantize(0.01L) == real.infinity);
assert(real.infinity.quantize(real.nan).isNaN);
assert(real.nan.quantize(0.01L).isNaN);
assert(real.nan.quantize(real.infinity).isNaN);
assert(real.nan.quantize(real.nan).isNaN);
}
/**
* Round `val` to a multiple of `pow(base, exp)`. `rfunc` specifies the
* rounding function to use; by default this is `rint`, which uses the
* current rounding mode.
*/
Unqual!F quantize(real base, alias rfunc = rint, F, E)(const F val, const E exp)
if (is(typeof(rfunc(F.init)) : F) && isFloatingPoint!F && isIntegral!E)
{
// TODO: Compile-time optimization for power-of-two bases?
return quantize!rfunc(val, pow(cast(F) base, exp));
}
/// ditto
Unqual!F quantize(real base, long exp = 1, alias rfunc = rint, F)(const F val)
if (is(typeof(rfunc(F.init)) : F) && isFloatingPoint!F)
{
enum unit = cast(F) pow(base, exp);
return quantize!rfunc(val, unit);
}
///
@safe pure nothrow @nogc unittest
{
assert(12345.6789L.quantize!10(-2) == 12345.68L);
assert(12345.6789L.quantize!(10, -2) == 12345.68L);
assert(12345.6789L.quantize!(10, floor)(-2) == 12345.67L);
assert(12345.6789L.quantize!(10, -2, floor) == 12345.67L);
assert(12345.6789L.quantize!22(1) == 12342.0L);
assert(12345.6789L.quantize!22 == 12342.0L);
}
@safe pure nothrow @nogc unittest
{
import std.meta : AliasSeq;
static foreach (F; AliasSeq!(real, double, float))
{{
const maxL10 = cast(int) F.max.log10.floor;
const maxR10 = pow(cast(F) 10, maxL10);
assert((cast(F) 0.9L * maxR10).quantize!10(maxL10) == maxR10);
assert((cast(F)-0.9L * maxR10).quantize!10(maxL10) == -maxR10);
assert(F.max.quantize(F.min_normal) == F.max);
assert((-F.max).quantize(F.min_normal) == -F.max);
assert(F.min_normal.quantize(F.max) == 0);
assert((-F.min_normal).quantize(F.max) == 0);
assert(F.min_normal.quantize(F.min_normal) == F.min_normal);
assert((-F.min_normal).quantize(F.min_normal) == -F.min_normal);
}}
}
/******************************************
* Rounds x to the nearest integer value, using the current rounding
* mode.
*
* Unlike the rint functions, nearbyint does not raise the
* FE_INEXACT exception.
*
* Note:
* Not implemented for Microsoft C Runtime
*/
real nearbyint(real x) @safe pure nothrow @nogc
{
version (CRuntime_Microsoft)
assert(0, "nearbyintl not implemented in Microsoft C library");
else
return core.stdc.math.nearbyintl(x);
}
///
@safe pure unittest
{
version (CRuntime_Microsoft) {}
else
{
assert(nearbyint(0.4) == 0);
assert(nearbyint(0.5) == 0);
assert(nearbyint(0.6) == 1);
assert(nearbyint(100.0) == 100);
assert(isNaN(nearbyint(real.nan)));
assert(nearbyint(real.infinity) == real.infinity);
assert(nearbyint(-real.infinity) == -real.infinity);
}
}
/**********************************
* Rounds x to the nearest integer value, using the current rounding
* mode.
*
* If the return value is not equal to x, the FE_INEXACT
* exception is raised.
*
* $(LREF nearbyint) performs the same operation, but does
* not set the FE_INEXACT exception.
*/
real rint(real x) @safe pure nothrow @nogc { pragma(inline, true); return core.math.rint(x); }
//FIXME
///ditto
double rint(double x) @safe pure nothrow @nogc { return rint(cast(real) x); }
//FIXME
///ditto
float rint(float x) @safe pure nothrow @nogc { return rint(cast(real) x); }
///
@safe unittest
{
version (IeeeFlagsSupport) resetIeeeFlags();
assert(rint(0.4) == 0);
version (IeeeFlagsSupport) assert(ieeeFlags.inexact);
assert(rint(0.5) == 0);
assert(rint(0.6) == 1);
assert(rint(100.0) == 100);
assert(isNaN(rint(real.nan)));
assert(rint(real.infinity) == real.infinity);
assert(rint(-real.infinity) == -real.infinity);
}
@safe unittest
{
real function(real) print = &rint;
assert(print != null);
}
/***************************************
* Rounds x to the nearest integer value, using the current rounding
* mode.
*
* This is generally the fastest method to convert a floating-point number
* to an integer. Note that the results from this function
* depend on the rounding mode, if the fractional part of x is exactly 0.5.
* If using the default rounding mode (ties round to even integers)
* lrint(4.5) == 4, lrint(5.5)==6.
*/
long lrint(real x) @trusted pure nothrow @nogc
{
version (InlineAsm_X86_Any)
{
version (Win64)
{
asm pure nothrow @nogc
{
naked;
fld real ptr [RCX];
fistp qword ptr 8[RSP];
mov RAX,8[RSP];
ret;
}
}
else
{
long n;
asm pure nothrow @nogc
{
fld x;
fistp n;
}
return n;
}
}
else
{
alias F = floatTraits!(real);
static if (F.realFormat == RealFormat.ieeeDouble)
{
long result;
// Rounding limit when casting from real(double) to ulong.
enum real OF = 4.50359962737049600000E15L;
uint* vi = cast(uint*)(&x);
// Find the exponent and sign
uint msb = vi[MANTISSA_MSB];
uint lsb = vi[MANTISSA_LSB];
int exp = ((msb >> 20) & 0x7ff) - 0x3ff;
const int sign = msb >> 31;
msb &= 0xfffff;
msb |= 0x100000;
if (exp < 63)
{
if (exp >= 52)
result = (cast(long) msb << (exp - 20)) | (lsb << (exp - 52));
else
{
// Adjust x and check result.
const real j = sign ? -OF : OF;
x = (j + x) - j;
msb = vi[MANTISSA_MSB];
lsb = vi[MANTISSA_LSB];
exp = ((msb >> 20) & 0x7ff) - 0x3ff;
msb &= 0xfffff;
msb |= 0x100000;
if (exp < 0)
result = 0;
else if (exp < 20)
result = cast(long) msb >> (20 - exp);
else if (exp == 20)
result = cast(long) msb;
else
result = (cast(long) msb << (exp - 20)) | (lsb >> (52 - exp));
}
}
else
{
// It is left implementation defined when the number is too large.
return cast(long) x;
}
return sign ? -result : result;
}
else static if (F.realFormat == RealFormat.ieeeExtended)
{
long result;
// Rounding limit when casting from real(80-bit) to ulong.
enum real OF = 9.22337203685477580800E18L;
ushort* vu = cast(ushort*)(&x);
uint* vi = cast(uint*)(&x);
// Find the exponent and sign
int exp = (vu[F.EXPPOS_SHORT] & 0x7fff) - 0x3fff;
const int sign = (vu[F.EXPPOS_SHORT] >> 15) & 1;
if (exp < 63)
{
// Adjust x and check result.
const real j = sign ? -OF : OF;
x = (j + x) - j;
exp = (vu[F.EXPPOS_SHORT] & 0x7fff) - 0x3fff;
version (LittleEndian)
{
if (exp < 0)
result = 0;
else if (exp <= 31)
result = vi[1] >> (31 - exp);
else
result = (cast(long) vi[1] << (exp - 31)) | (vi[0] >> (63 - exp));
}
else
{
if (exp < 0)
result = 0;
else if (exp <= 31)
result = vi[1] >> (31 - exp);
else
result = (cast(long) vi[1] << (exp - 31)) | (vi[2] >> (63 - exp));
}
}
else
{
// It is left implementation defined when the number is too large
// to fit in a 64bit long.
return cast(long) x;
}
return sign ? -result : result;
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
const vu = cast(ushort*)(&x);
// Find the exponent and sign
const sign = (vu[F.EXPPOS_SHORT] >> 15) & 1;
if ((vu[F.EXPPOS_SHORT] & F.EXPMASK) - (F.EXPBIAS + 1) > 63)
{
// The result is left implementation defined when the number is
// too large to fit in a 64 bit long.
return cast(long) x;
}
// Force rounding of lower bits according to current rounding
// mode by adding ±2^-112 and subtracting it again.
enum OF = 5.19229685853482762853049632922009600E33L;
const j = sign ? -OF : OF;
x = (j + x) - j;
const exp = (vu[F.EXPPOS_SHORT] & F.EXPMASK) - (F.EXPBIAS + 1);
const implicitOne = 1UL << 48;
auto vl = cast(ulong*)(&x);
vl[MANTISSA_MSB] &= implicitOne - 1;
vl[MANTISSA_MSB] |= implicitOne;
long result;
if (exp < 0)
result = 0;
else if (exp <= 48)
result = vl[MANTISSA_MSB] >> (48 - exp);
else
result = (vl[MANTISSA_MSB] << (exp - 48)) | (vl[MANTISSA_LSB] >> (112 - exp));
return sign ? -result : result;
}
else
{
static assert(false, "real type not supported by lrint()");
}
}
}
///
@safe pure nothrow @nogc unittest
{
assert(lrint(4.5) == 4);
assert(lrint(5.5) == 6);
assert(lrint(-4.5) == -4);
assert(lrint(-5.5) == -6);
assert(lrint(int.max - 0.5) == 2147483646L);
assert(lrint(int.max + 0.5) == 2147483648L);
assert(lrint(int.min - 0.5) == -2147483648L);
assert(lrint(int.min + 0.5) == -2147483648L);
}
static if (real.mant_dig >= long.sizeof * 8)
{
@safe pure nothrow @nogc unittest
{
assert(lrint(long.max - 1.5L) == long.max - 1);
assert(lrint(long.max - 0.5L) == long.max - 1);
assert(lrint(long.min + 0.5L) == long.min);
assert(lrint(long.min + 1.5L) == long.min + 2);
}
}
/*******************************************
* Return the value of x rounded to the nearest integer.
* If the fractional part of x is exactly 0.5, the return value is
* rounded away from zero.
*
* Returns:
* A `real`.
*/
auto round(real x) @trusted nothrow @nogc
{
version (CRuntime_Microsoft)
{
auto old = FloatingPointControl.getControlState();
FloatingPointControl.setControlState(
(old & (-1 - FloatingPointControl.roundingMask)) | FloatingPointControl.roundToZero
);
x = rint((x >= 0) ? x + 0.5 : x - 0.5);
FloatingPointControl.setControlState(old);
return x;
}
else
return core.stdc.math.roundl(x);
}
///
@safe nothrow @nogc unittest
{
assert(round(4.5) == 5);
assert(round(5.4) == 5);
assert(round(-4.5) == -5);
assert(round(-5.1) == -5);
}
// assure purity on Posix
version (Posix)
{
@safe pure nothrow @nogc unittest
{
assert(round(4.5) == 5);
}
}
/**********************************************
* Return the value of x rounded to the nearest integer.
*
* If the fractional part of x is exactly 0.5, the return value is rounded
* away from zero.
*
* $(BLUE This function is Posix-Only.)
*/
long lround(real x) @trusted nothrow @nogc
{
version (Posix)
return core.stdc.math.llroundl(x);
else
assert(0, "lround not implemented");
}
///
@safe nothrow @nogc unittest
{
version (Posix)
{
assert(lround(0.49) == 0);
assert(lround(0.5) == 1);
assert(lround(1.5) == 2);
}
}
/**
Returns the integer portion of x, dropping the fractional portion.
This is also known as "chop" rounding.
`pure` on all platforms.
*/
real trunc(real x) @trusted nothrow @nogc pure
{
version (Win64_DMD_InlineAsm)
{
asm pure nothrow @nogc
{
naked ;
fld real ptr [RCX] ;
fstcw 8[RSP] ;
mov AL,9[RSP] ;
mov DL,AL ;
and AL,0xC3 ;
or AL,0x0C ; // round to 0
mov 9[RSP],AL ;
fldcw 8[RSP] ;
frndint ;
mov 9[RSP],DL ;
fldcw 8[RSP] ;
ret ;
}
}
else version (MSVC_InlineAsm)
{
short cw;
asm pure nothrow @nogc
{
fld x ;
fstcw cw ;
mov AL,byte ptr cw+1 ;
mov DL,AL ;
and AL,0xC3 ;
or AL,0x0C ; // round to 0
mov byte ptr cw+1,AL ;
fldcw cw ;
frndint ;
mov byte ptr cw+1,DL ;
fldcw cw ;
}
}
else
return core.stdc.math.truncl(x);
}
///
@safe pure unittest
{
assert(trunc(0.01) == 0);
assert(trunc(0.49) == 0);
assert(trunc(0.5) == 0);
assert(trunc(1.5) == 1);
}
/****************************************************
* Calculate the remainder x REM y, following IEC 60559.
*
* REM is the value of x - y * n, where n is the integer nearest the exact
* value of x / y.
* If |n - x / y| == 0.5, n is even.
* If the result is zero, it has the same sign as x.
* Otherwise, the sign of the result is the sign of x / y.
* Precision mode has no effect on the remainder functions.
*
* remquo returns `n` in the parameter `n`.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH y) $(TH remainder(x, y)) $(TH n) $(TH invalid?))
* $(TR $(TD $(PLUSMN)0.0) $(TD not 0.0) $(TD $(PLUSMN)0.0) $(TD 0.0) $(TD no))
* $(TR $(TD $(PLUSMNINF)) $(TD anything) $(TD -$(NAN)) $(TD ?) $(TD yes))
* $(TR $(TD anything) $(TD $(PLUSMN)0.0) $(TD $(PLUSMN)$(NAN)) $(TD ?) $(TD yes))
* $(TR $(TD != $(PLUSMNINF)) $(TD $(PLUSMNINF)) $(TD x) $(TD ?) $(TD no))
* )
*
* $(BLUE `remquo` and `remainder` not supported on Windows.)
*/
real remainder(real x, real y) @trusted nothrow @nogc
{
version (CRuntime_Microsoft)
{
int n;
return remquo(x, y, n);
}
else
return core.stdc.math.remainderl(x, y);
}
/// ditto
real remquo(real x, real y, out int n) @trusted nothrow @nogc /// ditto
{
version (Posix)
return core.stdc.math.remquol(x, y, &n);
else
assert(0, "remquo not implemented");
}
///
@safe @nogc nothrow unittest
{
version (Posix)
{
assert(remainder(5.1, 3.0).feqrel(-0.9) > 16);
assert(remainder(-5.1, 3.0).feqrel(0.9) > 16);
assert(remainder(0.0, 3.0) == 0.0);
assert(isNaN(remainder(1.0, 0.0)));
assert(isNaN(remainder(-1.0, 0.0)));
}
}
///
@safe @nogc nothrow unittest
{
version (Posix)
{
int n;
assert(remquo(5.1, 3.0, n).feqrel(-0.9) > 16 && n == 2);
assert(remquo(-5.1, 3.0, n).feqrel(0.9) > 16 && n == -2);
assert(remquo(0.0, 3.0, n) == 0.0 && n == 0);
}
}
version (IeeeFlagsSupport)
{
/** IEEE exception status flags ('sticky bits')
These flags indicate that an exceptional floating-point condition has occurred.
They indicate that a NaN or an infinity has been generated, that a result
is inexact, or that a signalling NaN has been encountered. If floating-point
exceptions are enabled (unmasked), a hardware exception will be generated
instead of setting these flags.
*/
struct IeeeFlags
{
nothrow @nogc:
private:
// The x87 FPU status register is 16 bits.
// The Pentium SSE2 status register is 32 bits.
// The ARM and PowerPC FPSCR is a 32-bit register.
// The SPARC FSR is a 32bit register (64 bits for SPARC 7 & 8, but high bits are uninteresting).
// The RISC-V (32 & 64 bit) fcsr is 32-bit register.
uint flags;
version (CRuntime_Microsoft)
{
// Microsoft uses hardware-incompatible custom constants in fenv.h (core.stdc.fenv).
// Applies to both x87 status word (16 bits) and SSE2 status word(32 bits).
enum : int
{
INEXACT_MASK = 0x20,
UNDERFLOW_MASK = 0x10,
OVERFLOW_MASK = 0x08,
DIVBYZERO_MASK = 0x04,
INVALID_MASK = 0x01,
EXCEPTIONS_MASK = 0b11_1111
}
// Don't bother about subnormals, they are not supported on most CPUs.
// SUBNORMAL_MASK = 0x02;
}
else
{
enum : int
{
INEXACT_MASK = core.stdc.fenv.FE_INEXACT,
UNDERFLOW_MASK = core.stdc.fenv.FE_UNDERFLOW,
OVERFLOW_MASK = core.stdc.fenv.FE_OVERFLOW,
DIVBYZERO_MASK = core.stdc.fenv.FE_DIVBYZERO,
INVALID_MASK = core.stdc.fenv.FE_INVALID,
EXCEPTIONS_MASK = core.stdc.fenv.FE_ALL_EXCEPT,
}
}
private:
static uint getIeeeFlags() @trusted pure
{
version (InlineAsm_X86_Any)
{
ushort sw;
asm pure nothrow @nogc { fstsw sw; }
// OR the result with the SSE2 status register (MXCSR).
if (haveSSE)
{
uint mxcsr;
asm pure nothrow @nogc { stmxcsr mxcsr; }
return (sw | mxcsr) & EXCEPTIONS_MASK;
}
else return sw & EXCEPTIONS_MASK;
}
else version (SPARC)
{
/*
int retval;
asm pure nothrow @nogc { st %fsr, retval; }
return retval;
*/
assert(0, "Not yet supported");
}
else version (ARM)
{
assert(false, "Not yet supported.");
}
else
assert(0, "Not yet supported");
}
static void resetIeeeFlags() @trusted
{
version (InlineAsm_X86_Any)
{
asm nothrow @nogc
{
fnclex;
}
// Also clear exception flags in MXCSR, SSE's control register.
if (haveSSE)
{
uint mxcsr;
asm nothrow @nogc { stmxcsr mxcsr; }
mxcsr &= ~EXCEPTIONS_MASK;
asm nothrow @nogc { ldmxcsr mxcsr; }
}
}
else
{
/* SPARC:
int tmpval;
asm pure nothrow @nogc { st %fsr, tmpval; }
tmpval &=0xFFFF_FC00;
asm pure nothrow @nogc { ld tmpval, %fsr; }
*/
assert(0, "Not yet supported");
}
}
public:
/**
* The result cannot be represented exactly, so rounding occurred.
* Example: `x = sin(0.1);`
*/
@property bool inexact() @safe const { return (flags & INEXACT_MASK) != 0; }
/**
* A zero was generated by underflow
* Example: `x = real.min*real.epsilon/2;`
*/
@property bool underflow() @safe const { return (flags & UNDERFLOW_MASK) != 0; }
/**
* An infinity was generated by overflow
* Example: `x = real.max*2;`
*/
@property bool overflow() @safe const { return (flags & OVERFLOW_MASK) != 0; }
/**
* An infinity was generated by division by zero
* Example: `x = 3/0.0;`
*/
@property bool divByZero() @safe const { return (flags & DIVBYZERO_MASK) != 0; }
/**
* A machine NaN was generated.
* Example: `x = real.infinity * 0.0;`
*/
@property bool invalid() @safe const { return (flags & INVALID_MASK) != 0; }
}
///
@safe unittest
{
static void func() {
int a = 10 * 10;
}
pragma(inline, false) static void blockopt(ref real x) {}
real a = 3.5;
// Set all the flags to zero
resetIeeeFlags();
assert(!ieeeFlags.divByZero);
blockopt(a); // avoid constant propagation by the optimizer
// Perform a division by zero.
a /= 0.0L;
assert(a == real.infinity);
assert(ieeeFlags.divByZero);
blockopt(a); // avoid constant propagation by the optimizer
// Create a NaN
a *= 0.0L;
assert(ieeeFlags.invalid);
assert(isNaN(a));
// Check that calling func() has no effect on the
// status flags.
IeeeFlags f = ieeeFlags;
func();
assert(ieeeFlags == f);
}
@safe unittest
{
import std.meta : AliasSeq;
static struct Test
{
void delegate() @trusted action;
bool function() @trusted ieeeCheck;
}
static foreach (T; AliasSeq!(float, double, real))
{{
T x; /* Needs to be here to trick -O. It would optimize away the
calculations if x were local to the function literals. */
auto tests = [
Test(
() { x = 1; x += 0.1; },
() => ieeeFlags.inexact
),
Test(
() { x = T.min_normal; x /= T.max; },
() => ieeeFlags.underflow
),
Test(
() { x = T.max; x += T.max; },
() => ieeeFlags.overflow
),
Test(
() { x = 1; x /= 0; },
() => ieeeFlags.divByZero
),
Test(
() { x = 0; x /= 0; },
() => ieeeFlags.invalid
)
];
foreach (test; tests)
{
resetIeeeFlags();
assert(!test.ieeeCheck());
test.action();
assert(test.ieeeCheck());
}
}}
}
/// Set all of the floating-point status flags to false.
void resetIeeeFlags() @trusted nothrow @nogc
{
IeeeFlags.resetIeeeFlags();
}
///
@safe unittest
{
pragma(inline, false) static void blockopt(ref real x) {}
resetIeeeFlags();
real a = 3.5;
blockopt(a); // avoid constant propagation by the optimizer
a /= 0.0L;
blockopt(a); // avoid constant propagation by the optimizer
assert(a == real.infinity);
assert(ieeeFlags.divByZero);
resetIeeeFlags();
assert(!ieeeFlags.divByZero);
}
/// Returns: snapshot of the current state of the floating-point status flags
@property IeeeFlags ieeeFlags() @trusted pure nothrow @nogc
{
return IeeeFlags(IeeeFlags.getIeeeFlags());
}
///
@safe nothrow unittest
{
pragma(inline, false) static void blockopt(ref real x) {}
resetIeeeFlags();
real a = 3.5;
blockopt(a); // avoid constant propagation by the optimizer
a /= 0.0L;
assert(a == real.infinity);
assert(ieeeFlags.divByZero);
blockopt(a); // avoid constant propagation by the optimizer
a *= 0.0L;
assert(isNaN(a));
assert(ieeeFlags.invalid);
}
} // IeeeFlagsSupport
version (FloatingPointControlSupport)
{
/** Control the Floating point hardware
Change the IEEE754 floating-point rounding mode and the floating-point
hardware exceptions.
By default, the rounding mode is roundToNearest and all hardware exceptions
are disabled. For most applications, debugging is easier if the $(I division
by zero), $(I overflow), and $(I invalid operation) exceptions are enabled.
These three are combined into a $(I severeExceptions) value for convenience.
Note in particular that if $(I invalidException) is enabled, a hardware trap
will be generated whenever an uninitialized floating-point variable is used.
All changes are temporary. The previous state is restored at the
end of the scope.
Example:
----
{
FloatingPointControl fpctrl;
// Enable hardware exceptions for division by zero, overflow to infinity,
// invalid operations, and uninitialized floating-point variables.
fpctrl.enableExceptions(FloatingPointControl.severeExceptions);
// This will generate a hardware exception, if x is a
// default-initialized floating point variable:
real x; // Add `= 0` or even `= real.nan` to not throw the exception.
real y = x * 3.0;
// The exception is only thrown for default-uninitialized NaN-s.
// NaN-s with other payload are valid:
real z = y * real.nan; // ok
// The set hardware exceptions and rounding modes will be disabled when
// leaving this scope.
}
----
*/
struct FloatingPointControl
{
nothrow @nogc:
alias RoundingMode = uint; ///
version (StdDdoc)
{
enum : RoundingMode
{
/** IEEE rounding modes.
* The default mode is roundToNearest.
*
* roundingMask = A mask of all rounding modes.
*/
roundToNearest,
roundDown, /// ditto
roundUp, /// ditto
roundToZero, /// ditto
roundingMask, /// ditto
}
}
else version (CRuntime_Microsoft)
{
// Microsoft uses hardware-incompatible custom constants in fenv.h (core.stdc.fenv).
enum : RoundingMode
{
roundToNearest = 0x0000,
roundDown = 0x0400,
roundUp = 0x0800,
roundToZero = 0x0C00,
roundingMask = roundToNearest | roundDown
| roundUp | roundToZero,
}
}
else
{
enum : RoundingMode
{
roundToNearest = core.stdc.fenv.FE_TONEAREST,
roundDown = core.stdc.fenv.FE_DOWNWARD,
roundUp = core.stdc.fenv.FE_UPWARD,
roundToZero = core.stdc.fenv.FE_TOWARDZERO,
roundingMask = roundToNearest | roundDown
| roundUp | roundToZero,
}
}
/***
* Change the floating-point hardware rounding mode
*
* Changing the rounding mode in the middle of a function can interfere
* with optimizations of floating point expressions, as the optimizer assumes
* that the rounding mode does not change.
* It is best to change the rounding mode only at the
* beginning of the function, and keep it until the function returns.
* It is also best to add the line:
* ---
* pragma(inline, false);
* ---
* as the first line of the function so it will not get inlined.
* Params:
* newMode = the new rounding mode
*/
@property void rounding(RoundingMode newMode) @trusted
{
initialize();
setControlState((getControlState() & (-1 - roundingMask)) | (newMode & roundingMask));
}
/// Returns: the currently active rounding mode
@property static RoundingMode rounding() @trusted pure
{
return cast(RoundingMode)(getControlState() & roundingMask);
}
alias ExceptionMask = uint; ///
version (StdDdoc)
{
enum : ExceptionMask
{
/** IEEE hardware exceptions.
* By default, all exceptions are masked (disabled).
*
* severeExceptions = The overflow, division by zero, and invalid
* exceptions.
*/
subnormalException,
inexactException, /// ditto
underflowException, /// ditto
overflowException, /// ditto
divByZeroException, /// ditto
invalidException, /// ditto
severeExceptions, /// ditto
allExceptions, /// ditto
}
}
else version (ARM_Any)
{
enum : ExceptionMask
{
subnormalException = 0x8000,
inexactException = 0x1000,
underflowException = 0x0800,
overflowException = 0x0400,
divByZeroException = 0x0200,
invalidException = 0x0100,
severeExceptions = overflowException | divByZeroException
| invalidException,
allExceptions = severeExceptions | underflowException
| inexactException | subnormalException,
}
}
else version (PPC_Any)
{
enum : ExceptionMask
{
inexactException = 0x0008,
divByZeroException = 0x0010,
underflowException = 0x0020,
overflowException = 0x0040,
invalidException = 0x0080,
severeExceptions = overflowException | divByZeroException
| invalidException,
allExceptions = severeExceptions | underflowException
| inexactException,
}
}
else version (HPPA)
{
enum : ExceptionMask
{
inexactException = 0x01,
underflowException = 0x02,
overflowException = 0x04,
divByZeroException = 0x08,
invalidException = 0x10,
severeExceptions = overflowException | divByZeroException
| invalidException,
allExceptions = severeExceptions | underflowException
| inexactException,
}
}
else version (MIPS_Any)
{
enum : ExceptionMask
{
inexactException = 0x0080,
divByZeroException = 0x0400,
overflowException = 0x0200,
underflowException = 0x0100,
invalidException = 0x0800,
severeExceptions = overflowException | divByZeroException
| invalidException,
allExceptions = severeExceptions | underflowException
| inexactException,
}
}
else version (SPARC_Any)
{
enum : ExceptionMask
{
inexactException = 0x0800000,
divByZeroException = 0x1000000,
overflowException = 0x4000000,
underflowException = 0x2000000,
invalidException = 0x8000000,
severeExceptions = overflowException | divByZeroException
| invalidException,
allExceptions = severeExceptions | underflowException
| inexactException,
}
}
else version (IBMZ_Any)
{
enum : ExceptionMask
{
inexactException = 0x08000000,
divByZeroException = 0x40000000,
overflowException = 0x20000000,
underflowException = 0x10000000,
invalidException = 0x80000000,
severeExceptions = overflowException | divByZeroException
| invalidException,
allExceptions = severeExceptions | underflowException
| inexactException,
}
}
else version (RISCV_Any)
{
enum : ExceptionMask
{
inexactException = 0x01,
divByZeroException = 0x02,
underflowException = 0x04,
overflowException = 0x08,
invalidException = 0x10,
severeExceptions = overflowException | divByZeroException
| invalidException,
allExceptions = severeExceptions | underflowException
| inexactException,
}
}
else version (X86_Any)
{
enum : ExceptionMask
{
inexactException = 0x20,
underflowException = 0x10,
overflowException = 0x08,
divByZeroException = 0x04,
subnormalException = 0x02,
invalidException = 0x01,
severeExceptions = overflowException | divByZeroException
| invalidException,
allExceptions = severeExceptions | underflowException
| inexactException | subnormalException,
}
}
else
static assert(false, "Not implemented for this architecture");
version (ARM_Any)
{
static bool hasExceptionTraps_impl() @safe
{
auto oldState = getControlState();
// If exceptions are not supported, we set the bit but read it back as zero
// https://sourceware.org/ml/libc-ports/2012-06/msg00091.html
setControlState(oldState | divByZeroException);
immutable result = (getControlState() & allExceptions) != 0;
setControlState(oldState);
return result;
}
}
public:
/// Returns: true if the current FPU supports exception trapping
@property static bool hasExceptionTraps() @safe pure
{
version (X86_Any)
return true;
else version (PPC_Any)
return true;
else version (MIPS_Any)
return true;
else version (ARM_Any)
{
// The hasExceptionTraps_impl function is basically pure,
// as it restores all global state
auto fptr = ( () @trusted => cast(bool function() @safe
pure nothrow @nogc)&hasExceptionTraps_impl)();
return fptr();
}
else
assert(0, "Not yet supported");
}
/// Enable (unmask) specific hardware exceptions. Multiple exceptions may be ORed together.
void enableExceptions(ExceptionMask exceptions) @trusted
{
assert(hasExceptionTraps);
initialize();
version (X86_Any)
setControlState(getControlState() & ~(exceptions & allExceptions));
else
setControlState(getControlState() | (exceptions & allExceptions));
}
/// Disable (mask) specific hardware exceptions. Multiple exceptions may be ORed together.
void disableExceptions(ExceptionMask exceptions) @trusted
{
assert(hasExceptionTraps);
initialize();
version (X86_Any)
setControlState(getControlState() | (exceptions & allExceptions));
else
setControlState(getControlState() & ~(exceptions & allExceptions));
}
/// Returns: the exceptions which are currently enabled (unmasked)
@property static ExceptionMask enabledExceptions() @trusted pure
{
assert(hasExceptionTraps);
version (X86_Any)
return (getControlState() & allExceptions) ^ allExceptions;
else
return (getControlState() & allExceptions);
}
/// Clear all pending exceptions, then restore the original exception state and rounding mode.
~this() @trusted
{
clearExceptions();
if (initialized)
setControlState(savedState);
}
private:
ControlState savedState;
bool initialized = false;
version (ARM_Any)
{
alias ControlState = uint;
}
else version (HPPA)
{
alias ControlState = uint;
}
else version (PPC_Any)
{
alias ControlState = uint;
}
else version (MIPS_Any)
{
alias ControlState = uint;
}
else version (SPARC_Any)
{
alias ControlState = ulong;
}
else version (IBMZ_Any)
{
alias ControlState = uint;
}
else version (RISCV_Any)
{
alias ControlState = uint;
}
else version (X86_Any)
{
alias ControlState = ushort;
}
else
static assert(false, "Not implemented for this architecture");
void initialize() @safe
{
// BUG: This works around the absence of this() constructors.
if (initialized) return;
clearExceptions();
savedState = getControlState();
initialized = true;
}
// Clear all pending exceptions
static void clearExceptions() @safe
{
version (IeeeFlagsSupport)
resetIeeeFlags();
else
static assert(false, "Not implemented for this architecture");
}
// Read from the control register
static ControlState getControlState() @trusted pure
{
version (D_InlineAsm_X86)
{
short cont;
asm pure nothrow @nogc
{
xor EAX, EAX;
fstcw cont;
}
return cont;
}
else
version (D_InlineAsm_X86_64)
{
short cont;
asm pure nothrow @nogc
{
xor RAX, RAX;
fstcw cont;
}
return cont;
}
else
assert(0, "Not yet supported");
}
// Set the control register
static void setControlState(ControlState newState) @trusted
{
version (InlineAsm_X86_Any)
{
asm nothrow @nogc
{
fclex;
fldcw newState;
}
// Also update MXCSR, SSE's control register.
if (haveSSE)
{
uint mxcsr;
asm nothrow @nogc { stmxcsr mxcsr; }
/* In the FPU control register, rounding mode is in bits 10 and
11. In MXCSR it's in bits 13 and 14. */
mxcsr &= ~(roundingMask << 3); // delete old rounding mode
mxcsr |= (newState & roundingMask) << 3; // write new rounding mode
/* In the FPU control register, masks are bits 0 through 5.
In MXCSR they're 7 through 12. */
mxcsr &= ~(allExceptions << 7); // delete old masks
mxcsr |= (newState & allExceptions) << 7; // write new exception masks
asm nothrow @nogc { ldmxcsr mxcsr; }
}
}
else
assert(0, "Not yet supported");
}
}
///
@safe unittest
{
FloatingPointControl fpctrl;
fpctrl.rounding = FloatingPointControl.roundDown;
assert(lrint(1.5) == 1.0);
fpctrl.rounding = FloatingPointControl.roundUp;
assert(lrint(1.4) == 2.0);
fpctrl.rounding = FloatingPointControl.roundToNearest;
assert(lrint(1.5) == 2.0);
}
@safe unittest
{
void ensureDefaults()
{
assert(FloatingPointControl.rounding
== FloatingPointControl.roundToNearest);
if (FloatingPointControl.hasExceptionTraps)
assert(FloatingPointControl.enabledExceptions == 0);
}
{
FloatingPointControl ctrl;
}
ensureDefaults();
{
FloatingPointControl ctrl;
ctrl.rounding = FloatingPointControl.roundDown;
assert(FloatingPointControl.rounding == FloatingPointControl.roundDown);
}
ensureDefaults();
if (FloatingPointControl.hasExceptionTraps)
{
FloatingPointControl ctrl;
ctrl.enableExceptions(FloatingPointControl.divByZeroException
| FloatingPointControl.overflowException);
assert(ctrl.enabledExceptions ==
(FloatingPointControl.divByZeroException
| FloatingPointControl.overflowException));
ctrl.rounding = FloatingPointControl.roundUp;
assert(FloatingPointControl.rounding == FloatingPointControl.roundUp);
}
ensureDefaults();
}
@safe unittest // rounding
{
import std.meta : AliasSeq;
static foreach (T; AliasSeq!(float, double, real))
{{
/* Be careful with changing the rounding mode, it interferes
* with common subexpressions. Changing rounding modes should
* be done with separate functions that are not inlined.
*/
{
static T addRound(T)(uint rm)
{
pragma(inline, false) static void blockopt(ref T x) {}
pragma(inline, false);
FloatingPointControl fpctrl;
fpctrl.rounding = rm;
T x = 1;
blockopt(x); // avoid constant propagation by the optimizer
x += 0.1;
return x;
}
T u = addRound!(T)(FloatingPointControl.roundUp);
T d = addRound!(T)(FloatingPointControl.roundDown);
T z = addRound!(T)(FloatingPointControl.roundToZero);
assert(u > d);
assert(z == d);
}
{
static T subRound(T)(uint rm)
{
pragma(inline, false) static void blockopt(ref T x) {}
pragma(inline, false);
FloatingPointControl fpctrl;
fpctrl.rounding = rm;
T x = -1;
blockopt(x); // avoid constant propagation by the optimizer
x -= 0.1;
return x;
}
T u = subRound!(T)(FloatingPointControl.roundUp);
T d = subRound!(T)(FloatingPointControl.roundDown);
T z = subRound!(T)(FloatingPointControl.roundToZero);
assert(u > d);
assert(z == u);
}
}}
}
} // FloatingPointControlSupport
/*********************************
* Determines if $(D_PARAM x) is NaN.
* Params:
* x = a floating point number.
* Returns:
* `true` if $(D_PARAM x) is Nan.
*/
bool isNaN(X)(X x) @nogc @trusted pure nothrow
if (isFloatingPoint!(X))
{
version (all)
{
return x != x;
}
else
{
/*
Code kept for historical context. At least on Intel, the simple test
x != x uses one dedicated instruction (ucomiss/ucomisd) that runs in one
cycle. Code for 80- and 128-bits is larger but still smaller than the
integrals-based solutions below. Future revisions may enable the code
below conditionally depending on hardware.
*/
alias F = floatTraits!(X);
static if (F.realFormat == RealFormat.ieeeSingle)
{
const uint p = *cast(uint *)&x;
// Sign bit (MSB) is irrelevant so mask it out.
// Next 8 bits should be all set.
// At least one bit among the least significant 23 bits should be set.
return (p & 0x7FFF_FFFF) > 0x7F80_0000;
}
else static if (F.realFormat == RealFormat.ieeeDouble)
{
const ulong p = *cast(ulong *)&x;
// Sign bit (MSB) is irrelevant so mask it out.
// Next 11 bits should be all set.
// At least one bit among the least significant 52 bits should be set.
return (p & 0x7FFF_FFFF_FFFF_FFFF) > 0x7FF0_0000_0000_0000;
}
else static if (F.realFormat == RealFormat.ieeeExtended)
{
const ushort e = F.EXPMASK & (cast(ushort *)&x)[F.EXPPOS_SHORT];
const ulong ps = *cast(ulong *)&x;
return e == F.EXPMASK &&
ps & 0x7FFF_FFFF_FFFF_FFFF; // not infinity
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
const ushort e = F.EXPMASK & (cast(ushort *)&x)[F.EXPPOS_SHORT];
const ulong psLsb = (cast(ulong *)&x)[MANTISSA_LSB];
const ulong psMsb = (cast(ulong *)&x)[MANTISSA_MSB];
return e == F.EXPMASK &&
(psLsb | (psMsb& 0x0000_FFFF_FFFF_FFFF)) != 0;
}
else
{
return x != x;
}
}
}
///
@safe pure nothrow @nogc unittest
{
assert( isNaN(float.init));
assert( isNaN(-double.init));
assert( isNaN(real.nan));
assert( isNaN(-real.nan));
assert(!isNaN(cast(float) 53.6));
assert(!isNaN(cast(real)-53.6));
}
@safe pure nothrow @nogc unittest
{
import std.meta : AliasSeq;
static foreach (T; AliasSeq!(float, double, real))
{{
// CTFE-able tests
assert(isNaN(T.init));
assert(isNaN(-T.init));
assert(isNaN(T.nan));
assert(isNaN(-T.nan));
assert(!isNaN(T.infinity));
assert(!isNaN(-T.infinity));
assert(!isNaN(cast(T) 53.6));
assert(!isNaN(cast(T)-53.6));
// Runtime tests
shared T f;
f = T.init;
assert(isNaN(f));
assert(isNaN(-f));
f = T.nan;
assert(isNaN(f));
assert(isNaN(-f));
f = T.infinity;
assert(!isNaN(f));
assert(!isNaN(-f));
f = cast(T) 53.6;
assert(!isNaN(f));
assert(!isNaN(-f));
}}
}
/*********************************
* Determines if $(D_PARAM x) is finite.
* Params:
* x = a floating point number.
* Returns:
* `true` if $(D_PARAM x) is finite.
*/
bool isFinite(X)(X x) @trusted pure nothrow @nogc
{
static if (__traits(isFloating, X))
if (__ctfe)
return x == x && x != X.infinity && x != -X.infinity;
alias F = floatTraits!(X);
ushort* pe = cast(ushort *)&x;
return (pe[F.EXPPOS_SHORT] & F.EXPMASK) != F.EXPMASK;
}
///
@safe pure nothrow @nogc unittest
{
assert( isFinite(1.23f));
assert( isFinite(float.max));
assert( isFinite(float.min_normal));
assert(!isFinite(float.nan));
assert(!isFinite(float.infinity));
}
@safe pure nothrow @nogc unittest
{
assert(isFinite(1.23));
assert(isFinite(double.max));
assert(isFinite(double.min_normal));
assert(!isFinite(double.nan));
assert(!isFinite(double.infinity));
assert(isFinite(1.23L));
assert(isFinite(real.max));
assert(isFinite(real.min_normal));
assert(!isFinite(real.nan));
assert(!isFinite(real.infinity));
//CTFE
static assert(isFinite(1.23));
static assert(isFinite(double.max));
static assert(isFinite(double.min_normal));
static assert(!isFinite(double.nan));
static assert(!isFinite(double.infinity));
static assert(isFinite(1.23L));
static assert(isFinite(real.max));
static assert(isFinite(real.min_normal));
static assert(!isFinite(real.nan));
static assert(!isFinite(real.infinity));
}
/*********************************
* Determines if $(D_PARAM x) is normalized.
*
* A normalized number must not be zero, subnormal, infinite nor $(NAN).
*
* Params:
* x = a floating point number.
* Returns:
* `true` if $(D_PARAM x) is normalized.
*/
/* Need one for each format because subnormal floats might
* be converted to normal reals.
*/
bool isNormal(X)(X x) @trusted pure nothrow @nogc
{
static if (__traits(isFloating, X))
if (__ctfe)
return (x <= -X.min_normal && x != -X.infinity) || (x >= X.min_normal && x != X.infinity);
alias F = floatTraits!(X);
ushort e = F.EXPMASK & (cast(ushort *)&x)[F.EXPPOS_SHORT];
return (e != F.EXPMASK && e != 0);
}
///
@safe pure nothrow @nogc unittest
{
float f = 3;
double d = 500;
real e = 10e+48;
assert(isNormal(f));
assert(isNormal(d));
assert(isNormal(e));
f = d = e = 0;
assert(!isNormal(f));
assert(!isNormal(d));
assert(!isNormal(e));
assert(!isNormal(real.infinity));
assert(isNormal(-real.max));
assert(!isNormal(real.min_normal/4));
}
@safe pure nothrow @nogc unittest
{
// CTFE
enum float f = 3;
enum double d = 500;
enum real e = 10e+48;
static assert(isNormal(f));
static assert(isNormal(d));
static assert(isNormal(e));
static assert(!isNormal(0.0f));
static assert(!isNormal(0.0));
static assert(!isNormal(0.0L));
static assert(!isNormal(real.infinity));
static assert(isNormal(-real.max));
static assert(!isNormal(real.min_normal/4));
}
/*********************************
* Determines if $(D_PARAM x) is subnormal.
*
* Subnormals (also known as "denormal number"), have a 0 exponent
* and a 0 most significant mantissa bit.
*
* Params:
* x = a floating point number.
* Returns:
* `true` if $(D_PARAM x) is a denormal number.
*/
bool isSubnormal(X)(X x) @trusted pure nothrow @nogc
{
static if (__traits(isFloating, X))
if (__ctfe)
return -X.min_normal < x && x < X.min_normal;
/*
Need one for each format because subnormal floats might
be converted to normal reals.
*/
alias F = floatTraits!(X);
static if (F.realFormat == RealFormat.ieeeSingle)
{
uint *p = cast(uint *)&x;
return (*p & F.EXPMASK_INT) == 0 && *p & F.MANTISSAMASK_INT;
}
else static if (F.realFormat == RealFormat.ieeeDouble)
{
uint *p = cast(uint *)&x;
return (p[MANTISSA_MSB] & F.EXPMASK_INT) == 0
&& (p[MANTISSA_LSB] || p[MANTISSA_MSB] & F.MANTISSAMASK_INT);
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
ushort e = F.EXPMASK & (cast(ushort *)&x)[F.EXPPOS_SHORT];
long* ps = cast(long *)&x;
return (e == 0 &&
((ps[MANTISSA_LSB]|(ps[MANTISSA_MSB]& 0x0000_FFFF_FFFF_FFFF)) != 0));
}
else static if (F.realFormat == RealFormat.ieeeExtended)
{
ushort* pe = cast(ushort *)&x;
long* ps = cast(long *)&x;
return (pe[F.EXPPOS_SHORT] & F.EXPMASK) == 0 && *ps > 0;
}
else
{
static assert(false, "Not implemented for this architecture");
}
}
///
@safe pure nothrow @nogc unittest
{
import std.meta : AliasSeq;
static foreach (T; AliasSeq!(float, double, real))
{{
T f;
for (f = 1.0; !isSubnormal(f); f /= 2)
assert(f != 0);
}}
}
@safe pure nothrow @nogc unittest
{
static bool subnormalTest(T)()
{
T f;
for (f = 1.0; !isSubnormal(f); f /= 2)
if (f == 0)
return false;
return true;
}
static assert(subnormalTest!float());
static assert(subnormalTest!double());
static assert(subnormalTest!real());
}
/*********************************
* Determines if $(D_PARAM x) is $(PLUSMN)$(INFIN).
* Params:
* x = a floating point number.
* Returns:
* `true` if $(D_PARAM x) is $(PLUSMN)$(INFIN).
*/
bool isInfinity(X)(X x) @nogc @trusted pure nothrow
if (isFloatingPoint!(X))
{
alias F = floatTraits!(X);
static if (F.realFormat == RealFormat.ieeeSingle)
{
return ((*cast(uint *)&x) & 0x7FFF_FFFF) == 0x7F80_0000;
}
else static if (F.realFormat == RealFormat.ieeeDouble)
{
return ((*cast(ulong *)&x) & 0x7FFF_FFFF_FFFF_FFFF)
== 0x7FF0_0000_0000_0000;
}
else static if (F.realFormat == RealFormat.ieeeExtended)
{
const ushort e = cast(ushort)(F.EXPMASK & (cast(ushort *)&x)[F.EXPPOS_SHORT]);
const ulong ps = *cast(ulong *)&x;
// On Motorola 68K, infinity can have hidden bit = 1 or 0. On x86, it is always 1.
return e == F.EXPMASK && (ps & 0x7FFF_FFFF_FFFF_FFFF) == 0;
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
const long psLsb = (cast(long *)&x)[MANTISSA_LSB];
const long psMsb = (cast(long *)&x)[MANTISSA_MSB];
return (psLsb == 0)
&& (psMsb & 0x7FFF_FFFF_FFFF_FFFF) == 0x7FFF_0000_0000_0000;
}
else
{
return (x < -X.max) || (X.max < x);
}
}
///
@nogc @safe pure nothrow unittest
{
assert(!isInfinity(float.init));
assert(!isInfinity(-float.init));
assert(!isInfinity(float.nan));
assert(!isInfinity(-float.nan));
assert(isInfinity(float.infinity));
assert(isInfinity(-float.infinity));
assert(isInfinity(-1.0f / 0.0f));
}
@safe pure nothrow @nogc unittest
{
// CTFE-able tests
assert(!isInfinity(double.init));
assert(!isInfinity(-double.init));
assert(!isInfinity(double.nan));
assert(!isInfinity(-double.nan));
assert(isInfinity(double.infinity));
assert(isInfinity(-double.infinity));
assert(isInfinity(-1.0 / 0.0));
assert(!isInfinity(real.init));
assert(!isInfinity(-real.init));
assert(!isInfinity(real.nan));
assert(!isInfinity(-real.nan));
assert(isInfinity(real.infinity));
assert(isInfinity(-real.infinity));
assert(isInfinity(-1.0L / 0.0L));
// Runtime tests
shared float f;
f = float.init;
assert(!isInfinity(f));
assert(!isInfinity(-f));
f = float.nan;
assert(!isInfinity(f));
assert(!isInfinity(-f));
f = float.infinity;
assert(isInfinity(f));
assert(isInfinity(-f));
f = (-1.0f / 0.0f);
assert(isInfinity(f));
shared double d;
d = double.init;
assert(!isInfinity(d));
assert(!isInfinity(-d));
d = double.nan;
assert(!isInfinity(d));
assert(!isInfinity(-d));
d = double.infinity;
assert(isInfinity(d));
assert(isInfinity(-d));
d = (-1.0 / 0.0);
assert(isInfinity(d));
shared real e;
e = real.init;
assert(!isInfinity(e));
assert(!isInfinity(-e));
e = real.nan;
assert(!isInfinity(e));
assert(!isInfinity(-e));
e = real.infinity;
assert(isInfinity(e));
assert(isInfinity(-e));
e = (-1.0L / 0.0L);
assert(isInfinity(e));
}
/*********************************
* Is the binary representation of x identical to y?
*
* Same as ==, except that positive and negative zero are not identical,
* and two $(NAN)s are identical if they have the same 'payload'.
*/
bool isIdentical(real x, real y) @trusted pure nothrow @nogc
{
// We're doing a bitwise comparison so the endianness is irrelevant.
long* pxs = cast(long *)&x;
long* pys = cast(long *)&y;
alias F = floatTraits!(real);
static if (F.realFormat == RealFormat.ieeeDouble)
{
return pxs[0] == pys[0];
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
return pxs[0] == pys[0] && pxs[1] == pys[1];
}
else static if (F.realFormat == RealFormat.ieeeExtended)
{
ushort* pxe = cast(ushort *)&x;
ushort* pye = cast(ushort *)&y;
return pxe[4] == pye[4] && pxs[0] == pys[0];
}
else
{
assert(0, "isIdentical not implemented");
}
}
///
@safe @nogc pure nothrow unittest
{
assert( isIdentical(0.0, 0.0));
assert( isIdentical(1.0, 1.0));
assert( isIdentical(real.infinity, real.infinity));
assert( isIdentical(-real.infinity, -real.infinity));
assert(!isIdentical(0.0, -0.0));
assert(!isIdentical(real.nan, -real.nan));
assert(!isIdentical(real.infinity, -real.infinity));
}
/*********************************
* Return 1 if sign bit of e is set, 0 if not.
*/
int signbit(X)(X x) @nogc @trusted pure nothrow
{
if (__ctfe)
{
double dval = cast(double) x; // Precision can increase or decrease but sign won't change (even NaN).
return 0 > *cast(long*) &dval;
}
alias F = floatTraits!(X);
return ((cast(ubyte *)&x)[F.SIGNPOS_BYTE] & 0x80) != 0;
}
///
@nogc @safe pure nothrow unittest
{
assert(!signbit(float.nan));
assert(signbit(-float.nan));
assert(!signbit(168.1234f));
assert(signbit(-168.1234f));
assert(!signbit(0.0f));
assert(signbit(-0.0f));
assert(signbit(-float.max));
assert(!signbit(float.max));
assert(!signbit(double.nan));
assert(signbit(-double.nan));
assert(!signbit(168.1234));
assert(signbit(-168.1234));
assert(!signbit(0.0));
assert(signbit(-0.0));
assert(signbit(-double.max));
assert(!signbit(double.max));
assert(!signbit(real.nan));
assert(signbit(-real.nan));
assert(!signbit(168.1234L));
assert(signbit(-168.1234L));
assert(!signbit(0.0L));
assert(signbit(-0.0L));
assert(signbit(-real.max));
assert(!signbit(real.max));
}
@nogc @safe pure nothrow unittest
{
// CTFE
static assert(!signbit(float.nan));
static assert(signbit(-float.nan));
static assert(!signbit(168.1234f));
static assert(signbit(-168.1234f));
static assert(!signbit(0.0f));
static assert(signbit(-0.0f));
static assert(signbit(-float.max));
static assert(!signbit(float.max));
static assert(!signbit(double.nan));
static assert(signbit(-double.nan));
static assert(!signbit(168.1234));
static assert(signbit(-168.1234));
static assert(!signbit(0.0));
static assert(signbit(-0.0));
static assert(signbit(-double.max));
static assert(!signbit(double.max));
static assert(!signbit(real.nan));
static assert(signbit(-real.nan));
static assert(!signbit(168.1234L));
static assert(signbit(-168.1234L));
static assert(!signbit(0.0L));
static assert(signbit(-0.0L));
static assert(signbit(-real.max));
static assert(!signbit(real.max));
}
/**
Params:
to = the numeric value to use
from = the sign value to use
Returns:
a value composed of to with from's sign bit.
*/
R copysign(R, X)(R to, X from) @trusted pure nothrow @nogc
if (isFloatingPoint!(R) && isFloatingPoint!(X))
{
if (__ctfe)
{
return signbit(to) == signbit(from) ? to : -to;
}
ubyte* pto = cast(ubyte *)&to;
const ubyte* pfrom = cast(ubyte *)&from;
alias T = floatTraits!(R);
alias F = floatTraits!(X);
pto[T.SIGNPOS_BYTE] &= 0x7F;
pto[T.SIGNPOS_BYTE] |= pfrom[F.SIGNPOS_BYTE] & 0x80;
return to;
}
/// ditto
R copysign(R, X)(X to, R from) @trusted pure nothrow @nogc
if (isIntegral!(X) && isFloatingPoint!(R))
{
return copysign(cast(R) to, from);
}
///
@safe pure nothrow @nogc unittest
{
assert(copysign(1.0, 1.0) == 1.0);
assert(copysign(1.0, -0.0) == -1.0);
assert(copysign(1UL, -1.0) == -1.0);
assert(copysign(-1.0, -1.0) == -1.0);
assert(copysign(real.infinity, -1.0) == -real.infinity);
assert(copysign(real.nan, 1.0) is real.nan);
assert(copysign(-real.nan, 1.0) is real.nan);
assert(copysign(real.nan, -1.0) is -real.nan);
}
@safe pure nothrow @nogc unittest
{
import std.meta : AliasSeq;
static foreach (X; AliasSeq!(float, double, real, int, long))
{
static foreach (Y; AliasSeq!(float, double, real))
{{
X x = 21;
Y y = 23.8;
Y e = void;
e = copysign(x, y);
assert(e == 21.0);
e = copysign(-x, y);
assert(e == 21.0);
e = copysign(x, -y);
assert(e == -21.0);
e = copysign(-x, -y);
assert(e == -21.0);
static if (isFloatingPoint!X)
{
e = copysign(X.nan, y);
assert(isNaN(e) && !signbit(e));
e = copysign(X.nan, -y);
assert(isNaN(e) && signbit(e));
}
}}
}
// CTFE
static foreach (X; AliasSeq!(float, double, real, int, long))
{
static foreach (Y; AliasSeq!(float, double, real))
{{
enum X x = 21;
enum Y y = 23.8;
assert(21.0 == copysign(x, y));
assert(21.0 == copysign(-x, y));
assert(-21.0 == copysign(x, -y));
assert(-21.0 == copysign(-x, -y));
static if (isFloatingPoint!X)
{
static assert(isNaN(copysign(X.nan, y)) && !signbit(copysign(X.nan, y)));
assert(isNaN(copysign(X.nan, -y)) && signbit(copysign(X.nan, -y)));
}
}}
}
}
/*********************************
Returns `-1` if $(D x < 0), `x` if $(D x == 0), `1` if
$(D x > 0), and $(NAN) if x==$(NAN).
*/
F sgn(F)(F x) @safe pure nothrow @nogc
if (isFloatingPoint!F || isIntegral!F)
{
// @@@TODO@@@: make this faster
return x > 0 ? 1 : x < 0 ? -1 : x;
}
///
@safe pure nothrow @nogc unittest
{
assert(sgn(168.1234) == 1);
assert(sgn(-168.1234) == -1);
assert(sgn(0.0) == 0);
assert(sgn(-0.0) == 0);
}
// Functions for NaN payloads
/*
* A 'payload' can be stored in the significand of a $(NAN). One bit is required
* to distinguish between a quiet and a signalling $(NAN). This leaves 22 bits
* of payload for a float; 51 bits for a double; 62 bits for an 80-bit real;
* and 111 bits for a 128-bit quad.
*/
/**
* Create a quiet $(NAN), storing an integer inside the payload.
*
* For floats, the largest possible payload is 0x3F_FFFF.
* For doubles, it is 0x3_FFFF_FFFF_FFFF.
* For 80-bit or 128-bit reals, it is 0x3FFF_FFFF_FFFF_FFFF.
*/
real NaN(ulong payload) @trusted pure nothrow @nogc
{
alias F = floatTraits!(real);
static if (F.realFormat == RealFormat.ieeeExtended)
{
// real80 (in x86 real format, the implied bit is actually
// not implied but a real bit which is stored in the real)
ulong v = 3; // implied bit = 1, quiet bit = 1
}
else
{
ulong v = 1; // no implied bit. quiet bit = 1
}
ulong a = payload;
// 22 Float bits
ulong w = a & 0x3F_FFFF;
a -= w;
v <<=22;
v |= w;
a >>=22;
// 29 Double bits
v <<=29;
w = a & 0xFFF_FFFF;
v |= w;
a -= w;
a >>=29;
static if (F.realFormat == RealFormat.ieeeDouble)
{
v |= 0x7FF0_0000_0000_0000;
real x;
* cast(ulong *)(&x) = v;
return x;
}
else
{
v <<=11;
a &= 0x7FF;
v |= a;
real x = real.nan;
// Extended real bits
static if (F.realFormat == RealFormat.ieeeQuadruple)
{
v <<= 1; // there's no implicit bit
version (LittleEndian)
{
*cast(ulong*)(6+cast(ubyte*)(&x)) = v;
}
else
{
*cast(ulong*)(2+cast(ubyte*)(&x)) = v;
}
}
else
{
*cast(ulong *)(&x) = v;
}
return x;
}
}
///
@safe @nogc pure nothrow unittest
{
real a = NaN(1_000_000);
assert(isNaN(a));
assert(getNaNPayload(a) == 1_000_000);
}
@system pure nothrow @nogc unittest // not @safe because taking address of local.
{
static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
{
auto x = NaN(1);
auto xl = *cast(ulong*)&x;
assert(xl & 0x8_0000_0000_0000UL); //non-signaling bit, bit 52
assert((xl & 0x7FF0_0000_0000_0000UL) == 0x7FF0_0000_0000_0000UL); //all exp bits set
}
}
/**
* Extract an integral payload from a $(NAN).
*
* Returns:
* the integer payload as a ulong.
*
* For floats, the largest possible payload is 0x3F_FFFF.
* For doubles, it is 0x3_FFFF_FFFF_FFFF.
* For 80-bit or 128-bit reals, it is 0x3FFF_FFFF_FFFF_FFFF.
*/
ulong getNaNPayload(real x) @trusted pure nothrow @nogc
{
// assert(isNaN(x));
alias F = floatTraits!(real);
static if (F.realFormat == RealFormat.ieeeDouble)
{
ulong m = *cast(ulong *)(&x);
// Make it look like an 80-bit significand.
// Skip exponent, and quiet bit
m &= 0x0007_FFFF_FFFF_FFFF;
m <<= 11;
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
version (LittleEndian)
{
ulong m = *cast(ulong*)(6+cast(ubyte*)(&x));
}
else
{
ulong m = *cast(ulong*)(2+cast(ubyte*)(&x));
}
m >>= 1; // there's no implicit bit
}
else
{
ulong m = *cast(ulong *)(&x);
}
// ignore implicit bit and quiet bit
const ulong f = m & 0x3FFF_FF00_0000_0000L;
ulong w = f >>> 40;
w |= (m & 0x00FF_FFFF_F800L) << (22 - 11);
w |= (m & 0x7FF) << 51;
return w;
}
///
@safe @nogc pure nothrow unittest
{
real a = NaN(1_000_000);
assert(isNaN(a));
assert(getNaNPayload(a) == 1_000_000);
}
debug(UnitTest)
{
@safe pure nothrow @nogc unittest
{
real nan4 = NaN(0x789_ABCD_EF12_3456);
static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended
|| floatTraits!(real).realFormat == RealFormat.ieeeQuadruple)
{
assert(getNaNPayload(nan4) == 0x789_ABCD_EF12_3456);
}
else
{
assert(getNaNPayload(nan4) == 0x1_ABCD_EF12_3456);
}
double nan5 = nan4;
assert(getNaNPayload(nan5) == 0x1_ABCD_EF12_3456);
float nan6 = nan4;
assert(getNaNPayload(nan6) == 0x12_3456);
nan4 = NaN(0xFABCD);
assert(getNaNPayload(nan4) == 0xFABCD);
nan6 = nan4;
assert(getNaNPayload(nan6) == 0xFABCD);
nan5 = NaN(0x100_0000_0000_3456);
assert(getNaNPayload(nan5) == 0x0000_0000_3456);
}
}
/**
* Calculate the next largest floating point value after x.
*
* Return the least number greater than x that is representable as a real;
* thus, it gives the next point on the IEEE number line.
*
* $(TABLE_SV
* $(SVH x, nextUp(x) )
* $(SV -$(INFIN), -real.max )
* $(SV $(PLUSMN)0.0, real.min_normal*real.epsilon )
* $(SV real.max, $(INFIN) )
* $(SV $(INFIN), $(INFIN) )
* $(SV $(NAN), $(NAN) )
* )
*/
real nextUp(real x) @trusted pure nothrow @nogc
{
alias F = floatTraits!(real);
static if (F.realFormat == RealFormat.ieeeDouble)
{
return nextUp(cast(double) x);
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
ushort e = F.EXPMASK & (cast(ushort *)&x)[F.EXPPOS_SHORT];
if (e == F.EXPMASK)
{
// NaN or Infinity
if (x == -real.infinity) return -real.max;
return x; // +Inf and NaN are unchanged.
}
auto ps = cast(ulong *)&x;
if (ps[MANTISSA_MSB] & 0x8000_0000_0000_0000)
{
// Negative number
if (ps[MANTISSA_LSB] == 0 && ps[MANTISSA_MSB] == 0x8000_0000_0000_0000)
{
// it was negative zero, change to smallest subnormal
ps[MANTISSA_LSB] = 1;
ps[MANTISSA_MSB] = 0;
return x;
}
if (ps[MANTISSA_LSB] == 0) --ps[MANTISSA_MSB];
--ps[MANTISSA_LSB];
}
else
{
// Positive number
++ps[MANTISSA_LSB];
if (ps[MANTISSA_LSB] == 0) ++ps[MANTISSA_MSB];
}
return x;
}
else static if (F.realFormat == RealFormat.ieeeExtended)
{
// For 80-bit reals, the "implied bit" is a nuisance...
ushort *pe = cast(ushort *)&x;
ulong *ps = cast(ulong *)&x;
if ((pe[F.EXPPOS_SHORT] & F.EXPMASK) == F.EXPMASK)
{
// First, deal with NANs and infinity
if (x == -real.infinity) return -real.max;
return x; // +Inf and NaN are unchanged.
}
if (pe[F.EXPPOS_SHORT] & 0x8000)
{
// Negative number -- need to decrease the significand
--*ps;
// Need to mask with 0x7FFF... so subnormals are treated correctly.
if ((*ps & 0x7FFF_FFFF_FFFF_FFFF) == 0x7FFF_FFFF_FFFF_FFFF)
{
if (pe[F.EXPPOS_SHORT] == 0x8000) // it was negative zero
{
*ps = 1;
pe[F.EXPPOS_SHORT] = 0; // smallest subnormal.
return x;
}
--pe[F.EXPPOS_SHORT];
if (pe[F.EXPPOS_SHORT] == 0x8000)
return x; // it's become a subnormal, implied bit stays low.
*ps = 0xFFFF_FFFF_FFFF_FFFF; // set the implied bit
return x;
}
return x;
}
else
{
// Positive number -- need to increase the significand.
// Works automatically for positive zero.
++*ps;
if ((*ps & 0x7FFF_FFFF_FFFF_FFFF) == 0)
{
// change in exponent
++pe[F.EXPPOS_SHORT];
*ps = 0x8000_0000_0000_0000; // set the high bit
}
}
return x;
}
else // static if (F.realFormat == RealFormat.ibmExtended)
{
assert(0, "nextUp not implemented");
}
}
/** ditto */
double nextUp(double x) @trusted pure nothrow @nogc
{
ulong s = *cast(ulong *)&x;
if ((s & 0x7FF0_0000_0000_0000) == 0x7FF0_0000_0000_0000)
{
// First, deal with NANs and infinity
if (x == -x.infinity) return -x.max;
return x; // +INF and NAN are unchanged.
}
if (s & 0x8000_0000_0000_0000) // Negative number
{
if (s == 0x8000_0000_0000_0000) // it was negative zero
{
s = 0x0000_0000_0000_0001; // change to smallest subnormal
return *cast(double*) &s;
}
--s;
}
else
{ // Positive number
++s;
}
return *cast(double*) &s;
}
/** ditto */
float nextUp(float x) @trusted pure nothrow @nogc
{
uint s = *cast(uint *)&x;
if ((s & 0x7F80_0000) == 0x7F80_0000)
{
// First, deal with NANs and infinity
if (x == -x.infinity) return -x.max;
return x; // +INF and NAN are unchanged.
}
if (s & 0x8000_0000) // Negative number
{
if (s == 0x8000_0000) // it was negative zero
{
s = 0x0000_0001; // change to smallest subnormal
return *cast(float*) &s;
}
--s;
}
else
{
// Positive number
++s;
}
return *cast(float*) &s;
}
///
@safe @nogc pure nothrow unittest
{
assert(nextUp(1.0 - 1.0e-6).feqrel(0.999999) > 16);
assert(nextUp(1.0 - real.epsilon).feqrel(1.0) > 16);
}
/**
* Calculate the next smallest floating point value before x.
*
* Return the greatest number less than x that is representable as a real;
* thus, it gives the previous point on the IEEE number line.
*
* $(TABLE_SV
* $(SVH x, nextDown(x) )
* $(SV $(INFIN), real.max )
* $(SV $(PLUSMN)0.0, -real.min_normal*real.epsilon )
* $(SV -real.max, -$(INFIN) )
* $(SV -$(INFIN), -$(INFIN) )
* $(SV $(NAN), $(NAN) )
* )
*/
real nextDown(real x) @safe pure nothrow @nogc
{
return -nextUp(-x);
}
/** ditto */
double nextDown(double x) @safe pure nothrow @nogc
{
return -nextUp(-x);
}
/** ditto */
float nextDown(float x) @safe pure nothrow @nogc
{
return -nextUp(-x);
}
///
@safe pure nothrow @nogc unittest
{
assert( nextDown(1.0 + real.epsilon) == 1.0);
}
@safe pure nothrow @nogc unittest
{
static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended)
{
// Tests for 80-bit reals
assert(isIdentical(nextUp(NaN(0xABC)), NaN(0xABC)));
// negative numbers
assert( nextUp(-real.infinity) == -real.max );
assert( nextUp(-1.0L-real.epsilon) == -1.0 );
assert( nextUp(-2.0L) == -2.0 + real.epsilon);
// subnormals and zero
assert( nextUp(-real.min_normal) == -real.min_normal*(1-real.epsilon) );
assert( nextUp(-real.min_normal*(1-real.epsilon)) == -real.min_normal*(1-2*real.epsilon) );
assert( isIdentical(-0.0L, nextUp(-real.min_normal*real.epsilon)) );
assert( nextUp(-0.0L) == real.min_normal*real.epsilon );
assert( nextUp(0.0L) == real.min_normal*real.epsilon );
assert( nextUp(real.min_normal*(1-real.epsilon)) == real.min_normal );
assert( nextUp(real.min_normal) == real.min_normal*(1+real.epsilon) );
// positive numbers
assert( nextUp(1.0L) == 1.0 + real.epsilon );
assert( nextUp(2.0L-real.epsilon) == 2.0 );
assert( nextUp(real.max) == real.infinity );
assert( nextUp(real.infinity)==real.infinity );
}
double n = NaN(0xABC);
assert(isIdentical(nextUp(n), n));
// negative numbers
assert( nextUp(-double.infinity) == -double.max );
assert( nextUp(-1-double.epsilon) == -1.0 );
assert( nextUp(-2.0) == -2.0 + double.epsilon);
// subnormals and zero
assert( nextUp(-double.min_normal) == -double.min_normal*(1-double.epsilon) );
assert( nextUp(-double.min_normal*(1-double.epsilon)) == -double.min_normal*(1-2*double.epsilon) );
assert( isIdentical(-0.0, nextUp(-double.min_normal*double.epsilon)) );
assert( nextUp(0.0) == double.min_normal*double.epsilon );
assert( nextUp(-0.0) == double.min_normal*double.epsilon );
assert( nextUp(double.min_normal*(1-double.epsilon)) == double.min_normal );
assert( nextUp(double.min_normal) == double.min_normal*(1+double.epsilon) );
// positive numbers
assert( nextUp(1.0) == 1.0 + double.epsilon );
assert( nextUp(2.0-double.epsilon) == 2.0 );
assert( nextUp(double.max) == double.infinity );
float fn = NaN(0xABC);
assert(isIdentical(nextUp(fn), fn));
float f = -float.min_normal*(1-float.epsilon);
float f1 = -float.min_normal;
assert( nextUp(f1) == f);
f = 1.0f+float.epsilon;
f1 = 1.0f;
assert( nextUp(f1) == f );
f1 = -0.0f;
assert( nextUp(f1) == float.min_normal*float.epsilon);
assert( nextUp(float.infinity)==float.infinity );
assert(nextDown(1.0L+real.epsilon)==1.0);
assert(nextDown(1.0+double.epsilon)==1.0);
f = 1.0f+float.epsilon;
assert(nextDown(f)==1.0);
assert(nextafter(1.0+real.epsilon, -real.infinity)==1.0);
// CTFE
//enum double n = NaN(0xABC); // FIXME: Cannot set NaN payload in CTFE.
//static assert(isIdentical(nextUp(n), n)); // FIXME: https://issues.dlang.org/show_bug.cgi?id=20197
static assert(nextUp(double.nan) is double.nan);
// negative numbers
static assert( nextUp(-double.infinity) == -double.max );
static assert( nextUp(-1-double.epsilon) == -1.0 );
static assert( nextUp(-2.0) == -2.0 + double.epsilon);
// subnormals and zero
static assert( nextUp(-double.min_normal) == -double.min_normal*(1-double.epsilon) );
static assert( nextUp(-double.min_normal*(1-double.epsilon)) == -double.min_normal*(1-2*double.epsilon) );
static assert( -0.0 is nextUp(-double.min_normal*double.epsilon) );
static assert( nextUp(0.0) == double.min_normal*double.epsilon );
static assert( nextUp(-0.0) == double.min_normal*double.epsilon );
static assert( nextUp(double.min_normal*(1-double.epsilon)) == double.min_normal );
static assert( nextUp(double.min_normal) == double.min_normal*(1+double.epsilon) );
// positive numbers
static assert( nextUp(1.0) == 1.0 + double.epsilon );
static assert( nextUp(2.0-double.epsilon) == 2.0 );
static assert( nextUp(double.max) == double.infinity );
//enum float fn = NaN(0xABC); // FIXME: Cannot set NaN payload in CTFE.
//static assert(isIdentical(nextUp(fn), fn)); // FIXME: https://issues.dlang.org/show_bug.cgi?id=20197
static assert(nextUp(float.nan) is float.nan);
static assert(nextUp(-float.min_normal) == -float.min_normal*(1-float.epsilon));
static assert(nextUp(1.0f) == 1.0f+float.epsilon);
static assert(nextUp(-0.0f) == float.min_normal*float.epsilon);
static assert(nextUp(float.infinity)==float.infinity);
//static assert(nextDown(1.0L+real.epsilon)==1.0);
static assert(nextDown(1.0+double.epsilon)==1.0);
static assert(nextDown(1.0f+float.epsilon)==1.0);
//static assert(nextafter(1.0+real.epsilon, -real.infinity)==1.0);
}
/******************************************
* Calculates the next representable value after x in the direction of y.
*
* If y > x, the result will be the next largest floating-point value;
* if y < x, the result will be the next smallest value.
* If x == y, the result is y.
* If x or y is a NaN, the result is a NaN.
*
* Remarks:
* This function is not generally very useful; it's almost always better to use
* the faster functions nextUp() or nextDown() instead.
*
* The FE_INEXACT and FE_OVERFLOW exceptions will be raised if x is finite and
* the function result is infinite. The FE_INEXACT and FE_UNDERFLOW
* exceptions will be raised if the function value is subnormal, and x is
* not equal to y.
*/
T nextafter(T)(const T x, const T y) @safe pure nothrow @nogc
{
if (x == y || isNaN(y))
{
return y;
}
if (isNaN(x))
{
return x;
}
return ((y>x) ? nextUp(x) : nextDown(x));
}
///
@safe pure nothrow @nogc unittest
{
float a = 1;
assert(is(typeof(nextafter(a, a)) == float));
assert(nextafter(a, a.infinity) > a);
assert(isNaN(nextafter(a, a.nan)));
assert(isNaN(nextafter(a.nan, a)));
double b = 2;
assert(is(typeof(nextafter(b, b)) == double));
assert(nextafter(b, b.infinity) > b);
assert(isNaN(nextafter(b, b.nan)));
assert(isNaN(nextafter(b.nan, b)));
real c = 3;
assert(is(typeof(nextafter(c, c)) == real));
assert(nextafter(c, c.infinity) > c);
assert(isNaN(nextafter(c, c.nan)));
assert(isNaN(nextafter(c.nan, c)));
}
@safe pure nothrow @nogc unittest
{
// CTFE
enum float a = 1;
static assert(is(typeof(nextafter(a, a)) == float));
static assert(nextafter(a, a.infinity) > a);
static assert(isNaN(nextafter(a, a.nan)));
static assert(isNaN(nextafter(a.nan, a)));
enum double b = 2;
static assert(is(typeof(nextafter(b, b)) == double));
static assert(nextafter(b, b.infinity) > b);
static assert(isNaN(nextafter(b, b.nan)));
static assert(isNaN(nextafter(b.nan, b)));
enum real c = 3;
static assert(is(typeof(nextafter(c, c)) == real));
//static assert(nextafter(c, c.infinity) > c);
enum real negZero = nextafter(+0.0L, -0.0L); // specially CTFEable
static assert(negZero == -0.0L);
static assert(signbit(negZero));
static assert(nextafter(c, c) == c); // ditto
static assert(isNaN(nextafter(c, c.nan))); // ditto
static assert(isNaN(nextafter(c.nan, c))); // ditto
}
//real nexttoward(real x, real y) { return core.stdc.math.nexttowardl(x, y); }
/**
* Returns the positive difference between x and y.
*
* Equivalent to `fmax(x-y, 0)`.
*
* Returns:
* $(TABLE_SV
* $(TR $(TH x, y) $(TH fdim(x, y)))
* $(TR $(TD x $(GT) y) $(TD x - y))
* $(TR $(TD x $(LT)= y) $(TD +0.0))
* )
*/
real fdim(real x, real y) @safe pure nothrow @nogc
{
return (x < y) ? +0.0 : x - y;
}
///
@safe pure nothrow @nogc unittest
{
assert(fdim(2.0, 0.0) == 2.0);
assert(fdim(-2.0, 0.0) == 0.0);
assert(fdim(real.infinity, 2.0) == real.infinity);
assert(isNaN(fdim(real.nan, 2.0)));
assert(isNaN(fdim(2.0, real.nan)));
assert(isNaN(fdim(real.nan, real.nan)));
}
/**
* Returns the larger of x and y.
*
* If one of the arguments is a NaN, the other is returned.
*/
real fmax(real x, real y) @safe pure nothrow @nogc
{
return (y > x || isNaN(x)) ? y : x;
}
///
@safe pure nothrow @nogc unittest
{
assert(fmax(0.0, 2.0) == 2.0);
assert(fmax(-2.0, 0.0) == 0.0);
assert(fmax(real.infinity, 2.0) == real.infinity);
assert(fmax(real.nan, 2.0) == 2.0);
assert(fmax(2.0, real.nan) == 2.0);
}
/**
* Returns the smaller of x and y.
*
* If one of the arguments is a NaN, the other is returned.
*/
real fmin(real x, real y) @safe pure nothrow @nogc
{
return (y < x || isNaN(x)) ? y : x;
}
///
@safe pure nothrow @nogc unittest
{
assert(fmin(0.0, 2.0) == 0.0);
assert(fmin(-2.0, 0.0) == -2.0);
assert(fmin(real.infinity, 2.0) == 2.0);
assert(fmin(real.nan, 2.0) == 2.0);
assert(fmin(2.0, real.nan) == 2.0);
}
/**************************************
* Returns (x * y) + z, rounding only once according to the
* current rounding mode.
*
* BUGS: Not currently implemented - rounds twice.
*/
real fma(real x, real y, real z) @safe pure nothrow @nogc { return (x * y) + z; }
///
@safe pure nothrow @nogc unittest
{
assert(fma(0.0, 2.0, 2.0) == 2.0);
assert(fma(2.0, 2.0, 2.0) == 6.0);
assert(fma(real.infinity, 2.0, 2.0) == real.infinity);
assert(fma(real.nan, 2.0, 2.0) is real.nan);
assert(fma(2.0, 2.0, real.nan) is real.nan);
}
/**
* Compute the value of x $(SUPERSCRIPT n), where n is an integer
*/
Unqual!F pow(F, G)(F x, G n) @nogc @trusted pure nothrow
if (isFloatingPoint!(F) && isIntegral!(G))
{
import std.traits : Unsigned, isSigned;
real p = 1.0, v = void;
Unsigned!(Unqual!G) m = n;
static if (G.sizeof < 4 && !isSigned!G)
{
import std.conv : to;
const int n2 = n.to!int;
}
else alias n2 = n;
if (n < 0)
{
switch (n2)
{
case -1:
return 1 / x;
case -2:
return 1 / (x * x);
default:
}
m = cast(typeof(m))(0 - n);
v = p / x;
}
else
{
switch (n)
{
case 0:
return 1.0;
case 1:
return x;
case 2:
return x * x;
default:
}
v = x;
}
while (1)
{
if (m & 1)
p *= v;
m >>= 1;
if (!m)
break;
v *= v;
}
return p;
}
///
@safe pure nothrow @nogc unittest
{
assert(pow(2.0, 5) == 32.0);
assert(pow(1.5, 9).feqrel(38.4433) > 16);
assert(pow(real.nan, 2) is real.nan);
assert(pow(real.infinity, 2) == real.infinity);
}
@safe pure nothrow @nogc unittest
{
// Make sure it instantiates and works properly on immutable values and
// with various integer and float types.
immutable real x = 46;
immutable float xf = x;
immutable double xd = x;
immutable uint one = 1;
immutable ushort two = 2;
immutable ubyte three = 3;
immutable ulong eight = 8;
immutable int neg1 = -1;
immutable short neg2 = -2;
immutable byte neg3 = -3;
immutable long neg8 = -8;
assert(pow(x,0) == 1.0);
assert(pow(xd,one) == x);
assert(pow(xf,two) == x * x);
assert(pow(x,three) == x * x * x);
assert(pow(x,eight) == (x * x) * (x * x) * (x * x) * (x * x));
assert(pow(x, neg1) == 1 / x);
assert(approxEqual(pow(xd, neg2), cast(double) (1 / (x * x)), 1e-25, 0.0));
assert(approxEqual(pow(xf, neg8), cast(float) (1 / ((x * x) * (x * x) * (x * x) * (x * x))), 1e-15, 0.0));
assert(feqrel(pow(x, neg3), 1 / (x * x * x)) >= real.mant_dig - 1);
}
@safe @nogc nothrow unittest
{
assert(equalsDigit(pow(2.0L, 10.0L), 1024, 19));
}
/**
* Compute the power of two integral numbers.
*
* Params:
* x = base
* n = exponent
*
* Returns:
* x raised to the power of n. If n is negative the result is 1 / pow(x, -n),
* which is calculated as integer division with remainder. This may result in
* a division by zero error.
*
* If both x and n are 0, the result is 1.
*
* Throws:
* If x is 0 and n is negative, the result is the same as the result of a
* division by zero.
*/
typeof(Unqual!(F).init * Unqual!(G).init) pow(F, G)(F x, G n) @nogc @trusted pure nothrow
if (isIntegral!(F) && isIntegral!(G))
{
typeof(return) p, v = void;
Unqual!G m = n;
static if (isSigned!(F))
{
if (x == -1) return cast(typeof(return)) (m & 1 ? -1 : 1);
}
static if (isSigned!(G))
{
if (x == 0 && m <= -1) return x / 0;
}
if (x == 1) return 1;
static if (isSigned!(G))
{
if (m < 0) return 0;
}
switch (m)
{
case 0:
p = 1;
break;
case 1:
p = x;
break;
case 2:
p = x * x;
break;
default:
v = x;
p = 1;
while (1)
{
if (m & 1)
p *= v;
m >>= 1;
if (!m)
break;
v *= v;
}
break;
}
return p;
}
///
@safe pure nothrow @nogc unittest
{
assert(pow(2, 3) == 8);
assert(pow(3, 2) == 9);
assert(pow(2, 10) == 1_024);
assert(pow(2, 20) == 1_048_576);
assert(pow(2, 30) == 1_073_741_824);
assert(pow(0, 0) == 1);
assert(pow(1, -5) == 1);
assert(pow(1, -6) == 1);
assert(pow(-1, -5) == -1);
assert(pow(-1, -6) == 1);
assert(pow(-2, 5) == -32);
assert(pow(-2, -5) == 0);
assert(pow(cast(double) -2, -5) == -0.03125);
}
@safe pure nothrow @nogc unittest
{
immutable int one = 1;
immutable byte two = 2;
immutable ubyte three = 3;
immutable short four = 4;
immutable long ten = 10;
assert(pow(two, three) == 8);
assert(pow(two, ten) == 1024);
assert(pow(one, ten) == 1);
assert(pow(ten, four) == 10_000);
assert(pow(four, 10) == 1_048_576);
assert(pow(three, four) == 81);
}
// issue 7006
@safe pure nothrow @nogc unittest
{
assert(pow(5, -1) == 0);
assert(pow(-5, -1) == 0);
assert(pow(5, -2) == 0);
assert(pow(-5, -2) == 0);
assert(pow(-1, int.min) == 1);
assert(pow(-2, int.min) == 0);
assert(pow(4294967290UL,2) == 18446744022169944100UL);
assert(pow(0,uint.max) == 0);
}
/**Computes integer to floating point powers.*/
real pow(I, F)(I x, F y) @nogc @trusted pure nothrow
if (isIntegral!I && isFloatingPoint!F)
{
return pow(cast(real) x, cast(Unqual!F) y);
}
///
@safe pure nothrow @nogc unittest
{
assert(pow(2, 5.0) == 32.0);
assert(pow(7, 3.0) == 343.0);
assert(pow(2, real.nan) is real.nan);
assert(pow(2, real.infinity) == real.infinity);
}
/**
* Calculates x$(SUPERSCRIPT y).
*
* $(TABLE_SV
* $(TR $(TH x) $(TH y) $(TH pow(x, y))
* $(TH div 0) $(TH invalid?))
* $(TR $(TD anything) $(TD $(PLUSMN)0.0) $(TD 1.0)
* $(TD no) $(TD no) )
* $(TR $(TD |x| $(GT) 1) $(TD +$(INFIN)) $(TD +$(INFIN))
* $(TD no) $(TD no) )
* $(TR $(TD |x| $(LT) 1) $(TD +$(INFIN)) $(TD +0.0)
* $(TD no) $(TD no) )
* $(TR $(TD |x| $(GT) 1) $(TD -$(INFIN)) $(TD +0.0)
* $(TD no) $(TD no) )
* $(TR $(TD |x| $(LT) 1) $(TD -$(INFIN)) $(TD +$(INFIN))
* $(TD no) $(TD no) )
* $(TR $(TD +$(INFIN)) $(TD $(GT) 0.0) $(TD +$(INFIN))
* $(TD no) $(TD no) )
* $(TR $(TD +$(INFIN)) $(TD $(LT) 0.0) $(TD +0.0)
* $(TD no) $(TD no) )
* $(TR $(TD -$(INFIN)) $(TD odd integer $(GT) 0.0) $(TD -$(INFIN))
* $(TD no) $(TD no) )
* $(TR $(TD -$(INFIN)) $(TD $(GT) 0.0, not odd integer) $(TD +$(INFIN))
* $(TD no) $(TD no))
* $(TR $(TD -$(INFIN)) $(TD odd integer $(LT) 0.0) $(TD -0.0)
* $(TD no) $(TD no) )
* $(TR $(TD -$(INFIN)) $(TD $(LT) 0.0, not odd integer) $(TD +0.0)
* $(TD no) $(TD no) )
* $(TR $(TD $(PLUSMN)1.0) $(TD $(PLUSMN)$(INFIN)) $(TD -$(NAN))
* $(TD no) $(TD yes) )
* $(TR $(TD $(LT) 0.0) $(TD finite, nonintegral) $(TD $(NAN))
* $(TD no) $(TD yes))
* $(TR $(TD $(PLUSMN)0.0) $(TD odd integer $(LT) 0.0) $(TD $(PLUSMNINF))
* $(TD yes) $(TD no) )
* $(TR $(TD $(PLUSMN)0.0) $(TD $(LT) 0.0, not odd integer) $(TD +$(INFIN))
* $(TD yes) $(TD no))
* $(TR $(TD $(PLUSMN)0.0) $(TD odd integer $(GT) 0.0) $(TD $(PLUSMN)0.0)
* $(TD no) $(TD no) )
* $(TR $(TD $(PLUSMN)0.0) $(TD $(GT) 0.0, not odd integer) $(TD +0.0)
* $(TD no) $(TD no) )
* )
*/
Unqual!(Largest!(F, G)) pow(F, G)(F x, G y) @nogc @trusted pure nothrow
if (isFloatingPoint!(F) && isFloatingPoint!(G))
{
alias Float = typeof(return);
static real impl(real x, real y) @nogc pure nothrow
{
// Special cases.
if (isNaN(y))
return y;
if (isNaN(x) && y != 0.0)
return x;
// Even if x is NaN.
if (y == 0.0)
return 1.0;
if (y == 1.0)
return x;
if (isInfinity(y))
{
if (fabs(x) > 1)
{
if (signbit(y))
return +0.0;
else
return F.infinity;
}
else if (fabs(x) == 1)
{
return y * 0; // generate NaN.
}
else // < 1
{
if (signbit(y))
return F.infinity;
else
return +0.0;
}
}
if (isInfinity(x))
{
if (signbit(x))
{
long i = cast(long) y;
if (y > 0.0)
{
if (i == y && i & 1)
return -F.infinity;
else
return F.infinity;
}
else if (y < 0.0)
{
if (i == y && i & 1)
return -0.0;
else
return +0.0;
}
}
else
{
if (y > 0.0)
return F.infinity;
else if (y < 0.0)
return +0.0;
}
}
if (x == 0.0)
{
if (signbit(x))
{
long i = cast(long) y;
if (y > 0.0)
{
if (i == y && i & 1)
return -0.0;
else
return +0.0;
}
else if (y < 0.0)
{
if (i == y && i & 1)
return -F.infinity;
else
return F.infinity;
}
}
else
{
if (y > 0.0)
return +0.0;
else if (y < 0.0)
return F.infinity;
}
}
if (x == 1.0)
return 1.0;
if (y >= F.max)
{
if ((x > 0.0 && x < 1.0) || (x > -1.0 && x < 0.0))
return 0.0;
if (x > 1.0 || x < -1.0)
return F.infinity;
}
if (y <= -F.max)
{
if ((x > 0.0 && x < 1.0) || (x > -1.0 && x < 0.0))
return F.infinity;
if (x > 1.0 || x < -1.0)
return 0.0;
}
if (x >= F.max)
{
if (y > 0.0)
return F.infinity;
else
return 0.0;
}
if (x <= -F.max)
{
long i = cast(long) y;
if (y > 0.0)
{
if (i == y && i & 1)
return -F.infinity;
else
return F.infinity;
}
else if (y < 0.0)
{
if (i == y && i & 1)
return -0.0;
else
return +0.0;
}
}
// Integer power of x.
long iy = cast(long) y;
if (iy == y && fabs(y) < 32_768.0)
return pow(x, iy);
real sign = 1.0;
if (x < 0)
{
// Result is real only if y is an integer
// Check for a non-zero fractional part
enum maxOdd = pow(2.0L, real.mant_dig) - 1.0L;
static if (maxOdd > ulong.max)
{
// Generic method, for any FP type
if (floor(y) != y)
return sqrt(x); // Complex result -- create a NaN
const hy = ldexp(y, -1);
if (floor(hy) != hy)
sign = -1.0;
}
else
{
// Much faster, if ulong has enough precision
const absY = fabs(y);
if (absY <= maxOdd)
{
const uy = cast(ulong) absY;
if (uy != absY)
return sqrt(x); // Complex result -- create a NaN
if (uy & 1)
sign = -1.0;
}
}
x = -x;
}
version (INLINE_YL2X)
{
// If x > 0, x ^^ y == 2 ^^ ( y * log2(x) )
// TODO: This is not accurate in practice. A fast and accurate
// (though complicated) method is described in:
// "An efficient rounding boundary test for pow(x, y)
// in double precision", C.Q. Lauter and V. Lefèvre, INRIA (2007).
return sign * exp2( core.math.yl2x(x, y) );
}
else
{
// If x > 0, x ^^ y == 2 ^^ ( y * log2(x) )
// TODO: This is not accurate in practice. A fast and accurate
// (though complicated) method is described in:
// "An efficient rounding boundary test for pow(x, y)
// in double precision", C.Q. Lauter and V. Lefèvre, INRIA (2007).
Float w = exp2(y * log2(x));
return sign * w;
}
}
return impl(x, y);
}
///
@safe pure nothrow @nogc unittest
{
assert(pow(1.0, 2.0) == 1.0);
assert(pow(0.0, 0.0) == 1.0);
assert(pow(1.5, 10.0).feqrel(57.665) > 16);
// special values
assert(pow(1.5, real.infinity) == real.infinity);
assert(pow(0.5, real.infinity) == 0.0);
assert(pow(1.5, -real.infinity) == 0.0);
assert(pow(0.5, -real.infinity) == real.infinity);
assert(pow(real.infinity, 1.0) == real.infinity);
assert(pow(real.infinity, -1.0) == 0.0);
assert(pow(-real.infinity, 1.0) == -real.infinity);
assert(pow(-real.infinity, 2.0) == real.infinity);
assert(pow(-real.infinity, -1.0) == -0.0);
assert(pow(-real.infinity, -2.0) == 0.0);
assert(pow(1.0, real.infinity) is -real.nan);
assert(pow(0.0, -1.0) == real.infinity);
assert(pow(real.nan, 0.0) == 1.0);
}
@safe pure nothrow @nogc unittest
{
// Test all the special values. These unittests can be run on Windows
// by temporarily changing the version (linux) to version (all).
immutable float zero = 0;
immutable real one = 1;
immutable double two = 2;
immutable float three = 3;
immutable float fnan = float.nan;
immutable double dnan = double.nan;
immutable real rnan = real.nan;
immutable dinf = double.infinity;
immutable rninf = -real.infinity;
assert(pow(fnan, zero) == 1);
assert(pow(dnan, zero) == 1);
assert(pow(rnan, zero) == 1);
assert(pow(two, dinf) == double.infinity);
assert(isIdentical(pow(0.2f, dinf), +0.0));
assert(pow(0.99999999L, rninf) == real.infinity);
assert(isIdentical(pow(1.000000001, rninf), +0.0));
assert(pow(dinf, 0.001) == dinf);
assert(isIdentical(pow(dinf, -0.001), +0.0));
assert(pow(rninf, 3.0L) == rninf);
assert(pow(rninf, 2.0L) == real.infinity);
assert(isIdentical(pow(rninf, -3.0), -0.0));
assert(isIdentical(pow(rninf, -2.0), +0.0));
// @@@BUG@@@ somewhere
version (OSX) {} else assert(isNaN(pow(one, dinf)));
version (OSX) {} else assert(isNaN(pow(-one, dinf)));
assert(isNaN(pow(-0.2, PI)));
// boundary cases. Note that epsilon == 2^^-n for some n,
// so 1/epsilon == 2^^n is always even.
assert(pow(-1.0L, 1/real.epsilon - 1.0L) == -1.0L);
assert(pow(-1.0L, 1/real.epsilon) == 1.0L);
assert(isNaN(pow(-1.0L, 1/real.epsilon-0.5L)));
assert(isNaN(pow(-1.0L, -1/real.epsilon+0.5L)));
assert(pow(0.0, -3.0) == double.infinity);
assert(pow(-0.0, -3.0) == -double.infinity);
assert(pow(0.0, -PI) == double.infinity);
assert(pow(-0.0, -PI) == double.infinity);
assert(isIdentical(pow(0.0, 5.0), 0.0));
assert(isIdentical(pow(-0.0, 5.0), -0.0));
assert(isIdentical(pow(0.0, 6.0), 0.0));
assert(isIdentical(pow(-0.0, 6.0), 0.0));
// Issue #14786 fixed
immutable real maxOdd = pow(2.0L, real.mant_dig) - 1.0L;
assert(pow(-1.0L, maxOdd) == -1.0L);
assert(pow(-1.0L, -maxOdd) == -1.0L);
assert(pow(-1.0L, maxOdd + 1.0L) == 1.0L);
assert(pow(-1.0L, -maxOdd + 1.0L) == 1.0L);
assert(pow(-1.0L, maxOdd - 1.0L) == 1.0L);
assert(pow(-1.0L, -maxOdd - 1.0L) == 1.0L);
// Now, actual numbers.
assert(approxEqual(pow(two, three), 8.0));
assert(approxEqual(pow(two, -2.5), 0.1767767));
// Test integer to float power.
immutable uint twoI = 2;
assert(approxEqual(pow(twoI, three), 8.0));
}
/** Computes the value of a positive integer `x`, raised to the power `n`, modulo `m`.
*
* Params:
* x = base
* n = exponent
* m = modulus
*
* Returns:
* `x` to the power `n`, modulo `m`.
* The return type is the largest of `x`'s and `m`'s type.
*
* The function requires that all values have unsigned types.
*/
Unqual!(Largest!(F, H)) powmod(F, G, H)(F x, G n, H m)
if (isUnsigned!F && isUnsigned!G && isUnsigned!H)
{
import std.meta : AliasSeq;
alias T = Unqual!(Largest!(F, H));
static if (T.sizeof <= 4)
{
alias DoubleT = AliasSeq!(void, ushort, uint, void, ulong)[T.sizeof];
}
static T mulmod(T a, T b, T c)
{
static if (T.sizeof == 8)
{
static T addmod(T a, T b, T c)
{
b = c - b;
if (a >= b)
return a - b;
else
return c - b + a;
}
T result = 0, tmp;
b %= c;
while (a > 0)
{
if (a & 1)
result = addmod(result, b, c);
a >>= 1;
b = addmod(b, b, c);
}
return result;
}
else
{
DoubleT result = cast(DoubleT) (cast(DoubleT) a * cast(DoubleT) b);
return result % c;
}
}
T base = x, result = 1, modulus = m;
Unqual!G exponent = n;
while (exponent > 0)
{
if (exponent & 1)
result = mulmod(result, base, modulus);
base = mulmod(base, base, modulus);
exponent >>= 1;
}
return result;
}
///
@safe pure nothrow @nogc unittest
{
assert(powmod(1U, 10U, 3U) == 1);
assert(powmod(3U, 2U, 6U) == 3);
assert(powmod(5U, 5U, 15U) == 5);
assert(powmod(2U, 3U, 5U) == 3);
assert(powmod(2U, 4U, 5U) == 1);
assert(powmod(2U, 5U, 5U) == 2);
}
@safe pure nothrow @nogc unittest
{
ulong a = 18446744073709551615u, b = 20u, c = 18446744073709551610u;
assert(powmod(a, b, c) == 95367431640625u);
a = 100; b = 7919; c = 18446744073709551557u;
assert(powmod(a, b, c) == 18223853583554725198u);
a = 117; b = 7919; c = 18446744073709551557u;
assert(powmod(a, b, c) == 11493139548346411394u);
a = 134; b = 7919; c = 18446744073709551557u;
assert(powmod(a, b, c) == 10979163786734356774u);
a = 151; b = 7919; c = 18446744073709551557u;
assert(powmod(a, b, c) == 7023018419737782840u);
a = 168; b = 7919; c = 18446744073709551557u;
assert(powmod(a, b, c) == 58082701842386811u);
a = 185; b = 7919; c = 18446744073709551557u;
assert(powmod(a, b, c) == 17423478386299876798u);
a = 202; b = 7919; c = 18446744073709551557u;
assert(powmod(a, b, c) == 5522733478579799075u);
a = 219; b = 7919; c = 18446744073709551557u;
assert(powmod(a, b, c) == 15230218982491623487u);
a = 236; b = 7919; c = 18446744073709551557u;
assert(powmod(a, b, c) == 5198328724976436000u);
a = 0; b = 7919; c = 18446744073709551557u;
assert(powmod(a, b, c) == 0);
a = 123; b = 0; c = 18446744073709551557u;
assert(powmod(a, b, c) == 1);
immutable ulong a1 = 253, b1 = 7919, c1 = 18446744073709551557u;
assert(powmod(a1, b1, c1) == 3883707345459248860u);
uint x = 100 ,y = 7919, z = 1844674407u;
assert(powmod(x, y, z) == 1613100340u);
x = 134; y = 7919; z = 1844674407u;
assert(powmod(x, y, z) == 734956622u);
x = 151; y = 7919; z = 1844674407u;
assert(powmod(x, y, z) == 1738696945u);
x = 168; y = 7919; z = 1844674407u;
assert(powmod(x, y, z) == 1247580927u);
x = 185; y = 7919; z = 1844674407u;
assert(powmod(x, y, z) == 1293855176u);
x = 202; y = 7919; z = 1844674407u;
assert(powmod(x, y, z) == 1566963682u);
x = 219; y = 7919; z = 1844674407u;
assert(powmod(x, y, z) == 181227807u);
x = 236; y = 7919; z = 1844674407u;
assert(powmod(x, y, z) == 217988321u);
x = 253; y = 7919; z = 1844674407u;
assert(powmod(x, y, z) == 1588843243u);
x = 0; y = 7919; z = 184467u;
assert(powmod(x, y, z) == 0);
x = 123; y = 0; z = 1844674u;
assert(powmod(x, y, z) == 1);
immutable ubyte x1 = 117;
immutable uint y1 = 7919;
immutable uint z1 = 1844674407u;
auto res = powmod(x1, y1, z1);
assert(is(typeof(res) == uint));
assert(res == 9479781u);
immutable ushort x2 = 123;
immutable uint y2 = 203;
immutable ubyte z2 = 113;
auto res2 = powmod(x2, y2, z2);
assert(is(typeof(res2) == ushort));
assert(res2 == 42u);
}
/**************************************
* To what precision is x equal to y?
*
* Returns: the number of mantissa bits which are equal in x and y.
* eg, 0x1.F8p+60 and 0x1.F1p+60 are equal to 5 bits of precision.
*
* $(TABLE_SV
* $(TR $(TH x) $(TH y) $(TH feqrel(x, y)))
* $(TR $(TD x) $(TD x) $(TD real.mant_dig))
* $(TR $(TD x) $(TD $(GT)= 2*x) $(TD 0))
* $(TR $(TD x) $(TD $(LT)= x/2) $(TD 0))
* $(TR $(TD $(NAN)) $(TD any) $(TD 0))
* $(TR $(TD any) $(TD $(NAN)) $(TD 0))
* )
*/
int feqrel(X)(const X x, const X y) @trusted pure nothrow @nogc
if (isFloatingPoint!(X))
{
/* Public Domain. Author: Don Clugston, 18 Aug 2005.
*/
alias F = floatTraits!(X);
static if (F.realFormat == RealFormat.ieeeSingle
|| F.realFormat == RealFormat.ieeeDouble
|| F.realFormat == RealFormat.ieeeExtended
|| F.realFormat == RealFormat.ieeeQuadruple)
{
if (x == y)
return X.mant_dig; // ensure diff != 0, cope with INF.
Unqual!X diff = fabs(x - y);
ushort *pa = cast(ushort *)(&x);
ushort *pb = cast(ushort *)(&y);
ushort *pd = cast(ushort *)(&diff);
// The difference in abs(exponent) between x or y and abs(x-y)
// is equal to the number of significand bits of x which are
// equal to y. If negative, x and y have different exponents.
// If positive, x and y are equal to 'bitsdiff' bits.
// AND with 0x7FFF to form the absolute value.
// To avoid out-by-1 errors, we subtract 1 so it rounds down
// if the exponents were different. This means 'bitsdiff' is
// always 1 lower than we want, except that if bitsdiff == 0,
// they could have 0 or 1 bits in common.
int bitsdiff = ((( (pa[F.EXPPOS_SHORT] & F.EXPMASK)
+ (pb[F.EXPPOS_SHORT] & F.EXPMASK)
- (1 << F.EXPSHIFT)) >> 1)
- (pd[F.EXPPOS_SHORT] & F.EXPMASK)) >> F.EXPSHIFT;
if ( (pd[F.EXPPOS_SHORT] & F.EXPMASK) == 0)
{ // Difference is subnormal
// For subnormals, we need to add the number of zeros that
// lie at the start of diff's significand.
// We do this by multiplying by 2^^real.mant_dig
diff *= F.RECIP_EPSILON;
return bitsdiff + X.mant_dig - ((pd[F.EXPPOS_SHORT] & F.EXPMASK) >> F.EXPSHIFT);
}
if (bitsdiff > 0)
return bitsdiff + 1; // add the 1 we subtracted before
// Avoid out-by-1 errors when factor is almost 2.
if (bitsdiff == 0
&& ((pa[F.EXPPOS_SHORT] ^ pb[F.EXPPOS_SHORT]) & F.EXPMASK) == 0)
{
return 1;
} else return 0;
}
else
{
static assert(false, "Not implemented for this architecture");
}
}
///
@safe pure unittest
{
assert(feqrel(2.0, 2.0) == 53);
assert(feqrel(2.0f, 2.0f) == 24);
assert(feqrel(2.0, double.nan) == 0);
// Test that numbers are within n digits of each
// other by testing if feqrel > n * log2(10)
// five digits
assert(feqrel(2.0, 2.00001) > 16);
// ten digits
assert(feqrel(2.0, 2.00000000001) > 33);
}
@safe pure nothrow @nogc unittest
{
void testFeqrel(F)()
{
// Exact equality
assert(feqrel(F.max, F.max) == F.mant_dig);
assert(feqrel!(F)(0.0, 0.0) == F.mant_dig);
assert(feqrel(F.infinity, F.infinity) == F.mant_dig);
// a few bits away from exact equality
F w=1;
for (int i = 1; i < F.mant_dig - 1; ++i)
{
assert(feqrel!(F)(1.0 + w * F.epsilon, 1.0) == F.mant_dig-i);
assert(feqrel!(F)(1.0 - w * F.epsilon, 1.0) == F.mant_dig-i);
assert(feqrel!(F)(1.0, 1 + (w-1) * F.epsilon) == F.mant_dig - i + 1);
w*=2;
}
assert(feqrel!(F)(1.5+F.epsilon, 1.5) == F.mant_dig-1);
assert(feqrel!(F)(1.5-F.epsilon, 1.5) == F.mant_dig-1);
assert(feqrel!(F)(1.5-F.epsilon, 1.5+F.epsilon) == F.mant_dig-2);
// Numbers that are close
assert(feqrel!(F)(0x1.Bp+84, 0x1.B8p+84) == 5);
assert(feqrel!(F)(0x1.8p+10, 0x1.Cp+10) == 2);
assert(feqrel!(F)(1.5 * (1 - F.epsilon), 1.0L) == 2);
assert(feqrel!(F)(1.5, 1.0) == 1);
assert(feqrel!(F)(2 * (1 - F.epsilon), 1.0L) == 1);
// Factors of 2
assert(feqrel(F.max, F.infinity) == 0);
assert(feqrel!(F)(2 * (1 - F.epsilon), 1.0L) == 1);
assert(feqrel!(F)(1.0, 2.0) == 0);
assert(feqrel!(F)(4.0, 1.0) == 0);
// Extreme inequality
assert(feqrel(F.nan, F.nan) == 0);
assert(feqrel!(F)(0.0L, -F.nan) == 0);
assert(feqrel(F.nan, F.infinity) == 0);
assert(feqrel(F.infinity, -F.infinity) == 0);
assert(feqrel(F.max, -F.max) == 0);
assert(feqrel(F.min_normal / 8, F.min_normal / 17) == 3);
const F Const = 2;
immutable F Immutable = 2;
auto Compiles = feqrel(Const, Immutable);
}
assert(feqrel(7.1824L, 7.1824L) == real.mant_dig);
testFeqrel!(real)();
testFeqrel!(double)();
testFeqrel!(float)();
}
package: // Not public yet
/* Return the value that lies halfway between x and y on the IEEE number line.
*
* Formally, the result is the arithmetic mean of the binary significands of x
* and y, multiplied by the geometric mean of the binary exponents of x and y.
* x and y must have the same sign, and must not be NaN.
* Note: this function is useful for ensuring O(log n) behaviour in algorithms
* involving a 'binary chop'.
*
* Special cases:
* If x and y are within a factor of 2, (ie, feqrel(x, y) > 0), the return value
* is the arithmetic mean (x + y) / 2.
* If x and y are even powers of 2, the return value is the geometric mean,
* ieeeMean(x, y) = sqrt(x * y).
*
*/
T ieeeMean(T)(const T x, const T y) @trusted pure nothrow @nogc
in
{
// both x and y must have the same sign, and must not be NaN.
assert(signbit(x) == signbit(y));
assert(x == x && y == y);
}
do
{
// Runtime behaviour for contract violation:
// If signs are opposite, or one is a NaN, return 0.
if (!((x >= 0 && y >= 0) || (x <= 0 && y <= 0))) return 0.0;
// The implementation is simple: cast x and y to integers,
// average them (avoiding overflow), and cast the result back to a floating-point number.
alias F = floatTraits!(T);
T u;
static if (F.realFormat == RealFormat.ieeeExtended)
{
// There's slight additional complexity because they are actually
// 79-bit reals...
ushort *ue = cast(ushort *)&u;
ulong *ul = cast(ulong *)&u;
ushort *xe = cast(ushort *)&x;
ulong *xl = cast(ulong *)&x;
ushort *ye = cast(ushort *)&y;
ulong *yl = cast(ulong *)&y;
// Ignore the useless implicit bit. (Bonus: this prevents overflows)
ulong m = ((*xl) & 0x7FFF_FFFF_FFFF_FFFFL) + ((*yl) & 0x7FFF_FFFF_FFFF_FFFFL);
// @@@ BUG? @@@
// Cast shouldn't be here
ushort e = cast(ushort) ((xe[F.EXPPOS_SHORT] & F.EXPMASK)
+ (ye[F.EXPPOS_SHORT] & F.EXPMASK));
if (m & 0x8000_0000_0000_0000L)
{
++e;
m &= 0x7FFF_FFFF_FFFF_FFFFL;
}
// Now do a multi-byte right shift
const uint c = e & 1; // carry
e >>= 1;
m >>>= 1;
if (c)
m |= 0x4000_0000_0000_0000L; // shift carry into significand
if (e)
*ul = m | 0x8000_0000_0000_0000L; // set implicit bit...
else
*ul = m; // ... unless exponent is 0 (subnormal or zero).
ue[4]= e | (xe[F.EXPPOS_SHORT]& 0x8000); // restore sign bit
}
else static if (F.realFormat == RealFormat.ieeeQuadruple)
{
// This would be trivial if 'ucent' were implemented...
ulong *ul = cast(ulong *)&u;
ulong *xl = cast(ulong *)&x;
ulong *yl = cast(ulong *)&y;
// Multi-byte add, then multi-byte right shift.
import core.checkedint : addu;
bool carry;
ulong ml = addu(xl[MANTISSA_LSB], yl[MANTISSA_LSB], carry);
ulong mh = carry + (xl[MANTISSA_MSB] & 0x7FFF_FFFF_FFFF_FFFFL) +
(yl[MANTISSA_MSB] & 0x7FFF_FFFF_FFFF_FFFFL);
ul[MANTISSA_MSB] = (mh >>> 1) | (xl[MANTISSA_MSB] & 0x8000_0000_0000_0000);
ul[MANTISSA_LSB] = (ml >>> 1) | (mh & 1) << 63;
}
else static if (F.realFormat == RealFormat.ieeeDouble)
{
ulong *ul = cast(ulong *)&u;
ulong *xl = cast(ulong *)&x;
ulong *yl = cast(ulong *)&y;
ulong m = (((*xl) & 0x7FFF_FFFF_FFFF_FFFFL)
+ ((*yl) & 0x7FFF_FFFF_FFFF_FFFFL)) >>> 1;
m |= ((*xl) & 0x8000_0000_0000_0000L);
*ul = m;
}
else static if (F.realFormat == RealFormat.ieeeSingle)
{
uint *ul = cast(uint *)&u;
uint *xl = cast(uint *)&x;
uint *yl = cast(uint *)&y;
uint m = (((*xl) & 0x7FFF_FFFF) + ((*yl) & 0x7FFF_FFFF)) >>> 1;
m |= ((*xl) & 0x8000_0000);
*ul = m;
}
else
{
assert(0, "Not implemented");
}
return u;
}
@safe pure nothrow @nogc unittest
{
assert(ieeeMean(-0.0,-1e-20)<0);
assert(ieeeMean(0.0,1e-20)>0);
assert(ieeeMean(1.0L,4.0L)==2L);
assert(ieeeMean(2.0*1.013,8.0*1.013)==4*1.013);
assert(ieeeMean(-1.0L,-4.0L)==-2L);
assert(ieeeMean(-1.0,-4.0)==-2);
assert(ieeeMean(-1.0f,-4.0f)==-2f);
assert(ieeeMean(-1.0,-2.0)==-1.5);
assert(ieeeMean(-1*(1+8*real.epsilon),-2*(1+8*real.epsilon))
==-1.5*(1+5*real.epsilon));
assert(ieeeMean(0x1p60,0x1p-10)==0x1p25);
static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended)
{
assert(ieeeMean(1.0L,real.infinity)==0x1p8192L);
assert(ieeeMean(0.0L,real.infinity)==1.5);
}
assert(ieeeMean(0.5*real.min_normal*(1-4*real.epsilon),0.5*real.min_normal)
== 0.5*real.min_normal*(1-2*real.epsilon));
}
public:
/***********************************
* Evaluate polynomial A(x) = $(SUB a, 0) + $(SUB a, 1)x + $(SUB a, 2)$(POWER x,2) +
* $(SUB a,3)$(POWER x,3); ...
*
* Uses Horner's rule A(x) = $(SUB a, 0) + x($(SUB a, 1) + x($(SUB a, 2) +
* x($(SUB a, 3) + ...)))
* Params:
* x = the value to evaluate.
* A = array of coefficients $(SUB a, 0), $(SUB a, 1), etc.
*/
Unqual!(CommonType!(T1, T2)) poly(T1, T2)(T1 x, in T2[] A) @trusted pure nothrow @nogc
if (isFloatingPoint!T1 && isFloatingPoint!T2)
in
{
assert(A.length > 0);
}
do
{
static if (is(Unqual!T2 == real))
{
return polyImpl(x, A);
}
else
{
return polyImplBase(x, A);
}
}
/// ditto
Unqual!(CommonType!(T1, T2)) poly(T1, T2, int N)(T1 x, ref const T2[N] A) @safe pure nothrow @nogc
if (isFloatingPoint!T1 && isFloatingPoint!T2 && N > 0 && N <= 10)
{
// statically unrolled version for up to 10 coefficients
typeof(return) r = A[N - 1];
static foreach (i; 1 .. N)
{
r *= x;
r += A[N - 1 - i];
}
return r;
}
///
@safe nothrow @nogc unittest
{
real x = 3.1;
static real[] pp = [56.1, 32.7, 6];
assert(poly(x, pp) == (56.1L + (32.7L + 6.0L * x) * x));
}
@safe nothrow @nogc unittest
{
double x = 3.1;
static double[] pp = [56.1, 32.7, 6];
double y = x;
y *= 6.0;
y += 32.7;
y *= x;
y += 56.1;
assert(poly(x, pp) == y);
}
@safe unittest
{
static assert(poly(3.0, [1.0, 2.0, 3.0]) == 34);
}
private Unqual!(CommonType!(T1, T2)) polyImplBase(T1, T2)(T1 x, in T2[] A) @trusted pure nothrow @nogc
if (isFloatingPoint!T1 && isFloatingPoint!T2)
{
ptrdiff_t i = A.length - 1;
typeof(return) r = A[i];
while (--i >= 0)
{
r *= x;
r += A[i];
}
return r;
}
private real polyImpl(real x, in real[] A) @trusted pure nothrow @nogc
{
version (D_InlineAsm_X86)
{
if (__ctfe)
{
return polyImplBase(x, A);
}
version (Windows)
{
// BUG: This code assumes a frame pointer in EBP.
asm pure nothrow @nogc // assembler by W. Bright
{
// EDX = (A.length - 1) * real.sizeof
mov ECX,A[EBP] ; // ECX = A.length
dec ECX ;
lea EDX,[ECX][ECX*8] ;
add EDX,ECX ;
add EDX,A+4[EBP] ;
fld real ptr [EDX] ; // ST0 = coeff[ECX]
jecxz return_ST ;
fld x[EBP] ; // ST0 = x
fxch ST(1) ; // ST1 = x, ST0 = r
align 4 ;
L2: fmul ST,ST(1) ; // r *= x
fld real ptr -10[EDX] ;
sub EDX,10 ; // deg--
faddp ST(1),ST ;
dec ECX ;
jne L2 ;
fxch ST(1) ; // ST1 = r, ST0 = x
fstp ST(0) ; // dump x
align 4 ;
return_ST: ;
}
}
else version (linux)
{
asm pure nothrow @nogc // assembler by W. Bright
{
// EDX = (A.length - 1) * real.sizeof
mov ECX,A[EBP] ; // ECX = A.length
dec ECX ;
lea EDX,[ECX*8] ;
lea EDX,[EDX][ECX*4] ;
add EDX,A+4[EBP] ;
fld real ptr [EDX] ; // ST0 = coeff[ECX]
jecxz return_ST ;
fld x[EBP] ; // ST0 = x
fxch ST(1) ; // ST1 = x, ST0 = r
align 4 ;
L2: fmul ST,ST(1) ; // r *= x
fld real ptr -12[EDX] ;
sub EDX,12 ; // deg--
faddp ST(1),ST ;
dec ECX ;
jne L2 ;
fxch ST(1) ; // ST1 = r, ST0 = x
fstp ST(0) ; // dump x
align 4 ;
return_ST: ;
}
}
else version (OSX)
{
asm pure nothrow @nogc // assembler by W. Bright
{
// EDX = (A.length - 1) * real.sizeof
mov ECX,A[EBP] ; // ECX = A.length
dec ECX ;
lea EDX,[ECX*8] ;
add EDX,EDX ;
add EDX,A+4[EBP] ;
fld real ptr [EDX] ; // ST0 = coeff[ECX]
jecxz return_ST ;
fld x[EBP] ; // ST0 = x
fxch ST(1) ; // ST1 = x, ST0 = r
align 4 ;
L2: fmul ST,ST(1) ; // r *= x
fld real ptr -16[EDX] ;
sub EDX,16 ; // deg--
faddp ST(1),ST ;
dec ECX ;
jne L2 ;
fxch ST(1) ; // ST1 = r, ST0 = x
fstp ST(0) ; // dump x
align 4 ;
return_ST: ;
}
}
else version (FreeBSD)
{
asm pure nothrow @nogc // assembler by W. Bright
{
// EDX = (A.length - 1) * real.sizeof
mov ECX,A[EBP] ; // ECX = A.length
dec ECX ;
lea EDX,[ECX*8] ;
lea EDX,[EDX][ECX*4] ;
add EDX,A+4[EBP] ;
fld real ptr [EDX] ; // ST0 = coeff[ECX]
jecxz return_ST ;
fld x[EBP] ; // ST0 = x
fxch ST(1) ; // ST1 = x, ST0 = r
align 4 ;
L2: fmul ST,ST(1) ; // r *= x
fld real ptr -12[EDX] ;
sub EDX,12 ; // deg--
faddp ST(1),ST ;
dec ECX ;
jne L2 ;
fxch ST(1) ; // ST1 = r, ST0 = x
fstp ST(0) ; // dump x
align 4 ;
return_ST: ;
}
}
else version (Solaris)
{
asm pure nothrow @nogc // assembler by W. Bright
{
// EDX = (A.length - 1) * real.sizeof
mov ECX,A[EBP] ; // ECX = A.length
dec ECX ;
lea EDX,[ECX*8] ;
lea EDX,[EDX][ECX*4] ;
add EDX,A+4[EBP] ;
fld real ptr [EDX] ; // ST0 = coeff[ECX]
jecxz return_ST ;
fld x[EBP] ; // ST0 = x
fxch ST(1) ; // ST1 = x, ST0 = r
align 4 ;
L2: fmul ST,ST(1) ; // r *= x
fld real ptr -12[EDX] ;
sub EDX,12 ; // deg--
faddp ST(1),ST ;
dec ECX ;
jne L2 ;
fxch ST(1) ; // ST1 = r, ST0 = x
fstp ST(0) ; // dump x
align 4 ;
return_ST: ;
}
}
else version (DragonFlyBSD)
{
asm pure nothrow @nogc // assembler by W. Bright
{
// EDX = (A.length - 1) * real.sizeof
mov ECX,A[EBP] ; // ECX = A.length
dec ECX ;
lea EDX,[ECX*8] ;
lea EDX,[EDX][ECX*4] ;
add EDX,A+4[EBP] ;
fld real ptr [EDX] ; // ST0 = coeff[ECX]
jecxz return_ST ;
fld x[EBP] ; // ST0 = x
fxch ST(1) ; // ST1 = x, ST0 = r
align 4 ;
L2: fmul ST,ST(1) ; // r *= x
fld real ptr -12[EDX] ;
sub EDX,12 ; // deg--
faddp ST(1),ST ;
dec ECX ;
jne L2 ;
fxch ST(1) ; // ST1 = r, ST0 = x
fstp ST(0) ; // dump x
align 4 ;
return_ST: ;
}
}
else
{
static assert(0);
}
}
else
{
return polyImplBase(x, A);
}
}
/**
Computes whether a values is approximately equal to a reference value,
admitting a maximum relative difference, and a maximum absolute difference.
Params:
value = Value to compare.
reference = Reference value.
maxRelDiff = Maximum allowable difference relative to `reference`.
Setting to 0.0 disables this check. Defaults to `1e-2`.
maxAbsDiff = Maximum absolute difference. This is mainly usefull
for comparing values to zero. Setting to 0.0 disables this check.
Defaults to `1e-5`.
Returns:
`true` if `value` is approximately equal to `reference` under
either criterium. It is sufficient, when `value ` satisfies
one of the two criteria.
If one item is a range, and the other is a single value, then
the result is the logical and-ing of calling `approxEqual` on
each element of the ranged item against the single item. If
both items are ranges, then `approxEqual` returns `true` if
and only if the ranges have the same number of elements and if
`approxEqual` evaluates to `true` for each pair of elements.
See_Also:
Use $(LREF feqrel) to get the number of equal bits in the mantissa.
*/
bool approxEqual(T, U, V)(T value, U reference, V maxRelDiff = 1e-2, V maxAbsDiff = 1e-5)
{
import std.range.primitives : empty, front, isInputRange, popFront;
static if (isInputRange!T)
{
static if (isInputRange!U)
{
// Two ranges
for (;; value.popFront(), reference.popFront())
{
if (value.empty) return reference.empty;
if (reference.empty) return value.empty;
if (!approxEqual(value.front, reference.front, maxRelDiff, maxAbsDiff))
return false;
}
}
else static if (isIntegral!U)
{
// convert reference to real
return approxEqual(value, real(reference), maxRelDiff, maxAbsDiff);
}
else
{
// value is range, reference is number
for (; !value.empty; value.popFront())
{
if (!approxEqual(value.front, reference, maxRelDiff, maxAbsDiff))
return false;
}
return true;
}
}
else
{
static if (isInputRange!U)
{
// value is number, reference is range
for (; !reference.empty; reference.popFront())
{
if (!approxEqual(value, reference.front, maxRelDiff, maxAbsDiff))
return false;
}
return true;
}
else static if (isIntegral!T || isIntegral!U)
{
// convert both value and reference to real
return approxEqual(real(value), real(reference), maxRelDiff, maxAbsDiff);
}
else
{
// two numbers
//static assert(is(T : real) && is(U : real));
if (reference == 0)
{
return fabs(value) <= maxAbsDiff;
}
static if (is(typeof(value.infinity)) && is(typeof(reference.infinity)))
{
if (value == value.infinity && reference == reference.infinity ||
value == -value.infinity && reference == -reference.infinity) return true;
}
return fabs((value - reference) / reference) <= maxRelDiff
|| maxAbsDiff != 0 && fabs(value - reference) <= maxAbsDiff;
}
}
}
///
@safe pure nothrow unittest
{
assert(approxEqual(1.0, 1.0099));
assert(!approxEqual(1.0, 1.011));
assert(approxEqual(0.00001, 0.0));
assert(!approxEqual(0.00002, 0.0));
assert(approxEqual(3.0, [3, 3.01, 2.99])); // several reference values is strange
assert(approxEqual([3, 3.01, 2.99], 3.0)); // better
float[] arr1 = [ 1.0, 2.0, 3.0 ];
double[] arr2 = [ 1.001, 1.999, 3 ];
assert(approxEqual(arr1, arr2));
}
///
@safe pure nothrow unittest
{
// relative comparison depends on reference, make sure proper
// side is used when comparing range to single value. Based on
// bugzilla issue 15763
auto a = [2e-3 - 1e-5];
auto b = 2e-3 + 1e-5;
assert(a[0].approxEqual(b));
assert(!b.approxEqual(a[0]));
assert(a.approxEqual(b));
assert(!b.approxEqual(a));
}
///
@safe pure nothrow @nogc unittest
{
assert(!approxEqual(0.0,1e-15,1e-9,0.0));
assert(approxEqual(0.0,1e-15,1e-9,1e-9));
assert(!approxEqual(1.0,3.0,0.0,1.0));
assert(approxEqual(1.00000000099,1.0,1e-9,0.0));
assert(!approxEqual(1.0000000011,1.0,1e-9,0.0));
}
///
@safe pure nothrow @nogc unittest
{
// maybe unintuitive behavior
assert(approxEqual(1000.0,1010.0));
assert(approxEqual(9_090_000_000.0,9_000_000_000.0));
assert(approxEqual(0.0,1e30,1.0));
assert(approxEqual(0.00001,1e-30));
assert(!approxEqual(-1e-30,1e-30,1e-2,0.0));
}
@safe pure nothrow @nogc unittest
{
int a = 10;
assert(approxEqual(10, a));
assert(!approxEqual(3, 0));
assert(approxEqual(3, 3));
assert(approxEqual(3.0, 3));
assert(approxEqual(3, 3.0));
assert(approxEqual(0.0,0.0));
assert(approxEqual(-0.0,0.0));
assert(approxEqual(0.0f,0.0));
}
@safe pure nothrow @nogc unittest
{
real num = real.infinity;
assert(num == real.infinity);
assert(approxEqual(num, real.infinity));
num = -real.infinity;
assert(num == -real.infinity);
assert(approxEqual(num, -real.infinity));
assert(!approxEqual(1,real.nan));
assert(!approxEqual(real.nan,real.max));
assert(!approxEqual(real.nan,real.nan));
}
@safe pure nothrow unittest
{
assert(!approxEqual([1.0,2.0,3.0],[1.0,2.0]));
assert(!approxEqual([1.0,2.0],[1.0,2.0,3.0]));
// assert(approxEqual([],[])); //FIXME: does not work yet
assert(approxEqual(cast(real[])[],cast(real[])[]));
}
/**
Computes whether two values are approximately equal, admitting a maximum
relative difference, and a maximum absolute difference.
Params:
lhs = First item to compare.
rhs = Second item to compare.
maxRelDiff = Maximum allowable relative difference.
Setting to 0.0 disables this check. Default depends on the type of
`lhs` and `rhs`: It is approximately half the number of decimal digits of
precision of the smaller type.
maxAbsDiff = Maximum absolute difference. This is mainly usefull
for comparing values to zero. Setting to 0.0 disables this check.
Defaults to `0.0`.
Returns:
`true` if the two items are approximately equal under either criterium.
It is sufficient, when `value ` satisfies one of the two criteria.
If one item is a range, and the other is a single value, then
the result is the logical and-ing of calling `isClose` on
each element of the ranged item against the single item. If
both items are ranges, then `isClose` returns `true` if
and only if the ranges have the same number of elements and if
`isClose` evaluates to `true` for each pair of elements.
See_Also:
Use $(LREF feqrel) to get the number of equal bits in the mantissa.
*/
bool isClose(T, U, V = CommonType!(FloatingPointBaseType!T,FloatingPointBaseType!U))
(T lhs, U rhs, V maxRelDiff = CommonDefaultFor!(T,U), V maxAbsDiff = 0.0)
{
import std.range.primitives : empty, front, isInputRange, popFront;
static if (isInputRange!T)
{
static if (isInputRange!U)
{
// Two ranges
for (;; lhs.popFront(), rhs.popFront())
{
if (lhs.empty) return rhs.empty;
if (rhs.empty) return lhs.empty;
if (!isClose(lhs.front, rhs.front, maxRelDiff, maxAbsDiff))
return false;
}
}
else
{
// lhs is range, rhs is number
for (; !lhs.empty; lhs.popFront())
{
if (!isClose(lhs.front, rhs, maxRelDiff, maxAbsDiff))
return false;
}
return true;
}
}
else
{
static if (isInputRange!U)
{
// lhs is number, rhs is range
for (; !rhs.empty; rhs.popFront())
{
if (!isClose(lhs, rhs.front, maxRelDiff, maxAbsDiff))
return false;
}
return true;
}
else
{
// two numbers
if (lhs == rhs) return true;
static if (is(typeof(lhs.infinity)) && is(typeof(rhs.infinity)))
{
if (lhs == lhs.infinity || rhs == rhs.infinity ||
lhs == -lhs.infinity || rhs == -rhs.infinity) return false;
}
auto diff = abs(lhs - rhs);
return diff <= maxRelDiff*abs(lhs)
|| diff <= maxRelDiff*abs(rhs)
|| diff <= maxAbsDiff;
}
}
}
///
@safe pure nothrow @nogc unittest
{
assert(isClose(1.0,0.999_999_999));
assert(isClose(0.001, 0.000_999_999_999));
assert(isClose(1_000_000_000.0,999_999_999.0));
assert(isClose(17.123_456_789, 17.123_456_78));
assert(!isClose(17.123_456_789, 17.123_45));
// use explicit 3rd parameter for less (or more) accuracy
assert(isClose(17.123_456_789, 17.123_45, 1e-6));
assert(!isClose(17.123_456_789, 17.123_45, 1e-7));
// use 4th parameter when comparing close to zero
assert(!isClose(1e-100, 0.0));
assert(isClose(1e-100, 0.0, 0.0, 1e-90));
assert(!isClose(1e-10, -1e-10));
assert(isClose(1e-10, -1e-10, 0.0, 1e-9));
assert(!isClose(1e-300, 1e-298));
assert(isClose(1e-300, 1e-298, 0.0, 1e-200));
// different default limits for different floating point types
assert(isClose(1.0f,0.999_99f));
assert(!isClose(1.0,0.999_99));
assert(!isClose(1.0L,0.999_999_999L));
}
///
@safe pure nothrow unittest
{
assert(isClose([1.0, 2.0, 3.0], [0.999_999_999, 2.000_000_001, 3.0]));
assert(!isClose([1.0, 2.0], [0.999_999_999, 2.000_000_001, 3.0]));
assert(!isClose([1.0, 2.0, 3.0], [0.999_999_999, 2.000_000_001]));
assert(isClose([2.0, 1.999_999_999, 2.000_000_001], 2.0));
assert(isClose(2.0, [2.0, 1.999_999_999, 2.000_000_001]));
}
@safe pure nothrow unittest
{
assert(!isClose([1.0, 2.0, 3.0], [0.999_999_999, 3.0, 3.0]));
assert(!isClose([2.0, 1.999_999, 2.000_000_001], 2.0));
assert(!isClose(2.0, [2.0, 1.999_999_999, 2.000_000_999]));
}
@safe pure nothrow @nogc unittest
{
immutable a = 1.00001f;
const b = 1.000019;
assert(isClose(a,b));
assert(isClose(1.00001f,1.000019f));
assert(isClose(1.00001f,1.000019));
assert(isClose(1.00001,1.000019f));
assert(!isClose(1.00001,1.000019));
import std.math : nextUp;
real a1 = 1e-400L;
real a2 = a1.nextUp;
assert(isClose(a1,a2));
}
@safe pure nothrow unittest
{
float[] arr1 = [ 1.0, 2.0, 3.0 ];
double[] arr2 = [ 1.00001, 1.99999, 3 ];
assert(isClose(arr1, arr2));
}
@safe pure nothrow @nogc unittest
{
assert(!isClose(1000.0,1010.0));
assert(!isClose(9_090_000_000.0,9_000_000_000.0));
assert(isClose(0.0,1e30,1.0));
assert(!isClose(0.00001,1e-30));
assert(!isClose(-1e-30,1e-30,1e-2,0.0));
}
@safe pure nothrow @nogc unittest
{
assert(!isClose(3, 0));
assert(isClose(3, 3));
assert(isClose(3.0, 3));
assert(isClose(3, 3.0));
assert(isClose(0.0,0.0));
assert(isClose(-0.0,0.0));
assert(isClose(0.0f,0.0));
}
@safe pure nothrow @nogc unittest
{
real num = real.infinity;
assert(num == real.infinity);
assert(isClose(num, real.infinity));
num = -real.infinity;
assert(num == -real.infinity);
assert(isClose(num, -real.infinity));
assert(!isClose(1,real.nan));
assert(!isClose(real.nan,real.max));
assert(!isClose(real.nan,real.nan));
}
@safe pure nothrow @nogc unittest
{
assert(isClose!(real[],real[],real)([],[]));
assert(isClose(cast(real[])[],cast(real[])[]));
}
@safe pure nothrow @nogc unittest
{
import std.conv : to;
float f = 31.79f;
double d = 31.79;
double f2d = f.to!double;
assert(isClose(f,f2d));
assert(!isClose(d,f2d));
}
@safe pure nothrow @nogc unittest
{
import std.conv : to;
double d = 31.79;
float f = d.to!float;
double f2d = f.to!double;
assert(isClose(f,f2d));
assert(!isClose(d,f2d));
assert(isClose(d,f2d,1e-4));
}
private template CommonDefaultFor(T,U)
{
import std.algorithm.comparison : min;
alias baseT = FloatingPointBaseType!T;
alias baseU = FloatingPointBaseType!U;
enum CommonType!(baseT, baseU) CommonDefaultFor = 10.0L ^^ -((min(baseT.dig, baseU.dig) + 1) / 2 + 1);
}
private template FloatingPointBaseType(T)
{
import std.range.primitives : ElementType;
static if (isFloatingPoint!T)
{
alias FloatingPointBaseType = Unqual!T;
}
else static if (isFloatingPoint!(ElementType!(Unqual!T)))
{
alias FloatingPointBaseType = Unqual!(ElementType!(Unqual!T));
}
else
{
alias FloatingPointBaseType = real;
}
}
@safe pure nothrow @nogc unittest
{
float f = sqrt(2.0f);
assert(fabs(f * f - 2.0f) < .00001);
double d = sqrt(2.0);
assert(fabs(d * d - 2.0) < .00001);
real r = sqrt(2.0L);
assert(fabs(r * r - 2.0) < .00001);
}
@safe pure nothrow @nogc unittest
{
float f = fabs(-2.0f);
assert(f == 2);
double d = fabs(-2.0);
assert(d == 2);
real r = fabs(-2.0L);
assert(r == 2);
}
@safe pure nothrow @nogc unittest
{
float f = sin(-2.0f);
assert(fabs(f - -0.909297f) < .00001);
double d = sin(-2.0);
assert(fabs(d - -0.909297f) < .00001);
real r = sin(-2.0L);
assert(fabs(r - -0.909297f) < .00001);
}
@safe pure nothrow @nogc unittest
{
float f = cos(-2.0f);
assert(fabs(f - -0.416147f) < .00001);
double d = cos(-2.0);
assert(fabs(d - -0.416147f) < .00001);
real r = cos(-2.0L);
assert(fabs(r - -0.416147f) < .00001);
}
@safe pure nothrow @nogc unittest
{
float f = tan(-2.0f);
assert(fabs(f - 2.18504f) < .00001);
double d = tan(-2.0);
assert(fabs(d - 2.18504f) < .00001);
real r = tan(-2.0L);
assert(fabs(r - 2.18504f) < .00001);
// Verify correct behavior for large inputs
assert(!isNaN(tan(0x1p63)));
assert(!isNaN(tan(-0x1p63)));
static if (real.mant_dig >= 64)
{
assert(!isNaN(tan(0x1p300L)));
assert(!isNaN(tan(-0x1p300L)));
}
}
@safe pure nothrow unittest
{
// issue 6381: floor/ceil should be usable in pure function.
auto x = floor(1.2);
auto y = ceil(1.2);
}
/***********************************
* Defines a total order on all floating-point numbers.
*
* The order is defined as follows:
* $(UL
* $(LI All numbers in [-$(INFIN), +$(INFIN)] are ordered
* the same way as by built-in comparison, with the exception of
* -0.0, which is less than +0.0;)
* $(LI If the sign bit is set (that is, it's 'negative'), $(NAN) is less
* than any number; if the sign bit is not set (it is 'positive'),
* $(NAN) is greater than any number;)
* $(LI $(NAN)s of the same sign are ordered by the payload ('negative'
* ones - in reverse order).)
* )
*
* Returns:
* negative value if `x` precedes `y` in the order specified above;
* 0 if `x` and `y` are identical, and positive value otherwise.
*
* See_Also:
* $(MYREF isIdentical)
* Standards: Conforms to IEEE 754-2008
*/
int cmp(T)(const(T) x, const(T) y) @nogc @trusted pure nothrow
if (isFloatingPoint!T)
{
alias F = floatTraits!T;
static if (F.realFormat == RealFormat.ieeeSingle
|| F.realFormat == RealFormat.ieeeDouble)
{
static if (T.sizeof == 4)
alias UInt = uint;
else
alias UInt = ulong;
union Repainter
{
T number;
UInt bits;
}
enum msb = ~(UInt.max >>> 1);
import std.typecons : Tuple;
Tuple!(Repainter, Repainter) vars = void;
vars[0].number = x;
vars[1].number = y;
foreach (ref var; vars)
if (var.bits & msb)
var.bits = ~var.bits;
else
var.bits |= msb;
if (vars[0].bits < vars[1].bits)
return -1;
else if (vars[0].bits > vars[1].bits)
return 1;
else
return 0;
}
else static if (F.realFormat == RealFormat.ieeeExtended53
|| F.realFormat == RealFormat.ieeeExtended
|| F.realFormat == RealFormat.ieeeQuadruple)
{
static if (F.realFormat == RealFormat.ieeeQuadruple)
alias RemT = ulong;
else
alias RemT = ushort;
struct Bits
{
ulong bulk;
RemT rem;
}
union Repainter
{
T number;
Bits bits;
ubyte[T.sizeof] bytes;
}
import std.typecons : Tuple;
Tuple!(Repainter, Repainter) vars = void;
vars[0].number = x;
vars[1].number = y;
foreach (ref var; vars)
if (var.bytes[F.SIGNPOS_BYTE] & 0x80)
{
var.bits.bulk = ~var.bits.bulk;
var.bits.rem = cast(typeof(var.bits.rem))(-1 - var.bits.rem); // ~var.bits.rem
}
else
{
var.bytes[F.SIGNPOS_BYTE] |= 0x80;
}
version (LittleEndian)
{
if (vars[0].bits.rem < vars[1].bits.rem)
return -1;
else if (vars[0].bits.rem > vars[1].bits.rem)
return 1;
else if (vars[0].bits.bulk < vars[1].bits.bulk)
return -1;
else if (vars[0].bits.bulk > vars[1].bits.bulk)
return 1;
else
return 0;
}
else
{
if (vars[0].bits.bulk < vars[1].bits.bulk)
return -1;
else if (vars[0].bits.bulk > vars[1].bits.bulk)
return 1;
else if (vars[0].bits.rem < vars[1].bits.rem)
return -1;
else if (vars[0].bits.rem > vars[1].bits.rem)
return 1;
else
return 0;
}
}
else
{
// IBM Extended doubledouble does not follow the general
// sign-exponent-significand layout, so has to be handled generically
const int xSign = signbit(x),
ySign = signbit(y);
if (xSign == 1 && ySign == 1)
return cmp(-y, -x);
else if (xSign == 1)
return -1;
else if (ySign == 1)
return 1;
else if (x < y)
return -1;
else if (x == y)
return 0;
else if (x > y)
return 1;
else if (isNaN(x) && !isNaN(y))
return 1;
else if (isNaN(y) && !isNaN(x))
return -1;
else if (getNaNPayload(x) < getNaNPayload(y))
return -1;
else if (getNaNPayload(x) > getNaNPayload(y))
return 1;
else
return 0;
}
}
/// Most numbers are ordered naturally.
@safe unittest
{
assert(cmp(-double.infinity, -double.max) < 0);
assert(cmp(-double.max, -100.0) < 0);
assert(cmp(-100.0, -0.5) < 0);
assert(cmp(-0.5, 0.0) < 0);
assert(cmp(0.0, 0.5) < 0);
assert(cmp(0.5, 100.0) < 0);
assert(cmp(100.0, double.max) < 0);
assert(cmp(double.max, double.infinity) < 0);
assert(cmp(1.0, 1.0) == 0);
}
/// Positive and negative zeroes are distinct.
@safe unittest
{
assert(cmp(-0.0, +0.0) < 0);
assert(cmp(+0.0, -0.0) > 0);
}
/// Depending on the sign, $(NAN)s go to either end of the spectrum.
@safe unittest
{
assert(cmp(-double.nan, -double.infinity) < 0);
assert(cmp(double.infinity, double.nan) < 0);
assert(cmp(-double.nan, double.nan) < 0);
}
/// $(NAN)s of the same sign are ordered by the payload.
@safe unittest
{
assert(cmp(NaN(10), NaN(20)) < 0);
assert(cmp(-NaN(20), -NaN(10)) < 0);
}
@safe unittest
{
import std.meta : AliasSeq;
static foreach (T; AliasSeq!(float, double, real))
{{
T[] values = [-cast(T) NaN(20), -cast(T) NaN(10), -T.nan, -T.infinity,
-T.max, -T.max / 2, T(-16.0), T(-1.0).nextDown,
T(-1.0), T(-1.0).nextUp,
T(-0.5), -T.min_normal, (-T.min_normal).nextUp,
-2 * T.min_normal * T.epsilon,
-T.min_normal * T.epsilon,
T(-0.0), T(0.0),
T.min_normal * T.epsilon,
2 * T.min_normal * T.epsilon,
T.min_normal.nextDown, T.min_normal, T(0.5),
T(1.0).nextDown, T(1.0),
T(1.0).nextUp, T(16.0), T.max / 2, T.max,
T.infinity, T.nan, cast(T) NaN(10), cast(T) NaN(20)];
foreach (i, x; values)
{
foreach (y; values[i + 1 .. $])
{
assert(cmp(x, y) < 0);
assert(cmp(y, x) > 0);
}
assert(cmp(x, x) == 0);
}
}}
}
private enum PowType
{
floor,
ceil
}
pragma(inline, true)
private T powIntegralImpl(PowType type, T)(T val)
{
import core.bitop : bsr;
if (val == 0 || (type == PowType.ceil && (val > T.max / 2 || val == T.min)))
return 0;
else
{
static if (isSigned!T)
return cast(Unqual!T) (val < 0 ? -(T(1) << bsr(0 - val) + type) : T(1) << bsr(val) + type);
else
return cast(Unqual!T) (T(1) << bsr(val) + type);
}
}
private T powFloatingPointImpl(PowType type, T)(T x)
{
if (!x.isFinite)
return x;
if (!x)
return x;
int exp;
auto y = frexp(x, exp);
static if (type == PowType.ceil)
y = ldexp(cast(T) 0.5, exp + 1);
else
y = ldexp(cast(T) 0.5, exp);
if (!y.isFinite)
return cast(T) 0.0;
y = copysign(y, x);
return y;
}
/**
* Gives the next power of two after `val`. `T` can be any built-in
* numerical type.
*
* If the operation would lead to an over/underflow, this function will
* return `0`.
*
* Params:
* val = any number
*
* Returns:
* the next power of two after `val`
*/
T nextPow2(T)(const T val)
if (isIntegral!T)
{
return powIntegralImpl!(PowType.ceil)(val);
}
/// ditto
T nextPow2(T)(const T val)
if (isFloatingPoint!T)
{
return powFloatingPointImpl!(PowType.ceil)(val);
}
///
@safe @nogc pure nothrow unittest
{
assert(nextPow2(2) == 4);
assert(nextPow2(10) == 16);
assert(nextPow2(4000) == 4096);
assert(nextPow2(-2) == -4);
assert(nextPow2(-10) == -16);
assert(nextPow2(uint.max) == 0);
assert(nextPow2(uint.min) == 0);
assert(nextPow2(size_t.max) == 0);
assert(nextPow2(size_t.min) == 0);
assert(nextPow2(int.max) == 0);
assert(nextPow2(int.min) == 0);
assert(nextPow2(long.max) == 0);
assert(nextPow2(long.min) == 0);
}
///
@safe @nogc pure nothrow unittest
{
assert(nextPow2(2.1) == 4.0);
assert(nextPow2(-2.0) == -4.0);
assert(nextPow2(0.25) == 0.5);
assert(nextPow2(-4.0) == -8.0);
assert(nextPow2(double.max) == 0.0);
assert(nextPow2(double.infinity) == double.infinity);
}
@safe @nogc pure nothrow unittest
{
assert(nextPow2(ubyte(2)) == 4);
assert(nextPow2(ubyte(10)) == 16);
assert(nextPow2(byte(2)) == 4);
assert(nextPow2(byte(10)) == 16);
assert(nextPow2(short(2)) == 4);
assert(nextPow2(short(10)) == 16);
assert(nextPow2(short(4000)) == 4096);
assert(nextPow2(ushort(2)) == 4);
assert(nextPow2(ushort(10)) == 16);
assert(nextPow2(ushort(4000)) == 4096);
}
@safe @nogc pure nothrow unittest
{
foreach (ulong i; 1 .. 62)
{
assert(nextPow2(1UL << i) == 2UL << i);
assert(nextPow2((1UL << i) - 1) == 1UL << i);
assert(nextPow2((1UL << i) + 1) == 2UL << i);
assert(nextPow2((1UL << i) + (1UL<<(i-1))) == 2UL << i);
}
}
@safe @nogc pure nothrow unittest
{
import std.meta : AliasSeq;
static foreach (T; AliasSeq!(float, double, real))
{{
enum T subNormal = T.min_normal / 2;
static if (subNormal) assert(nextPow2(subNormal) == T.min_normal);
assert(nextPow2(T(0.0)) == 0.0);
assert(nextPow2(T(2.0)) == 4.0);
assert(nextPow2(T(2.1)) == 4.0);
assert(nextPow2(T(3.1)) == 4.0);
assert(nextPow2(T(4.0)) == 8.0);
assert(nextPow2(T(0.25)) == 0.5);
assert(nextPow2(T(-2.0)) == -4.0);
assert(nextPow2(T(-2.1)) == -4.0);
assert(nextPow2(T(-3.1)) == -4.0);
assert(nextPow2(T(-4.0)) == -8.0);
assert(nextPow2(T(-0.25)) == -0.5);
assert(nextPow2(T.max) == 0);
assert(nextPow2(-T.max) == 0);
assert(nextPow2(T.infinity) == T.infinity);
assert(nextPow2(T.init).isNaN);
}}
}
@safe @nogc pure nothrow unittest // Issue 15973
{
assert(nextPow2(uint.max / 2) == uint.max / 2 + 1);
assert(nextPow2(uint.max / 2 + 2) == 0);
assert(nextPow2(int.max / 2) == int.max / 2 + 1);
assert(nextPow2(int.max / 2 + 2) == 0);
assert(nextPow2(int.min + 1) == int.min);
}
/**
* Gives the last power of two before `val`. $(T) can be any built-in
* numerical type.
*
* Params:
* val = any number
*
* Returns:
* the last power of two before `val`
*/
T truncPow2(T)(const T val)
if (isIntegral!T)
{
return powIntegralImpl!(PowType.floor)(val);
}
/// ditto
T truncPow2(T)(const T val)
if (isFloatingPoint!T)
{
return powFloatingPointImpl!(PowType.floor)(val);
}
///
@safe @nogc pure nothrow unittest
{
assert(truncPow2(3) == 2);
assert(truncPow2(4) == 4);
assert(truncPow2(10) == 8);
assert(truncPow2(4000) == 2048);
assert(truncPow2(-5) == -4);
assert(truncPow2(-20) == -16);
assert(truncPow2(uint.max) == int.max + 1);
assert(truncPow2(uint.min) == 0);
assert(truncPow2(ulong.max) == long.max + 1);
assert(truncPow2(ulong.min) == 0);
assert(truncPow2(int.max) == (int.max / 2) + 1);
assert(truncPow2(int.min) == int.min);
assert(truncPow2(long.max) == (long.max / 2) + 1);
assert(truncPow2(long.min) == long.min);
}
///
@safe @nogc pure nothrow unittest
{
assert(truncPow2(2.1) == 2.0);
assert(truncPow2(7.0) == 4.0);
assert(truncPow2(-1.9) == -1.0);
assert(truncPow2(0.24) == 0.125);
assert(truncPow2(-7.0) == -4.0);
assert(truncPow2(double.infinity) == double.infinity);
}
@safe @nogc pure nothrow unittest
{
assert(truncPow2(ubyte(3)) == 2);
assert(truncPow2(ubyte(4)) == 4);
assert(truncPow2(ubyte(10)) == 8);
assert(truncPow2(byte(3)) == 2);
assert(truncPow2(byte(4)) == 4);
assert(truncPow2(byte(10)) == 8);
assert(truncPow2(ushort(3)) == 2);
assert(truncPow2(ushort(4)) == 4);
assert(truncPow2(ushort(10)) == 8);
assert(truncPow2(ushort(4000)) == 2048);
assert(truncPow2(short(3)) == 2);
assert(truncPow2(short(4)) == 4);
assert(truncPow2(short(10)) == 8);
assert(truncPow2(short(4000)) == 2048);
}
@safe @nogc pure nothrow unittest
{
foreach (ulong i; 1 .. 62)
{
assert(truncPow2(2UL << i) == 2UL << i);
assert(truncPow2((2UL << i) + 1) == 2UL << i);
assert(truncPow2((2UL << i) - 1) == 1UL << i);
assert(truncPow2((2UL << i) - (2UL<<(i-1))) == 1UL << i);
}
}
@safe @nogc pure nothrow unittest
{
import std.meta : AliasSeq;
static foreach (T; AliasSeq!(float, double, real))
{
assert(truncPow2(T(0.0)) == 0.0);
assert(truncPow2(T(4.0)) == 4.0);
assert(truncPow2(T(2.1)) == 2.0);
assert(truncPow2(T(3.5)) == 2.0);
assert(truncPow2(T(7.0)) == 4.0);
assert(truncPow2(T(0.24)) == 0.125);
assert(truncPow2(T(-2.0)) == -2.0);
assert(truncPow2(T(-2.1)) == -2.0);
assert(truncPow2(T(-3.1)) == -2.0);
assert(truncPow2(T(-7.0)) == -4.0);
assert(truncPow2(T(-0.24)) == -0.125);
assert(truncPow2(T.infinity) == T.infinity);
assert(truncPow2(T.init).isNaN);
}
}
/**
Check whether a number is an integer power of two.
Note that only positive numbers can be integer powers of two. This
function always return `false` if `x` is negative or zero.
Params:
x = the number to test
Returns:
`true` if `x` is an integer power of two.
*/
bool isPowerOf2(X)(const X x) pure @safe nothrow @nogc
if (isNumeric!X)
{
static if (isFloatingPoint!X)
{
int exp;
const X sig = frexp(x, exp);
return (exp != int.min) && (sig is cast(X) 0.5L);
}
else
{
static if (isSigned!X)
{
auto y = cast(typeof(x + 0))x;
return y > 0 && !(y & (y - 1));
}
else
{
auto y = cast(typeof(x + 0u))x;
return (y & -y) > (y - 1);
}
}
}
///
@safe unittest
{
assert( isPowerOf2(1.0L));
assert( isPowerOf2(2.0L));
assert( isPowerOf2(0.5L));
assert( isPowerOf2(pow(2.0L, 96)));
assert( isPowerOf2(pow(2.0L, -77)));
assert(!isPowerOf2(-2.0L));
assert(!isPowerOf2(-0.5L));
assert(!isPowerOf2(0.0L));
assert(!isPowerOf2(4.315));
assert(!isPowerOf2(1.0L / 3.0L));
assert(!isPowerOf2(real.nan));
assert(!isPowerOf2(real.infinity));
}
///
@safe unittest
{
assert( isPowerOf2(1));
assert( isPowerOf2(2));
assert( isPowerOf2(1uL << 63));
assert(!isPowerOf2(-4));
assert(!isPowerOf2(0));
assert(!isPowerOf2(1337u));
}
@safe unittest
{
import std.meta : AliasSeq;
enum smallP2 = pow(2.0L, -62);
enum bigP2 = pow(2.0L, 50);
enum smallP7 = pow(7.0L, -35);
enum bigP7 = pow(7.0L, 30);
static foreach (X; AliasSeq!(float, double, real))
{{
immutable min_sub = X.min_normal * X.epsilon;
foreach (x; [smallP2, min_sub, X.min_normal, .25L, 0.5L, 1.0L,
2.0L, 8.0L, pow(2.0L, X.max_exp - 1), bigP2])
{
assert( isPowerOf2(cast(X) x));
assert(!isPowerOf2(cast(X)-x));
}
foreach (x; [0.0L, 3 * min_sub, smallP7, 0.1L, 1337.0L, bigP7, X.max, real.nan, real.infinity])
{
assert(!isPowerOf2(cast(X) x));
assert(!isPowerOf2(cast(X)-x));
}
}}
static foreach (X; AliasSeq!(byte, ubyte, short, ushort, int, uint, long, ulong))
{{
foreach (x; [1, 2, 4, 8, (X.max >>> 1) + 1])
{
assert( isPowerOf2(cast(X) x));
static if (isSigned!X)
assert(!isPowerOf2(cast(X)-x));
}
foreach (x; [0, 3, 5, 13, 77, X.min, X.max])
assert(!isPowerOf2(cast(X) x));
}}
// CTFE
static foreach (X; AliasSeq!(float, double, real))
{{
enum min_sub = X.min_normal * X.epsilon;
static foreach (x; [smallP2, min_sub, X.min_normal, .25L, 0.5L, 1.0L,
2.0L, 8.0L, pow(2.0L, X.max_exp - 1), bigP2])
{
static assert( isPowerOf2(cast(X) x));
static assert(!isPowerOf2(cast(X)-x));
}
static foreach (x; [0.0L, 3 * min_sub, smallP7, 0.1L, 1337.0L, bigP7, X.max, real.nan, real.infinity])
{
static assert(!isPowerOf2(cast(X) x));
static assert(!isPowerOf2(cast(X)-x));
}
}}
static foreach (X; AliasSeq!(byte, ubyte, short, ushort, int, uint, long, ulong))
{{
static foreach (x; [1, 2, 4, 8, (X.max >>> 1) + 1])
{
static assert( isPowerOf2(cast(X) x));
static if (isSigned!X)
static assert(!isPowerOf2(cast(X)-x));
}
static foreach (x; [0, 3, 5, 13, 77, X.min, X.max])
static assert(!isPowerOf2(cast(X) x));
}}
}
| D |
import std.stdio;
import std.math;
const int N = 4;
void main(string[] args)
{
double[N][N] a = [[9,2,1,1],[2,8,-2,1],[-1,-2,7,-2],[1,-1,-2,6]];
double[N] b = [20,16,8,17];
double[N] c = [0,0,0,0];
// ガウス・ザイデル法
gauss(a,b,c);
writefln("X");
disp_vector(c);
}
// ガウス・ザイデル法
void gauss(double[N][N] a, double[N] b, ref double[N] x0)
{
while (true) {
bool finish = true;
foreach(i; 0..N)
{
double x1 = 0;
foreach(j; 0..N)
if (j != i)
x1 += a[i][j] * x0[j];
x1 = (b[i] - x1) / a[i][i];
if (fabs(x1 - x0[i]) > 0.0000000001) finish = false;
x0[i] = x1;
}
if (finish) return;
disp_vector(x0);
}
}
// 1次元配列を表示
void disp_vector(double[] row)
{
foreach(col; row)
writef("%14.10f\t", col);
writefln("");
}
| D |
of or relating to or formed with a preposition
| D |
instance Grd_624_Gardist (Npc_Default)
{
//-------- primary data --------
name = NAME_Gardist;
npctype = npctype_guard;
guild = GIL_GRD;
level = 15;
voice = 6;
id = 624;
//-------- abilities --------
attribute[ATR_STRENGTH] = 70;
attribute[ATR_DEXTERITY] = 90;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX]= 220;
attribute[ATR_HITPOINTS] = 220;
//-------- visuals --------
// animations
Mdl_SetVisual (self,"HUMANS.MDS");
Mdl_ApplyOverlayMds (self,"Humans_Militia.mds");
// body mesh ,bdytex,skin,head mesh ,headtex,teethtex,ruestung
Mdl_SetVisualBody (self,"hum_body_Naked0",0,1,"Hum_Head_Pony",81,1,GRD_ARMOR_L);
B_Scale (self);
Mdl_SetModelFatness(self,0);
fight_tactic = FAI_HUMAN_RANGED;
//-------- Talente --------
Npc_SetTalentSkill (self,NPC_TALENT_1H,2);
Npc_SetTalentSkill (self,NPC_TALENT_2H,1);
Npc_SetTalentSkill (self,NPC_TALENT_CROSSBOW,1);
//-------- inventory --------
EquipItem (self,GRD_MW_01);
EquipItem (self,GRD_RW_02);
CreateInvItems (self,ItAmBolt,30);
CreateInvItem (self,ItFo_Gin);
CreateInvItem (self,ItFoApple);
CreateInvItem (self,ItLsTorch);
//-------------Daily Routine-------------
/*B_InitNPCAddins(self);*/ daily_routine = Rtn_start_624;
};
FUNC VOID Rtn_start_624 ()
{
TA_STAND (00,00,00,15,"NC_EN_PATH2_08");
TA_STAND (00,16,00,30,"NC_EN_PATH2_06");
TA_STAND (00,30,00,45,"NC_EN_PATH2_03");
TA_STAND (00,46,00,59,"NC_EN_PATH2_09");
TA_STAND (01,00,01,15,"NC_EN_PATH2_08");
TA_STAND (01,16,01,30,"NC_EN_PATH2_06");
TA_STAND (01,30,01,45,"NC_EN_PATH2_03");
TA_STAND (01,46,01,59,"NC_EN_PATH2_09");
TA_STAND (02,00,02,15,"NC_EN_PATH2_08");
TA_STAND (02,16,02,30,"NC_EN_PATH2_06");
TA_STAND (02,30,02,45,"NC_EN_PATH2_03");
TA_STAND (02,46,02,59,"NC_EN_PATH2_09");
TA_STAND (03,00,03,15,"NC_EN_PATH2_08");
TA_STAND (03,16,03,30,"NC_EN_PATH2_06");
TA_STAND (03,30,03,45,"NC_EN_PATH2_03");
TA_STAND (03,46,03,59,"NC_EN_PATH2_09");
TA_STAND (04,00,04,15,"NC_EN_PATH2_08");
TA_STAND (04,16,04,30,"NC_EN_PATH2_06");
TA_STAND (04,30,04,45,"NC_EN_PATH2_03");
TA_STAND (04,46,04,59,"NC_EN_PATH2_09");
TA_STAND (05,00,05,15,"NC_EN_PATH2_08");
TA_STAND (05,16,05,30,"NC_EN_PATH2_06");
TA_STAND (05,30,05,45,"NC_EN_PATH2_03");
TA_STAND (05,46,05,59,"NC_EN_PATH2_09");
TA_STAND (06,00,06,15,"NC_EN_PATH2_08");
TA_STAND (06,16,06,30,"NC_EN_PATH2_06");
TA_STAND (06,30,06,45,"NC_EN_PATH2_03");
TA_STAND (06,46,06,59,"NC_EN_PATH2_09");
TA_STAND (07,00,07,15,"NC_EN_PATH2_08");
TA_STAND (07,16,07,30,"NC_EN_PATH2_06");
TA_STAND (07,30,07,45,"NC_EN_PATH2_03");
TA_STAND (07,46,07,59,"NC_EN_PATH2_09");
TA_STAND (08,00,08,15,"NC_EN_PATH2_08");
TA_STAND (08,16,08,30,"NC_EN_PATH2_06");
TA_STAND (08,30,08,45,"NC_EN_PATH2_03");
TA_STAND (08,46,08,59,"NC_EN_PATH2_09");
TA_STAND (09,00,09,15,"NC_EN_PATH2_08");
TA_STAND (09,16,09,30,"NC_EN_PATH2_06");
TA_STAND (09,30,09,45,"NC_EN_PATH2_03");
TA_STAND (09,46,09,59,"NC_EN_PATH2_09");
TA_STAND (10,00,10,15,"NC_EN_PATH2_08");
TA_STAND (10,16,10,30,"NC_EN_PATH2_06");
TA_STAND (10,30,10,45,"NC_EN_PATH2_03");
TA_STAND (10,46,10,59,"NC_EN_PATH2_09");
TA_STAND (11,00,11,15,"NC_EN_PATH2_08");
TA_STAND (11,16,11,30,"NC_EN_PATH2_06");
TA_STAND (11,30,11,45,"NC_EN_PATH2_03");
TA_STAND (11,46,11,59,"NC_EN_PATH2_09");
TA_STAND (12,00,12,15,"NC_EN_PATH2_08");
TA_STAND (12,16,12,30,"NC_EN_PATH2_06");
TA_STAND (12,30,12,45,"NC_EN_PATH2_03");
TA_STAND (12,46,12,59,"NC_EN_PATH2_09");
TA_STAND (13,00,13,15,"NC_EN_PATH2_08");
TA_STAND (13,16,13,30,"NC_EN_PATH2_06");
TA_STAND (13,30,13,45,"NC_EN_PATH2_03");
TA_STAND (13,46,13,59,"NC_EN_PATH2_09");
TA_STAND (14,00,14,15,"NC_EN_PATH2_08");
TA_STAND (14,16,14,30,"NC_EN_PATH2_06");
TA_STAND (14,30,14,45,"NC_EN_PATH2_03");
TA_STAND (14,46,14,59,"NC_EN_PATH2_09");
TA_STAND (15,00,15,15,"NC_EN_PATH2_08");
TA_STAND (15,16,15,30,"NC_EN_PATH2_06");
TA_STAND (15,30,15,45,"NC_EN_PATH2_03");
TA_STAND (15,46,15,59,"NC_EN_PATH2_09");
TA_STAND (16,00,16,15,"NC_EN_PATH2_08");
TA_STAND (16,16,16,30,"NC_EN_PATH2_06");
TA_STAND (16,30,16,45,"NC_EN_PATH2_03");
TA_STAND (16,46,16,59,"NC_EN_PATH2_09");
TA_STAND (17,00,17,15,"NC_EN_PATH2_08");
TA_STAND (17,16,17,30,"NC_EN_PATH2_06");
TA_STAND (17,30,17,45,"NC_EN_PATH2_03");
TA_STAND (17,46,17,59,"NC_EN_PATH2_09");
TA_STAND (18,00,18,15,"NC_EN_PATH2_08");
TA_STAND (18,16,18,30,"NC_EN_PATH2_06");
TA_STAND (18,30,18,45,"NC_EN_PATH2_03");
TA_STAND (18,46,18,59,"NC_EN_PATH2_09");
TA_STAND (19,00,19,15,"NC_EN_PATH2_08");
TA_STAND (19,16,19,30,"NC_EN_PATH2_06");
TA_STAND (19,30,19,45,"NC_EN_PATH2_03");
TA_STAND (19,46,19,59,"NC_EN_PATH2_09");
TA_STAND (20,00,20,15,"NC_EN_PATH2_08");
TA_STAND (20,16,20,30,"NC_EN_PATH2_06");
TA_STAND (20,30,20,45,"NC_EN_PATH2_03");
TA_STAND (20,46,20,59,"NC_EN_PATH2_09");
TA_STAND (21,00,21,15,"NC_EN_PATH2_08");
TA_STAND (21,16,21,30,"NC_EN_PATH2_06");
TA_STAND (21,30,21,45,"NC_EN_PATH2_03");
TA_STAND (21,46,21,59,"NC_EN_PATH2_09");
TA_STAND (22,00,22,15,"NC_EN_PATH2_08");
TA_STAND (22,16,22,30,"NC_EN_PATH2_06");
TA_STAND (22,30,22,45,"NC_EN_PATH2_03");
TA_STAND (22,46,22,59,"NC_EN_PATH2_09");
TA_STAND (23,00,23,15,"NC_EN_PATH2_08");
TA_STAND (23,16,23,30,"NC_EN_PATH2_06");
TA_STAND (23,30,23,45,"NC_EN_PATH2_03");
TA_STAND (23,46,23,59,"NC_EN_PATH2_09");
};
| D |
/Users/sunchuyue/Documents/test/RX_Product/DerivedData/RX_Product/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EZSwiftExtensions.build/Objects-normal/x86_64/UILabelExtensions.o : /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockSwipe.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockPinch.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockPan.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/FileManagerExtension.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/CollectionsExtension.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UserDefaultsExtension.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockButton.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockTap.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/URLExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UITextFieldExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIStoryboardExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIDeviceExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIImageExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/DoubleExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BundleExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/ErrorTypeExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/DateExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/StringExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/NSAttributedStringExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UISwitchExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UILabelExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BoolExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIBarButtonItemExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIApplicationExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIButtonExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UISliderExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIAlertControllerExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIViewControllerExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/TimerExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/CharacterExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIColorExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIUserInterfaceSizeClassExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/CGFloatExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/CGRectExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/NSObjectExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/IntExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/CGPointExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/FloatingPointExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIFontExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIViewExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIImageViewExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UITextViewExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIWindowExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/ArrayExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/DictionaryExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/NSDictionaryExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/EZSwiftFunctions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockLongPress.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIEdgeInsets.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockWebView.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIColoredView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/sunchuyue/Documents/test/RX_Product/Pods/Target\ Support\ Files/EZSwiftExtensions/EZSwiftExtensions-umbrella.h /Users/sunchuyue/Documents/test/RX_Product/DerivedData/RX_Product/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EZSwiftExtensions.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
/Users/sunchuyue/Documents/test/RX_Product/DerivedData/RX_Product/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EZSwiftExtensions.build/Objects-normal/x86_64/UILabelExtensions~partial.swiftmodule : /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockSwipe.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockPinch.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockPan.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/FileManagerExtension.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/CollectionsExtension.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UserDefaultsExtension.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockButton.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockTap.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/URLExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UITextFieldExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIStoryboardExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIDeviceExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIImageExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/DoubleExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BundleExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/ErrorTypeExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/DateExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/StringExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/NSAttributedStringExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UISwitchExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UILabelExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BoolExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIBarButtonItemExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIApplicationExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIButtonExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UISliderExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIAlertControllerExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIViewControllerExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/TimerExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/CharacterExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIColorExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIUserInterfaceSizeClassExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/CGFloatExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/CGRectExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/NSObjectExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/IntExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/CGPointExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/FloatingPointExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIFontExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIViewExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIImageViewExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UITextViewExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIWindowExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/ArrayExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/DictionaryExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/NSDictionaryExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/EZSwiftFunctions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockLongPress.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIEdgeInsets.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockWebView.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIColoredView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/sunchuyue/Documents/test/RX_Product/Pods/Target\ Support\ Files/EZSwiftExtensions/EZSwiftExtensions-umbrella.h /Users/sunchuyue/Documents/test/RX_Product/DerivedData/RX_Product/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EZSwiftExtensions.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
/Users/sunchuyue/Documents/test/RX_Product/DerivedData/RX_Product/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EZSwiftExtensions.build/Objects-normal/x86_64/UILabelExtensions~partial.swiftdoc : /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockSwipe.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockPinch.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockPan.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/FileManagerExtension.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/CollectionsExtension.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UserDefaultsExtension.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockButton.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockTap.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/URLExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UITextFieldExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIStoryboardExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIDeviceExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIImageExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/DoubleExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BundleExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/ErrorTypeExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/DateExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/StringExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/NSAttributedStringExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UISwitchExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UILabelExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BoolExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIBarButtonItemExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIApplicationExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIButtonExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UISliderExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIAlertControllerExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIViewControllerExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/TimerExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/CharacterExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIColorExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIUserInterfaceSizeClassExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/CGFloatExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/CGRectExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/NSObjectExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/IntExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/CGPointExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/FloatingPointExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIFontExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIViewExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIImageViewExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UITextViewExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIWindowExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/ArrayExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/DictionaryExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/NSDictionaryExtensions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/EZSwiftFunctions.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockLongPress.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIEdgeInsets.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockWebView.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/UIColoredView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/sunchuyue/Documents/test/RX_Product/Pods/Target\ Support\ Files/EZSwiftExtensions/EZSwiftExtensions-umbrella.h /Users/sunchuyue/Documents/test/RX_Product/DerivedData/RX_Product/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EZSwiftExtensions.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
| D |
/**
* Universally Unique Lexicographically sortable Identifier utility
*
* This code is designed to be simple, light, and fast where ULIDs are stored
* in memory and rarely promptled for their string representations.
*
* Standards: https://github.com/ulid/spec
* Authors: dd86k
*/
module utils.ulid;
import utils.time : unixtime;
import utils.netrand : rsamplei;
version (D_SIMD)
import core.simd : ubyte16;
//TODO: Implement SIMD
/**
* ULID structure.
*
* The ULID structure contains a 128-bit/16-byte array only, 6 bytes for the
* timestamp (unix, bigendian), and 10 bytes for random data. The functions
* provided with the structure closely follows the binary specifications,
* except that time_low in this case is 32-bit and time_high is 16-bit. And
* do not respect endianness (uses system's endianness).
*
* For more uniform random data, this structure uses the PCG Random family
* for pseudo-random number generation provided in the netrand module, which
* is not crypto-secure, but gets the job done, as it is more secure than
* most others.
*
* For performance reasons and to ease computation and comparison of fields,
* there are a lot of field aliases (e.g. 1x u128, 2x u64, 4x u32).
*/
struct ULID {
// ULID[127:96] 32_bit_uint_random -+
// ULID[96:64] 32_bit_uint_random -+-> 80-bit RANDOM
// ULID[63:46] 16_bit_uint_random -+
// ULID[45:32] 32_bit_uint_time_low -+-> 48-bit TIME
// ULID[31:0] 16_bit_uint_time_high -+
union {
private ubyte [16]data;
version (D_SIMD)
ubyte16 __vdata16; /// SIMD byte16 type
struct { align(1):
ulong u64_0, u64_1;
}
struct { align(1):
uint u32_0, u32_1, u32_2, u32_3;
}
struct { align(1):
ushort timehigh;
uint timelow;
ushort random0;
uint random1;
uint random2;
}
}
/// Create and initiates an ULID object
/// Returns: ULID initiated structure
static ULID create() {
ULID u = void;
u.initiate;
return u;
}
/// Iniates an ULID object
void initiate() {
dotime;
dorand;
}
/// Update timestamp data
void dotime() {
const ulong u = unixtime;
timelow = cast(uint)u;
version (D_LP64)
timehigh = cast(ushort)(u >> 32);
}
/// Update random data
void dorand() {
random0 = cast(ushort)rsamplei;
random1 = cast(uint)rsamplei;
random2 = cast(uint)rsamplei;
}
/// Retrieves the 6-byte timestamp
/// Returns: timestamp
long time() @trusted {
long t = timelow;
version (D_LP64) {
uint *u = cast(uint*)&t;
u[1] = timehigh;
}
return t;
}
string toString() {
/// BASE32 encoding table
// eq. to static const string
enum ENC_TABLE = "0123456789ABCDEFGHJKMNPQRSTVWXYZ";
char [26]s = void;
//TODO: Seek optimization
// 10-byte timestamp
s[0] = ENC_TABLE[(data[0] & 224) >> 5];
s[1] = ENC_TABLE[data[0] & 31];
s[2] = ENC_TABLE[(data[1] & 248) >> 3];
s[3] = ENC_TABLE[((data[1] & 7) << 2) | ((data[2] & 192) >> 6)];
s[4] = ENC_TABLE[(data[2] & 62) >> 1];
s[5] = ENC_TABLE[((data[2] & 1) << 4) | ((data[3] & 240) >> 4)];
s[6] = ENC_TABLE[((data[3] & 15) << 1) | ((data[4] & 128) >> 7)];
s[7] = ENC_TABLE[(data[4] & 124) >> 2];
s[8] = ENC_TABLE[((data[4] & 3) << 3) | ((data[5] & 224) >> 5)];
s[9] = ENC_TABLE[data[5] & 31];
// 16-byte random
s[10] = ENC_TABLE[(data[6] & 248) >> 3];
s[11] = ENC_TABLE[((data[6] & 7) << 2) | ((data[7] & 192) >> 6)];
s[12] = ENC_TABLE[(data[7] & 62) >> 1];
s[13] = ENC_TABLE[((data[7] & 1) << 4) | ((data[8] & 240) >> 4)];
s[14] = ENC_TABLE[((data[8] & 15) << 1) | ((data[9] & 128) >> 7)];
s[15] = ENC_TABLE[(data[9] & 124) >> 2];
s[16] = ENC_TABLE[((data[9] & 3) << 3) | ((data[10] & 224) >> 5)];
s[17] = ENC_TABLE[data[10] & 31];
s[18] = ENC_TABLE[(data[11] & 248) >> 3];
s[19] = ENC_TABLE[((data[11] & 7) << 2) | ((data[12] & 192) >> 6)];
s[20] = ENC_TABLE[(data[12] & 62) >> 1];
s[21] = ENC_TABLE[((data[12] & 1) << 4) | ((data[13] & 240) >> 4)];
s[22] = ENC_TABLE[((data[13] & 15) << 1) | ((data[14] & 128) >> 7)];
s[23] = ENC_TABLE[(data[14] & 124) >> 2];
s[24] = ENC_TABLE[((data[14] & 3) << 3) | ((data[15] & 224) >> 5)];
s[25] = ENC_TABLE[data[15] & 31];
return s.idup;
}
/**
* Create a ULID structure from a string.
* This function checks if the string is at least 26 characters and
* if the string starts with '7' or lower. Returns an empty struct
* if those one of those conditions fail.
* Params: s = ULID string
* Returns: ULID structure
*/
static ULID fromString(string s) {
/// BASE32 decoding table
// eq. ubyte[256]
__gshared ubyte [256]DEC_TABLE = [
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x01,
0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E,
0x0F, 0x10, 0x11, 0xFF, 0x12, 0x13, 0xFF, 0x14, 0x15, 0xFF,
0x16, 0x17, 0x18, 0x19, 0x1A, 0xFF, 0x1B, 0x1C, 0x1D, 0x1E,
0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF
];
ULID u = void;
if (s.length < 26 || s[0] > '7') {
version (D_SIMD)
u.__vdata16 = 0;
else version (D_LP64) {
u.u64_0 = u.u64_1 = 0;
} else {
u.u32_0 = u.u32_1 = u.u32_2 = u.u32_3 = 0;
}
//u.data[] = 0; uses memset
return u;
}
// ASCII subset of utf-8
const ubyte *p = cast(const ubyte*)&s[0];
// time
u.data[0] = cast(ubyte)
((DEC_TABLE[p[0]] << 5) | DEC_TABLE[p[1]]);
u.data[1] = cast(ubyte)
((DEC_TABLE[p[2]] << 3) | (DEC_TABLE[p[3]] >> 2));
u.data[2] = cast(ubyte)
((DEC_TABLE[p[3]] << 6) | (DEC_TABLE[p[4]] << 1) |
(DEC_TABLE[p[5]] >> 4));
u.data[3] = cast(ubyte)
((DEC_TABLE[p[5]] << 4) | (DEC_TABLE[p[6]] >> 1));
u.data[4] = cast(ubyte)
((DEC_TABLE[p[6]] << 7) | (DEC_TABLE[p[7]] << 2) |
(DEC_TABLE[p[8]] >> 3));
u.data[5] = cast(ubyte)
((DEC_TABLE[p[8]] << 5) | DEC_TABLE[p[9]]);
// random
u.data[6] = cast(ubyte)
((DEC_TABLE[p[10]] << 3) | (DEC_TABLE[p[11]] >> 2));
u.data[7] = cast(ubyte)
((DEC_TABLE[p[11]] << 6) | (DEC_TABLE[p[12]] << 1) |
(DEC_TABLE[p[13]] >> 4));
u.data[8] = cast(ubyte)
((DEC_TABLE[p[13]] << 4) | (DEC_TABLE[p[14]] >> 1));
u.data[9] = cast(ubyte)
((DEC_TABLE[p[14]] << 7) | (DEC_TABLE[p[15]] << 2) |
(DEC_TABLE[p[16]] >> 3));
u.data[10] = cast(ubyte)
((DEC_TABLE[p[16]] << 5) | DEC_TABLE[p[17]]);
u.data[11] = cast(ubyte)
((DEC_TABLE[p[18]] << 3) | (DEC_TABLE[p[19]] >> 2));
u.data[12] = cast(ubyte)
((DEC_TABLE[p[19]] << 6) | (DEC_TABLE[p[20]] << 1) |
(DEC_TABLE[p[21]] >> 4));
u.data[13] = cast(ubyte)
((DEC_TABLE[p[21]] << 4) | (DEC_TABLE[p[22]] >> 1));
u.data[14] = cast(ubyte)
((DEC_TABLE[p[22]] << 7) | (DEC_TABLE[p[23]] << 2) |
(DEC_TABLE[p[24]] >> 3));
u.data[15] = cast(ubyte)
((DEC_TABLE[p[24]] << 5) | DEC_TABLE[p[25]]);
return u;
}
//
// Comparison functions
//
/**
* Compare ULID with another
* Returns: True if they have the same data
*/
bool opEquals(ULID a, ULID b) const {
version (D_SIMD) {
version (LDC)
return a.__vdata16 == b.__vdata16;
else
return a.__vdata16[] == b.__vdata16[];
} else
version (D_LP64) {
if (a.u64_0 != b.u64_0) return false;
if (a.u64_1 != b.u64_1) return false;
return true;
} else {
if (a.u32_0 != b.u32_0) return false;
if (a.u32_1 != b.u32_1) return false;
if (a.u32_2 != b.u32_2) return false;
if (a.u32_3 != b.u32_3) return false;
return true;
}
}
bool opEquals(const ULID a) const {
return opEquals(a, this);
}
bool opEquals(bool b) const {
return check == b;
}
/**
* Compute hash.
*/
ulong toHash() nothrow @trusted const {
return u32_0 ^ u32_1 ^ u32_2 ^ u32_3;
}
/**
* Casts the type as a bool value, includes implicit casts (bool only).
* Returns: If all random bits are set.
*/
bool opCast() {
return check;
}
/**
* Verify if this ULID structure has data (non-zero).
* Returns: True if ULID has data
*/
pragma(inline, true)
bool check() const {
/*version (D_SIMD)
return __vdata16 != 0;
else*/
version (D_LP64)
return u64_0 && u64_1;
else
return u32_0 && u32_1 && u32_2 && u32_3;
}
}
static assert(ULID.sizeof == 16);
static assert(ULID.timehigh.offsetof == 0);
static assert(ULID.timelow.offsetof == 2);
static assert(ULID.random0.offsetof == 6);
static assert(ULID.random1.offsetof == 8);
static assert(ULID.random2.offsetof == 12);
//TODO: unittesting
unittest {
ULID u = ULID.create;
assert(u);
} | D |
module deepmagic.dom.elements.text_level.wbr_element;
import deepmagic.dom;
class WbrElement : Html5Element!("wbr"){
mixin(ElementConstructorTemplate!());
}
///Check Default Initialization.
unittest{
WbrElement wbr = new WbrElement();
assert(wbr.toString == "<wbr />");
}
| D |
/**
* Defines the help texts for the CLI options offered by DMD.
*
* This file is not shared with other compilers which use the DMD front-end.
* However, this file will be used to generate the
* $(LINK2 https://dlang.org/dmd-linux.html, online documentation) and MAN pages.
*
* Copyright: Copyright (C) 1999-2022 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 https://www.digitalmars.com, Walter Bright)
* License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/dmd/cli.d, _cli.d)
* Documentation: https://dlang.org/phobos/dmd_cli.html
* Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/cli.d
*/
module dmd.cli;
/* The enum TargetOS is an exact copy of the one in dmd.globals.
* Duplicated here because this file is stand-alone.
*/
/// Bit decoding of the TargetOS
enum TargetOS : ubyte
{
/* These are mutually exclusive; one and only one is set.
* Match spelling and casing of corresponding version identifiers
*/
linux = 1,
Windows = 2,
OSX = 4,
OpenBSD = 8,
FreeBSD = 0x10,
Solaris = 0x20,
DragonFlyBSD = 0x40,
// Combination masks
all = linux | Windows | OSX | OpenBSD | FreeBSD | Solaris | DragonFlyBSD,
Posix = linux | OSX | OpenBSD | FreeBSD | Solaris | DragonFlyBSD,
}
// Detect the current TargetOS
version (linux)
{
private enum targetOS = TargetOS.linux;
}
else version(Windows)
{
private enum targetOS = TargetOS.Windows;
}
else version(OSX)
{
private enum targetOS = TargetOS.OSX;
}
else version(OpenBSD)
{
private enum targetOS = TargetOS.OpenBSD;
}
else version(FreeBSD)
{
private enum targetOS = TargetOS.FreeBSD;
}
else version(DragonFlyBSD)
{
private enum targetOS = TargetOS.DragonFlyBSD;
}
else version(Solaris)
{
private enum targetOS = TargetOS.Solaris;
}
else
{
private enum targetOS = TargetOS.all;
}
/**
Checks whether `os` is the current $(LREF TargetOS).
For `TargetOS.all` it will always return true.
Params:
os = $(LREF TargetOS) to check
Returns: true iff `os` contains the current targetOS.
*/
bool isCurrentTargetOS(TargetOS os)
{
return (os & targetOS) > 0;
}
/**
Capitalize a the first character of a ASCII string.
Params:
w = ASCII i string to capitalize
Returns: capitalized string
*/
static string capitalize(string w)
{
char[] result = cast(char[]) w;
char c1 = w.length ? w[0] : '\0';
if (c1 >= 'a' && c1 <= 'z')
{
enum adjustment = 'A' - 'a';
result = new char[] (w.length);
result[0] = cast(char) (c1 + adjustment);
result[1 .. $] = w[1 .. $];
}
return cast(string) result;
}
/**
Contains all available CLI $(LREF Usage.Option)s.
See_Also: $(LREF Usage.Option)
*/
struct Usage
{
/**
* Representation of a CLI `Option`
*
* The DDoc description `ddoxText` is only available when compiled with `-version=DdocOptions`.
*/
struct Option
{
string flag; /// The CLI flag without leading `-`, e.g. `color`
string helpText; /// A detailed description of the flag
TargetOS os = TargetOS.all; /// For which `TargetOS` the flags are applicable
// Needs to be version-ed to prevent the text ending up in the binary
// See also: https://issues.dlang.org/show_bug.cgi?id=18238
version(DdocOptions) string ddocText; /// Detailed description of the flag (in Ddoc)
/**
* Params:
* flag = CLI flag without leading `-`, e.g. `color`
* helpText = detailed description of the flag
* os = for which `TargetOS` the flags are applicable
* ddocText = detailed description of the flag (in Ddoc)
*/
this(string flag, string helpText, TargetOS os = TargetOS.all)
{
this.flag = flag;
this.helpText = helpText;
version(DdocOptions) this.ddocText = helpText;
this.os = os;
}
/// ditto
this(string flag, string helpText, string ddocText, TargetOS os = TargetOS.all)
{
this.flag = flag;
this.helpText = helpText;
version(DdocOptions) this.ddocText = ddocText;
this.os = os;
}
}
/// Returns all available CLI options
static immutable options = [
Option("allinst",
"generate code for all template instantiations"
),
Option("betterC",
"omit generating some runtime information and helper functions",
"Adjusts the compiler to implement D as a $(LINK2 $(ROOT_DIR)spec/betterc.html, better C):
$(UL
$(LI Predefines `D_BetterC` $(LINK2 $(ROOT_DIR)spec/version.html#predefined-versions, version).)
$(LI $(LINK2 $(ROOT_DIR)spec/expression.html#AssertExpression, Assert Expressions), when they fail,
call the C runtime library assert failure function
rather than a function in the D runtime.)
$(LI $(LINK2 $(ROOT_DIR)spec/arrays.html#bounds, Array overflows)
call the C runtime library assert failure function
rather than a function in the D runtime.)
$(LI $(LINK2 spec/statement.html#final-switch-statement/, Final switch errors)
call the C runtime library assert failure function
rather than a function in the D runtime.)
$(LI Does not automatically link with phobos runtime library.)
$(UNIX
$(LI Does not generate Dwarf `eh_frame` with full unwinding information, i.e. exception tables
are not inserted into `eh_frame`.)
)
$(LI Module constructors and destructors are not generated meaning that
$(LINK2 $(ROOT_DIR)spec/class.html#StaticConstructor, static) and
$(LINK2 $(ROOT_DIR)spec/class.html#SharedStaticConstructor, shared static constructors) and
$(LINK2 $(ROOT_DIR)spec/class.html#StaticDestructor, destructors)
will not get called.)
$(LI `ModuleInfo` is not generated.)
$(LI $(LINK2 $(ROOT_DIR)phobos/object.html#.TypeInfo, `TypeInfo`)
instances will not be generated for structs.)
)",
),
Option("boundscheck=[on|safeonly|off]",
"bounds checks on, in @safe only, or off",
`Controls if bounds checking is enabled.
$(UL
$(LI $(I on): Bounds checks are enabled for all code. This is the default.)
$(LI $(I safeonly): Bounds checks are enabled only in $(D @safe) code.
This is the default for $(SWLINK -release) builds.)
$(LI $(I off): Bounds checks are disabled completely (even in $(D @safe)
code). This option should be used with caution and as a
last resort to improve performance. Confirm turning off
$(D @safe) bounds checks is worthwhile by benchmarking.)
)`
),
Option("c",
"compile only, do not link"
),
Option("check=[assert|bounds|in|invariant|out|switch][=[on|off]]",
"enable or disable specific checks",
`Overrides default, -boundscheck, -release and -unittest options to enable or disable specific checks.
$(UL
$(LI $(B assert): assertion checking)
$(LI $(B bounds): array bounds)
$(LI $(B in): in contracts)
$(LI $(B invariant): class/struct invariants)
$(LI $(B out): out contracts)
$(LI $(B switch): finalswitch failure checking)
)
$(UL
$(LI $(B on) or not specified: specified check is enabled.)
$(LI $(B off): specified check is disabled.)
)`
),
Option("check=[h|help|?]",
"list information on all available checks"
),
Option("checkaction=[D|C|halt|context]",
"behavior on assert/boundscheck/finalswitch failure",
`Sets behavior when an assert fails, and array boundscheck fails,
or a final switch errors.
$(UL
$(LI $(B D): Default behavior, which throws an unrecoverable $(D AssertError).)
$(LI $(B C): Calls the C runtime library assert failure function.)
$(LI $(B halt): Executes a halt instruction, terminating the program.)
$(LI $(B context): Prints the error context as part of the unrecoverable $(D AssertError).)
)`
),
Option("checkaction=[h|help|?]",
"list information on all available check actions"
),
Option("color",
"turn colored console output on"
),
Option("color=[on|off|auto]",
"force colored console output on or off, or only when not redirected (default)",
`Show colored console output. The default depends on terminal capabilities.
$(UL
$(LI $(B auto): use colored output if a tty is detected (default))
$(LI $(B on): always use colored output.)
$(LI $(B off): never use colored output.)
)`
),
Option("conf=<filename>",
"use config file at filename"
),
Option("cov",
"do code coverage analysis"
),
Option("cov=ctfe", "Include code executed during CTFE in coverage report"),
Option("cov=<nnn>",
"require at least nnn% code coverage",
`Perform $(LINK2 $(ROOT_DIR)code_coverage.html, code coverage analysis) and generate
$(TT .lst) file with report.)
---
dmd -cov -unittest myprog.d
---
`,
),
Option("D",
"generate documentation",
`$(P Generate $(LINK2 $(ROOT_DIR)spec/ddoc.html, documentation) from source.)
$(P Note: mind the $(LINK2 $(ROOT_DIR)spec/ddoc.html#security, security considerations).)
`,
),
Option("Dd<directory>",
"write documentation file to directory",
`Write documentation file to $(I directory) . $(SWLINK -op)
can be used if the original package hierarchy should
be retained`,
),
Option("Df<filename>",
"write documentation file to filename"
),
Option("d",
"silently allow deprecated features and symbols",
`Silently allow $(DDLINK deprecate,deprecate,deprecated features) and use of symbols with
$(DDSUBLINK $(ROOT_DIR)spec/attribute, deprecated, deprecated attributes).`,
),
Option("de",
"issue an error when deprecated features or symbols are used (halt compilation)"
),
Option("dw",
"issue a message when deprecated features or symbols are used (default)"
),
Option("debug",
"compile in debug code",
`Compile in $(LINK2 spec/version.html#debug, debug) code`,
),
Option("debug=<level>",
"compile in debug code <= level",
`Compile in $(LINK2 spec/version.html#debug, debug level) <= $(I level)`,
),
Option("debug=<ident>",
"compile in debug code identified by ident",
`Compile in $(LINK2 spec/version.html#debug, debug identifier) $(I ident)`,
),
Option("debuglib=<name>",
"set symbolic debug library to name",
`Link in $(I libname) as the default library when
compiling for symbolic debugging instead of $(B $(LIB)).
If $(I libname) is not supplied, then no default library is linked in.`
),
Option("defaultlib=<name>",
"set default library to name",
`Link in $(I libname) as the default library when
not compiling for symbolic debugging instead of $(B $(LIB)).
If $(I libname) is not supplied, then no default library is linked in.`,
),
Option("deps",
"print module dependencies (imports/file/version/debug/lib)"
),
Option("deps=<filename>",
"write module dependencies to filename (only imports)",
`Without $(I filename), print module dependencies
(imports/file/version/debug/lib).
With $(I filename), write module dependencies as text to $(I filename)
(only imports).`,
),
Option("extern-std=<standard>",
"set C++ name mangling compatibility with <standard>",
"Standards supported are:
$(UL
$(LI $(I c++98): Use C++98 name mangling,
Sets `__traits(getTargetInfo, \"cppStd\")` to `199711`)
$(LI $(I c++11) (default): Use C++11 name mangling,
Sets `__traits(getTargetInfo, \"cppStd\")` to `201103`)
$(LI $(I c++14): Use C++14 name mangling,
Sets `__traits(getTargetInfo, \"cppStd\")` to `201402`)
$(LI $(I c++17): Use C++17 name mangling,
Sets `__traits(getTargetInfo, \"cppStd\")` to `201703`)
$(LI $(I c++20): Use C++20 name mangling,
Sets `__traits(getTargetInfo, \"cppStd\")` to `202002`)
)",
),
Option("extern-std=[h|help|?]",
"list all supported standards"
),
Option("fPIC",
"generate position independent code",
cast(TargetOS) (TargetOS.all & ~(TargetOS.Windows | TargetOS.OSX))
),
Option("fPIE",
"generate position independent executables",
cast(TargetOS) (TargetOS.all & ~(TargetOS.Windows | TargetOS.OSX))
),
Option("g",
"add symbolic debug info",
`$(WINDOWS
Add CodeView symbolic debug info. See
$(LINK2 https://dlang.org/windbg.html, Debugging on Windows).
)
$(UNIX
Add symbolic debug info in DWARF format
for debuggers such as
$(D gdb)
)`,
),
Option("gdwarf=<version>",
"add DWARF symbolic debug info",
"The value of version may be 3, 4 or 5, defaulting to 3.",
cast(TargetOS) (TargetOS.all & ~cast(uint)TargetOS.Windows)
),
Option("gf",
"emit debug info for all referenced types",
`Symbolic debug info is emitted for all types referenced by the compiled code,
even if the definition is in an imported file not currently being compiled.`,
),
Option("gs",
"always emit stack frame"
),
Option("gx",
"add stack stomp code",
`Adds stack stomp code, which overwrites the stack frame memory upon function exit.`,
),
Option("H",
"generate 'header' file",
`Generate $(RELATIVE_LINK2 $(ROOT_DIR)interface-files, D interface file)`,
),
Option("Hd=<directory>",
"write 'header' file to directory",
`Write D interface file to $(I dir) directory. $(SWLINK -op)
can be used if the original package hierarchy should
be retained.`,
),
Option("Hf=<filename>",
"write 'header' file to filename"
),
Option("HC[=[silent|verbose]]",
"generate C++ 'header' file",
`Generate C++ 'header' files using the given configuration:",
$(DL
$(DT silent)$(DD only list extern(C[++]) declarations (default))
$(DT verbose)$(DD also add comments for ignored declarations (e.g. extern(D)))
)`,
),
Option("HC=[?|h|help]",
"list available modes for C++ 'header' file generation"
),
Option("HCd=<directory>",
"write C++ 'header' file to directory"
),
Option("HCf=<filename>",
"write C++ 'header' file to filename"
),
Option("-help",
"print help and exit"
),
Option("I=<directory>",
"look for imports also in directory"
),
Option("i[=<pattern>]",
"include imported modules in the compilation",
q"{$(P Enables "include imports" mode, where the compiler will include imported
modules in the compilation, as if they were given on the command line. By default, when
this option is enabled, all imported modules are included except those in
druntime/phobos. This behavior can be overriden by providing patterns via `-i=<pattern>`.
A pattern of the form `-i=<package>` is an "inclusive pattern", whereas a pattern
of the form `-i=-<package>` is an "exclusive pattern". Inclusive patterns will include
all module's whose names match the pattern, whereas exclusive patterns will exclude them.
For example. all modules in the package `foo.bar` can be included using `-i=foo.bar` or excluded
using `-i=-foo.bar`. Note that each component of the fully qualified name must match the
pattern completely, so the pattern `foo.bar` would not match a module named `foo.barx`.)
$(P The default behavior of excluding druntime/phobos is accomplished by internally adding a
set of standard exclusions, namely, `-i=-std -i=-core -i=-etc -i=-object`. Note that these
can be overriden with `-i=std -i=core -i=etc -i=object`.)
$(P When a module matches multiple patterns, matches are prioritized by their component length, where
a match with more components takes priority (i.e. pattern `foo.bar.baz` has priority over `foo.bar`).)
$(P By default modules that don't match any pattern will be included. However, if at
least one inclusive pattern is given, then modules not matching any pattern will
be excluded. This behavior can be overriden by usig `-i=.` to include by default or `-i=-.` to
exclude by default.)
$(P Note that multiple `-i=...` options are allowed, each one adds a pattern.)}"
),
Option("ignore",
"ignore unsupported pragmas"
),
Option("inline",
"do function inlining",
`Inline functions at the discretion of the compiler.
This can improve performance, at the expense of making
it more difficult to use a debugger on it.`,
),
Option("J=<directory>",
"look for string imports also in directory",
`Where to look for files for
$(LINK2 $(ROOT_DIR)spec/expression.html#ImportExpression, $(I ImportExpression))s.
This switch is required in order to use $(I ImportExpression)s.
$(I path) is a ; separated
list of paths. Multiple $(B -J)'s can be used, and the paths
are searched in the same order.`,
),
Option("L=<linkerflag>",
"pass linkerflag to link",
`Pass $(I linkerflag) to the
$(WINDOWS linker $(OPTLINK))
$(UNIX linker), for example, ld`,
),
Option("lib",
"generate library rather than object files",
`Generate library file as output instead of object file(s).
All compiled source files, as well as object files and library
files specified on the command line, are inserted into
the output library.
Compiled source modules may be partitioned into several object
modules to improve granularity.
The name of the library is taken from the name of the first
source module to be compiled. This name can be overridden with
the $(SWLINK -of) switch.`,
),
Option("lowmem",
"enable garbage collection for the compiler",
`Enable the garbage collector for the compiler, reducing the
compiler memory requirements but increasing compile times.`,
),
Option("m32",
"generate 32 bit code",
`$(UNIX Compile a 32 bit executable. This is the default for the 32 bit dmd.)`,
cast(TargetOS) (TargetOS.all & ~cast(uint)TargetOS.DragonFlyBSD) // available on all OS'es except DragonFly, which does not support 32-bit binaries
),
Option("m32mscoff",
"generate 32 bit code and write MS-COFF object files (deprecated use -m32)",
TargetOS.Windows
),
Option("m32omf",
"(deprecated) generate 32 bit code and write OMF object files",
`$(WINDOWS Compile a 32 bit executable. The generated object code is in OMF and is meant to be used with the
$(LINK2 http://www.digitalmars.com/download/freecompiler.html, Digital Mars C/C++ compiler)).`,
TargetOS.Windows
),
Option("m64",
"generate 64 bit code",
`$(UNIX Compile a 64 bit executable. This is the default for the 64 bit dmd.)
$(WINDOWS The generated object code is in MS-COFF and is meant to be used with the
$(LINK2 https://msdn.microsoft.com/en-us/library/dd831853(v=vs.100).aspx, Microsoft Visual Studio 10)
or later compiler.`,
),
Option("main",
"add default main() if not present already (e.g. for unittesting)",
`Add a default $(D main()) function when compiling. This is useful when
unittesting a library, as it enables running the unittests
in a library without having to manually define an entry-point function.`,
),
Option("makedeps[=<filename>]",
"print dependencies in Makefile compatible format to filename or stdout.",
`Print dependencies in Makefile compatible format.
If filename is omitted, it prints to stdout.
The emitted targets are the compiled artifacts (executable, object files, libraries).
The emitted dependencies are imported modules and imported string files (via $(B -J) switch).
Special characters in a dependency or target filename are escaped in the GNU Make manner.
`,
),
Option("man",
"open web browser on manual page",
`$(WINDOWS
Open default browser on this page
)
$(LINUX
Open browser specified by the $(B BROWSER)
environment variable on this page. If $(B BROWSER) is
undefined, $(B x-www-browser) is assumed.
)
$(FREEBSD
Open browser specified by the $(B BROWSER)
environment variable on this page. If $(B BROWSER) is
undefined, $(B x-www-browser) is assumed.
)
$(OSX
Open browser specified by the $(B BROWSER)
environment variable on this page. If $(B BROWSER) is
undefined, $(B Safari) is assumed.
)`,
),
Option("map",
"generate linker .map file",
`Generate a $(TT .map) file`,
),
Option("mcpu=<id>",
"generate instructions for architecture identified by 'id'",
`Set the target architecture for code generation,
where:
$(DL
$(DT help)$(DD list alternatives)
$(DT baseline)$(DD the minimum architecture for the target platform (default))
$(DT avx)$(DD
generate $(LINK2 https://en.wikipedia.org/wiki/Advanced_Vector_Extensions, AVX)
instructions instead of $(LINK2 https://en.wikipedia.org/wiki/Streaming_SIMD_Extensions, SSE)
instructions for vector and floating point operations.
Not available for 32 bit memory models other than OSX32.
)
$(DT native)$(DD use the architecture the compiler is running on)
)`,
),
Option("mcpu=[h|help|?]",
"list all architecture options"
),
Option("mixin=<filename>",
"expand and save mixins to file specified by <filename>"
),
Option("mscrtlib=<libname>",
"MS C runtime library to reference from main/WinMain/DllMain",
"If building MS-COFF object files when targeting Windows, embed a reference to
the given C runtime library $(I libname) into the object file containing `main`,
`DllMain` or `WinMain` for automatic linking. The default is $(TT libcmt)
(release version with static linkage), the other usual alternatives are
$(TT libcmtd), $(TT msvcrt) and $(TT msvcrtd).
If no Visual C installation is detected, a wrapper for the redistributable
VC2010 dynamic runtime library and mingw based platform import libraries will
be linked instead using the LLD linker provided by the LLVM project.
The detection can be skipped explicitly if $(TT msvcrt120) is specified as
$(I libname).
If $(I libname) is empty, no C runtime library is automatically linked in.",
TargetOS.Windows,
),
Option("mv=<package.module>=<filespec>",
"use <filespec> as source file for <package.module>",
`Use $(I path/filename) as the source file for $(I package.module).
This is used when the source file path and names are not the same
as the package and module hierarchy.
The rightmost components of the $(I path/filename) and $(I package.module)
can be omitted if they are the same.`,
),
Option("noboundscheck",
"no array bounds checking (deprecated, use -boundscheck=off)",
`Turns off all array bounds checking, even for safe functions. $(RED Deprecated
(use $(TT $(SWLINK -boundscheck)=off) instead).)`,
),
Option("O",
"optimize",
`Optimize generated code. For fastest executables, compile
with the $(TT $(SWLINK -O) $(SWLINK -release) $(SWLINK -inline) $(SWLINK -boundscheck)=off)
switches together.`,
),
Option("o-",
"do not write object file",
`Suppress generation of object file. Useful in
conjuction with $(SWLINK -D) or $(SWLINK -H) flags.`
),
Option("od=<directory>",
"write object & library files to directory",
`Write object files relative to directory $(I objdir)
instead of to the current directory. $(SWLINK -op)
can be used if the original package hierarchy should
be retained`,
),
Option("of=<filename>",
"name output file to filename",
`Set output file name to $(I filename) in the output
directory. The output file can be an object file,
executable file, or library file depending on the other
switches.`
),
Option("op",
"preserve source path for output files",
`Normally the path for $(B .d) source files is stripped
off when generating an object, interface, or Ddoc file
name. $(SWLINK -op) will leave it on.`,
),
Option("os=<os>",
"sets target operating system to <os>",
`Set the target operating system as other than the host.
$(UL
$(LI $(I host): Target the host operating system (default).)
$(LI $(I dragonflybsd): DragonFlyBSD)
$(LI $(I freebsd): FreeBSD)
$(LI $(I linux): Linux)
$(LI $(I openbsd): OpenBSD)
$(LI $(I osx): OSX)
$(LI $(I solaris): Solaris)
$(LI $(I windows): Windows)
)`
),
Option("P=<preprocessorflag>",
"pass preprocessorflag to C preprocessor",
`Pass $(I preprocessorflag) to
$(WINDOWS sppn.exe or cl.exe)
$(UNIX cpp)`,
),
Option("preview=<name>",
"enable an upcoming language change identified by 'name'",
`Preview an upcoming language change identified by $(I id)`,
),
Option("preview=[h|help|?]",
"list all upcoming language changes"
),
Option("profile",
"profile runtime performance of generated code",
`Instrument the generated code so that runtime performance data is collected
when the generated program is run.
Upon completion of the generated program, the files $(TT trace.log) and $(TT trace.def)
are generated. $(TT trace.log) has two sections,
$(OL
$(LI Fan in and fan out for each profiled function. The name of the function is left-justified,
the functions immediately preceding it are the other functions that call it (fan in) and how many times
it is called. The functions immediately following are the functions that are called (fan out) and how
many times it calls that function. The function itself has 3 numbers appended: the aggregate of the fan in counts,
the tree time used by the function which is the function time plus the tree times of all the functions it calls,
and the time used excluding
the time used by fan out.
)
$(LI Timing data for each function, sorted from most used to least.)
)
The $(TT trace.def) file contains linker commands to associate functions which are strongly coupled
so they appear adjacent in the resulting executable file.
For more information see $(LINK2 https://www.digitalmars.com/ctg/trace.html, profile)
`,
),
Option("profile=gc",
"profile runtime allocations",
`$(UL
$(LI $(B gc): Instrument calls to GC memory allocation and
write a report to the file $(TT profilegc.log) upon program
termination. $(B Note:) Only instrumented calls will be
logged. These include:
$(UL
$(LI Language constructs that allocate memory)
$(LI Phobos functions that allocate GC memory)
$(LI GC allocations via core.memory.GC)
)
Allocations made by other means will not be logged,
including direct calls to the GC's C API.)
)`,
),
Option("release",
"contracts and asserts are not emitted, and bounds checking is performed only in @safe functions",
`Compile release version, which means not emitting run-time
checks for contracts and asserts. Array bounds checking is not
done for system and trusted functions, and assertion failures
are undefined behaviour.`
),
Option("revert=<name>",
"revert language change identified by 'name'",
`Revert language change identified by $(I id)`,
),
Option("revert=[h|help|?]",
"list all revertable language changes"
),
Option("run <srcfile>",
"compile, link, and run the program srcfile",
`Compile, link, and run the program $(I srcfile) with the
rest of the
command line, $(I args...), as the arguments to the program.
No .$(OBJEXT) or executable file is left behind.`
),
Option("shared",
"generate shared library (DLL)",
`$(UNIX Generate shared library)
$(WINDOWS Generate DLL library)`,
),
Option("target=<triple>",
"use <triple> as <arch>-[<vendor>-]<os>[-<cenv>[-<cppenv]]",
"$(I arch) is the architecture: either `x86`, `x64`, `x86_64` or `x32`,
$(I vendor) is always ignored, but supported for easier interoperability,
$(I os) is the operating system, this may have a trailing version number:
`freestanding` for no operating system,
`darwin` or `osx` for MacOS, `dragonfly` or `dragonflybsd` for DragonflyBSD,
`freebsd`, `openbsd`, `linux`, `solaris` or `windows` for their respective operating systems.
$(I cenv) is the C runtime environment and is optional: `musl` for musl-libc,
`msvc` for the MSVC runtime (the default for windows with this option),
`bionic` for the Andriod libc, `digital_mars` for the Digital Mars runtime for Windows
`gnu` or `glibc` for the GCC C runtime, `newlib` or `uclibc` for their respective C runtimes.
($ I cppenv) is the C++ runtime environment: `clang` for the LLVM C++ runtime
`gcc` for GCC's C++ runtime, `msvc` for microsoft's MSVC C++ runtime (the default for windows with this switch),
`sun` for Sun's C++ runtime and `digital_mars` for the Digital Mars C++ runtime for windows.
"
),
Option("transition=<name>",
"help with language change identified by 'name'",
`Show additional info about language change identified by $(I id)`,
),
Option("transition=[h|help|?]",
"list all language changes"
),
Option("unittest",
"compile in unit tests",
`Compile in $(LINK2 spec/unittest.html, unittest) code, turns on asserts, and sets the
$(D unittest) $(LINK2 spec/version.html#PredefinedVersions, version identifier)`,
),
Option("v",
"verbose",
`Enable verbose output for each compiler pass`,
),
Option("vasm",
"list generated assembler for each function"
),
Option("vcolumns",
"print character (column) numbers in diagnostics"
),
Option("verror-style=[digitalmars|gnu]",
"set the style for file/line number annotations on compiler messages",
`Set the style for file/line number annotations on compiler messages,
where:
$(DL
$(DT digitalmars)$(DD 'file(line[,column]): message'. This is the default.)
$(DT gnu)$(DD 'file:line[:column]: message', conforming to the GNU standard used by gcc and clang.)
)`,
),
Option("verrors=<num>",
"limit the number of error messages (0 means unlimited)"
),
Option("verrors=context",
"show error messages with the context of the erroring source line"
),
Option("verrors=spec",
"show errors from speculative compiles such as __traits(compiles,...)"
),
Option("-version",
"print compiler version and exit"
),
Option("version=<level>",
"compile in version code >= level",
`Compile in $(LINK2 $(ROOT_DIR)spec/version.html#version, version level) >= $(I level)`,
),
Option("version=<ident>",
"compile in version code identified by ident",
`Compile in $(LINK2 $(ROOT_DIR)spec/version.html#version, version identifier) $(I ident)`
),
Option("vgc",
"list all gc allocations including hidden ones"
),
Option("vtls",
"list all variables going into thread local storage"
),
Option("vtemplates=[list-instances]",
"list statistics on template instantiations",
`An optional argument determines extra diagnostics,
where:
$(DL
$(DT list-instances)$(DD Also shows all instantiation contexts for each template.)
)`,
),
Option("w",
"warnings as errors (compilation will halt)",
`Enable $(LINK2 $(ROOT_DIR)articles/warnings.html, warnings)`
),
Option("wi",
"warnings as messages (compilation will continue)",
`Enable $(LINK2 $(ROOT_DIR)articles/warnings.html, informational warnings (i.e. compilation
still proceeds normally))`,
),
Option("X",
"generate JSON file"
),
Option("Xf=<filename>",
"write JSON file to filename"
),
Option("Xcc=<driverflag>",
"pass driverflag to linker driver (cc)",
"Pass $(I driverflag) to the linker driver (`$CC` or `cc`)",
cast(TargetOS) (TargetOS.all & ~cast(uint)TargetOS.Windows)
),
];
/// Representation of a CLI feature
struct Feature
{
string name; /// name of the feature
string paramName; // internal transition parameter name
string helpText; // detailed description of the feature
bool documented = true; // whether this option should be shown in the documentation
bool deprecated_; /// whether the feature is still in use
}
/// Returns all available transitions
static immutable transitions = [
Feature("field", "vfield",
"list all non-mutable fields which occupy an object instance"),
Feature("complex", "vcomplex",
"give deprecation messages about all usages of complex or imaginary types", true, true),
Feature("tls", "vtls",
"list all variables going into thread local storage"),
Feature("in", "vin",
"list all usages of 'in' on parameter"),
];
/// Returns all available reverts
static immutable reverts = [
Feature("dip25", "useDIP25", "revert DIP25 changes https://github.com/dlang/DIPs/blob/master/DIPs/archive/DIP25.md"),
Feature("dip1000", "useDIP1000",
"revert DIP1000 changes https://github.com/dlang/DIPs/blob/master/DIPs/other/DIP1000.md (Scoped Pointers)"),
Feature("intpromote", "fix16997", "revert integral promotions for unary + - ~ operators"),
Feature("dtorfields", "dtorFields", "don't destruct fields of partially constructed objects"),
];
/// Returns all available previews
static immutable previews = [
Feature("dip25", "useDIP25",
"implement https://github.com/dlang/DIPs/blob/master/DIPs/archive/DIP25.md (Sealed references)"),
Feature("dip1000", "useDIP1000",
"implement https://github.com/dlang/DIPs/blob/master/DIPs/other/DIP1000.md (Scoped Pointers)"),
Feature("dip1008", "ehnogc",
"implement https://github.com/dlang/DIPs/blob/master/DIPs/other/DIP1008.md (@nogc Throwable)"),
Feature("dip1021", "useDIP1021",
"implement https://github.com/dlang/DIPs/blob/master/DIPs/accepted/DIP1021.md (Mutable function arguments)"),
Feature("bitfields", "bitfields", "add bitfields https://github.com/dlang/dlang.org/pull/3190"),
Feature("fieldwise", "fieldwise", "use fieldwise comparisons for struct equality"),
Feature("fixAliasThis", "fixAliasThis",
"when a symbol is resolved, check alias this scope before going to upper scopes"),
Feature("intpromote", "fix16997",
"fix integral promotions for unary + - ~ operators", false, true),
Feature("dtorfields", "dtorFields",
"destruct fields of partially constructed objects", false, false),
Feature("rvaluerefparam", "rvalueRefParam",
"enable rvalue arguments to ref parameters"),
Feature("nosharedaccess", "noSharedAccess",
"disable access to shared memory objects"),
Feature("in", "previewIn",
"`in` on parameters means `scope const [ref]` and accepts rvalues"),
Feature("inclusiveincontracts", "inclusiveInContracts",
"'in' contracts of overridden methods must be a superset of parent contract"),
Feature("shortenedMethods", "shortenedMethods",
"allow use of => for methods and top-level functions in addition to lambdas", false, false),
Feature("fixImmutableConv", "fixImmutableConv",
"disallow unsound immutable conversions that were formerly incorrectly permitted"),
Feature("systemVariables", "systemVariables",
"disable access to variables marked '@system' from @safe code"),
];
}
/**
Formats the `Options` for CLI printing.
*/
struct CLIUsage
{
/**
Returns a string of all available CLI options for the current targetOS.
Options are separated by newlines.
*/
static string usage()
{
enum maxFlagLength = 18;
enum s = () {
char[] buf;
foreach (option; Usage.options)
{
if (option.os.isCurrentTargetOS)
{
buf ~= " -" ~ option.flag;
// create new lines if the flag name is too long
if (option.flag.length >= 17)
{
buf ~= "\n ";
}
else if (option.flag.length <= maxFlagLength)
{
const spaces = maxFlagLength - option.flag.length - 1;
buf.length += spaces;
buf[$ - spaces .. $] = ' ';
}
else
{
buf ~= " ";
}
buf ~= option.helpText;
buf ~= "\n";
}
}
return cast(string) buf;
}();
return s;
}
/// CPU architectures supported -mcpu=id
enum mcpuUsage = "CPU architectures supported by -mcpu=id:
=[h|help|?] list information on all available choices
=baseline use default architecture as determined by target
=avx use AVX 1 instructions
=avx2 use AVX 2 instructions
=native use CPU architecture that this compiler is running on
";
static string generateFeatureUsage(const Usage.Feature[] features, string flagName, string description)
{
enum maxFlagLength = 20;
auto buf = description.capitalize ~ " listed by -"~flagName~"=name:
";
auto allTransitions = [Usage.Feature("all", null,
"Enables all available " ~ description)] ~ features;
foreach (t; allTransitions)
{
if (!t.documented)
continue;
buf ~= " =";
buf ~= t.name;
buf ~= " "; // at least one separating space
auto lineLength = " =".length + t.name.length + " ".length;
foreach (i; lineLength .. maxFlagLength)
buf ~= " ";
buf ~= t.helpText;
if (t.deprecated_)
buf ~= " [DEPRECATED]";
buf ~= "\n";
}
return buf;
}
/// Language changes listed by -transition=id
enum transitionUsage = generateFeatureUsage(Usage.transitions, "transition", "language transitions");
/// Language changes listed by -revert
enum revertUsage = generateFeatureUsage(Usage.reverts, "revert", "revertable language changes");
/// Language previews listed by -preview
enum previewUsage = generateFeatureUsage(Usage.previews, "preview", "upcoming language changes");
/// Options supported by -checkaction=
enum checkActionUsage = "Behavior on assert/boundscheck/finalswitch failure:
=[h|help|?] List information on all available choices
=D Usual D behavior of throwing an AssertError
=C Call the C runtime library assert failure function
=halt Halt the program execution (very lightweight)
=context Use D assert with context information (when available)
";
/// Options supported by -check
enum checkUsage = "Enable or disable specific checks:
=[h|help|?] List information on all available choices
=assert[=[on|off]] Assertion checking
=bounds[=[on|off]] Array bounds checking
=in[=[on|off]] Generate In contracts
=invariant[=[on|off]] Class/struct invariants
=out[=[on|off]] Out contracts
=switch[=[on|off]] Final switch failure checking
=on Enable all assertion checking
(default for non-release builds)
=off Disable all assertion checking
";
/// Options supported by -extern-std
enum externStdUsage = "Available C++ standards:
=[h|help|?] List information on all available choices
=c++98 Sets `__traits(getTargetInfo, \"cppStd\")` to `199711`
=c++11 Sets `__traits(getTargetInfo, \"cppStd\")` to `201103`
=c++14 Sets `__traits(getTargetInfo, \"cppStd\")` to `201402`
=c++17 Sets `__traits(getTargetInfo, \"cppStd\")` to `201703`
=c++20 Sets `__traits(getTargetInfo, \"cppStd\")` to `202002`
";
/// Options supported by -HC
enum hcUsage = "Available header generation modes:
=[h|help|?] List information on all available choices
=silent Silently ignore non-exern(C[++]) declarations
=verbose Add a comment for ignored non-exern(C[++]) declarations
";
/// Options supported by -gdwarf
enum gdwarfUsage = "Available DWARF versions:
=[h|help|?] List information on choices
=3 Emit DWARF version 3 debug information
=4 Emit DWARF version 4 debug information
=5 Emit DWARF version 5 debug information
";
}
| D |
/Users/thendral/POC/vapor/Friends/.build/debug/TurnstileCrypto.build/Random.swift.o : /Users/thendral/POC/vapor/Friends/Packages/Turnstile-1.0.3/Sources/TurnstileCrypto/BCrypt.swift /Users/thendral/POC/vapor/Friends/Packages/Turnstile-1.0.3/Sources/TurnstileCrypto/Random.swift /Users/thendral/POC/vapor/Friends/Packages/Turnstile-1.0.3/Sources/TurnstileCrypto/URandom.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule
/Users/thendral/POC/vapor/Friends/.build/debug/TurnstileCrypto.build/Random~partial.swiftmodule : /Users/thendral/POC/vapor/Friends/Packages/Turnstile-1.0.3/Sources/TurnstileCrypto/BCrypt.swift /Users/thendral/POC/vapor/Friends/Packages/Turnstile-1.0.3/Sources/TurnstileCrypto/Random.swift /Users/thendral/POC/vapor/Friends/Packages/Turnstile-1.0.3/Sources/TurnstileCrypto/URandom.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule
/Users/thendral/POC/vapor/Friends/.build/debug/TurnstileCrypto.build/Random~partial.swiftdoc : /Users/thendral/POC/vapor/Friends/Packages/Turnstile-1.0.3/Sources/TurnstileCrypto/BCrypt.swift /Users/thendral/POC/vapor/Friends/Packages/Turnstile-1.0.3/Sources/TurnstileCrypto/Random.swift /Users/thendral/POC/vapor/Friends/Packages/Turnstile-1.0.3/Sources/TurnstileCrypto/URandom.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule
| D |
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/release/deps/rand_os-47ad339078a2189b.rmeta: /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_os-0.1.3/src/lib.rs /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_os-0.1.3/src/dummy_log.rs /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_os-0.1.3/src/random_device.rs /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_os-0.1.3/src/linux_android.rs
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/release/deps/librand_os-47ad339078a2189b.rlib: /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_os-0.1.3/src/lib.rs /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_os-0.1.3/src/dummy_log.rs /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_os-0.1.3/src/random_device.rs /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_os-0.1.3/src/linux_android.rs
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/release/deps/rand_os-47ad339078a2189b.d: /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_os-0.1.3/src/lib.rs /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_os-0.1.3/src/dummy_log.rs /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_os-0.1.3/src/random_device.rs /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_os-0.1.3/src/linux_android.rs
/home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_os-0.1.3/src/lib.rs:
/home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_os-0.1.3/src/dummy_log.rs:
/home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_os-0.1.3/src/random_device.rs:
/home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_os-0.1.3/src/linux_android.rs:
| D |
/Users/Vidyadhar/Desktop/Github/selfieHack-github-repo/build/SelfieHack.build/Debug-iphonesimulator/SelfieHack.build/Objects-normal/x86_64/AppDelegate.o : /Users/Vidyadhar/Desktop/Github/selfieHack-github-repo/SelfieHack/ViewController.swift /Users/Vidyadhar/Desktop/Github/selfieHack-github-repo/SelfieHack/AppDelegate.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/Security.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/CoreAudio.swiftmodule
/Users/Vidyadhar/Desktop/Github/selfieHack-github-repo/build/SelfieHack.build/Debug-iphonesimulator/SelfieHack.build/Objects-normal/x86_64/AppDelegate~partial.swiftmodule : /Users/Vidyadhar/Desktop/Github/selfieHack-github-repo/SelfieHack/ViewController.swift /Users/Vidyadhar/Desktop/Github/selfieHack-github-repo/SelfieHack/AppDelegate.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/Security.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/CoreAudio.swiftmodule
/Users/Vidyadhar/Desktop/Github/selfieHack-github-repo/build/SelfieHack.build/Debug-iphonesimulator/SelfieHack.build/Objects-normal/x86_64/AppDelegate~partial.swiftdoc : /Users/Vidyadhar/Desktop/Github/selfieHack-github-repo/SelfieHack/ViewController.swift /Users/Vidyadhar/Desktop/Github/selfieHack-github-repo/SelfieHack/AppDelegate.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/Security.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/CoreAudio.swiftmodule
| D |
module derelict.portaudio.libportaudio;
import core.stdc.config;
import derelict.util.exception,
derelict.util.loader,
derelict.util.system;
alias int PaError;
alias int PaDeviceIndex;
alias int PaHostApiIndex;
alias double PaTime;
alias void PaStream;
alias c_ulong PaSampleFormat;
alias c_ulong PaStreamFlags;
alias c_ulong PaStreamCallbackFlags;
struct PaStreamCallbackTimeInfo
{
PaTime inputBufferAdcTime;
PaTime currenTime;
PaTime outputBufferDacTime;
}
alias PaStreamCallback = int function(const void* input, void* output, ulong frameCount, const PaStreamCallbackTimeInfo* timeInfo, PaStreamCallbackFlags statusFlags, void* userData);
alias PaStreamFinishedCallback = void function(void* userData);
enum PaErrorCode
{
paNoError = 0,
paNotInitialized = -10000,
paUnanticipatedHostError,
paInvalidChannelCount,
paInvalidSampleRate,
paInvalidDevice,
paInvalidFlag,
paSampleFormatNotSupported,
paBadIODeviceCombination,
paInsufficientMemory,
paBufferTooBig,
paBufferTooSmall,
paNullCallback,
paBadStreamPtr,
paTimedOut,
paInternalError,
paDeviceUnavailable,
paIncompatibleHostApiSpecificStreamInfo,
paStreamIsStopped,
paStreamIsNotStopped,
paInputOverflowed,
paOutputUnderflowed,
paHostApiNotFound,
paInvalidHostApi,
paCanNotReadFromACallbackStream,
paCanNotWriteToACallbackStream,
paCanNotReadFromAnOutputOnlyStream,
paCanNotWriteToAnInputOnlyStream,
paIncompatibleStreamHostApi,
paBadBufferPtr
}
enum PaHostApiTypeId
{
paInDevelopment=0,
paDirectSound=1,
paMME=2,
paASIO=3,
paSoundManager=4,
paCoreAudio=5,
paOSS=7,
paALSA=8,
paAL=9,
paBeOS=10,
paWDMKS=11,
paJACK=12,
paWASAPI=13,
paAudioScienceHPI=14
}
struct PaHostApiInfo
{
int structVersion;
PaHostApiTypeId type;
const (char*) name;
int deviceCount;
PaDeviceIndex defaultInputDevice;
PaDeviceIndex defaultOutputDevice;
}
struct PaVersionInfo
{
int versionMajor;
int versionMinor;
int versionSubMinor;
const char* versionControlRevision;
const char* versionText;
}
struct PaHostErrorInfo
{
PaHostApiTypeId hostApiType;
static if (long.sizeof == 4)
long errorCode;
else
int errorCode;
const (char*) errorText;
}
struct PaDeviceInfo
{
int structVersion;
const char* name;
PaHostApiIndex hostApi;
int maxInputChannels;
int maxOutputChannels;
PaTime defaultLowInputLatency;
PaTime defaultLowOutputLatency;
PaTime defaultHighInputLatency;
PaTime defaultHighOutputLatency;
double defaultSampleRate;
}
struct PaStreamParameters
{
PaDeviceIndex device;
int channelCount;
PaSampleFormat sampleFormat;
PaTime suggestedLatency;
void *hostApiSpecificStreamInfo;
}
enum PaSampleFormat
paFloat32 = 0x00000001,
paInt32 = 0x00000002,
paInt24 = 0x00000004,
paInt16 = 0x00000008,
paInt8 = 0x00000010,
paUInt8 = 0x00000020,
paCustomFormat = 0x00010000,
paNonInterleaved = 0x80000000;
enum PaStreamFlags
paNoFlag = 0,
paClipOff = 0x00000001,
paDitherOff = 0x00000002,
paNeverDropInput = 0x00000004,
paPrimeOutputBuffersUsingStreamCallback = 0x00000008,
paPlatformSpecificFlags = 0xFFFF0000;
enum PaStreamCallbackFlags
paInputUnderflow = 0x00000001,
paInputOverflow = 0x00000002,
paOutputUnderflow = 0x00000004,
paOutputOverflow = 0x00000008,
paPrimingOutput = 0x00000010;
enum PaStreamCallbackResult
{
paContinue = 0,
paComplete = 1,
paAbort = 2
}
struct PaStreamInfo
{
int structVersion;
PaTime inputLatency;
PaTime outputLatency;
double sampleRate;
}
extern(C)
{
alias da_Pa_Initialize = PaError function();
alias da_Pa_Terminate = PaError function();
alias da_Pa_GetVersion = int function();
alias da_Pa_GetVersionText = const char* function();
alias da_Pa_GetVersionInfo = const PaVersionInfo* function();
alias da_Pa_GetErrorText = const char* function(PaError);
alias da_Pa_GetHostApiCount = PaHostApiIndex function();
alias da_Pa_GetDefaultHostApi = PaHostApiIndex function();
alias da_Pa_GetHostApiInfo = const PaHostApiInfo* function(PaHostApiIndex);
alias da_Pa_HostApiTypeIdToHostApiIndex = PaHostApiIndex function(PaHostApiTypeId);
alias da_Pa_HostApiDeviceIndexToDeviceIndex = PaDeviceIndex function(PaHostApiIndex, int);
alias da_Pa_GetLastHostErrorInfo = const PaHostErrorInfo* function();
alias da_Pa_GetDeviceCount = PaDeviceIndex function();
alias da_Pa_GetDefaultInputDevice = PaDeviceIndex function();
alias da_Pa_GetDefaultOutputDevice = PaDeviceIndex function();
alias da_Pa_GetDeviceInfo = const PaDeviceInfo* function(PaDeviceIndex);
alias da_Pa_IsFormatSupported = PaError function(const PaStreamParameters*, const PaStreamParameters*, double);
alias da_Pa_OpenStream = PaError function(PaStream**, const PaStreamParameters*, const PaStreamParameters*, double, ulong, PaStreamFlags, PaStreamCallback*, void* );
alias da_Pa_OpenDefaultStream = PaError function(PaStream**, int, int, PaSampleFormat, double, c_ulong, PaStreamCallback*, void*);
alias da_Pa_CloseStream = PaError function(PaStream*);
alias da_Pa_SetStreamFinishedCallback = PaError function(PaStream*, PaStreamFinishedCallback);
alias da_Pa_StartStream = PaError function(PaStream*);
alias da_Pa_StopStream = PaError function(PaStream*);
alias da_Pa_AbortStream = PaError function(PaStream*);
alias da_Pa_IsStreamStopped = PaError function(PaStream*);
alias da_Pa_IsStreamActive = PaError function(PaStream*);
alias da_Pa_GetStreamInfo = PaStreamInfo* function(PaStream*);
alias da_Pa_GetStreamTime = PaTime function(PaStream*);
alias da_Pa_GetStreamCpuLoad = double function(PaStream*);
alias da_Pa_ReadStream = PaError function(PaStream*, void*, c_ulong);
alias da_Pa_WriteStream = PaError function(PaStream*, const void*, c_ulong);
alias da_Pa_GetStreamReadAvailable = c_ulong function(PaStream*);
alias da_Pa_GetStreamWriteAvailable = c_ulong function(PaStream*);
alias da_Pa_GetSampleSize = PaError function(PaSampleFormat);
alias da_Pa_Sleep = void function(c_long);
}
__gshared {
da_Pa_Initialize Pa_Initialize;
da_Pa_Terminate Pa_Terminate;
da_Pa_GetVersion Pa_GetVersion;
da_Pa_GetVersionText Pa_GetVersionText;
da_Pa_GetVersionInfo Pa_GetVersionInfo;
da_Pa_GetErrorText Pa_GetErrorText;
da_Pa_GetHostApiCount Pa_GetHostApiCount;
da_Pa_GetDefaultHostApi Pa_GetDefaultHostApi;
da_Pa_GetHostApiInfo Pa_GetHostApiInfo;
da_Pa_HostApiTypeIdToHostApiIndex Pa_HostApiTypeIdToHostApiIndex;
da_Pa_HostApiDeviceIndexToDeviceIndex Pa_HostApiDeviceIndexToDeviceIndex;
da_Pa_GetLastHostErrorInfo Pa_GetLastHostErrorInfo;
da_Pa_GetDeviceCount Pa_GetDeviceCount;
da_Pa_GetDefaultInputDevice Pa_GetDefaultInputDevice;
da_Pa_GetDefaultOutputDevice Pa_GetDefaultOutputDevice;
da_Pa_GetDeviceInfo Pa_GetDeviceInfo;
da_Pa_IsFormatSupported Pa_IsFormatSupported;
da_Pa_OpenStream Pa_OpenStream;
da_Pa_OpenDefaultStream Pa_OpenDefaultStream;
da_Pa_CloseStream Pa_CloseStream;
da_Pa_SetStreamFinishedCallback Pa_SetStreamFinishedCallback;
da_Pa_StartStream Pa_StartStream;
da_Pa_StopStream Pa_StopStream;
da_Pa_AbortStream Pa_AbortStream;
da_Pa_IsStreamStopped Pa_IsStreamStopped;
da_Pa_IsStreamActive Pa_IsStreamActive;
da_Pa_GetStreamInfo Pa_GetStreamInfo;
da_Pa_GetStreamTime Pa_GetStreamTime;
da_Pa_GetStreamCpuLoad Pa_GetStreamCpuLoad;
da_Pa_ReadStream Pa_ReadStream;
da_Pa_WriteStream Pa_WriteStream;
da_Pa_GetStreamReadAvailable Pa_GetStreamReadAvailable;
da_Pa_GetStreamWriteAvailable Pa_GetStreamWriteAvailable;
da_Pa_GetSampleSize Pa_GetSampleSize;
da_Pa_Sleep Pa_Sleep;
}
class DerelictPORTAUDIOLoader : SharedLibLoader {
this()
{
super(libNames);
}
protected override void loadSymbols()
{
bindFunc(cast(void**)&Pa_Initialize, "Pa_Initialize");
bindFunc(cast(void**)&Pa_Terminate, "Pa_Terminate");
bindFunc(cast(void**)&Pa_GetVersion, "Pa_GetVersion");
bindFunc(cast(void**)&Pa_GetVersionText, "Pa_GetVersionText");
bindFunc(cast(void**)&Pa_GetVersionInfo, "Pa_GetVersionInfo");
bindFunc(cast(void**)&Pa_GetErrorText, "Pa_GetErrorText");
bindFunc(cast(void**)&Pa_GetHostApiCount, "Pa_GetHostApiCount");
bindFunc(cast(void**)&Pa_GetDefaultHostApi, "Pa_GetDefaultHostApi");
bindFunc(cast(void**)&Pa_GetHostApiInfo, "Pa_GetHostApiInfo");
bindFunc(cast(void**)&Pa_HostApiTypeIdToHostApiIndex, "Pa_HostApiTypeIdToHostApiIndex");
bindFunc(cast(void**)&Pa_HostApiDeviceIndexToDeviceIndex, "Pa_HostApiDeviceIndexToDeviceIndex");
bindFunc(cast(void**)&Pa_GetLastHostErrorInfo, "Pa_GetLastHostErrorInfo");
bindFunc(cast(void**)&Pa_GetDeviceCount, "Pa_GetDeviceCount");
bindFunc(cast(void**)&Pa_GetDefaultInputDevice, "Pa_GetDefaultInputDevice");
bindFunc(cast(void**)&Pa_GetDefaultOutputDevice, "Pa_GetDefaultOutputDevice");
bindFunc(cast(void**)&Pa_GetDeviceInfo, "Pa_GetDeviceInfo");
bindFunc(cast(void**)&Pa_IsFormatSupported, "Pa_IsFormatSupported");
bindFunc(cast(void**)&Pa_OpenStream, "Pa_OpenStream");
bindFunc(cast(void**)&Pa_OpenDefaultStream, "Pa_OpenDefaultStream");
bindFunc(cast(void**)&Pa_CloseStream, "Pa_CloseStream");
bindFunc(cast(void**)&Pa_SetStreamFinishedCallback, "Pa_SetStreamFinishedCallback");
bindFunc(cast(void**)&Pa_StartStream, "Pa_StartStream");
bindFunc(cast(void**)&Pa_StopStream, "Pa_StopStream");
bindFunc(cast(void**)&Pa_AbortStream, "Pa_AbortStream");
bindFunc(cast(void**)&Pa_IsStreamStopped, "Pa_IsStreamStopped");
bindFunc(cast(void**)&Pa_IsStreamActive, "Pa_IsStreamActive");
bindFunc(cast(void**)&Pa_GetStreamInfo, "Pa_GetStreamInfo");
bindFunc(cast(void**)&Pa_GetStreamTime, "Pa_GetStreamTime");
bindFunc(cast(void**)&Pa_GetStreamCpuLoad, "Pa_GetStreamCpuLoad");
bindFunc(cast(void**)&Pa_ReadStream, "Pa_ReadStream");
bindFunc(cast(void**)&Pa_WriteStream, "Pa_WriteStream");
bindFunc(cast(void**)&Pa_GetStreamReadAvailable, "Pa_GetStreamReadAvailable");
bindFunc(cast(void**)&Pa_GetStreamWriteAvailable, "Pa_GetStreamWriteAvailable");
bindFunc(cast(void**)&Pa_GetSampleSize, "Pa_GetSampleSize");
bindFunc(cast(void**)&Pa_Sleep, "Pa_Sleep");
}
}
__gshared DerelictPORTAUDIOLoader DerelictPORTAUDIO;
shared static this()
{
DerelictPORTAUDIO = new DerelictPORTAUDIOLoader();
}
private
{
static if(Derelict_OS_Windows)
enum libNames = "libportaudio32bit.dll";
else static if(Derelict_OS_Linux)
enum libNames = "libportaudio.so";
else
static assert(0, "add libportaudio file name");
}
| D |
header osdef - operating systems
; Separate header for PDP-11
osVsys : int extern ; operating system
osVimp : int extern ; implementation
osVhst : int extern ; host system (if any)
osVcpu : int extern ; cpu class
osVend : int extern ; osKbig/osKlit endian
osKunk := 0 ; unknown
osKbig := 1 ; big endian
osKlit := 2 ; little endian
osKvax := 3 ; vax-11
osKvms := 4 ; VAX/VMS
osKx86 := 5 ; intel xxx86
osKdos := 6 ; MS-DOS or PC-DOS
osKw16 := 7 ; Windows 16-bit system
osKwin := 8 ; Windows implementation
osKw32 := 9 ; Win32 32-bit system
osKw95 := 10 ; Windows 95 implementation
osKwnt := 11 ; Windows NT implementation
os_ini : (void) int ; init system
os_war : (void) void ; register warning
os_err : (void) void ; register error
os_fat : (void) void ; register fatal error
os_exi : (void) int ; exit image
os_idl : (void) int ; execute idle loop
os_wai : (LONG) int ; wait n milliseconds
; prompt for input
os_prm : (*void, *char, *char, size) int
;
os_del : (*char, *int) int ; delete file
If Win
os_w95 : (void) int ; is Windows 95
os_wnt : (void) int ; is Windows NT
os_dbg : (void) int ; is Debug version (not retail)
End
end header
| D |
/**
libevent based driver
Copyright: © 2012-2014 RejectedSoftware e.K.
Authors: Sönke Ludwig
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
*/
module vibe.core.drivers.libevent2_tcp;
version(VibeLibeventDriver)
{
public import vibe.core.core;
import vibe.core.log;
import vibe.core.drivers.libevent2;
import vibe.core.drivers.utils;
import vibe.utils.memory;
import deimos.event2.buffer;
import deimos.event2.bufferevent;
import deimos.event2.bufferevent_ssl;
import deimos.event2.event;
import deimos.event2.util;
import std.algorithm;
import std.encoding : sanitize;
import std.exception;
import std.conv;
import std.string;
import core.stdc.errno;
import core.thread;
import core.sys.posix.netinet.in_;
import core.sys.posix.netinet.tcp;
import core.sys.posix.sys.socket;
private {
version (Windows) {
static if (__VERSION__ >= 2070)
import core.sys.windows.winsock2;
else
import std.c.windows.winsock;
enum EWOULDBLOCK = WSAEWOULDBLOCK;
// make some neccessary parts of the socket interface public
alias in6_addr = std.c.windows.winsock.in6_addr;
alias INADDR_ANY = std.c.windows.winsock.INADDR_ANY;
alias IN6ADDR_ANY = std.c.windows.winsock.IN6ADDR_ANY;
} else {
alias in6_addr = core.sys.posix.netinet.in_.in6_addr;
alias IN6ADDR_ANY = core.sys.posix.netinet.in_.in6addr_any;
alias INADDR_ANY = core.sys.posix.netinet.in_.INADDR_ANY;
alias TCP_NODELAY = core.sys.posix.netinet.tcp.TCP_NODELAY;
}
}
package final class Libevent2TCPConnection : TCPConnection {
import vibe.utils.array : FixedRingBuffer;
private {
bool m_timeout_triggered;
TCPContext* m_ctx;
FixedRingBuffer!(ubyte, 4096, false) m_readBuffer;
string m_peerAddress;
bool m_tcpNoDelay = false;
bool m_tcpKeepAlive = false;
Duration m_readTimeout;
char[64] m_peerAddressBuf;
NetworkAddress m_localAddress, m_remoteAddress;
event* m_waitDataEvent;
}
this(TCPContext* ctx)
{
m_ctx = ctx;
m_waitDataEvent = event_new(m_ctx.eventLoop, -1, 0, &onTimeout, cast(void*)this);
assert(!amOwner());
m_localAddress = ctx.local_addr;
m_remoteAddress = ctx.remote_addr;
void* ptr;
if( ctx.remote_addr.family == AF_INET ) ptr = &ctx.remote_addr.sockAddrInet4.sin_addr;
else ptr = &ctx.remote_addr.sockAddrInet6.sin6_addr;
evutil_inet_ntop(ctx.remote_addr.family, ptr, m_peerAddressBuf.ptr, m_peerAddressBuf.length);
m_peerAddress = cast(string)m_peerAddressBuf[0 .. m_peerAddressBuf[].indexOf('\0')];
bufferevent_setwatermark(m_ctx.event, EV_WRITE, 4096, 65536);
bufferevent_setwatermark(m_ctx.event, EV_READ, 0, 65536);
}
/*~this()
{
//assert(m_ctx is null, "Leaking TCPContext because it has not been cleaned up and we are not allowed to touch the GC in finalizers..");
}*/
@property void tcpNoDelay(bool enabled)
{
m_tcpNoDelay = enabled;
auto fd = m_ctx.socketfd;
int opt = enabled;
assert(fd <= int.max, "Socket descriptor > int.max");
setsockopt(cast(int)fd, IPPROTO_TCP, TCP_NODELAY, cast(char*)&opt, opt.sizeof);
}
@property bool tcpNoDelay() const { return m_tcpNoDelay; }
@property void readTimeout(Duration v)
{
m_readTimeout = v;
if( v == dur!"seconds"(0) ){
bufferevent_set_timeouts(m_ctx.event, null, null);
} else {
assert(v.total!"seconds" <= int.max);
timeval toread = v.toTimeVal();
bufferevent_set_timeouts(m_ctx.event, &toread, null);
}
}
@property Duration readTimeout() const { return m_readTimeout; }
@property void keepAlive(bool enable)
{
m_tcpKeepAlive = enable;
auto fd = m_ctx.socketfd;
ubyte opt = enable;
assert(fd <= int.max, "Socket descriptor > int.max");
setsockopt(cast(int)fd, SOL_SOCKET, SO_KEEPALIVE, &opt, opt.sizeof);
}
@property bool keepAlive() const { return m_tcpKeepAlive; }
@property NetworkAddress localAddress() const { return m_localAddress; }
@property NetworkAddress remoteAddress() const { return m_remoteAddress; }
private void acquire()
{
assert(m_ctx, "Trying to acquire a closed TCP connection.");
assert(m_ctx.readOwner == Task() && m_ctx.writeOwner == Task(), "Trying to acquire a TCP connection that is currently owned.");
m_ctx.readOwner = m_ctx.writeOwner = Task.getThis();
}
private void release()
{
if( !m_ctx ) return;
assert(m_ctx.readOwner != Task() && m_ctx.writeOwner != Task(), "Trying to release a TCP connection that is not owned.");
assert(m_ctx.readOwner == Task.getThis() && m_ctx.readOwner == m_ctx.writeOwner, "Trying to release a foreign TCP connection.");
m_ctx.readOwner = m_ctx.writeOwner = Task();
}
private bool amOwner()
{
return m_ctx !is null && m_ctx.readOwner != Task() && m_ctx.readOwner == Task.getThis() && m_ctx.readOwner == m_ctx.writeOwner;
}
/// Closes the connection.
void close()
{
logDebug("TCP close request %s %s", m_ctx !is null, m_ctx ? m_ctx.state : ConnectionState.open);
if (!m_ctx || m_ctx.state == ConnectionState.activeClose) return;
if (!getThreadLibeventEventLoop()) {
import std.stdio;
stderr.writefln("Warning: Attempt to close dangling TCP connection to %s at shutdown. "
~ "Please avoid closing connections in GC finalizers.", m_remoteAddress);
return;
}
// set the closing flag
m_ctx.state = ConnectionState.activeClose;
// resume any reader, so that the read operation can be ended with a failure
while (m_ctx.readOwner != Task.init) {
logTrace("resuming reader first");
m_ctx.core.yieldAndResumeTask(m_ctx.readOwner);
logTrace("back (%s)!", m_ctx !is null);
// test if the resumed task has already closed the connection
if (!m_ctx) return;
}
// acquire read+write access
acquire();
scope (exit) cleanup();
if (m_ctx.event) {
logDiagnostic("Actively closing TCP connection");
auto fd = m_ctx.socketfd;
scope (exit) {
version(Windows) shutdown(m_ctx.socketfd, SD_SEND);
else shutdown(m_ctx.socketfd, SHUT_WR);
if (m_ctx.event) bufferevent_free(m_ctx.event);
logTrace("...socket %d closed.", fd);
}
m_ctx.shutdown = true;
bufferevent_setwatermark(m_ctx.event, EV_WRITE, 1, 0);
bufferevent_flush(m_ctx.event, EV_WRITE, bufferevent_flush_mode.BEV_FINISHED);
logTrace("Closing socket %d...", fd);
auto buf = bufferevent_get_output(m_ctx.event);
while (m_ctx.event && evbuffer_get_length(buf) > 0)
m_ctx.core.yieldForEvent();
}
}
/// The 'connected' status of this connection
@property bool connected() const { return m_ctx !is null && m_ctx.state == ConnectionState.open && m_ctx.event !is null; }
@property bool empty() { return leastSize == 0; }
@property ulong leastSize()
{
if (!m_ctx || !m_ctx.event) return 0;
if (m_readBuffer.length) {
checkReader();
return m_readBuffer.length;
}
acquireReader();
scope(exit) releaseReader();
fillReadBuffer(true, false);
return m_readBuffer.length;
}
@property bool dataAvailableForRead()
{
if (!m_ctx || !m_ctx.event) return false;
checkReader();
if (!m_readBuffer.length)
fillReadBuffer(false);
return m_readBuffer.length > 0;
}
@property string peerAddress() const { return m_peerAddress; }
const(ubyte)[] peek()
{
if (!m_ctx || !m_ctx.event) return null;
checkReader();
if (!m_readBuffer.length)
fillReadBuffer(false);
return m_readBuffer.peek();
}
void skip(ulong count)
{
checkConnected(false);
if (m_readBuffer.length >= count) {
checkReader();
m_readBuffer.popFrontN(cast(size_t)count);
if (m_readBuffer.empty) m_readBuffer.clear(); // start filling at index 0 again
return;
}
acquireReader();
scope(exit) releaseReader();
while (true) {
auto nbytes = min(count, m_readBuffer.length);
m_readBuffer.popFrontN(nbytes);
if (m_readBuffer.empty) m_readBuffer.clear(); // start filling at index 0 again
count -= nbytes;
if (!count) break;
fillReadBuffer(true);
checkConnected(false);
}
}
/** Reads as many bytes as 'dst' can hold.
*/
void read(ubyte[] dst)
{
checkConnected(false);
if (m_readBuffer.length >= dst.length) {
checkReader();
m_readBuffer.read(dst);
if (m_readBuffer.empty) m_readBuffer.clear(); // start filling at index 0 again
return;
}
acquireReader();
scope(exit) releaseReader();
while (true) {
auto nbytes = min(dst.length, m_readBuffer.length);
m_readBuffer.read(dst[0 .. nbytes]);
if (m_readBuffer.empty) m_readBuffer.clear(); // start filling at index 0 again
dst = dst[nbytes .. $];
if (!dst.length) break;
fillReadBuffer(true);
checkConnected(false);
}
logTrace("read data");
}
bool waitForData(Duration timeout)
{
if (timeout == 0.seconds)
logDebug("Warning: use Duration.max as an argument to waitForData() to wait infinitely, not 0.seconds.");
if (dataAvailableForRead) return true;
if (!m_ctx || m_ctx.state != ConnectionState.open) return false;
acquireReader();
scope(exit) releaseReader();
m_timeout_triggered = false;
if (timeout != 0.seconds && timeout != Duration.max) { // 0.seconds is for compatibility with old code
assert(timeout.total!"seconds"() <= int.max, "Timeouts must not be larger than int.max seconds!");
timeval t = timeout.toTimeVal();
logTrace("add timeout event with %d/%d", t.tv_sec, t.tv_usec);
event_add(m_waitDataEvent, &t);
}
logTrace("wait for data");
while (m_ctx && m_ctx.event) {
if (m_readBuffer.length) return true;
if (m_ctx.state != ConnectionState.open) return false;
try {
if (fillReadBuffer(true, false, true))
return false;
} catch (Exception e) {
logDiagnostic("Connection error during waitForData: %s", e.toString());
}
}
return false;
}
alias write = Stream.write;
/** Writes the given byte array.
*/
void write(in ubyte[] bytes)
{
checkConnected();
acquireWriter();
scope(exit) releaseWriter();
if (!bytes.length) return;
//logTrace("evbuffer_add (fd %d): %s", m_ctx.socketfd, bytes);
//logTrace("evbuffer_add (fd %d): <%s>", m_ctx.socketfd, cast(string)bytes);
logTrace("evbuffer_add (fd %d): %d B", m_ctx.socketfd, bytes.length);
auto outbuf = bufferevent_get_output(m_ctx.event);
if( bufferevent_write(m_ctx.event, cast(char*)bytes.ptr, bytes.length) != 0 )
throw new Exception("Failed to write data to buffer");
// wait for the data to be written up the the low watermark
while (evbuffer_get_length(outbuf) > 4096) {
rawYield();
checkConnected();
}
}
void write(InputStream stream, ulong nbytes = 0)
{
import vibe.core.drivers.threadedfile;
version(none){ // causes a crash on Windows
// special case sending of files
if( auto fstream = cast(ThreadedFileStream)stream ){
checkConnected();
acquireWriter();
scope(exit) releaseWriter();
logInfo("Using sendfile! %s %s %s %s", fstream.fd, fstream.tell(), fstream.size, nbytes);
fstream.takeOwnershipOfFD();
auto buf = bufferevent_get_output(m_ctx.event);
enforce(evbuffer_add_file(buf, fstream.fd, fstream.tell(), nbytes ? nbytes : fstream.size-fstream.tell()) == 0,
"Failed to send file over TCP connection.");
return;
}
}
logTrace("writing stream %s %s", nbytes, stream.leastSize);
writeDefault(stream, nbytes);
logTrace("wrote stream %s", nbytes);
}
/** Causes any buffered data to be written.
*/
void flush()
{
checkConnected();
acquireWriter();
scope(exit) releaseWriter();
logTrace("bufferevent_flush");
bufferevent_flush(m_ctx.event, EV_WRITE, bufferevent_flush_mode.BEV_NORMAL);
}
void finalize()
{
flush();
}
private bool fillReadBuffer(bool block, bool throw_on_fail = true, bool wait_for_timeout = false)
{
if (m_readBuffer.length) return false;
m_readBuffer.clear();
assert(m_readBuffer.peekDst.length > 0);
while (m_ctx && m_ctx.event) {
auto nbytes = bufferevent_read(m_ctx.event, m_readBuffer.peekDst.ptr, m_readBuffer.peekDst.length);
m_readBuffer.putN(nbytes);
if (m_readBuffer.length || !block) break;
if (throw_on_fail) checkConnected(false);
else if (!m_ctx || !m_ctx.event) return false;
else if (m_ctx.state != ConnectionState.open
&& evbuffer_get_length(bufferevent_get_input(m_ctx.event)) == 0)
return false;
if (wait_for_timeout && m_timeout_triggered) return true;
m_ctx.core.yieldForEvent();
}
return false;
}
private void checkReader() { assert(m_ctx.readOwner == Task(), "Acquiring reader of already owned connection."); }
private void acquireReader() { checkReader(); m_ctx.readOwner = Task.getThis(); }
private void releaseReader() { if (!m_ctx) return; assert(m_ctx.readOwner == Task.getThis(), "Releasing reader of unowned connection."); m_ctx.readOwner = Task(); }
private void acquireWriter() { assert(m_ctx.writeOwner == Task(), "Acquiring writer of already owned connection."); m_ctx.writeOwner = Task.getThis(); }
private void releaseWriter() { if (!m_ctx) return; assert(m_ctx.writeOwner == Task.getThis(), "Releasing reader of already unowned connection."); m_ctx.writeOwner = Task(); }
private void checkConnected(bool write = true)
{
enforce(m_ctx !is null, "Operating on closed TCPConnection.");
if (m_ctx.event is null) {
cleanup();
throw new Exception(format("Connection error while %s TCPConnection.", write ? "writing to" : "reading from"));
}
if (m_ctx.state == ConnectionState.activeClose) throw new Exception("Connection was actively closed.");
enforce (!write || m_ctx.state == ConnectionState.open, "Remote hung up while writing to TCPConnection.");
if (!write && m_ctx.state == ConnectionState.passiveClose) {
auto buf = bufferevent_get_input(m_ctx.event);
auto data_left = m_readBuffer.length > 0 || evbuffer_get_length(buf) > 0;
enforce(data_left, "Remote hung up while reading from TCPConnection.");
}
}
private void cleanup()
{
event_free(m_waitDataEvent);
TCPContextAlloc.free(m_ctx);
m_ctx = null;
}
}
final class Libevent2TCPListener : TCPListener {
private {
TCPContext*[] m_ctx;
NetworkAddress m_bindAddress;
}
this(NetworkAddress bind_address)
{
m_bindAddress = bind_address;
}
@property NetworkAddress bindAddress()
{
return m_bindAddress;
}
void addContext(TCPContext* ctx)
{
synchronized(this) m_ctx ~= ctx;
}
void stopListening()
{
synchronized(this)
{
foreach (ctx; m_ctx) {
event_free(ctx.listenEvent);
evutil_closesocket(ctx.socketfd);
TCPContextAlloc.free(ctx);
}
m_ctx = null;
}
}
}
/**************************************************************************************************/
/* Private types */
/**************************************************************************************************/
package struct TCPContext
{
this(DriverCore c, event_base* evbase, int sock, bufferevent* evt, NetworkAddress bindaddr, NetworkAddress peeraddr){
core = c;
eventLoop = evbase;
socketfd = sock;
event = evt;
local_addr = bindaddr;
remote_addr = peeraddr;
}
this(DriverCore c, event_base* evbase, int sock, bufferevent* evt){
core = c;
eventLoop = evbase;
socketfd = sock;
event = evt;
}
~this()
{
magic__ = 0;
}
void checkForException() {
if (auto ex = this.exception) {
this.exception = null;
throw ex;
}
}
enum MAGIC = 0x1F3EC272;
uint magic__ = MAGIC;
DriverCore core;
event_base* eventLoop;
void delegate(TCPConnection conn) connectionCallback;
bufferevent* event;
deimos.event2.event_struct.event* listenEvent;
NetworkAddress local_addr;
NetworkAddress remote_addr;
bool shutdown = false;
int socketfd = -1;
int status = 0;
Task readOwner;
Task writeOwner;
Exception exception; // set during onSocketEvent calls that were emitted synchronously
TCPListenOptions listenOptions;
ConnectionState state;
}
alias TCPContextAlloc = FreeListObjectAlloc!(TCPContext, false, true);
package enum ConnectionState {
open, // connection CTR and CTS
activeClose, // TCPConnection.close() was called
passiveClose, // remote has hung up
}
/**************************************************************************************************/
/* Private functions */
/**************************************************************************************************/
package nothrow extern(C)
{
version (VibeDebugCatchAll) alias UncaughtException = Throwable;
else alias UncaughtException = Exception;
// should be a nested static struct in onConnect, but that triggers an ICE in ldc2-0.14.0
private extern(D) struct ClientTask {
TCPContext* listen_ctx;
NetworkAddress bind_addr;
NetworkAddress remote_addr;
int sockfd;
TCPListenOptions options;
void execute()
{
assert(sockfd > 0);
if( evutil_make_socket_nonblocking(sockfd) ){
logError("Error setting non-blocking I/O on an incoming connection.");
}
auto eventloop = getThreadLibeventEventLoop();
auto drivercore = getThreadLibeventDriverCore();
// Initialize a buffered I/O event
auto buf_event = bufferevent_socket_new(eventloop, sockfd, bufferevent_options.BEV_OPT_CLOSE_ON_FREE);
if( !buf_event ){
logError("Error initializing buffered I/O event for fd %d.", sockfd);
return;
}
auto client_ctx = TCPContextAlloc.alloc(drivercore, eventloop, sockfd, buf_event, bind_addr, remote_addr);
assert(client_ctx.event !is null, "event is null although it was just != null?");
bufferevent_setcb(buf_event, &onSocketRead, &onSocketWrite, &onSocketEvent, client_ctx);
if( bufferevent_enable(buf_event, EV_READ|EV_WRITE) ){
bufferevent_free(buf_event);
TCPContextAlloc.free(client_ctx);
logError("Error enabling buffered I/O event for fd %d.", sockfd);
return;
}
assert(client_ctx.event !is null, "Client task called without event!?");
if (options & TCPListenOptions.disableAutoClose) {
auto conn = new Libevent2TCPConnection(client_ctx);
assert(conn.connected, "Connection closed directly after accept?!");
logDebug("start task (fd %d).", client_ctx.socketfd);
try {
listen_ctx.connectionCallback(conn);
logDebug("task out (fd %d).", client_ctx.socketfd);
} catch (Exception e) {
logWarn("Handling of connection failed: %s", e.msg);
logDiagnostic("%s", e.toString().sanitize);
} finally {
logDebug("task finished.");
FreeListObjectAlloc!ClientTask.free(&this);
}
} else {
auto conn = FreeListRef!Libevent2TCPConnection(client_ctx);
assert(conn.connected, "Connection closed directly after accept?!");
logDebug("start task (fd %d).", client_ctx.socketfd);
try {
listen_ctx.connectionCallback(conn);
logDebug("task out (fd %d).", client_ctx.socketfd);
} catch (Exception e) {
logWarn("Handling of connection failed: %s", e.msg);
logDiagnostic("%s", e.toString().sanitize);
} finally {
logDebug("task finished.");
FreeListObjectAlloc!ClientTask.free(&this);
conn.close();
}
}
}
}
void onConnect(evutil_socket_t listenfd, short evtype, void *arg)
{
logTrace("connect callback");
auto ctx = cast(TCPContext*)arg;
assert(ctx.magic__ == TCPContext.MAGIC);
if( !(evtype & EV_READ) ){
logError("Unknown event type in connect callback: 0x%hx", evtype);
return;
}
try {
// Accept and configure incoming connections (up to 10 connections in one go)
foreach( i; 0 .. 10 ){
logTrace("accept");
assert(listenfd < int.max, "Listen socket descriptor >= int.max?!");
sockaddr_in6 remote_addr;
socklen_t addrlen = remote_addr.sizeof;
auto sockfd_raw = accept(cast(int)listenfd, cast(sockaddr*)&remote_addr, &addrlen);
logDebug("FD: %s", sockfd_raw);
static if (typeof(sockfd_raw).max > int.max) assert(sockfd_raw <= int.max || sockfd_raw == ~0);
auto sockfd = cast(int)sockfd_raw;
logTrace("accepted %d", sockfd);
if (sockfd == -1) {
version(Windows) auto err = evutil_socket_geterror(sockfd);
else auto err = errno;
if( err != EWOULDBLOCK && err != EAGAIN && err != 0 ){
version(Windows)
logError("Error accepting an incoming connection: %s", to!string(evutil_socket_error_to_string(err)));
else
logError("Error accepting an incoming connection: %d", err);
}
break;
}
auto task = FreeListObjectAlloc!ClientTask.alloc();
task.listen_ctx = ctx;
task.bind_addr = ctx.local_addr;
*cast(sockaddr_in6*)task.remote_addr.sockAddr = remote_addr;
task.sockfd = sockfd;
task.options = ctx.listenOptions;
runTask(&task.execute);
}
} catch (UncaughtException e) {
logWarn("Got exception while accepting new connections: %s", e.msg);
try logDebug("Full error: %s", e.toString().sanitize());
catch (Throwable) {}
}
logTrace("handled incoming connections...");
}
void onSocketRead(bufferevent *buf_event, void *arg)
{
auto ctx = cast(TCPContext*)arg;
assert(ctx.magic__ == TCPContext.MAGIC);
logTrace("socket %d read event!", ctx.socketfd);
auto f = ctx.readOwner;
try {
if (f && f.running && !ctx.core.isScheduledForResume(f))
ctx.core.resumeTask(f);
} catch (UncaughtException e) {
logWarn("Got exception when resuming task onSocketRead: %s", e.msg);
}
}
void onSocketWrite(bufferevent *buf_event, void *arg)
{
try {
auto ctx = cast(TCPContext*)arg;
assert(ctx.magic__ == TCPContext.MAGIC);
assert(ctx.event is buf_event, "Write event on bufferevent that does not match the TCPContext");
logTrace("socket %d write event (%s)!", ctx.socketfd, ctx.shutdown);
if (ctx.writeOwner != Task.init && ctx.writeOwner.running && !ctx.core.isScheduledForResume(ctx.writeOwner)) {
bufferevent_flush(buf_event, EV_WRITE, bufferevent_flush_mode.BEV_FLUSH);
ctx.core.resumeTask(ctx.writeOwner);
}
} catch (UncaughtException e) {
logWarn("Got exception when resuming task onSocketRead: %s", e.msg);
}
}
void onSocketEvent(bufferevent *buf_event, short status, void *arg)
{
try {
auto ctx = cast(TCPContext*)arg;
assert(ctx.magic__ == TCPContext.MAGIC);
ctx.status = status;
logDebug("Socket event on fd %d: %d (%s vs %s)", ctx.socketfd, status, cast(void*)buf_event, cast(void*)ctx.event);
assert(ctx.event is buf_event, "Status event on bufferevent that does not match the TCPContext");
Exception ex;
bool free_event = false;
string errorMessage;
if (status & BEV_EVENT_EOF) {
logDebug("Connection was closed by remote peer (fd %d).", ctx.socketfd);
if (ctx.state != ConnectionState.activeClose)
ctx.state = ConnectionState.passiveClose;
evbuffer* buf = bufferevent_get_input(buf_event);
if (evbuffer_get_length(buf) == 0) free_event = true;
} else if (status & BEV_EVENT_TIMEOUT) {
logDebug("Remote host on fd %d timed out.", ctx.socketfd);
free_event = true;
} else if (status & BEV_EVENT_ERROR) {
//auto msg = format("Error %s socket %s",
// (status & BEV_EVENT_READING) ? "reading from" : (status & BEV_EVENT_WRITING) ? "writing to" : "on",
// ctx.socketfd);
//ex = new SystemSocketException(msg);
free_event = true;
}
if (free_event) {
bufferevent_free(buf_event);
ctx.event = null;
}
ctx.core.eventException = ex;
if (ctx.readOwner && ctx.readOwner.running && !ctx.core.isScheduledForResume(ctx.readOwner)) {
logTrace("resuming corresponding task%s...", ex is null ? "" : " with exception");
if (ctx.readOwner.fiber.state == Fiber.State.EXEC) ctx.exception = ex;
else ctx.core.resumeTask(ctx.readOwner, ex);
}
if (ctx.writeOwner && ctx.writeOwner != ctx.readOwner && ctx.writeOwner.running) {
logTrace("resuming corresponding task%s...", ex is null ? "" : " with exception");
if (ctx.writeOwner.fiber.state == Fiber.State.EXEC) ctx.exception = ex;
else ctx.core.resumeTask(ctx.writeOwner, ex);
}
} catch (UncaughtException e) {
logWarn("Got exception when resuming task onSocketEvent: %s", e.msg);
try logDiagnostic("Full error: %s", e.toString().sanitize); catch (Throwable) {}
}
}
private extern(C) void onTimeout(evutil_socket_t, short events, void* userptr)
{
try {
logTrace("data wait timeout");
auto conn = cast(Libevent2TCPConnection)userptr;
conn.m_timeout_triggered = true;
if (conn.m_ctx) {
if (conn.m_ctx.readOwner) conn.m_ctx.core.resumeTask(conn.m_ctx.readOwner);
} else logDebug("waitForData timeout after connection was closed!");
} catch (UncaughtException e) {
logWarn("Exception onTimeout: %s", e.msg);
}
}
}
/// private
package void removeFromArray(T)(ref T[] array, T item)
{
foreach( i; 0 .. array.length )
if( array[i] is item ){
array = array[0 .. i] ~ array[i+1 .. $];
return;
}
}
}
| D |
module owlchain.xdr.operationResultCode;
import std.conv;
import owlchain.xdr.type;
import owlchain.xdr.xdrDataInputStream;
import owlchain.xdr.xdrDataOutputStream;
enum OperationResultCode
{
opINNER = 0, // inner object result is valid
opBAD_AUTH = -1, // too few valid signatures / wrong network
opNO_ACCOUNT = -2, // source account was not found
}
static void encodeOperationResultCode(XdrDataOutputStream stream, ref const OperationResultCode encodedType)
{
int32 value = cast(int) encodedType;
stream.writeInt32(value);
}
static OperationResultCode decodeOperationResultCode(XdrDataInputStream stream)
{
OperationResultCode decodedType;
const int32 value = stream.readInt32();
switch (value)
{
case 0:
decodedType = OperationResultCode.opINNER;
break;
case -1:
decodedType = OperationResultCode.opBAD_AUTH;
break;
case -2:
decodedType = OperationResultCode.opNO_ACCOUNT;
break;
default:
throw new Exception("Unknown enum value: " ~ to!string(value,10));
}
return decodedType;
}
| D |
/**
* Convert statements to Intermediate Representation (IR) for the back-end.
*
* Copyright: Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 https://www.digitalmars.com, Walter Bright)
* License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/tocsym.d, _s2ir.d)
* Documentation: $(LINK https://dlang.org/phobos/dmd_s2ir.html)
* Coverage: $(LINK https://codecov.io/gh/dlang/dmd/src/master/src/dmd/s2ir.d)
*/
module dmd.s2ir;
import core.stdc.stdio;
import core.stdc.string;
import core.stdc.stddef;
import core.stdc.stdlib;
import core.stdc.time;
import dmd.root.array;
import dmd.root.rmem;
import dmd.root.rootobject;
import dmd.aggregate;
import dmd.astenums;
import dmd.dclass;
import dmd.declaration;
import dmd.denum;
import dmd.dmodule;
import dmd.dsymbol;
import dmd.dstruct;
import dmd.dtemplate;
import dmd.e2ir;
import dmd.errors;
import dmd.expression;
import dmd.func;
import dmd.globals;
import dmd.glue;
import dmd.id;
import dmd.init;
import dmd.mtype;
import dmd.statement;
import dmd.stmtstate;
import dmd.target;
import dmd.toctype;
import dmd.tocsym;
import dmd.toir;
import dmd.tokens;
import dmd.visitor;
import dmd.backend.cc;
import dmd.backend.cdef;
import dmd.backend.cgcv;
import dmd.backend.code;
import dmd.backend.code_x86;
import dmd.backend.cv4;
import dmd.backend.dlist;
import dmd.backend.dt;
import dmd.backend.el;
import dmd.backend.global;
import dmd.backend.obj;
import dmd.backend.oper;
import dmd.backend.rtlsym;
import dmd.backend.symtab;
import dmd.backend.ty;
import dmd.backend.type;
extern (C++):
alias toSymbol = dmd.tocsym.toSymbol;
alias toSymbol = dmd.glue.toSymbol;
alias StmtState = dmd.stmtstate.StmtState!block;
void elem_setLoc(elem *e, const ref Loc loc) pure nothrow
{
srcpos_setLoc(e.Esrcpos, loc);
}
private void block_setLoc(block *b, const ref Loc loc) pure nothrow
{
srcpos_setLoc(b.Bsrcpos, loc);
}
private void srcpos_setLoc(ref Srcpos s, const ref Loc loc) pure nothrow
{
s.set(loc.filename, loc.linnum, loc.charnum);
}
private bool isAssertFalse(const Expression e) nothrow
{
return e ? e.type == Type.tnoreturn && (e.op == EXP.halt || e.op == EXP.assert_) : false;
}
private bool isAssertFalse(const Statement s) nothrow
{
if (!s)
return false;
if (auto es = s.isExpStatement())
return isAssertFalse(es.exp);
else if (auto ss = s.isScopeStatement())
return isAssertFalse(ss.statement);
return false;
}
/***********************************************
* Generate code to set index into scope table.
*/
private void setScopeIndex(Blockx *blx, block *b, int scope_index)
{
if (config.ehmethod == EHmethod.EH_WIN32 && !(blx.funcsym.Sfunc.Fflags3 & Feh_none))
block_appendexp(b, nteh_setScopeTableIndex(blx, scope_index));
}
/****************************************
* Allocate a new block, and set the tryblock.
*/
private block *block_calloc(Blockx *blx)
{
block *b = dmd.backend.global.block_calloc();
b.Btry = blx.tryblock;
return b;
}
/**************************************
* Add in code to increment usage count for linnum.
*/
private void incUsage(IRState *irs, const ref Loc loc)
{
if (irs.params.cov && loc.linnum)
{
block_appendexp(irs.blx.curblock, incUsageElem(irs, loc));
}
}
private extern (C++) class S2irVisitor : Visitor
{
IRState* irs;
StmtState* stmtstate;
this(IRState *irs, StmtState* stmtstate)
{
this.irs = irs;
this.stmtstate = stmtstate;
}
alias visit = Visitor.visit;
/****************************************
* This should be overridden by each statement class.
*/
override void visit(Statement s)
{
assert(0);
}
/*************************************
*/
override void visit(ScopeGuardStatement s)
{
}
/****************************************
*/
override void visit(IfStatement s)
{
elem *e;
Blockx *blx = irs.blx;
//printf("IfStatement.toIR('%s')\n", s.condition.toChars());
StmtState mystate = StmtState(stmtstate, s);
// bexit is the block that gets control after this IfStatement is done
block *bexit = mystate.breakBlock ? mystate.breakBlock : dmd.backend.global.block_calloc();
incUsage(irs, s.loc);
e = toElemDtor(s.condition, irs);
block_appendexp(blx.curblock, e);
block *bcond = blx.curblock;
block_next(blx, BCiftrue, null);
bcond.appendSucc(blx.curblock);
if (s.ifbody)
Statement_toIR(s.ifbody, irs, &mystate);
blx.curblock.appendSucc(bexit);
if (s.elsebody)
{
block_next(blx, BCgoto, null);
bcond.appendSucc(blx.curblock);
Statement_toIR(s.elsebody, irs, &mystate);
blx.curblock.appendSucc(bexit);
}
else
bcond.appendSucc(bexit);
block_next(blx, BCgoto, bexit);
}
/**************************************
*/
override void visit(PragmaStatement s)
{
//printf("PragmaStatement.toIR()\n");
if (s.ident == Id.startaddress)
{
assert(s.args && s.args.dim == 1);
Expression e = (*s.args)[0];
Dsymbol sa = getDsymbol(e);
FuncDeclaration f = sa.isFuncDeclaration();
assert(f);
Symbol *sym = toSymbol(f);
irs.startaddress = sym;
}
}
/***********************
*/
override void visit(WhileStatement s)
{
assert(0); // was "lowered"
}
/******************************************
*/
override void visit(DoStatement s)
{
Blockx *blx = irs.blx;
StmtState mystate = StmtState(stmtstate, s);
mystate.breakBlock = block_calloc(blx);
mystate.contBlock = block_calloc(blx);
block *bpre = blx.curblock;
block_next(blx, BCgoto, null);
bpre.appendSucc(blx.curblock);
mystate.contBlock.appendSucc(blx.curblock);
mystate.contBlock.appendSucc(mystate.breakBlock);
if (s._body)
Statement_toIR(s._body, irs, &mystate);
blx.curblock.appendSucc(mystate.contBlock);
block_next(blx, BCgoto, mystate.contBlock);
incUsage(irs, s.condition.loc);
block_appendexp(mystate.contBlock, toElemDtor(s.condition, irs));
block_next(blx, BCiftrue, mystate.breakBlock);
}
/*****************************************
*/
override void visit(ForStatement s)
{
//printf("visit(ForStatement)) %u..%u\n", s.loc.linnum, s.endloc.linnum);
Blockx *blx = irs.blx;
StmtState mystate = StmtState(stmtstate, s);
mystate.breakBlock = block_calloc(blx);
mystate.contBlock = block_calloc(blx);
if (s._init)
Statement_toIR(s._init, irs, &mystate);
block *bpre = blx.curblock;
block_next(blx,BCgoto,null);
block *bcond = blx.curblock;
bpre.appendSucc(bcond);
mystate.contBlock.appendSucc(bcond);
if (s.condition)
{
incUsage(irs, s.condition.loc);
block_appendexp(bcond, toElemDtor(s.condition, irs));
block_next(blx,BCiftrue,null);
bcond.appendSucc(blx.curblock);
bcond.appendSucc(mystate.breakBlock);
}
else
{ /* No conditional, it's a straight goto
*/
block_next(blx,BCgoto,null);
bcond.appendSucc(blx.curblock);
}
if (s._body)
Statement_toIR(s._body, irs, &mystate);
/* End of the body goes to the continue block
*/
blx.curblock.appendSucc(mystate.contBlock);
block_setLoc(blx.curblock, s.endloc);
block_next(blx, BCgoto, mystate.contBlock);
if (s.increment)
{
incUsage(irs, s.increment.loc);
block_appendexp(mystate.contBlock, toElemDtor(s.increment, irs));
}
/* The 'break' block follows the for statement.
*/
block_next(blx,BCgoto, mystate.breakBlock);
}
/**************************************
*/
override void visit(ForeachStatement s)
{
printf("ForeachStatement.toIR() %s\n", s.toChars());
assert(0); // done by "lowering" in the front end
}
/**************************************
*/
override void visit(ForeachRangeStatement s)
{
assert(0);
}
/****************************************
*/
override void visit(BreakStatement s)
{
block *bbreak;
block *b;
Blockx *blx = irs.blx;
bbreak = stmtstate.getBreakBlock(s.ident);
assert(bbreak);
b = blx.curblock;
incUsage(irs, s.loc);
// Adjust exception handler scope index if in different try blocks
if (b.Btry != bbreak.Btry)
{
//setScopeIndex(blx, b, bbreak.Btry ? bbreak.Btry.Bscope_index : -1);
}
/* Nothing more than a 'goto' to the current break destination
*/
b.appendSucc(bbreak);
block_setLoc(b, s.loc);
block_next(blx, BCgoto, null);
}
/************************************
*/
override void visit(ContinueStatement s)
{
block *bcont;
block *b;
Blockx *blx = irs.blx;
//printf("ContinueStatement.toIR() %p\n", this);
bcont = stmtstate.getContBlock(s.ident);
assert(bcont);
b = blx.curblock;
incUsage(irs, s.loc);
// Adjust exception handler scope index if in different try blocks
if (b.Btry != bcont.Btry)
{
//setScopeIndex(blx, b, bcont.Btry ? bcont.Btry.Bscope_index : -1);
}
/* Nothing more than a 'goto' to the current continue destination
*/
b.appendSucc(bcont);
block_setLoc(b, s.loc);
block_next(blx, BCgoto, null);
}
/**************************************
*/
override void visit(GotoStatement s)
{
Blockx *blx = irs.blx;
assert(s.label.statement);
assert(s.tf == s.label.statement.tf);
block* bdest = cast(block*)s.label.statement.extra;
block *b = blx.curblock;
incUsage(irs, s.loc);
b.appendSucc(bdest);
block_setLoc(b, s.loc);
block_next(blx,BCgoto,null);
}
override void visit(LabelStatement s)
{
//printf("LabelStatement.toIR() %p, statement: `%s`\n", this, s.statement.toChars());
Blockx *blx = irs.blx;
block *bc = blx.curblock;
StmtState mystate = StmtState(stmtstate, s);
mystate.ident = s.ident;
block* bdest = cast(block*)s.extra;
// At last, we know which try block this label is inside
bdest.Btry = blx.tryblock;
block_next(blx, BCgoto, bdest);
bc.appendSucc(blx.curblock);
if (s.statement)
Statement_toIR(s.statement, irs, &mystate);
}
/**************************************
*/
override void visit(SwitchStatement s)
{
Blockx *blx = irs.blx;
//printf("SwitchStatement.toIR()\n");
StmtState mystate = StmtState(stmtstate, s);
mystate.switchBlock = blx.curblock;
/* Block for where "break" goes to
*/
mystate.breakBlock = block_calloc(blx);
/* Block for where "default" goes to.
* If there is a default statement, then that is where default goes.
* If not, then do:
* default: break;
* by making the default block the same as the break block.
*/
mystate.defaultBlock = s.sdefault ? block_calloc(blx) : mystate.breakBlock;
const numcases = s.cases ? s.cases.dim : 0;
/* allocate a block for each case
*/
if (numcases)
foreach (cs; *s.cases)
{
cs.extra = cast(void*)block_calloc(blx);
}
incUsage(irs, s.loc);
elem *econd = toElemDtor(s.condition, irs);
if (s.hasVars)
{ /* Generate a sequence of if-then-else blocks for the cases.
*/
if (econd.Eoper != OPvar)
{
elem *e = exp2_copytotemp(econd);
block_appendexp(mystate.switchBlock, e);
econd = e.EV.E2;
}
if (numcases)
foreach (cs; *s.cases)
{
elem *ecase = toElemDtor(cs.exp, irs);
elem *e = el_bin(OPeqeq, TYbool, el_copytree(econd), ecase);
block *b = blx.curblock;
block_appendexp(b, e);
block* cb = cast(block*)cs.extra;
block_next(blx, BCiftrue, null);
b.appendSucc(cb);
b.appendSucc(blx.curblock);
}
/* The final 'else' clause goes to the default
*/
block *b = blx.curblock;
block_next(blx, BCgoto, null);
b.appendSucc(mystate.defaultBlock);
Statement_toIR(s._body, irs, &mystate);
/* Have the end of the switch body fall through to the block
* following the switch statement.
*/
block_goto(blx, BCgoto, mystate.breakBlock);
return;
}
if (s.condition.type.isString())
{
// This codepath was replaced by lowering during semantic
// to object.__switch in druntime.
assert(0);
}
block_appendexp(mystate.switchBlock, econd);
block_next(blx,BCswitch,null);
// Corresponding free is in block_free
alias TCase = typeof(mystate.switchBlock.Bswitch[0]);
auto pu = cast(TCase *)Mem.check(.malloc(TCase.sizeof * (numcases + 1)));
mystate.switchBlock.Bswitch = pu;
/* First pair is the number of cases, and the default block
*/
*pu++ = numcases;
mystate.switchBlock.appendSucc(mystate.defaultBlock);
/* Fill in the first entry for each pair, which is the case value.
* CaseStatement.toIR() will fill in
* the second entry for each pair with the block.
*/
if (numcases)
foreach (cs; *s.cases)
*pu++ = cs.exp.toInteger();
Statement_toIR(s._body, irs, &mystate);
/* Have the end of the switch body fall through to the block
* following the switch statement.
*/
block_goto(blx, BCgoto, mystate.breakBlock);
}
override void visit(CaseStatement s)
{
Blockx *blx = irs.blx;
block *bcase = blx.curblock;
block* cb = cast(block*)s.extra;
block_next(blx, BCgoto, cb);
block *bsw = stmtstate.getSwitchBlock();
if (bsw.BC == BCswitch)
bsw.appendSucc(cb); // second entry in pair
bcase.appendSucc(cb);
if (!isAssertFalse(s.statement))
incUsage(irs, s.loc);
if (s.statement)
Statement_toIR(s.statement, irs, stmtstate);
}
override void visit(DefaultStatement s)
{
Blockx *blx = irs.blx;
block *bcase = blx.curblock;
block *bdefault = stmtstate.getDefaultBlock();
block_next(blx,BCgoto,bdefault);
bcase.appendSucc(blx.curblock);
if (!isAssertFalse(s.statement))
incUsage(irs, s.loc);
if (s.statement)
Statement_toIR(s.statement, irs, stmtstate);
}
override void visit(GotoDefaultStatement s)
{
block *b;
Blockx *blx = irs.blx;
block *bdest = stmtstate.getDefaultBlock();
b = blx.curblock;
// The rest is equivalent to GotoStatement
b.appendSucc(bdest);
incUsage(irs, s.loc);
block_next(blx,BCgoto,null);
}
override void visit(GotoCaseStatement s)
{
Blockx *blx = irs.blx;
block *bdest = cast(block*)s.cs.extra;
block *b = blx.curblock;
// The rest is equivalent to GotoStatement
b.appendSucc(bdest);
incUsage(irs, s.loc);
block_next(blx,BCgoto,null);
}
override void visit(SwitchErrorStatement s)
{
// SwitchErrors are lowered to a CallExpression to object.__switch_error() in druntime
// We still need the call wrapped in SwitchErrorStatement to pass compiler error checks.
assert(s.exp !is null, "SwitchErrorStatement needs to have a valid Expression.");
Blockx *blx = irs.blx;
//printf("SwitchErrorStatement.toIR(), exp = %s\n", s.exp ? s.exp.toChars() : "");
incUsage(irs, s.loc);
block_appendexp(blx.curblock, toElemDtor(s.exp, irs));
}
/**************************************
*/
override void visit(ReturnStatement s)
{
//printf("s2ir.ReturnStatement: %s\n", s.toChars());
Blockx *blx = irs.blx;
BC bc;
incUsage(irs, s.loc);
if (s.exp)
{
elem *e;
FuncDeclaration func = irs.getFunc();
assert(func);
auto tf = func.type.isTypeFunction();
assert(tf);
RET retmethod = retStyle(tf, func.needThis());
if (retmethod == RET.stack)
{
elem *es;
bool writetohp;
/* If returning struct literal, write result
* directly into return value
*/
if (auto sle = s.exp.isStructLiteralExp())
{
sle.sym = irs.shidden;
writetohp = true;
}
/* Detect function call that returns the same struct
* and construct directly into *shidden
*/
else if (auto ce = s.exp.isCallExp())
{
if (ce.e1.op == EXP.variable || ce.e1.op == EXP.star)
{
Type t = ce.e1.type.toBasetype();
if (t.ty == Tdelegate)
t = t.nextOf();
if (t.ty == Tfunction && retStyle(cast(TypeFunction)t, ce.f && ce.f.needThis()) == RET.stack)
{
irs.ehidden = el_var(irs.shidden);
e = toElemDtor(s.exp, irs);
e = el_una(OPaddr, TYnptr, e);
goto L1;
}
}
else if (auto dve = ce.e1.isDotVarExp())
{
auto fd = dve.var.isFuncDeclaration();
if (fd && fd.isCtorDeclaration())
{
if (auto sle = dve.e1.isStructLiteralExp())
{
sle.sym = irs.shidden;
writetohp = true;
}
}
Type t = ce.e1.type.toBasetype();
if (t.ty == Tdelegate)
t = t.nextOf();
if (t.ty == Tfunction && retStyle(cast(TypeFunction)t, fd && fd.needThis()) == RET.stack)
{
irs.ehidden = el_var(irs.shidden);
e = toElemDtor(s.exp, irs);
e = el_una(OPaddr, TYnptr, e);
goto L1;
}
}
}
e = toElemDtor(s.exp, irs);
assert(e);
if (writetohp ||
(func.nrvo_can && func.nrvo_var))
{
// Return value via hidden pointer passed as parameter
// Write exp; return shidden;
es = e;
}
else
{
// Return value via hidden pointer passed as parameter
// Write *shidden=exp; return shidden;
es = el_una(OPind,e.Ety,el_var(irs.shidden));
es = elAssign(es, e, s.exp.type, null);
}
e = el_var(irs.shidden);
e = el_bin(OPcomma, e.Ety, es, e);
}
else if (tf.isref)
{
// Reference return, so convert to a pointer
e = toElemDtor(s.exp, irs);
/* already taken care of for vresult in buildResultVar() and semantic3.d
* https://issues.dlang.org/show_bug.cgi?id=19384
*/
if (func.vresult)
if (BlitExp be = s.exp.isBlitExp())
{
if (VarExp ve = be.e1.isVarExp())
{
if (ve.var == func.vresult)
goto Lskip;
}
}
e = addressElem(e, s.exp.type.pointerTo());
Lskip:
}
else
{
e = toElemDtor(s.exp, irs);
assert(e);
}
L1:
elem_setLoc(e, s.loc);
block_appendexp(blx.curblock, e);
bc = BCretexp;
// if (type_zeroCopy(Type_toCtype(s.exp.type)))
// bc = BCret;
}
else
bc = BCret;
block *finallyBlock;
if (config.ehmethod != EHmethod.EH_DWARF &&
!irs.isNothrow() &&
(finallyBlock = stmtstate.getFinallyBlock()) != null)
{
assert(finallyBlock.BC == BC_finally);
blx.curblock.appendSucc(finallyBlock);
}
block_next(blx, bc, null);
}
/**************************************
*/
override void visit(ExpStatement s)
{
Blockx *blx = irs.blx;
//printf("ExpStatement.toIR(), exp: %p %s\n", s.exp, s.exp ? s.exp.toChars() : "");
if (s.exp)
{
if (s.exp.hasCode &&
!(isAssertFalse(s.exp))) // `assert(0)` not meant to be covered
incUsage(irs, s.loc);
block_appendexp(blx.curblock, toElemDtor(s.exp, irs));
// goto the next block
block* b = blx.curblock;
block_next(blx, BCgoto, null);
b.appendSucc(blx.curblock);
}
}
/**************************************
*/
override void visit(CompoundStatement s)
{
if (s.statements)
{
foreach (s2; *s.statements)
{
if (s2)
Statement_toIR(s2, irs, stmtstate);
}
}
}
/**************************************
*/
override void visit(UnrolledLoopStatement s)
{
Blockx *blx = irs.blx;
StmtState mystate = StmtState(stmtstate, s);
mystate.breakBlock = block_calloc(blx);
block *bpre = blx.curblock;
block_next(blx, BCgoto, null);
block *bdo = blx.curblock;
bpre.appendSucc(bdo);
block *bdox;
foreach (s2; *s.statements)
{
if (s2)
{
mystate.contBlock = block_calloc(blx);
Statement_toIR(s2, irs, &mystate);
bdox = blx.curblock;
block_next(blx, BCgoto, mystate.contBlock);
bdox.appendSucc(mystate.contBlock);
}
}
bdox = blx.curblock;
block_next(blx, BCgoto, mystate.breakBlock);
bdox.appendSucc(mystate.breakBlock);
}
/**************************************
*/
override void visit(ScopeStatement s)
{
if (s.statement)
{
Blockx *blx = irs.blx;
StmtState mystate = StmtState(stmtstate, s);
if (mystate.prev.ident)
mystate.ident = mystate.prev.ident;
Statement_toIR(s.statement, irs, &mystate);
if (mystate.breakBlock)
block_goto(blx,BCgoto,mystate.breakBlock);
}
}
/***************************************
*/
override void visit(WithStatement s)
{
//printf("WithStatement.toIR()\n");
if (s.exp.op == EXP.scope_ || s.exp.op == EXP.type)
{
}
else
{
// Declare with handle
auto sp = toSymbol(s.wthis);
symbol_add(sp);
// Perform initialization of with handle
auto ie = s.wthis._init.isExpInitializer();
assert(ie);
auto ei = toElemDtor(ie.exp, irs);
auto e = el_var(sp);
e = el_bin(OPeq,e.Ety, e, ei);
elem_setLoc(e, s.loc);
incUsage(irs, s.loc);
block_appendexp(irs.blx.curblock,e);
}
// Execute with block
if (s._body)
Statement_toIR(s._body, irs, stmtstate);
}
/***************************************
*/
override void visit(ThrowStatement s)
{
// throw(exp)
Blockx *blx = irs.blx;
incUsage(irs, s.loc);
elem *e = toElemDtor(s.exp, irs);
const rtlthrow = config.ehmethod == EHmethod.EH_DWARF ? RTLSYM.THROWDWARF : RTLSYM.THROWC;
e = el_bin(OPcall, TYvoid, el_var(getRtlsym(rtlthrow)),e);
block_appendexp(blx.curblock, e);
block_next(blx, BCexit, null); // throw never returns
}
/***************************************
* Builds the following:
* _try
* block
* jcatch
* handler
* A try-catch statement.
*/
override void visit(TryCatchStatement s)
{
Blockx *blx = irs.blx;
if (blx.funcsym.Sfunc.Fflags3 & Feh_none) printf("visit %s\n", blx.funcsym.Sident.ptr);
if (blx.funcsym.Sfunc.Fflags3 & Feh_none) assert(0);
if (config.ehmethod == EHmethod.EH_WIN32)
nteh_declarvars(blx);
StmtState mystate = StmtState(stmtstate, s);
block *tryblock = block_goto(blx,BCgoto,null);
int previndex = blx.scope_index;
tryblock.Blast_index = previndex;
blx.scope_index = tryblock.Bscope_index = blx.next_index++;
// Set the current scope index
setScopeIndex(blx,tryblock,tryblock.Bscope_index);
// This is the catch variable
tryblock.jcatchvar = symbol_genauto(type_fake(mTYvolatile | TYnptr));
blx.tryblock = tryblock;
block *breakblock = block_calloc(blx);
block_goto(blx,BC_try,null);
if (s._body)
{
Statement_toIR(s._body, irs, &mystate);
}
blx.tryblock = tryblock.Btry;
// break block goes here
block_goto(blx, BCgoto, breakblock);
setScopeIndex(blx,blx.curblock, previndex);
blx.scope_index = previndex;
// create new break block that follows all the catches
block *breakblock2 = block_calloc(blx);
blx.curblock.appendSucc(breakblock2);
block_next(blx,BCgoto,null);
assert(s.catches);
if (config.ehmethod == EHmethod.EH_DWARF)
{
/*
* BCjcatch:
* __hander = __RDX;
* __exception_object = __RAX;
* jcatchvar = *(__exception_object - target.ptrsize); // old way
* jcatchvar = __dmd_catch_begin(__exception_object); // new way
* switch (__handler)
* case 1: // first catch handler
* *(sclosure + cs.var.offset) = cs.var;
* ...handler body ...
* break;
* ...
* default:
* HALT
*/
// volatile so optimizer won't delete it
Symbol *seax = symbol_name("__EAX", SCpseudo, type_fake(mTYvolatile | TYnptr));
seax.Sreglsw = 0; // EAX, RAX, whatevs
symbol_add(seax);
Symbol *sedx = symbol_name("__EDX", SCpseudo, type_fake(mTYvolatile | TYint));
sedx.Sreglsw = 2; // EDX, RDX, whatevs
symbol_add(sedx);
Symbol *shandler = symbol_name("__handler", SCauto, tstypes[TYint]);
symbol_add(shandler);
Symbol *seo = symbol_name("__exception_object", SCauto, tspvoid);
symbol_add(seo);
elem *e1 = el_bin(OPeq, TYvoid, el_var(shandler), el_var(sedx)); // __handler = __RDX
elem *e2 = el_bin(OPeq, TYvoid, el_var(seo), el_var(seax)); // __exception_object = __RAX
version (none)
{
// jcatchvar = *(__exception_object - target.ptrsize)
elem *e = el_bin(OPmin, TYnptr, el_var(seo), el_long(TYsize_t, target.ptrsize));
elem *e3 = el_bin(OPeq, TYvoid, el_var(tryblock.jcatchvar), el_una(OPind, TYnptr, e));
}
else
{
// jcatchvar = __dmd_catch_begin(__exception_object);
elem *ebegin = el_var(getRtlsym(RTLSYM.BEGIN_CATCH));
elem *e = el_bin(OPcall, TYnptr, ebegin, el_var(seo));
elem *e3 = el_bin(OPeq, TYvoid, el_var(tryblock.jcatchvar), e);
}
block *bcatch = blx.curblock;
tryblock.appendSucc(bcatch);
block_goto(blx, BCjcatch, null);
block *defaultblock = block_calloc(blx);
block *bswitch = blx.curblock;
bswitch.Belem = el_combine(el_combine(e1, e2),
el_combine(e3, el_var(shandler)));
const numcases = s.catches.dim;
bswitch.Bswitch = cast(targ_llong *) Mem.check(.malloc((targ_llong).sizeof * (numcases + 1)));
bswitch.Bswitch[0] = numcases;
bswitch.appendSucc(defaultblock);
block_next(blx, BCswitch, null);
foreach (i, cs; *s.catches)
{
bswitch.Bswitch[1 + i] = 1 + i;
if (cs.var)
cs.var.csym = tryblock.jcatchvar;
assert(cs.type);
/* The catch type can be a C++ class or a D class.
* If a D class, insert a pointer to TypeInfo into the typesTable[].
* If a C++ class, insert a pointer to __cpp_type_info_ptr into the typesTable[].
*/
Type tcatch = cs.type.toBasetype();
ClassDeclaration cd = tcatch.isClassHandle();
bool isCPPclass = cd.isCPPclass();
Symbol *catchtype;
if (isCPPclass)
{
catchtype = toSymbolCpp(cd);
if (i == 0)
{
// rewrite ebegin to use __cxa_begin_catch
Symbol *s2 = getRtlsym(RTLSYM.CXA_BEGIN_CATCH);
ebegin.EV.Vsym = s2;
}
}
else
catchtype = toSymbol(tcatch);
/* Look for catchtype in typesTable[] using linear search,
* insert if not already there,
* log index in Action Table (i.e. switch case table)
*/
func_t *f = blx.funcsym.Sfunc;
foreach (j, ct; f.typesTable[])
{
if (ct == catchtype)
{
bswitch.Bswitch[1 + i] = 1 + j; // index starts at 1
goto L1;
}
}
f.typesTable.push(catchtype);
bswitch.Bswitch[1 + i] = f.typesTable.length; // index starts at 1
L1:
block *bcase = blx.curblock;
bswitch.appendSucc(bcase);
if (cs.handler !is null)
{
StmtState catchState = StmtState(stmtstate, s);
/* Append to block:
* *(sclosure + cs.var.offset) = cs.var;
*/
if (cs.var && cs.var.offset) // if member of a closure
{
tym_t tym = totym(cs.var.type);
elem *ex = el_var(irs.sclosure);
ex = el_bin(OPadd, TYnptr, ex, el_long(TYsize_t, cs.var.offset));
ex = el_una(OPind, tym, ex);
ex = el_bin(OPeq, tym, ex, el_var(toSymbol(cs.var)));
block_appendexp(irs.blx.curblock, ex);
}
if (isCPPclass)
{
/* C++ catches need to end with call to __cxa_end_catch().
* Create:
* try { handler } finally { __cxa_end_catch(); }
* Note that this is worst case code because it always sets up an exception handler.
* At some point should try to do better.
*/
FuncDeclaration fdend = FuncDeclaration.genCfunc(null, Type.tvoid, "__cxa_end_catch");
Expression ec = VarExp.create(Loc.initial, fdend);
Expression ecc = CallExp.create(Loc.initial, ec);
ecc.type = Type.tvoid;
Statement sf = ExpStatement.create(Loc.initial, ecc);
Statement stf = TryFinallyStatement.create(Loc.initial, cs.handler, sf);
Statement_toIR(stf, irs, &catchState);
}
else
Statement_toIR(cs.handler, irs, &catchState);
}
blx.curblock.appendSucc(breakblock2);
if (i + 1 == numcases)
{
block_next(blx, BCgoto, defaultblock);
defaultblock.Belem = el_calloc();
defaultblock.Belem.Ety = TYvoid;
defaultblock.Belem.Eoper = OPhalt;
block_next(blx, BCexit, null);
}
else
block_next(blx, BCgoto, null);
}
/* Make a copy of the switch case table, which will later become the Action Table.
* Need a copy since the bswitch may get rewritten by the optimizer.
*/
alias TAction = typeof(bcatch.actionTable[0]);
bcatch.actionTable = cast(TAction*)Mem.check(.malloc(TAction.sizeof * (numcases + 1)));
foreach (i; 0 .. numcases + 1)
bcatch.actionTable[i] = cast(TAction)bswitch.Bswitch[i];
}
else
{
foreach (cs; *s.catches)
{
if (cs.var)
cs.var.csym = tryblock.jcatchvar;
block *bcatch = blx.curblock;
if (cs.type)
bcatch.Bcatchtype = toSymbol(cs.type.toBasetype());
tryblock.appendSucc(bcatch);
block_goto(blx, BCjcatch, null);
if (cs.type && irs.target.os == Target.OS.Windows && irs.target.is64bit) // Win64
{
/* The linker will attempt to merge together identical functions,
* even if the catch types differ. So add a reference to the
* catch type here.
* https://issues.dlang.org/show_bug.cgi?id=10664
*/
auto tc = cs.type.toBasetype().isTypeClass();
if (!tc.sym.vclassinfo)
tc.sym.vclassinfo = TypeInfoClassDeclaration.create(tc);
auto sinfo = toSymbol(tc.sym.vclassinfo);
elem* ex = el_var(sinfo);
ex.Ety = mTYvolatile | TYnptr;
ex = el_una(OPind, TYint, ex);
block_appendexp(irs.blx.curblock, ex);
}
if (cs.handler !is null)
{
StmtState catchState = StmtState(stmtstate, s);
/* Append to block:
* *(sclosure + cs.var.offset) = cs.var;
*/
if (cs.var && cs.var.offset) // if member of a closure
{
tym_t tym = totym(cs.var.type);
elem *ex = el_var(irs.sclosure);
ex = el_bin(OPadd, TYnptr, ex, el_long(TYsize_t, cs.var.offset));
ex = el_una(OPind, tym, ex);
ex = el_bin(OPeq, tym, ex, el_var(toSymbol(cs.var)));
block_appendexp(irs.blx.curblock, ex);
}
Statement_toIR(cs.handler, irs, &catchState);
}
blx.curblock.appendSucc(breakblock2);
block_next(blx, BCgoto, null);
}
}
block_next(blx,cast(BC)blx.curblock.BC, breakblock2);
}
/****************************************
* A try-finally statement.
* Builds the following:
* _try
* block
* _finally
* finalbody
* _ret
*/
override void visit(TryFinallyStatement s)
{
//printf("TryFinallyStatement.toIR()\n");
Blockx *blx = irs.blx;
if (config.ehmethod == EHmethod.EH_WIN32 && !(blx.funcsym.Sfunc.Fflags3 & Feh_none))
nteh_declarvars(blx);
/* Successors to BC_try block:
* [0] start of try block code
* [1] BC_finally
*/
block *tryblock = block_goto(blx, BCgoto, null);
int previndex = blx.scope_index;
tryblock.Blast_index = previndex;
tryblock.Bscope_index = blx.next_index++;
blx.scope_index = tryblock.Bscope_index;
// Current scope index
setScopeIndex(blx,tryblock,tryblock.Bscope_index);
blx.tryblock = tryblock;
block_goto(blx,BC_try,null);
StmtState bodyirs = StmtState(stmtstate, s);
block *finallyblock = block_calloc(blx);
tryblock.appendSucc(finallyblock);
finallyblock.BC = BC_finally;
bodyirs.finallyBlock = finallyblock;
if (s._body)
Statement_toIR(s._body, irs, &bodyirs);
blx.tryblock = tryblock.Btry; // back to previous tryblock
setScopeIndex(blx,blx.curblock,previndex);
blx.scope_index = previndex;
block *breakblock = block_calloc(blx);
block *retblock = block_calloc(blx);
if (config.ehmethod == EHmethod.EH_DWARF && !(blx.funcsym.Sfunc.Fflags3 & Feh_none))
{
/* Build this:
* BCgoto [BC_try]
* BC_try [body] [BC_finally]
* body
* BCgoto [breakblock]
* BC_finally [BC_lpad] [finalbody] [breakblock]
* BC_lpad [finalbody]
* finalbody
* BCgoto [BC_ret]
* BC_ret
* breakblock
*/
blx.curblock.appendSucc(breakblock);
block_next(blx,BCgoto,finallyblock);
block *landingPad = block_goto(blx,BC_finally,null);
block_goto(blx,BC_lpad,null); // lpad is [0]
finallyblock.appendSucc(blx.curblock); // start of finalybody is [1]
finallyblock.appendSucc(breakblock); // breakblock is [2]
/* Declare flag variable
*/
Symbol *sflag = symbol_name("__flag", SCauto, tstypes[TYint]);
symbol_add(sflag);
finallyblock.flag = sflag;
finallyblock.b_ret = retblock;
assert(!finallyblock.Belem);
/* Add code to landingPad block:
* exception_object = RAX;
* _flag = 0;
*/
// Make it volatile so optimizer won't delete it
Symbol *sreg = symbol_name("__EAX", SCpseudo, type_fake(mTYvolatile | TYnptr));
sreg.Sreglsw = 0; // EAX, RAX, whatevs
symbol_add(sreg);
Symbol *seo = symbol_name("__exception_object", SCauto, tspvoid);
symbol_add(seo);
assert(!landingPad.Belem);
elem *e = el_bin(OPeq, TYvoid, el_var(seo), el_var(sreg));
landingPad.Belem = el_combine(e, el_bin(OPeq, TYvoid, el_var(sflag), el_long(TYint, 0)));
/* Add code to BC_ret block:
* (!_flag && _Unwind_Resume(exception_object));
*/
elem *eu = el_bin(OPcall, TYvoid, el_var(getRtlsym(RTLSYM.UNWIND_RESUME)), el_var(seo));
eu = el_bin(OPandand, TYvoid, el_una(OPnot, TYbool, el_var(sflag)), eu);
assert(!retblock.Belem);
retblock.Belem = eu;
StmtState finallyState = StmtState(stmtstate, s);
setScopeIndex(blx, blx.curblock, previndex);
if (s.finalbody)
Statement_toIR(s.finalbody, irs, &finallyState);
block_goto(blx, BCgoto, retblock);
block_next(blx,BC_ret,breakblock);
}
else if (config.ehmethod == EHmethod.EH_NONE || blx.funcsym.Sfunc.Fflags3 & Feh_none)
{
/* Build this:
* BCgoto [BC_try]
* BC_try [body] [BC_finally]
* body
* BCgoto [breakblock]
* BC_finally [BC_lpad] [finalbody] [breakblock]
* BC_lpad [finalbody]
* finalbody
* BCgoto [BC_ret]
* BC_ret
* breakblock
*/
if (s.bodyFallsThru)
{
// BCgoto [breakblock]
blx.curblock.appendSucc(breakblock);
block_next(blx,BCgoto,finallyblock);
}
else
{
if (!irs.params.optimize)
{
/* If this is reached at runtime, there's a bug
* in the computation of s.bodyFallsThru. Inserting a HALT
* makes it far easier to track down such failures.
* But it makes for slower code, so only generate it for
* non-optimized code.
*/
elem *e = el_calloc();
e.Ety = TYvoid;
e.Eoper = OPhalt;
elem_setLoc(e, s.loc);
block_appendexp(blx.curblock, e);
}
block_next(blx,BCexit,finallyblock);
}
block *landingPad = block_goto(blx,BC_finally,null);
block_goto(blx,BC_lpad,null); // lpad is [0]
finallyblock.appendSucc(blx.curblock); // start of finalybody is [1]
finallyblock.appendSucc(breakblock); // breakblock is [2]
/* Declare flag variable
*/
Symbol *sflag = symbol_name("__flag", SCauto, tstypes[TYint]);
symbol_add(sflag);
finallyblock.flag = sflag;
finallyblock.b_ret = retblock;
assert(!finallyblock.Belem);
landingPad.Belem = el_bin(OPeq, TYvoid, el_var(sflag), el_long(TYint, 0)); // __flag = 0;
StmtState finallyState = StmtState(stmtstate, s);
setScopeIndex(blx, blx.curblock, previndex);
if (s.finalbody)
Statement_toIR(s.finalbody, irs, &finallyState);
block_goto(blx, BCgoto, retblock);
block_next(blx,BC_ret,breakblock);
}
else
{
block_goto(blx,BCgoto, breakblock);
block_goto(blx,BCgoto,finallyblock);
/* Successors to BC_finally block:
* [0] landing pad, same as start of finally code
* [1] block that comes after BC_ret
*/
block_goto(blx,BC_finally,null);
StmtState finallyState = StmtState(stmtstate, s);
setScopeIndex(blx, blx.curblock, previndex);
if (s.finalbody)
Statement_toIR(s.finalbody, irs, &finallyState);
block_goto(blx, BCgoto, retblock);
block_next(blx,BC_ret,null);
/* Append the last successor to finallyblock, which is the first block past the BC_ret block.
*/
finallyblock.appendSucc(blx.curblock);
retblock.appendSucc(blx.curblock);
/* The BCfinally..BC_ret blocks form a function that gets called from stack unwinding.
* The successors to BC_ret blocks are both the next outer BCfinally and the destination
* after the unwinding is complete.
*/
for (block *b = tryblock; b != finallyblock; b = b.Bnext)
{
block *btry = b.Btry;
if (b.BC == BCgoto && b.numSucc() == 1)
{
block *bdest = b.nthSucc(0);
if (btry && bdest.Btry != btry)
{
//printf("test1 b %p b.Btry %p bdest %p bdest.Btry %p\n", b, btry, bdest, bdest.Btry);
block *bfinally = btry.nthSucc(1);
if (bfinally == finallyblock)
{
b.appendSucc(finallyblock);
}
}
}
// If the goto exits a try block, then the finally block is also a successor
if (b.BC == BCgoto && b.numSucc() == 2) // if goto exited a tryblock
{
block *bdest = b.nthSucc(0);
// If the last finally block executed by the goto
if (bdest.Btry == tryblock.Btry)
{
// The finally block will exit and return to the destination block
retblock.appendSucc(bdest);
}
}
if (b.BC == BC_ret && b.Btry == tryblock)
{
// b is nested inside this TryFinally, and so this finally will be called next
b.appendSucc(finallyblock);
}
}
}
}
/****************************************
*/
override void visit(SynchronizedStatement s)
{
assert(0);
}
/****************************************
*/
override void visit(InlineAsmStatement s)
// { .visit(irs, s); }
{
block *bpre;
block *basm;
Symbol *sym;
Blockx *blx = irs.blx;
//printf("AsmStatement.toIR(asmcode = %x)\n", asmcode);
bpre = blx.curblock;
block_next(blx,BCgoto,null);
basm = blx.curblock;
bpre.appendSucc(basm);
basm.Bcode = s.asmcode;
basm.Balign = cast(ubyte)s.asmalign;
// Loop through each instruction, fixing Dsymbols into Symbol's
for (code *c = s.asmcode; c; c = c.next)
{
switch (c.IFL1)
{
case FLblockoff:
case FLblock:
{
// FLblock and FLblockoff have LabelDsymbol's - convert to blocks
LabelDsymbol label = cast(LabelDsymbol)c.IEV1.Vlsym;
block *b = cast(block*)label.statement.extra;
basm.appendSucc(b);
c.IEV1.Vblock = b;
break;
}
case FLdsymbol:
case FLfunc:
sym = toSymbol(cast(Dsymbol)c.IEV1.Vdsym);
if (sym.Sclass == SCauto && sym.Ssymnum == SYMIDX.max)
symbol_add(sym);
c.IEV1.Vsym = sym;
c.IFL1 = sym.Sfl ? sym.Sfl : FLauto;
break;
default:
break;
}
// Repeat for second operand
switch (c.IFL2)
{
case FLblockoff:
case FLblock:
{
LabelDsymbol label = cast(LabelDsymbol)c.IEV2.Vlsym;
block *b = cast(block*)label.statement.extra;
basm.appendSucc(b);
c.IEV2.Vblock = b;
break;
}
case FLdsymbol:
case FLfunc:
{
Declaration d = cast(Declaration)c.IEV2.Vdsym;
sym = toSymbol(cast(Dsymbol)d);
if (sym.Sclass == SCauto && sym.Ssymnum == SYMIDX.max)
symbol_add(sym);
c.IEV2.Vsym = sym;
c.IFL2 = sym.Sfl ? sym.Sfl : FLauto;
if (d.isDataseg())
sym.Sflags |= SFLlivexit;
break;
}
default:
break;
}
}
basm.bIasmrefparam = s.refparam; // are parameters reference?
basm.usIasmregs = s.regs; // registers modified
block_next(blx,BCasm, null);
basm.prependSucc(blx.curblock);
if (s.naked)
{
blx.funcsym.Stype.Tty |= mTYnaked;
}
}
/****************************************
*/
override void visit(ImportStatement s)
{
}
static void Statement_toIR(Statement s, IRState *irs, StmtState* stmtstate)
{
scope v = new S2irVisitor(irs, stmtstate);
s.accept(v);
}
}
void Statement_toIR(Statement s, IRState *irs)
{
/* Generate a block for each label
*/
FuncDeclaration fd = irs.getFunc();
if (auto labtab = fd.labtab)
foreach (keyValue; labtab.tab.asRange)
{
//printf(" KV: %s = %s\n", keyValue.key.toChars(), keyValue.value.toChars());
LabelDsymbol label = cast(LabelDsymbol)keyValue.value;
if (label.statement)
label.statement.extra = dmd.backend.global.block_calloc();
}
StmtState stmtstate;
scope v = new S2irVisitor(irs, &stmtstate);
s.accept(v);
}
/***************************************************
* Insert finally block calls when doing a goto from
* inside a try block to outside.
* Done after blocks are generated because then we know all
* the edges of the graph, but before the Bpred's are computed.
* Only for EH_DWARF exception unwinding.
* Params:
* startblock = first block in function
*/
void insertFinallyBlockCalls(block *startblock)
{
int flagvalue = 0; // 0 is forunwind_resume
block *bcret = null;
block *bcretexp = null;
Symbol *stmp;
enum log = false;
static if (log)
{
printf("------- before ----------\n");
numberBlocks(startblock);
foreach (b; BlockRange(startblock)) WRblock(b);
printf("-------------------------\n");
}
block **pb;
block **pbnext;
for (pb = &startblock; *pb; pb = pbnext)
{
block *b = *pb;
pbnext = &b.Bnext;
if (!b.Btry)
continue;
switch (b.BC)
{
case BCret:
// Rewrite into a BCgoto => BCret
if (!bcret)
{
bcret = dmd.backend.global.block_calloc();
bcret.BC = BCret;
}
b.BC = BCgoto;
b.appendSucc(bcret);
goto case_goto;
case BCretexp:
{
// Rewrite into a BCgoto => BCretexp
elem *e = b.Belem;
tym_t ty = tybasic(e.Ety);
if (!bcretexp)
{
bcretexp = dmd.backend.global.block_calloc();
bcretexp.BC = BCretexp;
type *t;
if ((ty == TYstruct || ty == TYarray) && e.ET)
t = e.ET;
else
t = type_fake(ty);
stmp = symbol_genauto(t);
bcretexp.Belem = el_var(stmp);
if ((ty == TYstruct || ty == TYarray) && e.ET)
bcretexp.Belem.ET = t;
}
b.BC = BCgoto;
b.appendSucc(bcretexp);
b.Belem = elAssign(el_var(stmp), e, null, e.ET);
goto case_goto;
}
case BCgoto:
case_goto:
{
/* From this:
* BCgoto [breakblock]
* BC_try [body] [BC_finally]
* body
* BCgoto [breakblock]
* BC_finally [BC_lpad] [finalbody] [breakblock]
* BC_lpad [finalbody]
* finalbody
* BCgoto [BC_ret]
* BC_ret
* breakblock
*
* Build this:
* BCgoto [BC_try]
* BC_try [body] [BC_finally]
* body
*x BCgoto sflag=n; [finalbody]
* BC_finally [BC_lpad] [finalbody] [breakblock]
* BC_lpad [finalbody]
* finalbody
* BCgoto [BCiftrue]
*x BCiftrue (sflag==n) [breakblock]
*x BC_ret
* breakblock
*/
block *breakblock = b.nthSucc(0);
block *lasttry = breakblock.Btry;
block *blast = b;
++flagvalue;
for (block *bt = b.Btry; bt != lasttry; bt = bt.Btry)
{
assert(bt.BC == BC_try);
block *bf = bt.nthSucc(1);
if (bf.BC == BCjcatch)
continue; // skip try-catch
assert(bf.BC == BC_finally);
block *retblock = bf.b_ret;
assert(retblock.BC == BC_ret);
assert(retblock.numSucc() == 0);
// Append (_flag = flagvalue) to b.Belem
Symbol *sflag = bf.flag;
elem *e = el_bin(OPeq, TYint, el_var(sflag), el_long(TYint, flagvalue));
b.Belem = el_combine(b.Belem, e);
if (blast.BC == BCiftrue)
{
blast.setNthSucc(0, bf.nthSucc(1));
}
else
{
assert(blast.BC == BCgoto);
blast.setNthSucc(0, bf.nthSucc(1));
}
// Create new block, bnew, which will replace retblock
block *bnew = dmd.backend.global.block_calloc();
/* Rewrite BC_ret block as:
* if (sflag == flagvalue) goto breakblock; else goto bnew;
*/
e = el_bin(OPeqeq, TYbool, el_var(sflag), el_long(TYint, flagvalue));
retblock.Belem = el_combine(retblock.Belem, e);
retblock.BC = BCiftrue;
retblock.appendSucc(breakblock);
retblock.appendSucc(bnew);
bnew.Bnext = retblock.Bnext;
retblock.Bnext = bnew;
bnew.BC = BC_ret;
bnew.Btry = retblock.Btry;
bf.b_ret = bnew;
blast = retblock;
}
break;
}
default:
break;
}
}
if (bcret)
{
*pb = bcret;
pb = &(*pb).Bnext;
}
if (bcretexp)
*pb = bcretexp;
static if (log)
{
printf("------- after ----------\n");
numberBlocks(startblock);
foreach (b; BlockRange(startblock)) WRblock(b);
printf("-------------------------\n");
}
}
/***************************************************
* Insert gotos to finally blocks when doing a return or goto from
* inside a try block to outside.
* Done after blocks are generated because then we know all
* the edges of the graph, but before the Bpred's are computed.
* Only for functions with no exception handling.
* Very similar to insertFinallyBlockCalls().
* Params:
* startblock = first block in function
*/
void insertFinallyBlockGotos(block *startblock)
{
enum log = false;
// Insert all the goto's
insertFinallyBlockCalls(startblock);
/* Remove all the BC_try, BC_finally, BC_lpad and BC_ret
* blocks.
* Actually, just make them into no-ops and let the optimizer
* delete them.
*/
foreach (b; BlockRange(startblock))
{
b.Btry = null;
switch (b.BC)
{
case BC_try:
b.BC = BCgoto;
list_subtract(&b.Bsucc, b.nthSucc(1));
break;
case BC_finally:
b.BC = BCgoto;
list_subtract(&b.Bsucc, b.nthSucc(2));
list_subtract(&b.Bsucc, b.nthSucc(0));
break;
case BC_lpad:
b.BC = BCgoto;
break;
case BC_ret:
b.BC = BCexit;
break;
default:
break;
}
}
static if (log)
{
printf("------- after ----------\n");
numberBlocks(startblock);
foreach (b; BlockRange(startblock)) WRblock(b);
printf("-------------------------\n");
}
}
| D |
/Users/obuchiyuki/Desktop/SaftyDrive/Build/Intermediates/SafetyDrive.build/Debug-iphoneos/SaftyDrive.build/Objects-normal/arm64/MKColor.o : /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKSnackbar.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMMenu.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMTip.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKImageView.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/etc.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKColor.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKNavigationBar.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKSwitch.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKCollectionViewCell.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/PagingCellViewController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKLayer.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKActivityIndicator.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMReachability.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKEmbedMainControllerSegue.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMNavigationViewController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/PagingDataController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKEmbedDrawerControllerSegue.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKRefreshControl.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKSideDrawerViewController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKCardView.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/PagingViewController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKTextField.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKTableViewCell.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/ViewController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMAlertController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/swiftyJSON.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKLabel.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKButton.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/AppDelegate.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMHorizontalMenu.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreImage.swiftmodule
/Users/obuchiyuki/Desktop/SaftyDrive/Build/Intermediates/SafetyDrive.build/Debug-iphoneos/SaftyDrive.build/Objects-normal/arm64/MKColor~partial.swiftmodule : /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKSnackbar.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMMenu.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMTip.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKImageView.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/etc.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKColor.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKNavigationBar.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKSwitch.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKCollectionViewCell.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/PagingCellViewController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKLayer.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKActivityIndicator.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMReachability.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKEmbedMainControllerSegue.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMNavigationViewController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/PagingDataController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKEmbedDrawerControllerSegue.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKRefreshControl.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKSideDrawerViewController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKCardView.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/PagingViewController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKTextField.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKTableViewCell.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/ViewController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMAlertController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/swiftyJSON.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKLabel.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKButton.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/AppDelegate.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMHorizontalMenu.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreImage.swiftmodule
/Users/obuchiyuki/Desktop/SaftyDrive/Build/Intermediates/SafetyDrive.build/Debug-iphoneos/SaftyDrive.build/Objects-normal/arm64/MKColor~partial.swiftdoc : /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKSnackbar.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMMenu.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMTip.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKImageView.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/etc.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKColor.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKNavigationBar.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKSwitch.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKCollectionViewCell.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/PagingCellViewController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKLayer.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKActivityIndicator.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMReachability.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKEmbedMainControllerSegue.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMNavigationViewController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/PagingDataController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKEmbedDrawerControllerSegue.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKRefreshControl.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKSideDrawerViewController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKCardView.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/PagingViewController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKTextField.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKTableViewCell.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/ViewController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMAlertController.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/swiftyJSON.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKLabel.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKButton.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/AppDelegate.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMHorizontalMenu.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreImage.swiftmodule
| D |
import std.stdio;
import std.datetime;
import channel;
import goroutine;
import time;
import sync;
void main() {
auto ticker = Ticker(dur!"msecs"(10));
go!({for (int i=0; i<10; i++) {
writeln("tick ", ticker._);
}});
writeln("=-=========-=");
auto ch = makeChan!int(1);
go!({
foreach (i; 22..444) {
ch._ = i;
}
ch.close();
writeln("done");
});
foreach (i; 0..400) {
writeln("pop: ", ch._);
}
writeln("=-=========-=");
writeln(Clock.currTime);
After(dur!"msecs"(1000));
writeln(Clock.currTime);
writeln("done 1 secs");
while (!ch.empty) {
writeln(ch._);
}
auto timeoutch = After(dur!"msecs"(100));
while (true) {
switch (select(ch, timeoutch)) {
case 0:
writeln("zero", ch._);
break;
case 1:
writeln("time is up", timeoutch._);
break;
case -1: // all closed
goto outahere;
default:
sleep();
}
}
outahere:
return;
} | D |
module dmagick.c.layer;
import dmagick.c.composite;
import dmagick.c.exception;
import dmagick.c.image;
alias ptrdiff_t ssize_t;
extern(C)
{
/**
* The dispose method used for GIF animations.
*
* See_Also: $(LINK2 http://www.imagemagick.org/Usage/anim_basics/#dispose,
* Frame Disposal Methods) in the Examples of ImageMagick Usage.
*/
enum DisposeType
{
/** */
UnrecognizedDispose,
/**
* No disposal specified.
*/
UndefinedDispose = 0,
/**
* Do not dispose between frames.
*/
NoneDispose = 1,
/**
* Overwrite the image area with the background color.
*/
BackgroundDispose = 2,
/**
* Overwrite the image area with what was there prior
* to rendering the image.
*/
PreviousDispose = 3
}
/**
* Determines image operation to apply to ordered sequence of images.
*/
enum ImageLayerMethod
{
/** */
UndefinedLayer,
/**
* Apply the GIF disposal methods set in the current image sequence
* to form a fully defined animation sequence without, as it should
* be displayed. Effectively converting a GIF animation into
* a 'film strip' like animation.
*/
CoalesceLayer,
/**
* Crop the second and later frames to the smallest rectangle that
* contains all the differences between the two images. No GIF
* disposal methods are taken into account.
*
* This does not preserve a animation's normal working, especially
* when a animation used GIF disposal methods
* such as 'Previous' or 'Background'.
*/
CompareAnyLayer,
/**
* As CompareAnyLayer but crop to the bounds of any opaque pixels
* which become transparent in the second frame. That is the
* smallest image needed to mask or erase pixels for the next frame.
*/
CompareClearLayer,
/**
* As CompareAnyLayer but crop to pixels that add extra color to
* the next image, as a result of overlaying color pixels. That is
* the smallest single overlaid image to add or change colors.
*
* This can, be used with the -compose alpha composition method
* 'change-mask', to reduce the image to just the pixels that need
* to be overlaid.
*/
CompareOverlayLayer,
/**
* This is like CoalesceLayer but shows the look of the animation
* after the GIF disposal method has been applied, before the next
* sub-frame image is overlaid. That is the 'dispose' image that
* results from the application of the GIF disposal method. This
* allows you to check what is going wrong with a particular
* animation you may be developing.
*/
DisposeLayer,
/**
* Optimize a coalesced animation into GIF animation using a number
* of general techniques. This is currently a short cut to apply
* both the OptimizeImageLayer and OptimizeTransLayer methods
* but will expand to include other methods.
*/
OptimizeLayer,
/**
* Optimize a coalesced animation into GIF animation by reducing
* the number of pixels per frame as much as possible by attempting
* to pick the best GIF disposal method to use, while ensuring the
* result will continue to animate properly.
*
* There is no guarantee that the best optimization will be found.
* But then no reasonably fast GIF optimization algorithm can do
* this. However this does seem to do better than most other GIF
* frame optimizers seen.
*/
OptimizeImageLayer,
/**
* As OptimizeImageLayer but attempt to improve the overall
* optimization by adding extra frames to the animation, without
* changing the final look or timing of the animation. The frames
* are added to attempt to separate the clearing of pixels from the
* overlaying of new additional pixels from one animation frame to
* the next. If this does not improve the optimization (for the next
* frame only), it will fall back to the results of the previous
* normal OptimizeImageLayer technique.
*
* There is the possibility that the change in the disposal style
* will result in a worsening in the optimization of later frames,
* though this is unlikely. In other words there no guarantee that
* it is better than the normal 'optimize-frame' technique.
*/
OptimizePlusLayer,
/**
* Given a GIF animation, replace any pixel in the sub-frame overlay
* images with transparency, if it does not change the resulting
* animation by more than the current fuzz factor.
*
* This should allow a existing frame optimized GIF animation to
* compress into a smaller file size due to larger areas of one
* (transparent) color rather than a pattern of multiple colors
* repeating the current disposed image of the last frame.
*/
OptimizeTransLayer,
/**
* Remove (and merge time delays) of duplicate consecutive images,
* so as to simplify layer overlays of coalesced animations. Usually
* this is a result of using a constant time delay across the whole
* animation, or after a larger animation was split into smaller
* sub-animations. The duplicate frames could also have been used as
* part of some frame optimization methods.
*/
RemoveDupsLayer,
/**
* Remove any image with a zero time delay, unless ALL the images
* have a zero time delay (and is not a proper timed animation, a
* warning is then issued). In a GIF animation, such images are
* usually frames which provide partial intermediary updates between
* the frames that are actually displayed to users. These frames are
* usually added for improved frame optimization in GIF animations.
*/
RemoveZeroLayer,
/**
* Alpha Composition of two image lists, separated by a "null:"
* image, with the destination image list first, and the source
* images last. An image from each list are composited together
* until one list is finished. The separator image and source image
* lists are removed.
*
* The geometry offset is adjusted according to gravity in
* accordance of the virtual canvas size of the first image in each
* list. Unlike a normal composite operation, the canvas offset is
* also added to the final composite positioning of each image.
*
* If one of the image lists only contains one image, that image is
* applied to all the images in the other image list, regardless of
* which list it is. In this case it is the image meta-data of the
* list which preserved.
*/
CompositeLayer,
/**
* As FlattenLayer but merging all the given image layers into a
* new layer image just large enough to hold all the image without
* clipping or extra space. The new image's virtual offset will
* prevere the position of the new layer, even if this offset is
* negative. the virtual canvas size of the first image is preserved.
*
* Caution is advised when handling image layers with negative
* offsets as few image file formats handle them correctly.
*/
MergeLayer,
/**
* Create a canvas the size of the first images virtual canvas using
* the current background color, and compose each image in turn onto
* that canvas. Images falling outside that canvas will be clipped.
* Final image will have a zero virtual canvas offset.
*
* This is usually used as one of the final 'image layering'
* operations overlaying all the prepared image layers into a
* final image.
*
* For a single image this method can also be used to fillout a
* virtual canvas with real pixels, or to underlay a opaque color
* to remove transparency from an image.
*/
FlattenLayer,
/**
* As FlattenLayer but expanding the initial canvas size of the
* first image so as to hold all the image layers. However as a
* virtual canvas is 'locked' to the origin, by definition, image
* layers with a negative offsets will still be clipped by the top
* and left edges.
*
* This method is commonly used to layout individual image using
* various offset but without knowing the final canvas size. The
* resulting image will, like FlattenLayer not have any virtual
* offset, so can be saved to any image file format. This method
* corresponds to mosaic, above.
*/
MosaicLayer,
/**
* Find the minimal bounds of all the images in the current image
* sequence, then adjust the offsets so all images are contained
* on a minimal positive canvas. None of the image data is modified,
* only the virtual canvas size and offset. Then all the images will
* have the same canvas size, and all will have a positive offset,
* at least one image will touch every edge of that canvas with
* actual pixel data, though that data may be transparent.
*/
TrimBoundsLayer
}
Image* CoalesceImages(const(Image)*, ExceptionInfo*);
Image* DisposeImages(const(Image)*, ExceptionInfo*);
Image* CompareImageLayers(const(Image)*, const ImageLayerMethod, ExceptionInfo*);
Image* DeconstructImages(const(Image)*, ExceptionInfo*);
Image* MergeImageLayers(Image*, const ImageLayerMethod, ExceptionInfo*);
Image* OptimizeImageLayers(const(Image)*, ExceptionInfo*);
Image* OptimizePlusImageLayers(const(Image)*, ExceptionInfo*);
void CompositeLayers(Image*, const CompositeOperator, Image*, const ssize_t, const ssize_t, ExceptionInfo*);
void OptimizeImageTransparency(const(Image)*, ExceptionInfo*);
void RemoveDuplicateLayers(Image**, ExceptionInfo*);
void RemoveZeroDelayLayers(Image**, ExceptionInfo*);
}
| D |
/*
* date.d
*
* This module implements Date related functions.
*
*/
module core.date;
enum Month {
January,
February,
March,
April,
May,
June,
July,
August,
September,
October,
November,
December
}
enum Day {
Sunday,
Monday,
Tuesday,
Wednesday,
Thursday,
Friday,
Saturday
}
import scaffold.time;
import core.string;
import core.time;
import core.timezone;
import core.definitions;
import core.locale;
import core.timezone;
class Date {
this() {
DateGet(_month, _day, _year);
}
this(Month month, uint day, uint year) {
_month = month;
_day = day;
_year = year;
}
bool isLeapYear() {
if (_year % 400 == 0) {
return true;
}
else if (_year % 100 == 0) {
return false;
}
else if (_year % 4 == 0) {
return true;
}
return false;
}
Day dayOfWeek() {
// magicNum is a number manipulated in order to determine the day of the week as part of the Gregorian calendar algorithm
int yearNum = -1;
// there's gotta be a better way to do this.
if( (_year >= 1700 && _year <= 1799) || (_year >= 2100 && _year <= 2199) || (_year >= 2500 && _year <= 2599) ) {
yearNum = 4;
}
else if( (_year >= 1800 && _year <= 1899) || (_year >= 2200 && _year <= 2299) || (_year >= 2600 && _year <= 2699) ) {
yearNum = 2;
}
else if( (_year >= 1900 && _year <= 1999) || (_year >= 2300 && _year <= 2399) ){
yearNum = 0;
}
else if( (_year >= 2000 && _year <= 2099) || (_year >= 2400 && _year <= 2499) ){
yearNum = 6;
}
else {
// year with unknown value
}
int yearDigitNum = (_year%100);
int leapYearNum = yearDigitNum/4;
int monthNum = -1;
switch(_month){
case Month.January:
case Month.October:
monthNum = 0;
break;
case Month.February:
case Month.March:
case Month.November:
monthNum = 3;
break;
case Month.April:
case Month.July:
monthNum = 6;
break;
case Month.May:
monthNum = 1;
break;
case Month.June:
monthNum = 4;
break;
case Month.August:
monthNum = 2;
break;
case Month.September:
case Month.December:
monthNum = 5;
break;
default:
break;
}
int dayNum = (yearNum + yearDigitNum + leapYearNum + monthNum + _day)%7;
switch(dayNum){
case 0:
return Day.Sunday;
case 1:
return Day.Monday;
case 2:
return Day.Tuesday;
case 3:
return Day.Wednesday;
case 4:
return Day.Thursday;
case 5:
return Day.Friday;
case 6:
return Day.Saturday;
default:
break;
}
assert(0, "Error: Unable to determine the day of week");
}
Month month() {
return _month;
}
void month(Month value) {
_month = value;
}
uint day() {
return _day;
}
void day(uint value) {
_day = value;
}
uint year() {
return _year;
}
void year(uint value) {
_year = value;
}
static Date Now() {
return new Date();
}
static Date Local(TimeZone localTZ = null) {
Date ret = new Date();
if (localTZ is null) {
localTZ = new TimeZone();
}
Time time = Time.Now();
long micros = time.microseconds;
micros += localTZ.utcOffset;
if (micros < 0) {
// subtract a day
if (ret._day == 1) {
if (ret._month == Month.January) {
ret._year--;
ret._month = Month.December;
}
else {
ret._month--;
}
switch (ret._month) {
case Month.January:
case Month.March:
case Month.May:
case Month.July:
case Month.August:
case Month.October:
case Month.December:
ret._day = 31;
break;
case Month.February:
if (ret.isLeapYear) {
ret._day = 29;
}
else {
ret._day = 28;
}
break;
default:
ret._day = 30;
break;
}
}
else {
ret._day--;
}
}
return ret;
}
string toString() {
return Locale.formatDate(this);
}
private:
Month _month;
uint _day;
uint _year;
class _Now : Date {
this() {
}
}
static _Now _now;
}
| D |
module vibe.aws.credentials;
/**
AWS Credentials
*/
struct AWSCredentials
{
string accessKeyID;
string accessKeySecret;
string sessionToken;
}
/**
AWS Credential source
Classes that implement this provide credentials for AWS requests. A
Credential Source is an active object, since credentials may change during
the lifetime of the application
*/
interface AWSCredentialSource
{
/**
Retrieve the current set of credentials
*/
AWSCredentials credentials(string credScope);
/**
Called when credentials turn out to be rejected by the backend
*/
void credentialsInvalid(string credScope, AWSCredentials creds, string reason);
}
/**
Provider of a static set of AWS credentials
This will never use a session token, since the credentials have to be root or
static IAM credentials.
*/
class StaticAWSCredentials : AWSCredentialSource
{
AWSCredentials m_creds;
this(string accessKeyID, string accessKeySecret)
{
m_creds = AWSCredentials(accessKeyID, accessKeySecret, "");
}
AWSCredentials credentials(string credScope)
{
// FIXME: Different creds for different scopes?
return m_creds;
}
void credentialsInvalid(string credScope, AWSCredentials creds, string reason)
{
// Nothing we can do about this, just throw an exception
throw new Exception("Static credentials with ID " ~ creds.accessKeyID ~ " rejected because: " ~ reason);
}
}
/// AWS Environment
enum AwsEnvironment : string
{
/// AWS_ACCESS_KEY_ID
idVariant0 = "AWS_ACCESS_KEY_ID",
/// AWS_ACCESS_KEY
idVariant1 = "AWS_ACCESS_KEY",
/// AWS_SECRET_KEY
secretVariant0 = "AWS_SECRET_KEY",
/// AWS_SECRET_ACCESS_KEY
secretVariant1 = "AWS_SECRET_ACCESS_KEY",
}
class EnvAWSCredentials : StaticAWSCredentials
{
this()
{
import std.exception : enforce;
import std.process : environment;
with(AwsEnvironment)
{
string accessKeyID = environment
.get(idVariant0, environment.get(idVariant1))
.enforce(idVariant0 ~ " or " ~ idVariant1 ~ " environment variables should be defined.");
string accessKeySecret = environment
.get(secretVariant0, environment.get(secretVariant1))
.enforce(secretVariant0 ~ " or " ~ secretVariant1 ~ " environment variables should be defined.");
super(accessKeyID, accessKeySecret);
}
}
}
| D |
/*
Copyright (c) 2013-2017 Timur Gafarov
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:
The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
*/
module dlib.math.decomposition;
import std.math;
import dlib.math.matrix;
/*
* LUP decomposition.
* Factors a matrix A into PA = LU,
* where L is a lower triangular matrix,
* U is an upper triangular matrix,
* and P is a permutation matrix.
*/
void decomposeLUP(T, size_t N)(
Matrix!(T,N) A,
ref Matrix!(T,N) L,
ref Matrix!(T,N) U,
ref Matrix!(T,N) P)
{
Matrix!(T,N) C = A;
P = Matrix!(T,N).identity;
for (size_t i = 0; i < N; i++)
{
T pivotValue = 0.0;
size_t pivot;
for (size_t row = i; row < N; row++)
{
if (abs(C[row, i]) > pivotValue)
{
pivotValue = abs(C[row, i]);
pivot = row;
}
}
assert(pivotValue != 0.0);
P.swapRows(pivot, i);
C.swapRows(pivot, i);
for (size_t j = i + 1; j < N; j++)
{
C[j, i] = C[j, i] / C[i, i];
for (size_t k = i + 1; k < N; k++)
C[j, k] = C[j, k] - C[j, i] * C[i, k];
}
}
L = Matrix!(T,N).identity;
U = Matrix!(T,N).zero;
for (size_t i = 0; i < N; i++)
{
for (size_t j = 0; j < N-1-i; j++)
L[N-1-i, j] = C[N-1-i, j];
for (size_t j = i; j < N; j++)
U[i, j] = C[i, j];
}
}
| D |
import jaster.cli.core, jaster.cli.util;
import std.algorithm : any;
import aim.secrets, aim.common, aim.deploy, aim.daemon;
import jaster.ioc;
int main(string[] args)
{
auto provider = new ServiceProvider(
[
cliConfigure!AimSecretsConfig(AimSecretsConfig.CONF_FILE),
cliConfigure!AimSecretsDefineValues(AimSecretsDefineValues.CONF_FILE),
cliConfigure!AimDeployConfig(AimDeployConfig.CONF_FILE),
cliConfigure!AimDaemonConfig(CONFIG_PATH("aimcli", "daemon.json")),
ServiceInfo.asSingleton!(IFileDownloader, FileDownloader),
ServiceInfo.asScoped!(IDeployHandlerFactory, DeployHandlerFactory),
ServiceInfo.asScoped!(IAimDeployAddonFactory, AimDeployAddonFactory),
ServiceInfo.asScoped!(IAimDeployTriggerFactory, AimDeployTriggerFactory),
ServiceInfo.asSingleton!AimDaemon,
addCommandLineInterfaceService()
]);
auto core = new CommandLineInterface!(
aim.secrets.commands,
aim.deploy.commands,
aim.deploy.docker_commands,
aim.daemon.commands
)(provider);
return core.parseAndExecute(args);
} | D |
class C : Exception
{
this() { super(""); }
}
version (DLL)
{
version (Windows)
{
import core.sys.windows.dll;
mixin SimpleDllMain;
}
pragma(mangle, "foo")
export Object foo(Object o)
{
assert(cast(C) o);
return new C;
}
pragma(mangle, "bar")
export void bar(void function() f)
{
import core.stdc.stdio : fopen, fclose;
bool caught;
try
f();
catch (C e)
caught = true;
assert(caught);
// verify we've actually got to the end, because for some reason we can
// end up exiting with code 0 when throwing an exception
fclose(fopen("dynamiccast_endbar", "w"));
throw new C;
}
}
else
{
T getFunc(T)(const(char)* sym, string thisExePath)
{
import core.runtime : Runtime;
version (Windows)
{
import core.sys.windows.winbase : GetProcAddress;
return cast(T) Runtime.loadLibrary("dynamiccast.dll")
.GetProcAddress(sym);
}
else version (Posix)
{
import core.sys.posix.dlfcn : dlsym;
import core.stdc.string : strrchr;
auto name = thisExePath ~ '\0';
const pathlen = strrchr(name.ptr, '/') - name.ptr + 1;
name = name[0 .. pathlen] ~ "dynamiccast.so";
return cast(T) Runtime.loadLibrary(name)
.dlsym(sym);
}
else static assert(0);
}
version (DigitalMars) version (Win64) version = DMD_Win64;
void main(string[] args)
{
import core.stdc.stdio : fopen, fclose, remove;
remove("dynamiccast_endmain");
remove("dynamiccast_endbar");
C c = new C;
auto o = getFunc!(Object function(Object))("foo", args[0])(c);
assert(cast(C) o);
version (DMD_Win64)
{
// FIXME: apparent crash & needs more work, see https://github.com/dlang/druntime/pull/2874
fclose(fopen("dynamiccast_endbar", "w"));
}
else
{
bool caught;
try
getFunc!(void function(void function()))("bar", args[0])(
{ throw new C; });
catch (C e)
caught = true;
assert(caught);
}
// verify we've actually got to the end, because for some reason we can
// end up exiting with code 0 when throwing an exception
fclose(fopen("dynamiccast_endmain", "w"));
}
}
| D |
instance PC_MushLord(Npc_Default)
{
name[0] = "ÃÐÈÁÎÃ";
npcType = npctype_main;
guild = GIL_NONE;
flags = NPC_FLAG_IMMORTAL;
level = 30;
voice = 15;
id = 8888;
attribute[ATR_STRENGTH] = 100;
attribute[ATR_DEXTERITY] = 100;
attribute[ATR_MANA_MAX] = 400;
attribute[ATR_MANA] = 400;
attribute[ATR_HITPOINTS_MAX] = 400;
attribute[ATR_HITPOINTS] = 400;
Mdl_SetVisual(self,"HUMANS.MDS");
Mdl_SetVisualBody(self,"hum_body_Naked0",BodyTex_Player,0,"Hum_Head_Babe",Face_N_Mud,0,ITAR_MR_GovernorHat);
start_aistate = ZS_Stand_ArmsCrossed;
CreateInvItems(self,ItMr_GoldPlate,1);
CreateInvItems(self,ItMr_GoldPlate_Blessed,1);
CreateInvItems(self,ItMr_Heart,1);
CreateInvItems(self,ItMr_Heart_Blessed,1);
CreateInvItems(self,ItMr_Bottle,10);
CreateInvItems(self,ItMr_Branch,10);
CreateInvItems(self,ItMr_BrownOiler,10);
CreateInvItems(self,ItMr_DragonTears,10);
CreateInvItems(self,ItMr_Foggy,10);
CreateInvItems(self,ItMr_Governor,10);
CreateInvItems(self,ItMr_Ivy,10);
CreateInvItems(self,ItMr_KeilBig,10);
CreateInvItems(self,ItMr_KeilSmall,10);
CreateInvItems(self,ItMr_LadysEar,10);
CreateInvItems(self,ItMr_NightSparkles,10);
CreateInvItems(self,ItMr_Oyster,10);
CreateInvItems(self,ItMr_Piny,10);
CreateInvItems(self,ItMr_Red,10);
CreateInvItems(self,ItMr_Stone,10);
CreateInvItems(self,ItMr_Sunrise,10);
CreateInvItems(self,ItMr_Trident,10);
CreateInvItems(self,ItMr_Violet,10);
CreateInvItems(self,ItPl_Mushroom_01,10);
CreateInvItems(self,ItPl_Mushroom_02,10);
};
| D |
a male religious living in a cloister and devoting himself to contemplation and prayer and work
United States jazz pianist who was one of the founders of the bebop style (1917-1982)
| D |
/Users/gregweddington/code/fp/p99swift/99Problems/Build/Intermediates/ArchiveIntermediates/99Problems/IntermediateBuildFilesPath/99Problems.build/Release/99Problems.build/Objects-normal/x86_64/main.o : /Users/gregweddington/code/fp/p99swift/99Problems/99Problems/main.swift /Users/gregweddington/code/fp/p99swift/99Problems/99Problems/List.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreText.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.apinotesc
/Users/gregweddington/code/fp/p99swift/99Problems/Build/Intermediates/ArchiveIntermediates/99Problems/IntermediateBuildFilesPath/99Problems.build/Release/99Problems.build/Objects-normal/x86_64/main~partial.swiftmodule : /Users/gregweddington/code/fp/p99swift/99Problems/99Problems/main.swift /Users/gregweddington/code/fp/p99swift/99Problems/99Problems/List.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreText.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.apinotesc
/Users/gregweddington/code/fp/p99swift/99Problems/Build/Intermediates/ArchiveIntermediates/99Problems/IntermediateBuildFilesPath/99Problems.build/Release/99Problems.build/Objects-normal/x86_64/main~partial.swiftdoc : /Users/gregweddington/code/fp/p99swift/99Problems/99Problems/main.swift /Users/gregweddington/code/fp/p99swift/99Problems/99Problems/List.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreText.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.apinotesc
| D |
import std.conv, std.stdio, std.numeric, std.math, std.bigint;
T lcm(T)(T first, T second){
first= abs(first);
second= abs(second);
T currentGcd= gcd(first,second);
return (first/currentGcd)*second;
}
struct Fraction(T){
T numerator;
T denominator;
this(T n, T d){
if(d==0) throw new Exception("Cannot initialize fraction with denominator being zero");
T divisor= gcd(n,d);
numerator= n/divisor;
denominator= d/divisor;
}
T getNumerator(){
return numerator;
}
T getDenominator(){
return denominator;
}
unittest{
auto f= Fraction(1,2);
assert(f.getNumerator()==1);
assert(f.getDenominator()==2);
f= Fraction(15,21);
assert(f.getNumerator()==5);
assert(f.getDenominator()==7);
}
string toString(){
return to!string(numerator) ~ "/" ~ to!string(denominator);
}
unittest{
auto f= Fraction(2,3);
assert("2/3"==f.toString());
}
bool opEquals(Fraction rhs){
bool denominatorEqual= (this.denominator==rhs.getDenominator());
bool numeratorEqual= (this.numerator==rhs.getNumerator());
return denominatorEqual && numeratorEqual;
}
unittest{
auto f1 = Fraction(2,5);
assert(f1==f1);
auto f2 = Fraction(4,10);
assert(f1==f2);
}
int opCmp(Fraction!T rhs) {
if(getDenominator()==rhs.getDenominator()){
return getNumerator()-rhs.getNumerator();
}
else{
auto cross1= getNumerator()*rhs.getDenominator();
auto cross2= getDenominator()*rhs.getNumerator();
return cross1-cross2;
}
}
unittest{
auto f1 = Fraction(1,3);
auto f2 = Fraction(2,3);
assert((f1<f2)==true);
auto f3 = Fraction(1,2);
assert((f1<f3)==true);
}
Fraction!T opBinary(string op)(Fraction!T rhs){
Fraction!T magic(string operator)(Fraction!T first, Fraction!T second){
auto currentLcm=lcm(first.getDenominator(),second.getDenominator());
auto factorThis= currentLcm/first.getDenominator();
auto factorRhs= currentLcm/second.getDenominator();
auto thisExtended= factorThis*first.getNumerator();
auto rhsExtended= factorRhs*second.getNumerator();
mixin("return Fraction(thisExtended"~operator~"rhsExtended,currentLcm);");
}
static if(op=="*"){
auto resultNumerator= getNumerator()*rhs.getNumerator();
auto resultDenominator= getDenominator()*rhs.getDenominator();
return Fraction(resultNumerator,resultDenominator);
}
else static if(op=="/"){
auto resultNumerator= getNumerator()*rhs.getDenominator();
auto resultDenominator= getDenominator()*rhs.getNumerator();
return Fraction(resultNumerator,resultDenominator);
}
else static if(op=="+"){
return magic!"+"(this,rhs);
}
else static if(op=="-"){
return magic!"-"(this,rhs);
}
}
unittest{
auto f1 = Fraction(2,5);
auto f2 = Fraction(4,10);
assert(f1*f2 == Fraction(2*4,5*10));
}
unittest{
auto f1 = Fraction(2,5);
auto f2 = Fraction(4,10);
assert(f1/f2 == Fraction(2*10,4*5));
}
unittest{
//auto f1 = Fraction(2,5);
//auto f2 = Fraction(4,10);
//assert(f1+f2 == Fraction(8,10));
}
}
void main(){
auto frac = Fraction!int(1,2);
writeln(frac);
}
| D |
/Users/oyo02699/apps/easycrm/easycrm-api/target/debug/deps/libdevise_codegen-f3a3f23b247ac84b.dylib: /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/devise_codegen-0.2.0/src/lib.rs
/Users/oyo02699/apps/easycrm/easycrm-api/target/debug/deps/devise_codegen-f3a3f23b247ac84b.d: /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/devise_codegen-0.2.0/src/lib.rs
/Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/devise_codegen-0.2.0/src/lib.rs:
| D |
#!/usr/bin/env rdmd
import std.stdio; // File
import std.array;
import std.algorithm;
import std.conv; // to
void main(string[] args)
{
if(args.length == 1){
writeln("No args");
return;
}
auto file = new File(args[1], "r");
int nr_tests, nr_tests_per_line;
file.readf("%d %d\n", &nr_tests, &nr_tests_per_line);
long counter = 0;
foreach(i; 0..nr_tests){
auto nrs = file.readln.split.map!(to!int).array;
counter += nrs.sum;
}
writeln(counter);
}
| D |
/** reason.d
Converted from 'reason.h'.
Version: V7.0
Authors: Koji Kishita
*/
module c.windows.reason;
enum {
SHTDN_REASON_FLAG_COMMENT_REQUIRED = 0x01000000,
SHTDN_REASON_FLAG_DIRTY_PROBLEM_ID_REQUIRED = 0x02000000,
SHTDN_REASON_FLAG_CLEAN_UI = 0x04000000,
SHTDN_REASON_FLAG_DIRTY_UI = 0x08000000,
SHTDN_REASON_FLAG_USER_DEFINED = 0x40000000,
SHTDN_REASON_FLAG_PLANNED = 0x80000000,
SHTDN_REASON_MAJOR_OTHER = 0x00000000,
SHTDN_REASON_MAJOR_NONE = 0x00000000,
SHTDN_REASON_MAJOR_HARDWARE = 0x00010000,
SHTDN_REASON_MAJOR_OPERATINGSYSTEM = 0x00020000,
SHTDN_REASON_MAJOR_SOFTWARE = 0x00030000,
SHTDN_REASON_MAJOR_APPLICATION = 0x00040000,
SHTDN_REASON_MAJOR_SYSTEM = 0x00050000,
SHTDN_REASON_MAJOR_POWER = 0x00060000,
SHTDN_REASON_MAJOR_LEGACY_API = 0x00070000,
SHTDN_REASON_MINOR_OTHER = 0x00000000,
SHTDN_REASON_MINOR_NONE = 0x000000ff,
SHTDN_REASON_MINOR_MAINTENANCE = 0x00000001,
SHTDN_REASON_MINOR_INSTALLATION = 0x00000002,
SHTDN_REASON_MINOR_UPGRADE = 0x00000003,
SHTDN_REASON_MINOR_RECONFIG = 0x00000004,
SHTDN_REASON_MINOR_HUNG = 0x00000005,
SHTDN_REASON_MINOR_UNSTABLE = 0x00000006,
SHTDN_REASON_MINOR_DISK = 0x00000007,
SHTDN_REASON_MINOR_PROCESSOR = 0x00000008,
SHTDN_REASON_MINOR_NETWORKCARD = 0x00000009,
SHTDN_REASON_MINOR_POWER_SUPPLY = 0x0000000a,
SHTDN_REASON_MINOR_CORDUNPLUGGED = 0x0000000b,
SHTDN_REASON_MINOR_ENVIRONMENT = 0x0000000c,
SHTDN_REASON_MINOR_HARDWARE_DRIVER = 0x0000000d,
SHTDN_REASON_MINOR_OTHERDRIVER = 0x0000000e,
SHTDN_REASON_MINOR_BLUESCREEN = 0x0000000F,
SHTDN_REASON_MINOR_SERVICEPACK = 0x00000010,
SHTDN_REASON_MINOR_HOTFIX = 0x00000011,
SHTDN_REASON_MINOR_SECURITYFIX = 0x00000012,
SHTDN_REASON_MINOR_SECURITY = 0x00000013,
SHTDN_REASON_MINOR_NETWORK_CONNECTIVITY = 0x00000014,
SHTDN_REASON_MINOR_WMI = 0x00000015,
SHTDN_REASON_MINOR_SERVICEPACK_UNINSTALL = 0x00000016,
SHTDN_REASON_MINOR_HOTFIX_UNINSTALL = 0x00000017,
SHTDN_REASON_MINOR_SECURITYFIX_UNINSTALL = 0x00000018,
SHTDN_REASON_MINOR_MMC = 0x00000019,
SHTDN_REASON_MINOR_SYSTEMRESTORE = 0x0000001a,
SHTDN_REASON_MINOR_TERMSRV = 0x00000020,
SHTDN_REASON_MINOR_DC_PROMOTION = 0x00000021,
SHTDN_REASON_MINOR_DC_DEMOTION = 0x00000022,
SHTDN_REASON_UNKNOWN = SHTDN_REASON_MINOR_NONE,
SHTDN_REASON_LEGACY_API = SHTDN_REASON_MAJOR_LEGACY_API | SHTDN_REASON_FLAG_PLANNED,
SHTDN_REASON_VALID_BIT_MASK = 0xc0ffffff,
PCLEANUI = SHTDN_REASON_FLAG_PLANNED | SHTDN_REASON_FLAG_CLEAN_UI,
UCLEANUI = SHTDN_REASON_FLAG_CLEAN_UI,
PDIRTYUI = SHTDN_REASON_FLAG_PLANNED | SHTDN_REASON_FLAG_DIRTY_UI,
UDIRTYUI = SHTDN_REASON_FLAG_DIRTY_UI,
}
enum {
MAX_REASON_NAME_LEN = 64,
MAX_REASON_DESC_LEN = 256,
MAX_REASON_BUGID_LEN = 32,
MAX_REASON_COMMENT_LEN = 512,
SHUTDOWN_TYPE_LEN = 32,
}
enum {
POLICY_SHOWREASONUI_NEVER = 0,
POLICY_SHOWREASONUI_ALWAYS = 1,
POLICY_SHOWREASONUI_WORKSTATIONONLY = 2,
POLICY_SHOWREASONUI_SERVERONLY = 3,
}
enum {
SNAPSHOT_POLICY_NEVER = 0,
SNAPSHOT_POLICY_ALWAYS = 1,
SNAPSHOT_POLICY_UNPLANNED = 2,
}
enum MAX_NUM_REASONS = 256;
| D |
enum string tsvutilsVersion = "v1.1.11";
string tsvutilsVersionNotice (string toolName)
{
return toolName ~ " (eBay/tsv-utils-dlang) " ~ tsvutilsVersion ~ "\n" ~ q"EOS
Copyright (c) 2015-2017, eBay Software Foundation
https://github.com/eBay/tsv-utils-dlang
EOS";
}
unittest
{
string programName = "program.name";
assert(tsvutilsVersionNotice(programName).length > programName.length);
}
| D |
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/SQLite.build/Database/SQLiteConnection.swift.o : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Row/SQLiteData.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteGeneric.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Utilities/Deprecated.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteBind.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Database/SQLiteStorage.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteCreateTable.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteTable.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteAlterTable.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteDataTypeStaticRepresentable.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteQueryExpressionRepresentable.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Row/SQLiteDataConvertible.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Row/SQLiteDataType.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Database/SQLiteDatabase.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Database/DatabaseIdentifier+SQLite.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteBoolLiteral.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteDefaultLiteral.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Row/SQLiteColumn.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteCollation.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Database/SQLiteConnection.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteFunction.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteAlterTableBuilder.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Codable/SQLiteDataDecoder.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Codable/SQLiteRowDecoder.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Codable/SQLiteDataEncoder.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Utilities/SQLiteError.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Utilities/Exports.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Database/SQLiteStatement.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteDropIndex.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLitePrimaryKey.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteQuery.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/XPC.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Foundation.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Swift.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/SQL.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Async.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Service.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Core.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Debugging.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/COperatingSystem.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Bits.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/DatabaseKit.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio-zlib-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/SQLite.build/Database/SQLiteConnection~partial.swiftmodule : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Row/SQLiteData.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteGeneric.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Utilities/Deprecated.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteBind.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Database/SQLiteStorage.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteCreateTable.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteTable.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteAlterTable.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteDataTypeStaticRepresentable.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteQueryExpressionRepresentable.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Row/SQLiteDataConvertible.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Row/SQLiteDataType.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Database/SQLiteDatabase.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Database/DatabaseIdentifier+SQLite.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteBoolLiteral.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteDefaultLiteral.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Row/SQLiteColumn.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteCollation.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Database/SQLiteConnection.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteFunction.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteAlterTableBuilder.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Codable/SQLiteDataDecoder.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Codable/SQLiteRowDecoder.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Codable/SQLiteDataEncoder.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Utilities/SQLiteError.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Utilities/Exports.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Database/SQLiteStatement.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteDropIndex.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLitePrimaryKey.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteQuery.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/XPC.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Foundation.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Swift.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/SQL.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Async.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Service.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Core.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Debugging.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/COperatingSystem.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Bits.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/DatabaseKit.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio-zlib-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/SQLite.build/Database/SQLiteConnection~partial.swiftdoc : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Row/SQLiteData.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteGeneric.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Utilities/Deprecated.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteBind.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Database/SQLiteStorage.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteCreateTable.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteTable.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteAlterTable.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteDataTypeStaticRepresentable.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteQueryExpressionRepresentable.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Row/SQLiteDataConvertible.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Row/SQLiteDataType.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Database/SQLiteDatabase.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Database/DatabaseIdentifier+SQLite.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteBoolLiteral.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteDefaultLiteral.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Row/SQLiteColumn.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteCollation.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Database/SQLiteConnection.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteFunction.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteAlterTableBuilder.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Codable/SQLiteDataDecoder.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Codable/SQLiteRowDecoder.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Codable/SQLiteDataEncoder.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Utilities/SQLiteError.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Utilities/Exports.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/Database/SQLiteStatement.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteDropIndex.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLitePrimaryKey.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteQuery.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/XPC.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Foundation.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Swift.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/SQL.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Async.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Service.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Core.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Debugging.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/COperatingSystem.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Bits.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/DatabaseKit.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio-zlib-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
| D |
void main() {
auto s = rs.to!dstring;
ulong res = ulong.max;
foreach(dchar i; 'a'..'z'+1) {
ulong cnt;
auto tmp = s.to!(dchar[]);
while(tmp.uniqcount != 1)
{
cnt++;
foreach(c; 0..tmp.length-1) {
dchar current = tmp[c];
dchar next = tmp[c+1];
if(next == i) tmp[c] = i;
}
tmp = tmp[0..$-1];
if(cnt > 100) break;
}
res = min(res, cnt);
}
writeln(res);
}
ulong uniqcount(T)(T[] arr) {
auto a = arr.deepcopy;
return a.sort().uniq.array.length;
}
T[] deepcopy(T)(T[] a) {
import std.traits : isArray;
static if(isArray!T) {
T[] res;
foreach(i; a) {
res ~= deepcopy(i);
}
return res;
} else {
return a.dup;
}
}
unittest
{
auto a = [[[1,2],[3,4]],[[5,6],[7,8]]];
auto b = a.deepcopy;
b[0][0][1] = 100;
assert(a != b);
}
// ===================================
import std.stdio;
import std.string;
import std.functional;
import std.conv;
import std.algorithm;
import std.range;
import std.traits;
import std.math;
import std.container;
import std.bigint;
import std.numeric;
import std.conv;
import std.typecons;
import std.uni;
import std.ascii;
import std.bitmanip;
import core.bitop;
T readAs(T)() if (isBasicType!T) {
return readln.chomp.to!T;
}
T readAs(T)() if (isArray!T) {
return readln.split.to!T;
}
T[][] readMatrix(T)(uint height, uint width) if (!isSomeChar!T) {
auto res = new T[][](height, width);
foreach(i; 0..height) {
res[i] = readAs!(T[]);
}
return res;
}
T[][] readMatrix(T)(uint height, uint width) if (isSomeChar!T) {
auto res = new T[][](height, width);
foreach(i; 0..height) {
auto s = rs;
foreach(j; 0..width) res[i][j] = s[j].to!T;
}
return res;
}
int ri() {
return readAs!int;
}
double rd() {
return readAs!double;
}
string rs() {
return readln.chomp;
} | D |
module common;
import hunt.serialization.Common;
import hunt.serialization.JsonSerializer;
import hunt.logging.ConsoleLogger;
import hunt.util.Common;
import hunt.util.ObjectUtils;
import std.conv;
import std.format;
import std.json;
import std.traits;
import std.stdio;
import std.datetime;
struct Plant {
int number;
string name;
}
/**
*/
class FruitBase : Cloneable {
int number;
string description;
this() {
description = "It's the base";
}
mixin CloneMemberTemplate!(typeof(this), TopLevel.yes, (typeof(this) from, typeof(this) to) {
writeln("Checking description. The value is: " ~ from.description);
});
override string toString() {
return "number: " ~ number.to!string() ~ "; description: " ~ description;
}
}
/**
*/
class Fruit : FruitBase {
private string name;
private float price;
this() {
name = "unnamed";
price = 0;
}
this(string name, float price) {
this.name = name;
this.price = price;
}
string getName() {
return name;
}
void setName(string name) {
this.name = name;
}
float getPrice() nothrow {
return price;
}
void setPrice(float price) {
this.price = price;
}
// mixin CloneMemberTemplate!(typeof(this));
mixin CloneMemberTemplate!(typeof(this), TopLevel.no, (typeof(this) from, typeof(this) to) {
writefln("Checking name. The last value is: %s", to.name);
to.name = "name: " ~ from.name;
});
override size_t toHash() @trusted nothrow {
size_t hashcode = 0;
hashcode = cast(size_t)price * 20;
hashcode += hashOf(name);
return hashcode;
}
override bool opEquals(Object obj) {
Fruit pp = cast(Fruit) obj;
if (pp is null)
return false;
return (pp.name == this.name && pp.price == this.price);
}
override string toString() {
return "name: " ~ name ~ "; price: " ~ price.to!string() ~ "; " ~ super.toString;
}
}
void testClone() {
Fruit f1 = new Fruit("Apple", 9.5f);
f1.description = "normal apple";
Fruit f2 = f1.clone();
writeln("Cloned fruit: ", f2.toString());
assert(f1.getName() == f2.getName());
assert(f1.getPrice() == f2.getPrice());
// writeln("f1.description: ", f1.description);
// writeln("f2.description: ", f2.description);
assert("description: " ~ f1.description == f2.description);
f1.setName("Peach");
assert(f1.getName() != f2.getName());
}
void testGetFieldValues() {
import hunt.util.ObjectUtils;
Fruit f1 = new Fruit("Apple", 9.5f);
f1.description = "normal apple";
static if (CompilerHelper.isGreaterThan(2086)) {
trace(f1.getAllFieldValues());
}
}
interface ISettings : JsonSerializable {
string color();
void color(string c);
}
class GreetingSettings : ISettings {
string _color;
this() {
_color = "black";
}
string color() {
return _color;
}
void color(string c) {
this._color = c;
}
JSONValue jsonSerialize() {
return JsonSerializer.serializeObject(this);
// JSONValue v;
// v["_color"] = _color;
// return v;
}
void jsonDeserialize(const(JSONValue) value) {
info(value.toString());
_color = value["_color"].str;
}
}
class GreetingBase {
int id;
private string content;
this() {
}
this(int id, string content) {
this.id = id;
this.content = content;
}
void setContent(string content) {
this.content = content;
}
string getContent() {
return this.content;
}
override string toString() {
return "id=" ~ to!string(id) ~ ", content=" ~ content;
}
}
class Greeting : GreetingBase {
private string privateMember;
private ISettings settings;
Object.Monitor skippedMember;
alias TestHandler = void delegate(string);
// FIXME: Needing refactor or cleanup -@zxp at 6/16/2019, 12:33:02 PM
//
string content; // test for the same fieldname
SysTime creationTime;
@Exclude
long currentTime;
byte[] bytes;
string[] members;
this() {
super();
settings = new GreetingSettings();
}
this(int id, string content) {
super(id, content);
this.content = ">>> " ~ content ~ " <<<";
settings = new GreetingSettings();
}
void setColor(string color) {
settings.color = color;
}
string getColor() {
return settings.color();
}
void voidReturnMethod() {
}
void setPrivateMember(string value) {
this.privateMember = value;
}
string getPrivateMember() {
return this.privateMember;
}
override string toString() {
string s = format("content=%s, creationTime=%s, currentTime=%s",
content, creationTime, currentTime);
return s;
}
}
| D |
//================================================ file = stockServer.d =====
//= Program to act as server for requesting stocks from =
//===========================================================================
//= Build: Download the latest DMD from http://dlang.org/download.html =
//= In a command line, run: =
//= dmd stockServer.d =
//=-------------------------------------------------------------------------=
//= Execute: On Unix: ./stockServer =
//= On Windows: ./stockServer.exe or .\stockServer.exe =
//=-------------------------------------------------------------------------=
//= Authors: Christopher Collazo & Andres Pico =
//= University of South Florida =
//===========================================================================
//----- File imports --------------------------------------------------------
import std.stdio,
std.socket,
std.outbuffer,
std.regex,
std.string;
//----- Function imports ----------------------------------------------------
import std.file : exists;
import std.algorithm : remove;
import std.algorithm : canFind;
//----- Constants -----------------------------------------------------------
enum PORT_NUM = 1050;
//----- Functions -----------------------------------------------------------
/*
====================
createReply
Read the client's message and determine what to do,
recursing into the proper function.
====================
*/
string createReply(string clientSent, ref string[] userList, string[string] stockList)
{
if (clientSent[$-1] != ';') { return "INP;"; }
string[] parameters = clientSent.chomp(";").split(',');
string clientCommand = parameters[0];
string username = parameters[1].toUpper();
if (username.length > 32) { return "INU;"; }
writeln("User connected: ", username);
switch (clientCommand)
{
case "REG":
if (parameters.length > 2) { return "INP;"; }
return registerUsername(username, userList);
case "UNR":
if (parameters.length > 2) { return "INP;"; }
return unregisterUsername(username, userList);
case "QUO":
if (parameters.length < 3) { return "INP;"; }
return stockNumbers(username, parameters[2..$], stockList, userList);
default:
return "INC;";
}
}
/*
====================
isUserRegistered
Check if the user is registered and return a bool indicating so.
====================
*/
bool isUserRegistered(string username, string[] userList)
{
foreach (u; userList)
{
if (u == username)
{
return true;
}
}
return false;
}
/*
====================
stockNumbers
On a quote command, get the requested stock ticker numbers
and send them back.
====================
*/
string stockNumbers(string username, string[] requestedStocks, string[string] stockList, string[] userList)
{
if (!isUserRegistered(username, userList)) { return "UNR;"; }
if (requestedStocks.length < 1) { return "INP;"; }
string reply = "ROK";
foreach (name; requestedStocks)
{
reply ~= ",";
if (name in stockList)
{
reply ~= stockList[name];
}
else
{
reply ~= "-1";
}
}
return reply ~ ";";
}
/*
====================
registerUsername
Take a requested username, make sure it's valid, then register it,
saving the updated user list to file.
====================
*/
string registerUsername(string username, ref string[] userList)
{
if (isUserRegistered(username, userList)) { return "UAE;"; }
if (username.length < 1) { return "INP;"; }
auto m = matchAll(username, regex(`[A-Z0-9]{1,32}`));
string match = m.front.hit;
// If the whole username didn't match our regular expression, it's invalid
if (match != username) { return "INU;"; }
writeln("New valid username matched: ", match);
userList ~= username;
File f = File("userList.txt", "w");
foreach (u; userList) { f.writeln(u); }
return "ROK;";
}
/*
====================
unregisterUsername
Take a designated username, make sure it's on the list, then
unregister it, saving the updated user list to file.
====================
*/
string unregisterUsername(string username, ref string[] userList)
{
if (!isUserRegistered(username, userList)) { return "UNR;"; }
foreach (i, u; userList)
{
if (u == username)
{
userList = userList[0..i] ~ userList[i + 1..$];
break;
}
}
File f = File("userList.txt", "w");
foreach (u; userList) { f.writeln(u); }
return "ROK;";
}
//===== Main program ========================================================
void main()
{
UdpSocket serverSocket;
Address clientAddress;
ubyte[4096] receiveBuffer;
OutBuffer sendBuffer;
ptrdiff_t bytesReceived;
ptrdiff_t bytesSent;
string clientSent;
string serverReply;
string[] userList;
string[string] stockList;
// Open our users if it exists and drop it in our users array
if (exists("userList.txt"))
{
File f = File("userList.txt", "r");
string user;
while ((user = f.readln().strip()) !is null)
{
userList ~= user;
}
}
// Open our stocks if it exists and drop it in our stocks dictionary
if (exists("stockList.txt"))
{
File f = File("stockList.txt", "r");
string stock;
while ((stock = f.readln().strip()) !is null)
{
string[] nameAndVal = stock.split(',');
stockList[nameAndVal[0]] = nameAndVal[1];
}
}
serverSocket = new UdpSocket();
serverSocket.bind(new InternetAddress(InternetAddress.ADDR_ANY, PORT_NUM));
while(1)
{
// Clear our buffers for safety
destroy(sendBuffer);
destroy(receiveBuffer);
writeln("\nListening...");
bytesReceived = serverSocket.receiveFrom(receiveBuffer, clientAddress);
if (bytesReceived == 0 || bytesReceived == Socket.ERROR)
{
writeln("*** ERROR - receiveFrom() failed: ", bytesReceived);
return;
}
writeln("IP address of client = ", clientAddress.toAddrString(),
" port = ", clientAddress.toPortString());
clientSent = cast(string)receiveBuffer[0..bytesReceived];
writeln("Received from client: ", clientSent);
serverReply = createReply(clientSent, userList, stockList);
writeln("Sending back to client: ", serverReply);
sendBuffer = new OutBuffer();
sendBuffer.write(serverReply);
write("Sending message....");
bytesSent = serverSocket.sendTo(sendBuffer.toBytes(), clientAddress);
if (bytesSent == Socket.ERROR)
{
writeln("*** ERROR - sendTo() failed ");
return;
}
writeln("Sent.");
}
serverSocket.shutdown(SocketShutdown.BOTH);
serverSocket.close();
writeln("Done.");
}
| D |
/*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
* D Port:
* Bill Baxter <wbaxter> at gmail com
*******************************************************************************/
module canvas.Snippet275;
/*
* Canvas snippet: update a portion of a Canvas frequently
*
* For a list of all SWT example snippets see
* http://www.eclipse.org/swt/snippets/
*/
import dwt.DWT;
import dwt.graphics.GC;
import dwt.graphics.Color;
import dwt.graphics.Point;
import dwt.graphics.Image;
import dwt.widgets.Display;
import dwt.widgets.Shell;
import dwt.widgets.Event;
import dwt.widgets.Listener;
import dwt.widgets.Canvas;
import dwt.dwthelper.System;
import dwt.dwthelper.utils;
import dwt.dwthelper.Runnable;
import tango.util.Convert;
static String value;
public static void main () {
final int INTERVAL = 888;
final Display display = new Display ();
final Image image = new Image (display, 750, 750);
GC gc = new GC (image);
gc.setBackground (display.getSystemColor (DWT.COLOR_RED));
gc.fillRectangle (image.getBounds ());
gc.dispose ();
Shell shell = new Shell (display);
shell.setBounds (10, 10, 790, 790);
final Canvas canvas = new Canvas (shell, DWT.NONE);
canvas.setBounds (10, 10, 750, 750);
void onPaint (Event event) {
value = to!(char[])(System.currentTimeMillis ());
event.gc.drawImage (image, 0, 0);
event.gc.drawString (value, 10, 10, true);
}
canvas.addListener (DWT.Paint, dgListener(&onPaint));
display.timerExec (INTERVAL, new class Runnable {
void run () {
if (canvas.isDisposed ()) return;
// canvas.redraw (); // <-- bad, damages more than is needed
GC gc = new GC (canvas);
Point extent = gc.stringExtent (value ~ '0');
gc.dispose ();
canvas.redraw (10, 10, extent.x, extent.y, false);
display.timerExec (INTERVAL, this);
}
});
shell.open ();
while (!shell.isDisposed ()){
if (!display.readAndDispatch ()) display.sleep ();
}
image.dispose ();
display.dispose ();
}
| D |
/**
Implements HTTP Digest Authentication.
This is a minimal implementation based on RFC 2069.
Copyright: © 2015 Sönke Ludwig
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Kai Nacke
*/
module vibe.http.auth.digest_auth;
import vibe.http.server;
import vibe.core.log;
import std.base64;
import std.datetime;
import std.digest.md;
import std.exception;
import std.string;
import std.uuid;
enum NonceState { Valid, Expired, Invalid }
class DigestAuthInfo
{
string realm;
ubyte[] secret;
ulong timeout;
this()
{
secret = randomUUID().data.dup;
timeout = 300;
}
string createNonce(in HTTPServerRequest req)
{
auto now = Clock.currTime(UTC()).stdTime();
auto time = *cast(ubyte[now.sizeof]*)&now;
MD5 md5;
md5.put(time);
md5.put(secret);
auto data = md5.finish();
return Base64.encode(time ~ data);
}
NonceState checkNonce(in string nonce, in HTTPServerRequest req)
{
auto now = Clock.currTime(UTC()).stdTime();
ubyte[] decoded = Base64.decode(nonce);
if (decoded.length != now.sizeof + secret.length) return NonceState.Invalid;
auto time = decoded[0..now.sizeof];
if (timeout + *cast(typeof(now)*)time.ptr > now) return NonceState.Expired;
MD5 md5;
md5.put(time);
md5.put(secret);
auto data = md5.finish();
if (data[] != decoded[now.sizeof..$]) return NonceState.Invalid;
return NonceState.Valid;
}
}
private bool checkDigest(scope HTTPServerRequest req, DigestAuthInfo info, scope string delegate(string realm, string user) pwhash, out bool stale, out string username)
{
stale = false;
username = "";
auto pauth = "Authorization" in req.headers;
if (pauth && (*pauth).startsWith("Digest ")) {
string realm, nonce, response, uri, algorithm;
foreach (param; split((*pauth)[7 .. $], ",")) {
auto kv = split(param, "=");
if( kv[0] == "realm") realm = kv[1][1..$-1];
if( kv[0] == "username") username = kv[1][1..$-1];
if( kv[0] == "nonce") nonce = kv[1][1..$-1];
if( kv[0] == "uri") uri = kv[1][1..$-1];
if( kv[0] == "response") response = kv[1][1..$-1];
if( kv[0] == "algorithm") algorithm = kv[1][1..$-1];
}
if (realm != info.realm)
return false;
if (algorithm !is null && algorithm != "MD5")
return false;
auto nonceState = info.checkNonce(nonce, req);
if (nonceState != NonceState.Valid) {
stale = nonceState == NonceState.Expired;
return false;
}
auto ha1 = pwhash(realm, username);
auto ha2 = toHexString!(LetterCase.lower)(md5Of(httpMethodString(req.method) ~ ":" ~ uri));
auto calcresponse = toHexString!(LetterCase.lower)(md5Of(ha1 ~ ":" ~ nonce ~ ":" ~ ha2 ));
if (response[] == calcresponse[])
return true;
}
return false;
}
/**
Returns a request handler that enforces request to be authenticated using HTTP Digest Auth.
*/
HTTPServerRequestDelegate performDigestAuth(DigestAuthInfo info, scope string delegate(string realm, string user) pwhash)
{
void handleRequest(HTTPServerRequest req, HTTPServerResponse res)
{
bool stale;
string username;
if (checkDigest(req, info, pwhash, stale, username)) {
req.username = username;
return ;
}
// else output an error page
res.statusCode = HTTPStatus.unauthorized;
res.contentType = "text/plain";
res.headers["WWW-Authenticate"] = "Digest realm=\""~info.realm~"\", nonce=\""~info.createNonce(req)~"\", stale="~(stale?"true":"false");
res.bodyWriter.write("Authorization required");
}
return &handleRequest;
}
/**
Enforces HTTP Digest Auth authentication on the given req/res pair.
Params:
req = Request object that is to be checked
res = Response object that will be used for authentication errors
info = Digest authentication info object
pwhash = A delegate queried for returning the digest password
Returns: Returns the name of the authenticated user.
Throws: Throws a HTTPStatusExeption in case of an authentication failure.
*/
string performDigestAuth(scope HTTPServerRequest req, scope HTTPServerResponse res, DigestAuthInfo info, scope string delegate(string realm, string user) pwhash)
{
bool stale;
string username;
if (checkDigest(req, info, pwhash, stale, username))
return username;
res.headers["WWW-Authenticate"] = "Digest realm=\""~info.realm~"\", nonce=\""~info.createNonce(req)~"\", stale="~(stale?"true":"false");
throw new HTTPStatusException(HTTPStatus.unauthorized);
}
/**
Creates the digest password from the user name, realm and password.
Params:
realm = The realm
user = The user name
password = The plain text password
Returns: Returns the digest password
*/
string createDigestPassword(string realm, string user, string password)
{
return toHexString!(LetterCase.lower)(md5Of(user ~ ":" ~ realm ~ ":" ~ password)).dup;
}
| D |
INSTANCE Mod_1858_KDF_Aaron_PAT (Npc_Default)
{
// ------ NSC ------
name = "Garan";
guild = GIL_VLK;
id = 1858;
voice = 11;
npctype = NPCTYPE_MAIN;
// ------ Attribute ------
B_SetAttributesToChapter (self, 2);
// ------ Kampf-Taktik ------
fight_tactic = FAI_HUMAN_STRONG;
// ------ Equippte Waffen ------
EquipItem (self, ItMW_Addon_Stab01);
aivar[AIV_MagicUser] = MAGIC_ALWAYS;
// ------ Inventory ------
// Händler
// ------ visuals ------
B_SetNpcVisual (self, MALE, "Hum_Head_FatBald.", Face_L_Tough_Santino, BodyTex_L,ITAR_KDF_H);
Mdl_SetModelFatness (self, 0.8);
Mdl_ApplyOverlayMds (self, "Humans_Mage.mds");
// ------ NSC-relevante Talente vergeben ------
B_GiveNpcTalents (self);
// ------ Kampf-Talente ------
B_SetFightSkills (self, 95);
// ------ TA anmelden ------
daily_routine = Rtn_Start_1858;
};
FUNC VOID Rtn_Start_1858 ()
{
TA_RunToWP (05,00,00,00,"WP_PAT_TURM_03");
TA_RunToWP (00,00,05,00,"WP_PAT_TURM_03");
};
FUNC VOID Rtn_Follow_1858 ()
{
TA_Follow_Player (05,00,00,00,"WP_PAT_TURM_19");
TA_Follow_Player (00,00,05,00,"WP_PAT_TURM_19");
}; | D |
///
module stdx.allocator.mallocator;
import stdx.allocator.common;
/**
The C heap allocator.
*/
struct Mallocator
{
@system unittest { testAllocator!(() => Mallocator.instance); }
/**
The alignment is a static constant equal to $(D platformAlignment), which
ensures proper alignment for any D data type.
*/
enum uint alignment = platformAlignment;
/**
Standard allocator methods per the semantics defined above. The
$(D deallocate) and $(D reallocate) methods are $(D @system) because they
may move memory around, leaving dangling pointers in user code. Somewhat
paradoxically, $(D malloc) is $(D @safe) but that's only useful to safe
programs that can afford to leak memory allocated.
*/
@trusted @nogc nothrow
void[] allocate(size_t bytes) shared
{
import core.stdc.stdlib : malloc;
if (!bytes) return null;
auto p = malloc(bytes);
return p ? p[0 .. bytes] : null;
}
/// Ditto
@system @nogc nothrow
bool deallocate(void[] b) shared
{
import core.stdc.stdlib : free;
free(b.ptr);
return true;
}
/// Ditto
@system @nogc nothrow
bool reallocate(ref void[] b, size_t s) shared
{
import core.stdc.stdlib : realloc;
if (!s)
{
// fuzzy area in the C standard, see http://goo.gl/ZpWeSE
// so just deallocate and nullify the pointer
deallocate(b);
b = null;
return true;
}
auto p = cast(ubyte*) realloc(b.ptr, s);
if (!p) return false;
b = p[0 .. s];
return true;
}
/**
Returns the global instance of this allocator type. The C heap allocator is
thread-safe, therefore all of its methods and `it` itself are
$(D shared).
*/
static shared Mallocator instance;
}
///
@nogc nothrow
@system unittest
{
auto buffer = Mallocator.instance.allocate(1024 * 1024 * 4);
scope(exit) Mallocator.instance.deallocate(buffer);
//...
}
@nogc nothrow
@system unittest
{
@nogc nothrow
static void test(A)()
{
int* p = null;
p = cast(int*) A.instance.allocate(int.sizeof);
scope(exit) A.instance.deallocate(p[0 .. int.sizeof]);
*p = 42;
assert(*p == 42);
}
test!Mallocator();
}
@nogc nothrow
@system unittest
{
static void test(A)()
{
import stdx.allocator : make;
Object p = null;
p = A.instance.make!Object();
assert(p !is null);
}
test!Mallocator();
}
version (Posix)
@nogc nothrow
private extern(C) int posix_memalign(void**, size_t, size_t);
version (Windows)
{
// DMD Win 32 bit, DigitalMars C standard library misses the _aligned_xxx
// functions family (snn.lib)
version(CRuntime_DigitalMars)
{
// Helper to cast the infos written before the aligned pointer
// this header keeps track of the size (required to realloc) and of
// the base ptr (required to free).
private struct AlignInfo
{
void* basePtr;
size_t size;
@nogc nothrow
static AlignInfo* opCall(void* ptr)
{
return cast(AlignInfo*) (ptr - AlignInfo.sizeof);
}
}
@nogc nothrow
private void* _aligned_malloc(size_t size, size_t alignment)
{
import std.c.stdlib : malloc;
size_t offset = alignment + size_t.sizeof * 2 - 1;
// unaligned chunk
void* basePtr = malloc(size + offset);
if (!basePtr) return null;
// get aligned location within the chunk
void* alignedPtr = cast(void**)((cast(size_t)(basePtr) + offset)
& ~(alignment - 1));
// write the header before the aligned pointer
AlignInfo* head = AlignInfo(alignedPtr);
head.basePtr = basePtr;
head.size = size;
return alignedPtr;
}
@nogc nothrow
private void* _aligned_realloc(void* ptr, size_t size, size_t alignment)
{
import std.c.stdlib : free;
import std.c.string : memcpy;
if (!ptr) return _aligned_malloc(size, alignment);
// gets the header from the exising pointer
AlignInfo* head = AlignInfo(ptr);
// gets a new aligned pointer
void* alignedPtr = _aligned_malloc(size, alignment);
if (!alignedPtr)
{
//to https://msdn.microsoft.com/en-us/library/ms235462.aspx
//see Return value: in this case the original block is unchanged
return null;
}
// copy exising data
memcpy(alignedPtr, ptr, head.size);
free(head.basePtr);
return alignedPtr;
}
@nogc nothrow
private void _aligned_free(void *ptr)
{
import std.c.stdlib : free;
if (!ptr) return;
AlignInfo* head = AlignInfo(ptr);
free(head.basePtr);
}
}
// DMD Win 64 bit, uses microsoft standard C library which implements them
else
{
@nogc nothrow private extern(C) void* _aligned_malloc(size_t, size_t);
@nogc nothrow private extern(C) void _aligned_free(void *memblock);
@nogc nothrow private extern(C) void* _aligned_realloc(void *, size_t, size_t);
}
}
/**
Aligned allocator using OS-specific primitives, under a uniform API.
*/
struct AlignedMallocator
{
@system unittest { testAllocator!(() => typeof(this).instance); }
/**
The default alignment is $(D platformAlignment).
*/
enum uint alignment = platformAlignment;
/**
Forwards to $(D alignedAllocate(bytes, platformAlignment)).
*/
@trusted @nogc nothrow
void[] allocate(size_t bytes) shared
{
if (!bytes) return null;
return alignedAllocate(bytes, alignment);
}
/**
Uses $(HTTP man7.org/linux/man-pages/man3/posix_memalign.3.html,
$(D posix_memalign)) on Posix and
$(HTTP msdn.microsoft.com/en-us/library/8z34s9c6(v=vs.80).aspx,
$(D __aligned_malloc)) on Windows.
*/
version(Posix)
@trusted @nogc nothrow
void[] alignedAllocate(size_t bytes, uint a) shared
{
import core.stdc.errno : ENOMEM, EINVAL;
assert(a.isGoodDynamicAlignment);
void* result;
auto code = posix_memalign(&result, a, bytes);
if (code == ENOMEM)
return null;
else if (code == EINVAL)
{
assert(0, "AlignedMallocator.alignment is not a power of two "
~"multiple of (void*).sizeof, according to posix_memalign!");
}
else if (code != 0)
assert(0, "posix_memalign returned an unknown code!");
else
return result[0 .. bytes];
}
else version(Windows)
@trusted @nogc nothrow
void[] alignedAllocate(size_t bytes, uint a) shared
{
auto result = _aligned_malloc(bytes, a);
return result ? result[0 .. bytes] : null;
}
else static assert(0);
/**
Calls $(D free(b.ptr)) on Posix and
$(HTTP msdn.microsoft.com/en-US/library/17b5h8td(v=vs.80).aspx,
$(D __aligned_free(b.ptr))) on Windows.
*/
version (Posix)
@system @nogc nothrow
bool deallocate(void[] b) shared
{
import core.stdc.stdlib : free;
free(b.ptr);
return true;
}
else version (Windows)
@system @nogc nothrow
bool deallocate(void[] b) shared
{
_aligned_free(b.ptr);
return true;
}
else static assert(0);
/**
On Posix, forwards to $(D realloc). On Windows, forwards to
$(D alignedReallocate(b, newSize, platformAlignment)).
*/
version (Posix)
@system @nogc nothrow
bool reallocate(ref void[] b, size_t newSize) shared
{
return Mallocator.instance.reallocate(b, newSize);
}
version (Windows)
@system @nogc nothrow
bool reallocate(ref void[] b, size_t newSize) shared
{
return alignedReallocate(b, newSize, alignment);
}
/**
On Posix, uses $(D alignedAllocate) and copies data around because there is
no realloc for aligned memory. On Windows, calls
$(HTTP msdn.microsoft.com/en-US/library/y69db7sx(v=vs.80).aspx,
$(D __aligned_realloc(b.ptr, newSize, a))).
*/
version (Windows)
@system @nogc nothrow
bool alignedReallocate(ref void[] b, size_t s, uint a) shared
{
if (!s)
{
deallocate(b);
b = null;
return true;
}
auto p = cast(ubyte*) _aligned_realloc(b.ptr, s, a);
if (!p) return false;
b = p[0 .. s];
return true;
}
/**
Returns the global instance of this allocator type. The C heap allocator is
thread-safe, therefore all of its methods and `instance` itself are
$(D shared).
*/
static shared AlignedMallocator instance;
}
///
@nogc nothrow
@system unittest
{
auto buffer = AlignedMallocator.instance.alignedAllocate(1024 * 1024 * 4,
128);
scope(exit) AlignedMallocator.instance.deallocate(buffer);
//...
}
version(unittest) version(CRuntime_DigitalMars)
@nogc nothrow
size_t addr(ref void* ptr) { return cast(size_t) ptr; }
version(CRuntime_DigitalMars)
@nogc nothrow
@system unittest
{
void* m;
m = _aligned_malloc(16, 0x10);
if (m)
{
assert((m.addr & 0xF) == 0);
_aligned_free(m);
}
m = _aligned_malloc(16, 0x100);
if (m)
{
assert((m.addr & 0xFF) == 0);
_aligned_free(m);
}
m = _aligned_malloc(16, 0x1000);
if (m)
{
assert((m.addr & 0xFFF) == 0);
_aligned_free(m);
}
m = _aligned_malloc(16, 0x10);
if (m)
{
assert((cast(size_t) m & 0xF) == 0);
m = _aligned_realloc(m, 32, 0x10000);
if (m) assert((m.addr & 0xFFFF) == 0);
_aligned_free(m);
}
m = _aligned_malloc(8, 0x10);
if (m)
{
*cast(ulong*) m = 0X01234567_89ABCDEF;
m = _aligned_realloc(m, 0x800, 0x1000);
if (m) assert(*cast(ulong*) m == 0X01234567_89ABCDEF);
_aligned_free(m);
}
}
| D |
/Users/love/Downloads/ios-oss-master/bin/StringsScript/.build/x86_64-apple-macosx10.10/debug/StringsScriptCore.build/StringsScript.swift.o : /Users/love/Downloads/ios-oss-master/bin/StringsScript/Sources/StringsScriptCore/StringsScriptCore.swift /Users/love/Downloads/ios-oss-master/bin/StringsScript/Sources/StringsScriptCore/StringsScriptCoreError.swift /Users/love/Downloads/ios-oss-master/bin/StringsScript/Sources/StringsScriptCore/Extensions.swift /Users/love/Downloads/ios-oss-master/bin/StringsScript/Sources/StringsScriptCore/StringsScript.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
/Users/love/Downloads/ios-oss-master/bin/StringsScript/.build/x86_64-apple-macosx10.10/debug/StringsScriptCore.build/StringsScript~partial.swiftmodule : /Users/love/Downloads/ios-oss-master/bin/StringsScript/Sources/StringsScriptCore/StringsScriptCore.swift /Users/love/Downloads/ios-oss-master/bin/StringsScript/Sources/StringsScriptCore/StringsScriptCoreError.swift /Users/love/Downloads/ios-oss-master/bin/StringsScript/Sources/StringsScriptCore/Extensions.swift /Users/love/Downloads/ios-oss-master/bin/StringsScript/Sources/StringsScriptCore/StringsScript.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
/Users/love/Downloads/ios-oss-master/bin/StringsScript/.build/x86_64-apple-macosx10.10/debug/StringsScriptCore.build/StringsScript~partial.swiftdoc : /Users/love/Downloads/ios-oss-master/bin/StringsScript/Sources/StringsScriptCore/StringsScriptCore.swift /Users/love/Downloads/ios-oss-master/bin/StringsScript/Sources/StringsScriptCore/StringsScriptCoreError.swift /Users/love/Downloads/ios-oss-master/bin/StringsScript/Sources/StringsScriptCore/Extensions.swift /Users/love/Downloads/ios-oss-master/bin/StringsScript/Sources/StringsScriptCore/StringsScript.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
| D |
instance Mod_1062_VLK_Bernd_NW (Npc_Default)
{
// ------ NSC ------
name = "Bernd";
guild = GIL_PAL;
id = 1062;
voice = 8;
flags = 0;
npctype = NPCTYPE_MAIN;
//-----------AIVARS----------------
aivar[AIV_ToughGuy] = TRUE;
// ------ Attribute ------
B_SetAttributesToChapter (self, 1);
// ------ Kampf-Taktik ------
fight_tactic = FAI_HUMAN_COWARD;
// ------ Equippte Waffen ------
EquipItem (self, ItMw_1H_quantarie_Schwert_01);
// ------ Inventory ------
B_CreateAmbientInv (self);
// ------ visuals ------
B_SetNpcVisual (self, MALE, "Hum_Head_Bald", Face_N_Normal20, BodyTex_N,ITAR_Vlk_L);
Mdl_SetModelFatness (self,0);
Mdl_ApplyOverlayMds (self, "Humans_Tired.mds");
// ------ NSC-relevante Talente vergeben ------
B_GiveNpcTalents (self);
// ------ Kampf-Talente ------
B_SetFightSkills (self, 30);
// ------ TA anmelden ------
daily_routine = Rtn_Start_1062;
};
FUNC VOID Rtn_Start_1062()
{
TA_Cook_Cauldron (05,05,12,05,"NW_CITY_PATH_HABOUR_13_C");
TA_Smalltalk (12,05,15,55,"NW_CITY_HABOUR_SMALLTALK_02");
TA_Cook_Cauldron (15,55,20,05,"NW_CITY_PATH_HABOUR_13_C");
TA_Smalltalk (20,05,23,00,"NW_CITY_HABOUR_SMALLTALK_02");
TA_Sleep (23,00,05,05,"NW_CITY_HABOUR_HUT_06_BED_02");
};
FUNC VOID Rtn_Gekillt_1062()
{
TA_Stand_WP (08,00,20,00,"NW_CITY_HABOUR_HUT_06_BED_02");
TA_Stand_WP (20,00,08,00,"NW_CITY_HABOUR_HUT_06_BED_02");
}; | D |
module deimos.cbor.floats_ctrls;
import deimos.cbor.data;
/*
* Copyright (c) 2014-2019 Pavel Kalvoda <me@pavelkalvoda.com>
*
* libcbor is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See LICENSE for details.
*/
extern (C):
/*
* ============================================================================
* Float manipulation
* ============================================================================
*/
/** Is this a ctrl value?
*
* @param item[borrow] A float or ctrl item
* @return Is this a ctrl value?
*/
bool cbor_float_ctrl_is_ctrl(const cbor_item_t* item);
/** Get the float width
*
* @param item[borrow] A float or ctrl item
* @return The width.
*/
cbor_float_width cbor_float_get_width(const cbor_item_t* item);
/** Get a half precision float
*
* The item must have the corresponding width
*
* @param[borrow] A half precision float
* @return half precision value
*/
float cbor_float_get_float2(const cbor_item_t* item);
/** Get a single precision float
*
* The item must have the corresponding width
*
* @param[borrow] A signle precision float
* @return single precision value
*/
float cbor_float_get_float4(const cbor_item_t* item);
/** Get a double precision float
*
* The item must have the corresponding width
*
* @param[borrow] A double precision float
* @return double precision value
*/
double cbor_float_get_float8(const cbor_item_t* item);
/** Get the float value represented as double
*
* Can be used regardless of the width.
*
* @param[borrow] Any float
* @return double precision value
*/
double cbor_float_get_float(const cbor_item_t* item);
/** Constructs a new ctrl item
*
* The width cannot be changed once the item is created
*
* @return **new** 1B ctrl or `NULL` upon memory allocation failure
*/
cbor_item_t* cbor_new_ctrl();
/** Constructs a new float item
*
* The width cannot be changed once the item is created
*
* @return **new** 2B float or `NULL` upon memory allocation failure
*/
cbor_item_t* cbor_new_float2();
/** Constructs a new float item
*
* The width cannot be changed once the item is created
*
* @return **new** 4B float or `NULL` upon memory allocation failure
*/
cbor_item_t* cbor_new_float4();
/** Constructs a new float item
*
* The width cannot be changed once the item is created
*
* @return **new** 8B float or `NULL` upon memory allocation failure
*/
cbor_item_t* cbor_new_float8();
/** Constructs new null ctrl item
*
* @return **new** null ctrl item or `NULL` upon memory allocation failure
*/
cbor_item_t* cbor_new_null();
/** Constructs new undef ctrl item
*
* @return **new** undef ctrl item or `NULL` upon memory allocation failure
*/
cbor_item_t* cbor_new_undef();
/** Constructs new boolean ctrl item
*
* @param value The value to use
* @return **new** boolen ctrl item or `NULL` upon memory allocation failure
*/
cbor_item_t* cbor_build_bool(bool value);
/** Assign a control value
*
* \rst
* .. warning:: It is possible to produce an invalid CBOR value by assigning a
* invalid value using this mechanism. Please consult the standard before use.
* \endrst
*
* @param item[borrow] A ctrl item
* @param value The simple value to assign. Please consult the standard for
* allowed values
*/
void cbor_set_ctrl(cbor_item_t* item, ubyte value);
/** Assigns a float value
*
* @param item[borrow] A half precision float
* @param value The value to assign
*/
void cbor_set_float2(cbor_item_t* item, float value);
/** Assigns a float value
*
* @param item[borrow] A single precision float
* @param value The value to assign
*/
void cbor_set_float4(cbor_item_t* item, float value);
/** Assigns a float value
*
* @param item[borrow] A double precision float
* @param value The value to assign
*/
void cbor_set_float8(cbor_item_t* item, double value);
/** Reads the control value
*
* @param item[borrow] A ctrl item
* @return the simple value
*/
ubyte cbor_ctrl_value(const cbor_item_t* item);
/** Is this ctrl item a boolean?
*
* @param item[borrow] A ctrl item
* @return Is this ctrl item a boolean?
*/
bool cbor_ctrl_is_bool(const cbor_item_t* item);
/** Constructs a new float
*
* @param value the value to use
* @return **new** float
*/
cbor_item_t* cbor_build_float2(float value);
/** Constructs a new float
*
* @param value the value to use
* @return **new** float or `NULL` upon memory allocation failure
*/
cbor_item_t* cbor_build_float4(float value);
/** Constructs a new float
*
* @param value the value to use
* @return **new** float or `NULL` upon memory allocation failure
*/
cbor_item_t* cbor_build_float8(double value);
/** Constructs a ctrl item
*
* @param value the value to use
* @return **new** ctrl item or `NULL` upon memory allocation failure
*/
cbor_item_t* cbor_build_ctrl(ubyte value);
| D |
import reggae;
static this()
{
defaultOptions.dCompiler = "ldc2";
}
enum DFLAGS_FREESTANDING = `-mtriple=x86_64-unknown-linux-elf -Iuefi-d/source -Isource/uefiloader/dsrc -nogc -defaultlib= -debuglib= -code-model=large`;
enum UEFI_DC = `ldc2 -mtriple=x86_64-unknown-windows-coff -boundscheck=off -nogc -defaultlib= -debuglib= -code-model=large -Iuefi-d/source -Isource/kernel -Isource/uefiloader/dsrc -Iuefi-d/source -c `;
enum UEFI_LD = `x86_64-w64-mingw32-gcc -nostdlib -Wl,-dll -shared -Wl,--subsystem,10 -e efi_main `;
const uefi_obj_dmain = Target(`$project/output/uefi_dmain.obj`, UEFI_DC~`-of=$out $in`, Target(`$project/source/uefiloader/dsrc/deficode.d`));
const uefi_app = Target(`$project/output/BOOTX64.EFI`, UEFI_LD~`-o $out $in -lgcc`, [uefi_obj_dmain]);
const kernel_obj_main = objectFile(SourceFile(`source/kernel/novuos/kmain.d`), Flags(DFLAGS_FREESTANDING), ImportPaths([`source/kernel`]));
const kernel_elf = Target(`$project/output/novuos.elf`, `ld -T $project/source/kernel/linker.ld -nostdlib -nodefaultlibs -o $out $in`, [kernel_obj_main]);
const novuos_image = Target(`$project/output/bootimage.img`, `$project/rebuildImage.sh $out $in`, [uefi_app, kernel_elf]);
mixin build!(kernel_elf, novuos_image);
| D |
/*
* Licensed under the GNU Lesser General Public License Version 3
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the license, or
* (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
// generated automatically - do not change
module gio.ListStore;
private import gi.gio;
public import gi.giotypes;
private import gio.ListModelIF;
private import gio.ListModelT;
private import glib.ConstructionException;
private import gobject.ObjectG;
/**
* #GListStore is a simple implementation of #GListModel that stores all
* items in memory.
*
* It provides insertions, deletions, and lookups in logarithmic time
* with a fast path for the common case of iterating the list linearly.
*/
public class ListStore : ObjectG, ListModelIF
{
/** the main GObject struct */
protected GListStore* gListStore;
/** Get the main GObject struct */
public GListStore* getListStoreStruct()
{
return gListStore;
}
/** the main GObject struct as a void* */
protected override void* getStruct()
{
return cast(void*)gListStore;
}
protected override void setStruct(GObject* obj)
{
gListStore = cast(GListStore*)obj;
super.setStruct(obj);
}
/**
* Sets our main struct and passes it to the parent class.
*/
public this (GListStore* gListStore, bool ownedRef = false)
{
this.gListStore = gListStore;
super(cast(GObject*)gListStore, ownedRef);
}
// add the ListModel capabilities
mixin ListModelT!(GListStore);
/** */
public static GType getType()
{
return g_list_store_get_type();
}
/**
* Creates a new #GListStore with items of type @item_type. @item_type
* must be a subclass of #GObject.
*
* Params:
* itemType = the #GType of items in the list
*
* Return: a new #GListStore
*
* Since: 2.44
*
* Throws: ConstructionException Failure to create GObject.
*/
public this(GType itemType)
{
auto p = g_list_store_new(itemType);
if(p is null)
{
throw new ConstructionException("null returned by new");
}
this(cast(GListStore*) p, true);
}
/**
* Appends @item to @store. @item must be of type #GListStore:item-type.
*
* This function takes a ref on @item.
*
* Use g_list_store_splice() to append multiple items at the same time
* efficiently.
*
* Params:
* item = the new item
*
* Since: 2.44
*/
public void append(ObjectG item)
{
g_list_store_append(gListStore, (item is null) ? null : item.getObjectGStruct());
}
/**
* Inserts @item into @store at @position. @item must be of type
* #GListStore:item-type or derived from it. @position must be smaller
* than the length of the list, or equal to it to append.
*
* This function takes a ref on @item.
*
* Use g_list_store_splice() to insert multiple items at the same time
* efficiently.
*
* Params:
* position = the position at which to insert the new item
* item = the new item
*
* Since: 2.44
*/
public void insert(uint position, ObjectG item)
{
g_list_store_insert(gListStore, position, (item is null) ? null : item.getObjectGStruct());
}
/**
* Inserts @item into @store at a position to be determined by the
* @compare_func.
*
* The list must already be sorted before calling this function or the
* result is undefined. Usually you would approach this by only ever
* inserting items by way of this function.
*
* This function takes a ref on @item.
*
* Params:
* item = the new item
* compareFunc = pairwise comparison function for sorting
* userData = user data for @compare_func
*
* Return: the position at which @item was inserted
*
* Since: 2.44
*/
public uint insertSorted(ObjectG item, GCompareDataFunc compareFunc, void* userData)
{
return g_list_store_insert_sorted(gListStore, (item is null) ? null : item.getObjectGStruct(), compareFunc, userData);
}
/**
* Removes the item from @store that is at @position. @position must be
* smaller than the current length of the list.
*
* Use g_list_store_splice() to remove multiple items at the same time
* efficiently.
*
* Params:
* position = the position of the item that is to be removed
*
* Since: 2.44
*/
public void remove(uint position)
{
g_list_store_remove(gListStore, position);
}
/**
* Removes all items from @store.
*
* Since: 2.44
*/
public void removeAll()
{
g_list_store_remove_all(gListStore);
}
/**
* Sort the items in @store according to @compare_func.
*
* Params:
* compareFunc = pairwise comparison function for sorting
* userData = user data for @compare_func
*
* Since: 2.46
*/
public void sort(GCompareDataFunc compareFunc, void* userData)
{
g_list_store_sort(gListStore, compareFunc, userData);
}
/**
* Changes @store by removing @n_removals items and adding @n_additions
* items to it. @additions must contain @n_additions items of type
* #GListStore:item-type. %NULL is not permitted.
*
* This function is more efficient than g_list_store_insert() and
* g_list_store_remove(), because it only emits
* #GListModel::items-changed once for the change.
*
* This function takes a ref on each item in @additions.
*
* The parameters @position and @n_removals must be correct (ie:
* @position + @n_removals must be less than or equal to the length of
* the list at the time this function is called).
*
* Params:
* position = the position at which to make the change
* nRemovals = the number of items to remove
* additions = the items to add
* nAdditions = the number of items to add
*
* Since: 2.44
*/
public void splice(uint position, uint nRemovals, ObjectG[] additions)
{
void*[] additionsArray = new void*[additions.length];
for ( int i = 0; i < additions.length; i++ )
{
additionsArray[i] = additions[i].getObjectGStruct();
}
g_list_store_splice(gListStore, position, nRemovals, additionsArray.ptr, cast(uint)additions.length);
}
}
| D |
/*
Copyright electrolysis 2015.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
import ejector;
version(FreeBSD)
void main()
{
// Assign a device and test the drive.
auto e1 = Ejector("/dev/cd0");
e1.ejectable;
// Try to get the default "/dev/cd0" open.
auto e2 = Ejector();
e2.open();
// Search for ejectable drives and try to toggle open/closed.
import std.algorithm, std.stdio, std.typecons;
foreach (e; ["/dev/stdin", "/dev/null", "/dev/dvd", "/no/such/device"]
.map!(a => tuple(a, Ejector(a))).filter!(a => a[1].ejectable))
{
writeln(e[0] ~ " is ejectable!");
auto status = e[1].status;
if (status == TrayStatus.OPEN)
{
e[1].closed();
}
else if (status == TrayStatus.CLOSED)
{
e[1].open();
}
}
}
version(linux)
void main()
{
// Assign a device and test the drive.
auto e1 = Ejector("/dev/sr0");
e1.ejectable;
// Try to get the default "/dev/cdrom" open.
auto e2 = Ejector();
e2.open();
// Search for ejectable drives and try to toggle open/closed.
import std.algorithm, std.stdio, std.typecons;
foreach (e; ["/dev/stdin", "/dev/null", "/dev/dvd", "/no/such/device"]
.map!(a => tuple(a, Ejector(a))).filter!(a => a[1].ejectable))
{
writeln(e[0] ~ " is ejectable!");
auto status = e[1].status;
if (status == TrayStatus.OPEN)
{
e[1].closed();
}
else if (status == TrayStatus.CLOSED)
{
e[1].open();
}
}
}
version(Windows)
void main()
{
// Assign a drive letter and test the drive.
auto e1 = Ejector("f");
e1.ejectable;
// Try to get an automatically selected drive open.
auto e2 = Ejector();
e2.open();
// Search for all ejectable drives and try to toggle open/closed.
import std.algorithm, std.ascii;
foreach (e; uppercase.map!(a => Ejector(cast(char)a))
.filter!(a => a.ejectable))
{
auto status = e.status;
if (status == TrayStatus.OPEN)
{
e.closed();
}
else if (status == TrayStatus.CLOSED)
{
e.open();
}
}
}
| D |
(baseball) a hit that flies straight out from the batter
a protective covering that protects an inside surface
a piece of cloth that is used as the inside surface of a garment
a large commercial ship (especially one that carries passengers on a regular schedule)
| D |
/Users/deborahmesquita1/Documents/Code/tatari/Build/Intermediates/IBDesignables/Intermediates/Tatari.build/Debug-iphonesimulator/Tatari.build/Objects-normal/x86_64/FeedTableViewCell.o : /Users/deborahmesquita1/Documents/Code/tatari/Tatari/ViewController.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FeedTableViewCell.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/PinImageView.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/ConfigViewController.swift /Users/deborahmesquita1/Documents/Code/tatari/MainController.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/AppDelegate.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/SearchController.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/VoteController.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/SwiftyJSON.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/VotoTableViewCell.swift /Users/deborahmesquita1/Documents/Code/tatari/DesafiosViewController.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/BorderFeedCellView.swift /Users/deborahmesquita1/Documents/Code/tatari/personTableViewCell.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FeedController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Users/deborahmesquita1/Documents/Code/tatari/Bridging-Header.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFWebViewAppLinkResolver.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFURL.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFMeasurementEvent.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFAppLinkTarget.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFAppLinkReturnToRefererView.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFAppLinkReturnToRefererController.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFAppLinkResolving.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFAppLink.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFAppLinkNavigation.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFTaskCompletionSource.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFTask.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFExecutor.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFDefines.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFCancellationTokenSource.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFCancellationTokenRegistration.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFCancellationToken.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BoltsVersion.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/Bolts.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Modules/module.modulemap /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestDataAttachment.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKGraphErrorRecoveryProcessor.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolver.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKButton.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKUtility.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKTestUsersManager.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKSettings.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKProfilePictureView.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKProfile.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKGraphRequest.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKConstants.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKApplicationDelegate.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKAppLinkUtility.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKMacros.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestConnection.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKCopying.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKLoginTooltipView.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKLoginManagerLoginResult.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKLoginConstants.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKTooltipView.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKLoginManager.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKLoginButton.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKLoginKit.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Modules/module.modulemap /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Pushwoosh.framework/Headers/PushNotificationManager.h /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreLocation.swiftmodule
/Users/deborahmesquita1/Documents/Code/tatari/Build/Intermediates/IBDesignables/Intermediates/Tatari.build/Debug-iphonesimulator/Tatari.build/Objects-normal/x86_64/FeedTableViewCell~partial.swiftmodule : /Users/deborahmesquita1/Documents/Code/tatari/Tatari/ViewController.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FeedTableViewCell.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/PinImageView.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/ConfigViewController.swift /Users/deborahmesquita1/Documents/Code/tatari/MainController.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/AppDelegate.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/SearchController.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/VoteController.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/SwiftyJSON.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/VotoTableViewCell.swift /Users/deborahmesquita1/Documents/Code/tatari/DesafiosViewController.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/BorderFeedCellView.swift /Users/deborahmesquita1/Documents/Code/tatari/personTableViewCell.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FeedController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Users/deborahmesquita1/Documents/Code/tatari/Bridging-Header.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFWebViewAppLinkResolver.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFURL.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFMeasurementEvent.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFAppLinkTarget.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFAppLinkReturnToRefererView.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFAppLinkReturnToRefererController.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFAppLinkResolving.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFAppLink.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFAppLinkNavigation.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFTaskCompletionSource.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFTask.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFExecutor.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFDefines.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFCancellationTokenSource.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFCancellationTokenRegistration.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFCancellationToken.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BoltsVersion.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/Bolts.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Modules/module.modulemap /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestDataAttachment.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKGraphErrorRecoveryProcessor.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolver.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKButton.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKUtility.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKTestUsersManager.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKSettings.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKProfilePictureView.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKProfile.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKGraphRequest.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKConstants.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKApplicationDelegate.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKAppLinkUtility.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKMacros.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestConnection.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKCopying.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKLoginTooltipView.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKLoginManagerLoginResult.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKLoginConstants.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKTooltipView.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKLoginManager.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKLoginButton.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKLoginKit.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Modules/module.modulemap /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Pushwoosh.framework/Headers/PushNotificationManager.h /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreLocation.swiftmodule
/Users/deborahmesquita1/Documents/Code/tatari/Build/Intermediates/IBDesignables/Intermediates/Tatari.build/Debug-iphonesimulator/Tatari.build/Objects-normal/x86_64/FeedTableViewCell~partial.swiftdoc : /Users/deborahmesquita1/Documents/Code/tatari/Tatari/ViewController.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FeedTableViewCell.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/PinImageView.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/ConfigViewController.swift /Users/deborahmesquita1/Documents/Code/tatari/MainController.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/AppDelegate.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/SearchController.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/VoteController.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/SwiftyJSON.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/VotoTableViewCell.swift /Users/deborahmesquita1/Documents/Code/tatari/DesafiosViewController.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/BorderFeedCellView.swift /Users/deborahmesquita1/Documents/Code/tatari/personTableViewCell.swift /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FeedController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Users/deborahmesquita1/Documents/Code/tatari/Bridging-Header.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFWebViewAppLinkResolver.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFURL.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFMeasurementEvent.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFAppLinkTarget.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFAppLinkReturnToRefererView.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFAppLinkReturnToRefererController.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFAppLinkResolving.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFAppLink.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFAppLinkNavigation.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFTaskCompletionSource.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFTask.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFExecutor.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFDefines.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFCancellationTokenSource.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFCancellationTokenRegistration.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BFCancellationToken.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/BoltsVersion.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Headers/Bolts.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Bolts.framework/Modules/module.modulemap /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestDataAttachment.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKGraphErrorRecoveryProcessor.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolver.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKButton.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKUtility.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKTestUsersManager.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKSettings.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKProfilePictureView.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKProfile.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKGraphRequest.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKConstants.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKApplicationDelegate.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKAppLinkUtility.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKMacros.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestConnection.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKCopying.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKCoreKit.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKLoginTooltipView.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKLoginManagerLoginResult.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKLoginConstants.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKTooltipView.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKLoginManager.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKLoginButton.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Headers/FBSDKLoginKit.h /Users/deborahmesquita1/Documents/Code/tatari/Tatari/FBSDKLoginKit.framework/Modules/module.modulemap /Users/deborahmesquita1/Documents/Code/tatari/Tatari/Pushwoosh.framework/Headers/PushNotificationManager.h /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreLocation.swiftmodule
| D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.