Stop exporting Internal symbols
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / public-api / controls / buttons / push-button.h
index 5bebddd..7db2644 100644 (file)
@@ -21,7 +21,7 @@
 // INTERNAL INCLUDES
 #include "button.h"
 
-namespace Dali DALI_IMPORT_API
+namespace Dali
 {
 
 namespace Toolkit
@@ -75,12 +75,11 @@ class PushButton;
  *
  * Is not mandatory set all images. A button could be defined only by setting its \e background image or by setting its \e background and \e pressed images.
  */
-class PushButton : public Button
+class DALI_IMPORT_API PushButton : public Button
 {
 public:
 
   //Signal Names
-  static const char* const SIGNAL_TOGGLED; ///< name "toggled"
   static const char* const SIGNAL_PRESSED; ///< name "pressed"
   static const char* const SIGNAL_RELEASED; ///< name "released"
 
@@ -333,9 +332,6 @@ public:
 
 public: //Signals
 
-  /// @brief PushButton Toggled signal type.
-  typedef SignalV2< bool ( Button, bool ) > ToggledSignalV2;
-
   /// @brief PushButton Pressed signal type.
   typedef SignalV2< bool ( Button ) > PressedSignalV2;
 
@@ -343,11 +339,6 @@ public: //Signals
   typedef SignalV2< bool ( Button ) > ReleasedSignalV2;
 
   /**
-   * @brief Signal emitted when the \e toggle property is set and the button is touched.
-   */
-  ToggledSignalV2& ToggledSignal();
-
-  /**
    * @brief Signal emitted when the button is touched.
    */
   PressedSignalV2& PressedSignal();
@@ -364,14 +355,14 @@ public: // Not intended for application developers
    *
    * @param[in]  implementation  The Control implementation.
    */
-  PushButton( Internal::PushButton& implementation );
+  DALI_INTERNAL PushButton( Internal::PushButton& implementation );
 
   /**
    * @brief Allows the creation of this Control from an Internal::CustomActor pointer.
    *
    * @param[in]  internal  A pointer to the internal CustomActor.
    */
-  PushButton( Dali::Internal::CustomActor* internal );
+  DALI_INTERNAL PushButton( Dali::Internal::CustomActor* internal );
 };
 
 } // namespace Toolkit