// Author: Sergey Linev, GSI 10/04/2017 /************************************************************************* * Copyright (C) 1995-2018, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ #ifndef ROOT_TWebPainting #define ROOT_TWebPainting #include "TObject.h" #include "TAttLine.h" #include "TAttFill.h" #include "TAttText.h" #include "TAttMarker.h" #include "TArrayF.h" class TColor; #include class TWebPainting : public TObject { protected: std::string fOper; ///< list of operations, separated by semicolons Int_t fSize{0}; ///