11 #ifndef ROOT_TWebPadOptions
12 #define ROOT_TWebPadOptions
std::string snapid
id of pad
bool ranges
if true, pad has ranges
std::string padid
id of pad
std::string fcust
custom string
int ticky
pad ticks properties
std::vector< TWebObjectOptions > primitives
drawing options for primitives
bool dbl
when double-click was performed
std::string objid
id of clicked object, "null" when not defined
bool active
if pad selected as active
Class used to transport ranges from JSROOT canvas.
std::string snapid
id of the object
std::string opt
drawing options
float mbottom
frame margins
std::vector< double > fopt
custom float array
unsigned bits
canvas status bits like tool editor
int gridy
pad grid properties
int logz
pad log properties
int x
x coordinate of click event
Class used to transport drawing options from the client.
int y
y coordinate of click event
Class used to transport pad click events.