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

NavTestMoon Class Reference

#include <NavTestMoon.h>

List of all members.

Public Member Functions

 NavTestMoon ()
 NavTestMoon (const Text_t *name, const Text_t *parent, Int_t i=0)
virtual ~NavTestMoon ()
const Text_t * GetParent () const
Int_t GetOrder () const

Private Attributes

Int_t fOrder
TString fPlanet


Constructor & Destructor Documentation

NavTestMoon::NavTestMoon  )  [inline]
 

Definition at line 24 of file NavTestMoon.h.

00024 :  fOrder(0), fPlanet() { LEA_CTOR; }

NavTestMoon::NavTestMoon const Text_t *  name,
const Text_t *  parent,
Int_t  i = 0
[inline]
 

Definition at line 25 of file NavTestMoon.h.

00026           : TNamed(name,"NavTestMoon"),
00027             fOrder(i),
00028             fPlanet(parent) { LEA_CTOR; }

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

Definition at line 29 of file NavTestMoon.h.

00029 { LEA_DTOR; }


Member Function Documentation

Int_t NavTestMoon::GetOrder  )  const [inline]
 

Definition at line 31 of file NavTestMoon.h.

00031 { return fOrder;}

const Text_t* NavTestMoon::GetParent  )  const [inline]
 

Definition at line 30 of file NavTestMoon.h.

Referenced by KeyMoon_ParentSafe(), NavValidate::Test_3(), NavValidate::Test_5(), and NavValidate::Test_9().

00030 { return fPlanet.Data();}


Member Data Documentation

Int_t NavTestMoon::fOrder [private]
 

Definition at line 33 of file NavTestMoon.h.

TString NavTestMoon::fPlanet [private]
 

Definition at line 34 of file NavTestMoon.h.


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