X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=optional%2Fdali-toolkit%2Finternal%2Fcontrols%2Fview%2Fview-impl.h;h=5352afed74b8a4d7c51219f77234302ebb15b94a;hb=refs%2Fchanges%2F49%2F34949%2F3;hp=c94dd8e5d7d092d919eac7dbda039ddca8ffcf38;hpb=2359f074da61124b708a31212133c8e06fe2689b;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/optional/dali-toolkit/internal/controls/view/view-impl.h b/optional/dali-toolkit/internal/controls/view/view-impl.h index c94dd8e..5352afe 100644 --- a/optional/dali-toolkit/internal/controls/view/view-impl.h +++ b/optional/dali-toolkit/internal/controls/view/view-impl.h @@ -117,7 +117,7 @@ public: /** * @copydoc Dali::Toolkit::View::AnimationStartedSignalOrientation() */ - Toolkit::View::OrientationAnimationStartedSignalV2& OrientationAnimationStartedSignal(); + Toolkit::View::OrientationAnimationStartedSignalType& OrientationAnimationStartedSignal(); /** * Connects a callback function with the object's signals. @@ -137,6 +137,12 @@ private: // From Control */ virtual void OnInitialize(); + /** + * + * @copydoc Toolkit::Control::OnControlSizeSet( const Vector3& targetSize ) + */ + virtual void OnControlSizeSet( const Vector3& targetSize ); + private: @@ -174,8 +180,9 @@ private: Animation mRotateAnimation; ///< The animation which rotates the view (and all layers added to it) float mOrientationFunction[4]; ///< The orientation function used to transform from degrees to the internal orientation. bool mAutoRotateEnabled; ///< Whether the view rotates if the OrientationChanged method is called. + Vector3 mViewSize; ///< The Control Size - Toolkit::View::OrientationAnimationStartedSignalV2 mOrientationAnimationStartedSignalV2; + Toolkit::View::OrientationAnimationStartedSignalType mOrientationAnimationStartedSignal; }; } // namespace Internal