[NUI][AT-SPI] Add indexable AccessibilitySuppressedEvents
authorArtur Świgoń <a.swigon@samsung.com>
Thu, 14 Apr 2022 08:32:30 +0000 (10:32 +0200)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Wed, 20 Apr 2022 08:38:08 +0000 (17:38 +0900)
commit8d3d2dd63211e7c969e846ff22c5ec6b27fea7d4
treef0696291b7465d647d651049d75f7f30b1da8924
parent188f0a0f96c35a96a6e29044faebba10a31c55f8
[NUI][AT-SPI] Add indexable AccessibilitySuppressedEvents

This commit changes the syntax used to modify the collection of
suppressed AT-SPI events (D-Bus signals) to match the indexing syntax
used in DALi:

accessible->GetSuppressedEvents()[AtspiEvent::MOVED_OUT] = true;

view.AccessibilitySuppressedEvents[AccessibilityEvent.MovedOut] = true;
src/Tizen.NUI.Components/Controls/Picker.cs
src/Tizen.NUI/src/public/BaseComponents/ViewAccessibility.cs
src/Tizen.NUI/src/public/BaseComponents/ViewAccessibilityEnum.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/AtspiSample.cs