Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TWebPadClick Class Reference

Class used to transport pad click events.

Definition at line 54 of file TWebPadOptions.h.

Public Attributes

bool dbl {false}
 when double-click was performed
 
std::string objid
 id of clicked object, "null" when not defined
 
std::string padid
 id of pad
 
int x {-1}
 x coordinate of click event
 
int y {-1}
 y coordinate of click event
 

#include <TWebPadOptions.h>

Member Data Documentation

◆ dbl

bool TWebPadClick::dbl {false}

when double-click was performed

Definition at line 60 of file TWebPadOptions.h.

◆ objid

std::string TWebPadClick::objid

id of clicked object, "null" when not defined

Definition at line 57 of file TWebPadOptions.h.

◆ padid

std::string TWebPadClick::padid

id of pad

Definition at line 56 of file TWebPadOptions.h.

◆ x

int TWebPadClick::x {-1}

x coordinate of click event

Definition at line 58 of file TWebPadOptions.h.

◆ y

int TWebPadClick::y {-1}

y coordinate of click event

Definition at line 59 of file TWebPadOptions.h.

Libraries for TWebPadClick:

The documentation for this class was generated from the following file: