Stop exporting Internal symbols
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / public-api / controls / scrollable / item-view / item-view.h
index 4f05f31..1dd4fe3 100644 (file)
  */
 
 // EXTERNAL INCLUDES
-#include <dali/dali.h>
 
 // INTERNAL INCLUDES
 #include <dali-toolkit/public-api/controls/scrollable/scrollable.h>
 #include <dali-toolkit/public-api/controls/scrollable/item-view/item-view-declarations.h>
 
-namespace Dali DALI_IMPORT_API
+namespace Dali
 {
 
 namespace Toolkit
@@ -49,7 +48,7 @@ typedef IntrusivePtr<ItemLayout> ItemLayoutPtr;
  * Multiple ItemLayouts may be provided, to determine the logical position of each item a layout.
  * Actors are provided from an external ItemFactory, to display the currently visible items.
  */
-class ItemView : public Scrollable
+class DALI_IMPORT_API ItemView : public Scrollable
 {
 public:
 
@@ -172,22 +171,6 @@ public:
   void DeactivateCurrentLayout();
 
   /**
-   * @brief Set default the alpha function used when applying constraints e.g. during ActivateLayout().
-   *
-   * @deprecated Use SetAlphaFunction() in the layout
-   * @param[in] func The default alpha function to use.
-   */
-  void SetDefaultAlphaFunction(AlphaFunction func);
-
-  /**
-   * @brief Retrieve the default alpha function used when applying constraints
-   *
-   * @deprecated Use GetAlphaFunction() in the layout
-   * @return The default alpha function.
-   */
-  AlphaFunction GetDefaultAlphaFunction() const;
-
-  /**
    * @brief Set the minimum swipe speed in pixels per second; A pan
    * gesture must exceed this to trigger a swipe.
    *
@@ -424,14 +407,14 @@ public: // Not intended for application developers
    *
    * @param[in]  implementation  The Control implementation.
    */
-  ItemView(Internal::ItemView& implementation);
+  DALI_INTERNAL ItemView(Internal::ItemView& implementation);
 
   /**
    * @brief Allows the creation of this Control from an Internal::CustomActor pointer.
    *
    * @param[in]  internal  A pointer to the internal CustomActor.
    */
-  ItemView( Dali::Internal::CustomActor* internal );
+  explicit DALI_INTERNAL ItemView( Dali::Internal::CustomActor* internal );
 };
 
 } // namespace Toolkit