1 #ifndef _QG_GRAPHICAL_CUT_BASE_HH_
2 #define _QG_GRAPHICAL_CUT_BASE_HH_
28 void SetProperty(
const std::string& key,
const std::string& value);
Base class for GUI graphical cuts. This class has minimal dependencies on other GUI classes so it is ...
void SetProperty(const std::string &key, const std::string &value)
Set property (used for opening a session)
Double_t fX0
X-coordinate of first point.
Int_t fPoints
Number of points selected by the mouse.
virtual ~QGGraphicalCutBase()
Destructor.
Double_t fY0
Y-coordinate of first point.
QGGraphicalCutBase()
Default constructor.