#include <MintView.h>
Inheritance diagram for MintView:

Public Member Functions | |
| MintView () | |
| virtual | ~MintView () |
| virtual void | SetMint (Mint *mint) |
| virtual void | Refresh ()=0 |
| Mint & | GetMint () |
Private Member Functions | |
| MintView (const MintView &rhs) | |
| MintView & | operator= (const MintView &rhs) |
Private Attributes | |
| Mint * | fMint |
Midad/Base
Contact: bv@bnl.gov
Created on: Fri Oct 25 08:58:14 2002
Definition at line 22 of file MintView.h.
|
|
Definition at line 27 of file MintView.h. 00027 {}
|
|
|
Definition at line 28 of file MintView.h. 00028 {}
|
|
|
|
|
|
Definition at line 37 of file MintView.h. Referenced by PmtPixels::BuildImp(), TimeHist::Refresh(), PmtPixels::Refresh(), and AltTimeHist::Refresh(). 00037 { return *fMint; }
|
|
|
|
|
|
Implemented in AltTimeHist, PmtPixels, and TimeHist. |
|
|
Reimplemented in AltTimeHist, PmtPixels, and TimeHist. Definition at line 29 of file MintView.h. Referenced by TimeHist::SetMint(), PmtPixels::SetMint(), and AltTimeHist::SetMint(). 00029 { fMint = mint; }
|
|
|
Definition at line 45 of file MintView.h. |
1.3.9.1