X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Fdali-toolkit-test-utils%2Ftoolkit-clipboard.h;h=d3d684d5093b23345947188d4ab7090041fb5351;hb=23a71bdb6818456261dab849d0b243457be6532b;hp=0f9cb42637a51d2c2b3d389f8a54b5c571086578;hpb=cc7bb8e3f22f9ef519c46444ca0ada0f2c5cf5f9;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-clipboard.h b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-clipboard.h index 0f9cb42..d3d684d 100644 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-clipboard.h +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-clipboard.h @@ -1,8 +1,8 @@ -#ifndef __TOOLKIT_CLIPBOARD_H__ -#define __TOOLKIT_CLIPBOARD_H__ +#ifndef TOOLKIT_CLIPBOARD_H +#define TOOLKIT_CLIPBOARD_H /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -18,7 +18,7 @@ * */ -#define __DALI_CLIPBOARD_H__ +#define DALI_CLIPBOARD_H // EXTERNAL INCLUDES #include @@ -67,6 +67,13 @@ public: static Clipboard Get(); /** + * @brief Checks whether the clipboard is available. + * + * @return true, if it is available, false otherwise. + */ + static bool IsAvailable(); + + /** * Send the given string to the clipboard * @param[in] itemData string to send to clip board * @return bool true if the internal clip board sending was successful. @@ -103,4 +110,4 @@ public: }; } // namespace Dali -#endif // __TOOLKIT_CLIPBOARD_H__ +#endif // TOOLKIT_CLIPBOARD_H