(Button/PushButton) Registering properties using the type-registry.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / buttons / push-button-impl.h
index dff5fc5..b463513 100644 (file)
@@ -236,7 +236,9 @@ public:
    */
   Actor& GetFadeOutButtonImage();
 
-public: // Signals
+public:
+
+  // Signals
 
   /**
    * @copydoc Dali::Toolkit::PushButton::ToggledSignal()
@@ -264,6 +266,18 @@ public: // Signals
    */
   static bool DoConnectSignal( BaseObject* object, ConnectionTrackerInterface* tracker, const std::string& signalName, FunctorDelegate* functor );
 
+  // Properties
+
+  /**
+   * @copydoc Button::SetProperty
+   */
+  static void SetProperty( BaseObject* object, Property::Index propertyIndex, const Property::Value& value );
+
+  /**
+   * @copydoc Button::GetProperty
+   */
+  static Property::Value GetProperty( BaseObject* object, Property::Index propertyIndex );
+
 protected: // From Button
 
   /**