BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EventDisplay/BesVisLib/include/BesVisLib/BesPaveText.h
Go to the documentation of this file.
1
2
#ifndef BESPAVETEXT_H
3
#define BESPAVETEXT_H
4
5
#include "TPaveText.h"
6
#include "TString.h"
7
// #include <vector.h>
8
// 2011.02.24 root update from 5.14 to 5.24
9
#include <vector>
10
11
class
BesPaveText
:
public
TPaveText {
12
13
protected
:
14
Double_t
fTextSize
;
15
Double_t
fdxNDC
,
fdyNDC
;
16
17
public
:
18
BesPaveText
();
19
BesPaveText
( Double_t x1, Double_t y1, Double_t x2, Double_t y2, Option_t* option =
"br"
);
20
BesPaveText
(
const
BesPaveText
& pavetext );
21
22
virtual
void
SetText
( std::vector<TString> infoCon );
23
virtual
void
SetPos
( Int_t px, Int_t py );
24
25
ClassDef(
BesPaveText
, 0 )
// BesPaveText
26
};
27
28
#endif
BesPaveText::fdxNDC
Double_t fdxNDC
Definition
EventDisplay/BesVisLib/include/BesVisLib/BesPaveText.h:15
BesPaveText::fdyNDC
Double_t fdyNDC
Definition
EventDisplay/BesVisLib/include/BesVisLib/BesPaveText.h:15
BesPaveText::SetText
virtual void SetText(std::vector< TString > infoCon)
Definition
BesPaveText.cxx:32
BesPaveText::BesPaveText
BesPaveText()
BesPaveText::SetPos
virtual void SetPos(Int_t px, Int_t py)
Definition
BesPaveText.cxx:88
BesPaveText::fTextSize
Double_t fTextSize
Definition
EventDisplay/BesVisLib/include/BesVisLib/BesPaveText.h:14
8.0.0
BOSS_Source
EventDisplay
BesVisLib
include
BesVisLib
BesPaveText.h
Generated by
1.16.1