FACT++  1.0
void TPointGui::DisplayData ( )
private

Definition at line 394 of file TPointGui.cc.

References fLabel, fOriginal, Tools::Form(), and MPointing::GetNumPar().

Referenced by ProcessMessage(), and TPointGui().

395 {
396  TGLabel *l = (TGLabel*)fLabel.At(3*MPointing::GetNumPar());
397  l->SetText(Form("%d data sets loaded.", fOriginal.GetSize()));
398 }
static const Int_t GetNumPar()
Definition: MPointing.h:308
TList fLabel
Definition: TPointGui.h:43
TList fOriginal
Definition: TPointGui.h:41
std::string Form(const char *fmt,...)
Definition: tools.cc:45

+ Here is the call graph for this function:

+ Here is the caller graph for this function: