Revert "[3.0] Implement wayland clipboard & same behaviour as EFL clipboard"
[platform/core/uifw/dali-toolkit.git] / automated-tests / src / dali-toolkit / dali-toolkit-test-utils / toolkit-clipboard.h
index 0f9cb42..a67c0da 100644 (file)
@@ -74,9 +74,11 @@ public:
   bool SetItem( const std::string& itemData );
 
   /**
-   * Request clipboard service to retrieve an item
+   * Retreive the string at the given index in the clip board.
+   * @param[in] index item in clipboard list to retrieve
+   * @return string the text item at the current index.
    */
-  void RequestItem();
+  std::string GetItem( unsigned int index );
 
   /**
    * Returns the number of item currently in the clipboard
@@ -94,12 +96,6 @@ public:
    */
   void HideClipboard();
 
-  /**
-  * @brief Retrieves the clipboard's visibility
-  * @return bool true if the clipboard is visible.
-  */
-  bool IsVisible() const;
-
 };
 } // namespace Dali