Last change
on this file since 119 was 119, checked in by ansari, 27 years ago |
1/ Premiere mise au point des DrawerTools, amelioration de PIImage Tools,
2/ creation de pipodrw.cc .h pour Drawers Outils PEIDA++
3/ ajout de P1DArrayAdapter Reza 12/07/98
|
File size:
675 bytes
|
Rev | Line | |
---|
[53] | 1 | #ifndef PINTUPLE_H
|
---|
| 2 | #define PINTUPLE_H
|
---|
[52] | 3 |
|
---|
| 4 | #include "ntuple.h"
|
---|
[119] | 5 | #include "pidrawer.h"
|
---|
[52] | 6 |
|
---|
[107] | 7 | class PINTuple : public PIDrawer {
|
---|
[52] | 8 | public:
|
---|
| 9 | PINTuple(NTuple* nt, bool ad);
|
---|
| 10 | virtual ~PINTuple();
|
---|
| 11 |
|
---|
[71] | 12 | virtual void Draw(PIGraphicUC* g, float xmin, float ymin, float xmax, float ymax);
|
---|
[52] | 13 | virtual void UpdateSize();
|
---|
| 14 |
|
---|
| 15 | void SelectXY(char* px, char* py);
|
---|
| 16 | void SelectErrBar(char* erbx=NULL, char* erby=NULL);
|
---|
| 17 |
|
---|
| 18 |
|
---|
| 19 | protected:
|
---|
| 20 | NTuple* mNT;
|
---|
[107] | 21 | bool mAdDO;
|
---|
[52] | 22 | int xK, yK; // Index du nom de variable en X/Y ds le ntuple
|
---|
| 23 | int xebK, yebK; // Index du nom de variable en ErrBarX/Y ds le ntuple
|
---|
| 24 |
|
---|
| 25 | };
|
---|
| 26 |
|
---|
| 27 | #endif
|
---|
| 28 |
|
---|
| 29 |
|
---|
| 30 |
|
---|
| 31 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.