(ControlRenderer) Hide the APIs whose function are not fully implemented
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / renderer-factory / control-renderer.h
index 8d47e36..d5f0df4 100644 (file)
@@ -77,21 +77,6 @@ public:
   void SetSize( const Vector2& size );
 
   /**
-   * Set the clip rectangular of this renderer.
-   * The contents of the renderer will not be visible outside this rectangular.
-   *
-   * @param [in] clipRect The clipping rectangular.
-   */
-  void SetClipRect( const Rect<int>& clipRect );
-
-  /**
-   * Reposition this renderer with a 2D offset.
-   *
-   * @param[in] offset The offset to reposition the renderer.
-   */
-  void SetOffset( const Vector2& offset );
-
-  /**
    * Set the depth index of this renderer.
    * Depth-index controls draw-order for overlapping renderers.
    * Renderer with higher depth indices are rendered in front of other renderer with smaller values
@@ -108,14 +93,6 @@ public:
    */
   void SetOnStage( Actor& actor );
 
-  /**
-   * Renderer is destroyed when control is off stage.
-   * This function should be called when the control removes from stage
-   *
-   * @param[in] actor The actor applying this renderer.
-   */
-  void SetOffStage( Actor& actor );
-
 public: // Not intended for application developers
 
   explicit DALI_INTERNAL ControlRenderer(Internal::ControlRenderer *impl);