11 #include "threads/CriticalSection.h"    16 #include <wayland-client-protocol.hpp>    34   std::string GetSelectionText() 
const;
    37   wayland::data_device_t m_dataDevice;
    38   wayland::data_offer_t m_currentOffer;
    39   mutable wayland::data_offer_t m_currentSelection;
    41   std::vector<std::string> m_mimeTypeOffers;
    42   std::string m_matchedMimeType;
    44   mutable CCriticalSection m_currentSelectionMutex;
 Retrieve and accept selection (clipboard) offers on the data device of a seat. 
Definition: SeatSelection.h:30
Connection to Wayland compositor. 
Definition: Connection.h:25
Definition: AudioDecoder.h:18