X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Factors%2Fcamera-actor-impl.h;h=56a39e5939751ac1d1d7ef2e7c7c885765ff03e0;hb=d2bc18872d7b4f316b86a0897e6c9fabf67a1241;hp=a3a4ae67fe7273e3ad601c874a5c0308dbab5581;hpb=853600b419feddf78277218a1145fe3e26c8b3af;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/actors/camera-actor-impl.h b/dali/internal/event/actors/camera-actor-impl.h index a3a4ae6..56a39e5 100644 --- a/dali/internal/event/actors/camera-actor-impl.h +++ b/dali/internal/event/actors/camera-actor-impl.h @@ -2,7 +2,7 @@ #define DALI_INTERNAL_CAMERA_ACTOR_H /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -154,9 +154,8 @@ public: /** * @copydoc Dali::CameraActor::SetPerspectiveProjection() - * @param[in] stereoBias The frustum horizontal and vertical offset for stereoscopic cameras */ - void SetPerspectiveProjection( const Size& size, const Vector2& stereoBias = Vector2::ZERO ); + void SetPerspectiveProjection( const Size& size ); /** * @copydoc Dali::CameraActor::SetOrthographicProjection(const Vector2& size); @@ -196,42 +195,14 @@ public: */ const SceneGraph::Camera* GetCamera() const; -public: // properties - - /** - * copydoc Dali::Internal::Object - */ - virtual unsigned int GetDefaultPropertyCount() const; - - /** - * @copydoc Dali::Internal::Object::GetDefaultPropertyIndices() - */ - virtual void GetDefaultPropertyIndices( Property::IndexContainer& indices ) const; - - /** - * copydoc Dali::Internal::Object - */ - virtual bool IsDefaultPropertyAnimatable( Property::Index index ) const; - - /** - * @copydoc Dali::Internal::Object::IsDefaultPropertyAConstraintInput() - */ - virtual bool IsDefaultPropertyAConstraintInput( Property::Index index ) const; - - /** - * copydoc Dali::Internal::Object - */ - virtual Property::Type GetDefaultPropertyType( Property::Index index ) const; - /** - * copydoc Dali::Internal::Object + * Rotate the projection. + * It is used in case that the target buffer direction is different from the window direction. + * @param [in] rotationAngle The rotation angle */ - virtual const char* GetDefaultPropertyName( Property::Index index ) const; + void RotateProjection( int rotationAngle ); - /** - * @copydoc Dali::Internal::Object::GetDefaultPropertyIndex() - */ - virtual Property::Index GetDefaultPropertyIndex(const std::string& name) const; +public: // properties /** * copydoc Dali::Internal::Object::SetDefaultProperty() @@ -249,16 +220,6 @@ public: // properties virtual Property::Value GetDefaultPropertyCurrentValue( Property::Index index ) const; /** - * copydoc Dali::Internal::Object - */ - virtual bool IsDefaultPropertyWritable( Property::Index index ) const ; - - /** - * @copydoc Dali::Internal::Object::GetSceneObjectAnimatableProperty() - */ - virtual const SceneGraph::PropertyBase* GetSceneObjectAnimatableProperty( Property::Index index ) const; - - /** * @copydoc Dali::Internal::Object::GetSceneObjectInputProperty() */ virtual const PropertyInputImpl* GetSceneObjectInputProperty( Property::Index index ) const; @@ -267,8 +228,9 @@ private: /** * Constructor; see also CameraActor::New() + * @param node the scene graph node */ - CameraActor(); + CameraActor( const SceneGraph::Node& node ); /** * A reference counted object may only be deleted by calling Unreference()