GSI Object Oriented Online Offline (Go4)
GO4-6.1.2
|
Class used to transport pad click events. More...
#include <TWebPadOptions.h>
Public Attributes | |
std::string | padid |
id of pad More... | |
std::string | objid |
id of clicked object, "null" when not defined More... | |
int | x {-1} |
x coordinate of click event More... | |
int | y {-1} |
y coordinate of click event More... | |
bool | dbl {false} |
when double-click was performed More... | |
Class used to transport pad click events.
Definition at line 45 of file TWebPadOptions.h.
bool TWebPadClick::dbl {false} |
when double-click was performed
Definition at line 51 of file TWebPadOptions.h.
std::string TWebPadClick::objid |
id of clicked object, "null" when not defined
Definition at line 48 of file TWebPadOptions.h.
std::string TWebPadClick::padid |
id of pad
Definition at line 47 of file TWebPadOptions.h.
int TWebPadClick::x {-1} |
x coordinate of click event
Definition at line 49 of file TWebPadOptions.h.
int TWebPadClick::y {-1} |
y coordinate of click event
Definition at line 50 of file TWebPadOptions.h.