Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RHistDisplayItem.cxx
Go to the documentation of this file.
1/// \file RHistDisplayItem.cxx
2/// \ingroup HistDrawV7
3/// \author Sergey Linev <s.linev@gsi.de>
4/// \date 2020-06-25
5/// \warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback
6/// is welcome!
7
8/*************************************************************************
9 * Copyright (C) 1995-2020, Rene Brun and Fons Rademakers. *
10 * All rights reserved. *
11 * *
12 * For the licensing terms see $ROOTSYS/LICENSE. *
13 * For the list of contributors see $ROOTSYS/README/CREDITS. *
14 *************************************************************************/
15
17
18using namespace ROOT::Experimental;
19
21{
22}
23
Base class for drawable entities: objects that can be painted on a RPad.
Extract (reference) only basic attributes from drawable, but not drawable itself.