Public Member Functions | |
TGo4Pair (const char *name, TGo4CommandReceiver *p) | |
virtual | ~TGo4Pair () |
virtual const char * | GetName () const |
TGo4CommandReceiver * | GetReceiver () const |
Private Attributes | |
TString | fxName |
TGo4CommandReceiver * | fxReceiver |
Definition at line 26 of file TGo4CommandInvoker.cxx.
TGo4Pair::TGo4Pair | ( | const char * | name, | |
TGo4CommandReceiver * | p | |||
) | [inline] |
Definition at line 27 of file TGo4CommandInvoker.cxx.
virtual TGo4Pair::~TGo4Pair | ( | ) | [inline, virtual] |
Definition at line 34 of file TGo4CommandInvoker.cxx.
virtual const char* TGo4Pair::GetName | ( | ) | const [inline, virtual] |
Definition at line 36 of file TGo4CommandInvoker.cxx.
References fxName.
TGo4CommandReceiver* TGo4Pair::GetReceiver | ( | ) | const [inline] |
Definition at line 38 of file TGo4CommandInvoker.cxx.
References fxReceiver.
Referenced by TGo4CommandInvoker::Lookup(), and TGo4CommandInvoker::UnRegister().
TString TGo4Pair::fxName [private] |
Definition at line 41 of file TGo4CommandInvoker.cxx.
Referenced by GetName().
TGo4CommandReceiver* TGo4Pair::fxReceiver [private] |
Definition at line 42 of file TGo4CommandInvoker.cxx.
Referenced by GetReceiver().