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