Revert "Controls are LayoutGroups instead of LayoutItems"
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / layouting / layout-group-impl.h
index ee73c88..3039125 100755 (executable)
@@ -65,14 +65,6 @@ public:
    */
   LayoutGroup();
 
-  /**
-   * @brief Construct
-   *
-   * @param[in] owner The owner (container view / child view / visual ) of this layout
-   * @return a new LayoutGroup object
-   */
-  static LayoutGroupPtr New( Handle& owner );
-
 protected:
   /**
    * Virtual destructor may only be called by Unreference()
@@ -256,15 +248,6 @@ protected:
                                         LayoutLength widthUsed,
                                         MeasureSpec parentHeightMeasureSpec,
                                         LayoutLength heightUsed );
-  /**
-   * @copydoc LayoutItem::OnMeasure
-   */
-  virtual void OnMeasure( MeasureSpec widthMeasureSpec, MeasureSpec heightMeasureSpec ) override;
-
-  /**
-   * @copydoc LayoutItem::OnLayout
-   */
-  virtual void OnLayout( bool changed, LayoutLength left, LayoutLength top, LayoutLength right, LayoutLength bottom ) override;
 
 private:
   /**