Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MintView Class Reference

Base class for all "views" of the Mint object. More...

#include <MintView.h>

Inheritance diagram for MintView:

AltTimeHist PmtPixels TimeHist List of all members.

Public Member Functions

 MintView ()
virtual ~MintView ()
virtual void SetMint (Mint *mint)
virtual void Refresh ()=0
MintGetMint ()

Private Member Functions

 MintView (const MintView &rhs)
MintViewoperator= (const MintView &rhs)

Private Attributes

MintfMint

Detailed Description

Base class for all "views" of the Mint object.

Id
MintView.h,v 1.2 2002/11/04 21:11:55 bv Exp

Midad/Base

Contact: bv@bnl.gov

Created on: Fri Oct 25 08:58:14 2002

Definition at line 22 of file MintView.h.


Constructor & Destructor Documentation

MintView::MintView  )  [inline]
 

Definition at line 27 of file MintView.h.

00027 {}

virtual MintView::~MintView  )  [inline, virtual]
 

Definition at line 28 of file MintView.h.

00028 {}

MintView::MintView const MintView rhs  )  [private]
 


Member Function Documentation

Mint& MintView::GetMint  )  [inline]
 

Definition at line 37 of file MintView.h.

Referenced by PmtPixels::BuildImp(), TimeHist::Refresh(), PmtPixels::Refresh(), and AltTimeHist::Refresh().

00037 { return *fMint; }

MintView& MintView::operator= const MintView rhs  )  [private]
 

virtual void MintView::Refresh  )  [pure virtual]
 

Implemented in AltTimeHist, PmtPixels, and TimeHist.

virtual void MintView::SetMint Mint mint  )  [inline, virtual]
 

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; }


Member Data Documentation

Mint* MintView::fMint [private]
 

Definition at line 45 of file MintView.h.


The documentation for this class was generated from the following file:
Generated on Mon Feb 15 11:09:36 2010 for loon by  doxygen 1.3.9.1