ROOT_Application  2.0
C++ Core modules and GUIStock
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
THistPaintStok Class Reference

Prepare the frame, paint axis. More...

#include <THistPainterStock.h>

Detailed Description

Prepare the frame, paint axis.

Set up Hparam_stock_t values ( min/max ) for ObjectStock to be Painted

Called by CanvasStock::Update(), when pad marked as modified ?? Steps called:

  1. Constructor THistPainterStock (THPS)
  2. THPS::Paint()
  3. THPS::PaintInit() a. From CommonXAxis set all Hparam_stock.x..., and shift b. THStock::SetObjectStock ( Hparam ) // use x only of Hparam // new version, use objects ( no problem with shift, but need to ccreated before painting ) c. THStock::GetExtrema set Hparam_stock.ymin, Hparam.ymax
  4. THPS::PaintFrame ( here need ymin, ymax )
  5. THPS::PaintTitle
  6. THStock->PaintObjectStock( Hparam_stock );
  7. THPS::SetLabelXAxis();
  8. THPS::PaintAxis(kFALSE);

The documentation for this class was generated from the following file: