ROOT_Application
2.0
C++ Core modules and GUIStock
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
src_gui_root
CommonXAxis.cxx
Go to the documentation of this file.
1
6
#include "
CommonXAxis.h
"
7
8
//For ROOT dictionnary
9
//ClassImp( CommonXAxis );
10
11
12
// Called by THStockFrame for slider
13
// Should not be here, slider is deal by THStockFrame
14
/*
15
void SetRange( Double_t MinPos, Double_t MaxPos )
16
{
17
std::cout << "\n\tEntry CommonXaxis::SetRangeCommonAxis " << std::endl;
18
19
Int_t nbbin = GetNbins();
20
std::cout << " nbbin =" << nbbin << std::endl;
21
SetRange ( MinPos * nbbin /100., MaxPos * nbbin/100. );
22
// needed when change from DoSlider()
23
}
24
*/
25
26
// Update after an UpdateCSV in GUI
27
// with new version needed ?? to do in CommonXAxis but need intermediate
28
// new version need to called again for sure, move to Resize
CommonXAxis.h
Define a proper class CommonAxis.
Generated on Mon May 25 2015 20:35:30 for ROOT_Application by
1.8.6