Definition at line 28 of file RHistDisplayItem.hxx.
 
|  | 
| static std::string | ObjectIDFromPtr (const void *ptr) | 
|  | Construct fillid using pointer value. 
 | 
|  | 
| const RAttrMap * | fAttr {nullptr} | 
|  | pointer on drawable attributes 
 | 
|  | 
| const std::string * | fCssClass {nullptr} | 
|  | pointer on drawable class 
 | 
|  | 
| const std::string * | fId {nullptr} | 
|  | pointer on drawable id 
 | 
|  | 
| bool | fDummy {false} | 
|  | if true, just placeholder for drawable which does not changed 
 | 
|  | 
| unsigned | fIndex {0} | 
|  | ! index inside current pad, used to produce fully-qualified id, not send to client 
 | 
|  | 
| std::string | fObjectID | 
|  | unique object identifier 
 | 
|  | 
| RStyle * | fStyle {nullptr} | 
|  | style object 
 | 
|  | 
#include <ROOT/RHistDisplayItem.hxx>
◆ RHistDisplayItem() [1/2]
  
  | 
        
          | ROOT::Experimental::RHistDisplayItem::RHistDisplayItem | ( |  | ) |  |  | default | 
 
 
◆ RHistDisplayItem() [2/2]
      
        
          | RHistDisplayItem::RHistDisplayItem | ( | const RDrawable & | dr | ) |  | 
      
 
 
◆ AddAxis()
  
  | 
        
          | void ROOT::Experimental::RHistDisplayItem::AddAxis | ( | const RAxisBase * | axis, |  
          |  |  | int | left = -1, |  
          |  |  | int | right = -1, |  
          |  |  | int | step = 1 |  
          |  | ) |  |  |  | inline | 
 
 
◆ GetBinContent()
  
  | 
        
          | auto & ROOT::Experimental::RHistDisplayItem::GetBinContent | ( |  | ) |  |  | inline | 
 
 
◆ SetContentMinMax()
  
  | 
        
          | void ROOT::Experimental::RHistDisplayItem::SetContentMinMax | ( | double | min, |  
          |  |  | double | minpos, |  
          |  |  | double | max |  
          |  | ) |  |  |  | inline | 
 
 
◆ fAxes
  
  | 
        
          | std::vector<const RAxisBase *> ROOT::Experimental::RHistDisplayItem::fAxes |  | private | 
 
 
◆ fBinContent
  
  | 
        
          | std::vector<double> ROOT::Experimental::RHistDisplayItem::fBinContent |  | private | 
 
 
◆ fContMax
  
  | 
        
          | double ROOT::Experimental::RHistDisplayItem::fContMax {0.} |  | private | 
 
 
◆ fContMin
  
  | 
        
          | double ROOT::Experimental::RHistDisplayItem::fContMin {0.} |  | private | 
 
 
◆ fContMinPos
  
  | 
        
          | double ROOT::Experimental::RHistDisplayItem::fContMinPos {0.} |  | private | 
 
 
◆ fIndicies
  
  | 
        
          | std::vector<int> ROOT::Experimental::RHistDisplayItem::fIndicies |  | private | 
 
 
The documentation for this class was generated from the following files: