X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fpopup%2Fpopup-impl.h;h=e9dffef07ae1203891dc686ad982e4e1d5e32b34;hb=9e3fd659c4d25706ab65345bc7c562ac27248325;hp=8c60d40ac23e161d68c7b41bdc58f846c439f947;hpb=8a647e87a01c5c78451653c1264a9eea81ac9b20;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/popup/popup-impl.h b/dali-toolkit/internal/controls/popup/popup-impl.h index 8c60d40..e9dffef 100644 --- a/dali-toolkit/internal/controls/popup/popup-impl.h +++ b/dali-toolkit/internal/controls/popup/popup-impl.h @@ -28,6 +28,7 @@ #include #include #include +#include namespace Dali { @@ -244,6 +245,13 @@ public: static Property::Value GetProperty( BaseObject* object, Property::Index propertyIndex ); protected: + struct AccessibleImpl : public Control::Impl::AccessibleImpl + { + using Control::Impl::AccessibleImpl::AccessibleImpl; + + std::string GetNameRaw() override; + Dali::Accessibility::States CalculateStates() override; + }; /** * Construct a new Popup. @@ -438,7 +446,6 @@ private: * Called when the popup is directly or indirectly parented to the stage. */ void OnSceneConnection( int depth ) override; - void OnSceneDisconnection() override; /** * From Control; called after a child has been added to the owning actor.