#include <protocol_types.h>
|
| template<typename... Args> |
| static std::string | CreateString (Args &&... args) |
| |
| template<typename... Args> |
| static bool | Send_ (SharedFD fd, const ConfUiCmd cmd, const std::string &session_id, Args &&... args) |
| |
| std::string | session_id_ |
| |
◆ ConfUiUserTouchMessage()
| cuttlefish::confui::ConfUiUserTouchMessage::ConfUiUserTouchMessage |
( |
const std::string & |
session_id, |
|
|
const int |
x, |
|
|
const int |
y |
|
) |
| |
|
inline |
◆ ~ConfUiUserTouchMessage()
| virtual cuttlefish::confui::ConfUiUserTouchMessage::~ConfUiUserTouchMessage |
( |
| ) |
|
|
virtualdefault |
◆ GetLocation()
| std::pair< int, int > cuttlefish::confui::ConfUiUserTouchMessage::GetLocation |
( |
| ) |
const |
|
inline |
◆ GetResponse()
| auto cuttlefish::confui::ConfUiUserTouchMessage::GetResponse |
( |
| ) |
const |
|
inline |
◆ GetType()
| ConfUiCmd cuttlefish::confui::ConfUiUserTouchMessage::GetType |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ SendOver()
| bool cuttlefish::confui::ConfUiUserTouchMessage::SendOver |
( |
SharedFD |
fd | ) |
|
|
overridevirtual |
◆ ToString()
| std::string cuttlefish::confui::ConfUiUserTouchMessage::ToString |
( |
| ) |
const |
|
overridevirtual |
◆ response_
◆ x_
| int cuttlefish::confui::ConfUiUserTouchMessage::x_ |
|
private |
◆ y_
| int cuttlefish::confui::ConfUiUserTouchMessage::y_ |
|
private |
The documentation for this class was generated from the following files: