Deskflow 1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
OSXClipboardUTF8Converter.h
Go to the documentation of this file.
1/*
2 * Deskflow -- mouse and keyboard sharing utility
3 * SPDX-FileCopyrightText: (C) 2012 - 2016 Symless Ltd.
4 * SPDX-FileCopyrightText: (C) 2004 Chris Schoeneman
5 * SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
6 */
7
8#pragma once
9
11
13{
14public:
16 ~OSXClipboardUTF8Converter() override = default;
17
18 CFStringRef getOSXFormat() const override;
19
20private:
21 std::string doFromIClipboard(const std::string &) const override;
22 std::string doToIClipboard(const std::string &) const override;
23};
CFStringRef getOSXFormat() const override
returns the scrap flavor type that this object converts from/to
Definition OSXClipboardUTF8Converter.cpp:10
~OSXClipboardUTF8Converter() override=default
OSXClipboardUTF8Converter()=default