v2.10-0 (21000JUN2005)

Go4StatusBase
Class TGo4Status

Direct Known Subclasses:
TGo4DynamicEntryStatus, TGo4FitPanelStatus, TGo4AnalysisConfigurationStatus, TGo4AnalysisStatusMonitorStatus, TGo4BrowserStatus, TGo4ConditionInfoStatus, TGo4CreateNewHistogramStatus, TGo4DiskFileBrowserStatus, TGo4EditDynEntryStatus, TGo4EventInfoStatus, TGo4HistogramInfoStatus, TGo4LogInfoStatus, TGo4MarkerSetup, TGo4MonitoredListStatus, TGo4ParaEditStatus, TGo4PreviewPanelStatus, TGo4RemoteBrowserStatus, TGo4ScriptStatus, TGo4StartClientStatus, TGo4TreeViewerStatus, TGo4WindowEditStatus, TGo4AnalysisObjectNames, TGo4AnalysisStatus, TGo4AnalysisStepStatus, TGo4TreeStructure, TGo4ObjectStatus, TGo4TaskHandlerStatus, TGo4TaskStatus, TGo4AdvancedUserWidgetStatus

class TGo4Status
derived from TNamed


Inner Class Summary
 public classTGo4Status._enum_TGo4Status_h_61
          Go4 status bits to be used in object manager to suppress
resetting or deleting histograms, etc

Fields inherited from class TNamed
fName, fTitle

Constructor Summary
TGo4Status(const char * name)
           
TGo4Status(const char * name, const char * title)
           
TGo4Status()
           

Destructor Summary
 virtual synchronized ~TGo4Status()
           

Method Summary
 virtual const voidPrint(Option_t* dummy)
           
 static Text_t*PrintBuffer(Text_t* buffer, Int_t& buflen, const Text_t* text, ... )
          Print text with variable expression into buffer.
 static Text_t*PrintIndent(Text_t* buffer, Int_t& buflen)
          Insert indentation blanks into text buffer.
 virtual Int_tPrintStatus(Text_t* buffer, Int_t buflen)
          basic method to printout status information
on stdout; to be overridden by specific
subclass

Methods inherited from class TNamed
operator=, Clear, Clone, Compare, Copy, FillBuffer, GetName, GetTitle, Hash, IsSortable, SetName, SetNameTitle, SetTitle, ls, Sizeof, Class, Class_Name, Class_Version, Dictionary, IsA, ShowMembers, Streamer, StreamerNVirtual, DeclFileName, ImplFileLine, ImplFileName, DeclFileLine

Constructor Detail

TGo4Status

public TGo4Status(const char * name)

TGo4Status

public TGo4Status(const char * name, const char * title)

TGo4Status

public TGo4Status()
Method Detail

~TGo4Status

public virtual synchronized ~TGo4Status()
Method Detail

Print

public virtual const void Print(Option_t* dummy)

PrintBuffer

public static Text_t* PrintBuffer(Text_t* buffer, Int_t& buflen, const Text_t* text, ... )
Print text with variable expression into buffer. Returns cursor pointer
in buffer, i.e. the next character after the printed text.
If cursor would exceed buflen, 0 is returned. Bufferlength
buflen shall contain buffer size, it will be decremented by the size of
printed text.

PrintIndent

public static Text_t* PrintIndent(Text_t* buffer, Int_t& buflen)
Insert indentation blanks into text buffer. Uses TROOT::DirLevel,
but extends IndentLevel to any text buffer. Return value is
buffer cursor pointer after insertion. Returns 0 if cursor exceeds
buffer length.

PrintStatus

public virtual Int_t PrintStatus(Text_t* buffer, Int_t buflen)
basic method to printout status information
on stdout; to be overridden by specific
subclass

J.Adamczewski, M.Al-Turany, D.Bertini, H.G.Essel, S.Linev

30-06-2005