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 a67c0da..0f9cb42 100644 (file)
@@ -74,11 +74,9 @@ public:
   bool SetItem( const std::string& itemData );
 
   /**
   bool SetItem( const std::string& itemData );
 
   /**
-   * 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.
+   * Request clipboard service to retrieve an item
    */
    */
-  std::string GetItem( unsigned int index );
+  void RequestItem();
 
   /**
    * Returns the number of item currently in the clipboard
 
   /**
    * Returns the number of item currently in the clipboard
@@ -96,6 +94,12 @@ public:
    */
   void HideClipboard();
 
    */
   void HideClipboard();
 
+  /**
+  * @brief Retrieves the clipboard's visibility
+  * @return bool true if the clipboard is visible.
+  */
+  bool IsVisible() const;
+
 };
 } // namespace Dali
 
 };
 } // namespace Dali