[dali_2.3.21] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / slider / slider-impl.h
index 7bf3e2a..799bd2c 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_TOOLKIT_INTERNAL_SLIDER_H
 
 /*
- * Copyright (c) 2021 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2023 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -341,6 +341,11 @@ private:
   void OnPan(Actor actor, const PanGesture& gesture);
 
   /**
+   * @copydoc Control::OnPan
+   */
+  using Control::OnPan;
+
+  /**
    * Map a position onto a domain and return the result as a percentage
    *
    * @param[in] point The point to map onto the domain
@@ -771,6 +776,11 @@ protected:
     double GetCurrent() const override;
 
     /**
+     * @copydoc Dali::Accessibility::Value::GetValueText()
+     */
+    std::string GetValueText() const override;
+
+    /**
      * @copydoc Dali::Accessibility::Value::GetMaximum()
      */
     double GetMaximum() const override;