ROOT
6.07/01
Reference Guide
|
A container class for query results.
Definition at line 44 of file TQueryResult.h.
Public Types | |
enum | EQueryStatus { kAborted = 0, kSubmitted, kRunning, kStopped, kCompleted } |
Public Types inherited from TObject | |
enum | EStatusBits { kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4), kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13) } |
enum | { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff } |
enum | { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) } |
Public Member Functions | |
TQueryResult () | |
virtual | ~TQueryResult () |
Destructor. More... | |
void | Browse (TBrowser *b=0) |
To support browsing of the results. More... | |
Int_t | GetSeqNum () const |
EQueryStatus | GetStatus () const |
TDatime | GetStartTime () const |
TDatime | GetEndTime () const |
const char * | GetOptions () const |
TList * | GetInputList () |
TObject * | GetInputObject (const char *classname) const |
Return first instance of class 'classname' in the input list. More... | |
Long64_t | GetEntries () const |
Long64_t | GetFirst () const |
Long64_t | GetBytes () const |
Float_t | GetUsedCPU () const |
TMacro * | GetLogFile () const |
TMacro * | GetSelecHdr () const |
TMacro * | GetSelecImp () const |
const char * | GetLibList () const |
const char * | GetParList () const |
TList * | GetOutputList () |
const char * | GetResultFile () const |
Float_t | GetPrepTime () const |
Float_t | GetInitTime () const |
Float_t | GetProcTime () const |
Float_t | GetMergeTime () const |
Float_t | GetRecvTime () const |
Float_t | GetTermTime () const |
Int_t | GetNumWrks () const |
Int_t | GetNumMergers () const |
Bool_t | IsArchived () const |
virtual Bool_t | IsDone () const |
Bool_t | IsDraw () const |
Bool_t | IsFinalized () const |
Bool_t | Matches (const char *ref) |
Return TRUE if reference ref matches. More... | |
void | Print (Option_t *opt="") const |
Print query content. Use opt = "F" for a full listing. More... | |
Public Member Functions inherited from TNamed | |
TNamed () | |
TNamed (const char *name, const char *title) | |
TNamed (const TString &name, const TString &title) | |
TNamed (const TNamed &named) | |
TNamed & | operator= (const TNamed &rhs) |
TNamed assignment operator. More... | |
virtual | ~TNamed () |
virtual void | Clear (Option_t *option="") |
Set name and title to empty strings (""). More... | |
virtual TObject * | Clone (const char *newname="") const |
Make a clone of an object using the Streamer facility. More... | |
virtual Int_t | Compare (const TObject *obj) const |
Compare two TNamed objects. More... | |
virtual void | Copy (TObject &named) const |
Copy this to obj. More... | |
virtual void | FillBuffer (char *&buffer) |
Encode TNamed into output buffer. More... | |
virtual const char * | GetName () const |
Returns name of object. More... | |
virtual const char * | GetTitle () const |
Returns title of object. More... | |
virtual ULong_t | Hash () const |
Return hash value for this object. More... | |
virtual Bool_t | IsSortable () const |
virtual void | SetName (const char *name) |
Change (i.e. More... | |
virtual void | SetNameTitle (const char *name, const char *title) |
Change (i.e. set) all the TNamed parameters (name and title). More... | |
virtual void | SetTitle (const char *title="") |
Change (i.e. set) the title of the TNamed. More... | |
virtual void | ls (Option_t *option="") const |
List TNamed name and title. More... | |
virtual Int_t | Sizeof () const |
Return size of the TNamed part of the TObject. More... | |
Public Member Functions inherited from TObject | |
TObject () | |
TObject (const TObject &object) | |
TObject copy ctor. More... | |
TObject & | operator= (const TObject &rhs) |
TObject assignment operator. More... | |
virtual | ~TObject () |
TObject destructor. More... | |
virtual void | AppendPad (Option_t *option="") |
Append graphics object to current pad. More... | |
virtual const char * | ClassName () const |
Returns name of class to which the object belongs. More... | |
virtual void | Delete (Option_t *option="") |
Delete this object. More... | |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
Computes distance from point (px,py) to the object. More... | |
virtual void | Draw (Option_t *option="") |
Default Draw method for all objects. More... | |
virtual void | DrawClass () const |
Draw class inheritance tree of the class to which this object belongs. More... | |
virtual TObject * | DrawClone (Option_t *option="") const |
Draw a clone of this object in the current pad. More... | |
virtual void | Dump () const |
Dump contents of object on stdout. More... | |
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
Execute method on this object with the given parameter string, e.g. More... | |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
Execute method on this object with parameters stored in the TObjArray. More... | |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Execute action corresponding to an event at (px,py). More... | |
virtual TObject * | FindObject (const char *name) const |
Must be redefined in derived classes. More... | |
virtual TObject * | FindObject (const TObject *obj) const |
Must be redefined in derived classes. More... | |
virtual Option_t * | GetDrawOption () const |
Get option used by the graphics system to draw this object. More... | |
virtual UInt_t | GetUniqueID () const |
Return the unique object id. More... | |
virtual const char * | GetIconName () const |
Returns mime type name of object. More... | |
virtual Option_t * | GetOption () const |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
Returns string containing info about the object at position (px,py). More... | |
virtual Bool_t | HandleTimer (TTimer *timer) |
Execute action in response of a timer timing out. More... | |
virtual Bool_t | InheritsFrom (const char *classname) const |
Returns kTRUE if object inherits from class "classname". More... | |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
Returns kTRUE if object inherits from TClass cl. More... | |
virtual void | Inspect () const |
Dump contents of this object in a graphics canvas. More... | |
virtual Bool_t | IsFolder () const |
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More... | |
virtual Bool_t | IsEqual (const TObject *obj) const |
Default equal comparison (objects are equal if they have the same address in memory). More... | |
Bool_t | IsOnHeap () const |
Bool_t | IsZombie () const |
virtual Bool_t | Notify () |
This method must be overridden to handle object notification. More... | |
virtual void | Paint (Option_t *option="") |
This method must be overridden if a class wants to paint itself. More... | |
virtual void | Pop () |
Pop on object drawn in a pad to the top of the display list. More... | |
virtual Int_t | Read (const char *name) |
Read contents of object with specified name from the current directory. More... | |
virtual void | RecursiveRemove (TObject *obj) |
Recursively remove this object from a list. More... | |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
Save this object in the file specified by filename. More... | |
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
Save a primitive as a C++ statement(s) on output stream "out". More... | |
virtual void | SetDrawOption (Option_t *option="") |
Set drawing option for object. More... | |
virtual void | SetUniqueID (UInt_t uid) |
Set the unique object id. More... | |
virtual void | UseCurrentStyle () |
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
Write this object to the current directory. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
Write this object to the current directory. More... | |
void * | operator new (size_t sz) |
void * | operator new[] (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz, void *vp) |
void | operator delete (void *ptr) |
Operator delete. More... | |
void | operator delete[] (void *ptr) |
Operator delete []. More... | |
void | SetBit (UInt_t f, Bool_t set) |
Set or unset the user status bits as specified in f. More... | |
void | SetBit (UInt_t f) |
void | ResetBit (UInt_t f) |
Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
void | InvertBit (UInt_t f) |
virtual void | Info (const char *method, const char *msgfmt,...) const |
Issue info message. More... | |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
Issue warning message. More... | |
virtual void | Error (const char *method, const char *msgfmt,...) const |
Issue error message. More... | |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
Issue system error message. More... | |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
Issue fatal error message. More... | |
void | AbstractMethod (const char *method) const |
Use this method to implement an "abstract" method that you don't want to leave purely abstract. More... | |
void | MayNotUse (const char *method) const |
Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More... | |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
Use this method to declare a method obsolete. More... | |
Protected Member Functions | |
TQueryResult (Int_t seqnum, const char *opt, TList *inlist, Long64_t entries, Long64_t first, const char *selec) | |
void | AddInput (TObject *obj) |
Add obj to the input list. More... | |
void | AddLogLine (const char *logline) |
Fill log file. More... | |
TQueryResult * | CloneInfo () |
Return an instance of TQueryResult containing only the local info fields, i.e. More... | |
virtual void | RecordEnd (EQueryStatus status, TList *outlist=0) |
End of query settings. More... | |
void | SaveSelector (const char *selec) |
Save the selector header and implementation into the dedicated TMacro instances. More... | |
void | SetArchived (const char *archfile) |
Set (or update) query in archived state. More... | |
virtual void | SetFinalized () |
virtual void | SetInputList (TList *in, Bool_t adopt=kTRUE) |
Set / change the input list. More... | |
virtual void | SetOutputList (TList *out, Bool_t adopt=kTRUE) |
Set / change the output list. More... | |
virtual void | SetProcessInfo (Long64_t ent, Float_t cpu=0., Long64_t siz=-1, Float_t inittime=0., Float_t proctime=0.) |
Set processing info. More... | |
void | SetPrepTime (Float_t preptime) |
void | SetMergeTime (Float_t mergetime) |
void | SetRecvTime (Float_t recvtime) |
void | SetTermTime (Float_t termtime) |
void | SetNumMergers (Int_t nmergers) |
Protected Member Functions inherited from TObject | |
void | MakeZombie () |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
Interface to ErrorHandler (protected). More... | |
Protected Attributes | |
Int_t | fSeqNum |
Bool_t | fDraw |
EQueryStatus | fStatus |
TDatime | fStart |
TDatime | fEnd |
Float_t | fUsedCPU |
TString | fOptions |
TList * | fInputList |
Long64_t | fEntries |
Long64_t | fFirst |
Long64_t | fBytes |
TMacro * | fLogFile |
TMacro * | fSelecHdr |
TMacro * | fSelecImp |
TString | fLibList |
TString | fParList |
TList * | fOutputList |
Bool_t | fFinalized |
Bool_t | fArchived |
TString | fResultFile |
Float_t | fPrepTime |
Float_t | fInitTime |
Float_t | fProcTime |
Float_t | fMergeTime |
Float_t | fRecvTime |
Float_t | fTermTime |
Int_t | fNumWrks |
Int_t | fNumMergers |
Protected Attributes inherited from TNamed | |
TString | fName |
TString | fTitle |
Friends | |
class | TTreePlayer |
class | TProofPlayerLite |
class | TProofPlayerRemote |
class | TProof |
class | TProofLite |
class | TProofServ |
class | TQueryResultManager |
Additional Inherited Members | |
Static Public Member Functions inherited from TObject | |
static Long_t | GetDtorOnly () |
Return destructor only flag. More... | |
static void | SetDtorOnly (void *obj) |
Set destructor only flag. More... | |
static Bool_t | GetObjectStat () |
Get status of object stat flag. More... | |
static void | SetObjectStat (Bool_t stat) |
Turn on/off tracking of objects in the TObjectTable. More... | |
#include <TQueryResult.h>
Enumerator | |
---|---|
kAborted | |
kSubmitted | |
kRunning | |
kStopped | |
kCompleted |
Definition at line 55 of file TQueryResult.h.
|
protected |
|
inline |
Definition at line 112 of file TQueryResult.h.
Referenced by CloneInfo().
|
virtual |
Destructor.
Definition at line 106 of file TQueryResult.cxx.
Add obj to the input list.
Definition at line 293 of file TQueryResult.cxx.
Referenced by TProof::HandleInputMessage().
|
protected |
Fill log file.
Definition at line 284 of file TQueryResult.cxx.
Referenced by TQueryResultManager::AddLogFile().
To support browsing of the results.
Reimplemented from TObject.
Definition at line 418 of file TQueryResult.cxx.
|
protected |
Return an instance of TQueryResult containing only the local info fields, i.e.
no outputlist, liblist, dset, selectors, etc.. Used for fast retrieve of information about existing queries and their status.
Definition at line 121 of file TQueryResult.cxx.
Referenced by TProofLite::GetListOfQueries(), TProofServ::HandleQueryList(), TProofLite::Process(), TProofServ::ProcessNext(), TQueryResultManager::RemoveQuery(), and TQueryResultManager::ScanPreviousQueries().
|
inline |
Definition at line 132 of file TQueryResult.h.
Referenced by TProofServ::ProcessNext(), TProofBenchRunDataRead::Run(), and TSessionQueryFrame::UpdateInfos().
|
inline |
Definition at line 126 of file TQueryResult.h.
Referenced by TProofBenchRunCPU::Run(), TProofBenchRunDataRead::Run(), and TSessionQueryFrame::UpdateInfos().
|
inline |
Definition at line 130 of file TQueryResult.h.
Referenced by TSessionFrame::OnBtnGetQueriesClicked(), TProofServ::ProcessNext(), TProofBenchRunCPU::Run(), TProofBenchRunDataRead::Run(), TProofLite::SetQueryRunning(), TProofServ::SetQueryRunning(), TProof::ShowMissingFiles(), and TSessionQueryFrame::UpdateInfos().
|
inline |
Definition at line 131 of file TQueryResult.h.
Referenced by TSessionFrame::OnBtnGetQueriesClicked(), and TProofServ::ProcessNext().
|
inline |
Definition at line 142 of file TQueryResult.h.
|
inline |
Definition at line 128 of file TQueryResult.h.
Referenced by TProof::HandleInputMessage(), TProofServ::HandleRetrieve(), TSessionFrame::OnBtnGetQueriesClicked(), TSessionViewer::OnListTreeClicked(), TProofLite::Process(), TProofServ::ProcessNext(), TSessionViewer::QueryResultReady(), TProofPlayer::ReinitSelector(), TProof::SaveInputData(), and TProof::SendInputData().
TObject * TQueryResult::GetInputObject | ( | const char * | classname | ) | const |
Return first instance of class 'classname' in the input list.
Usefull to access TDSet, TEventList, ...
Definition at line 515 of file TQueryResult.cxx.
Referenced by TProof::GetMissingFiles(), TProofServ::ProcessNext(), TSessionViewer::QueryResultReady(), TSessionViewer::StartViewer(), and TSessionQueryFrame::UpdateButtons().
|
inline |
Definition at line 137 of file TQueryResult.h.
Referenced by TProofPlayer::ReinitSelector().
|
inline |
Definition at line 134 of file TQueryResult.h.
Referenced by TProof::PutLog().
|
inline |
Definition at line 144 of file TQueryResult.h.
|
inline |
Definition at line 148 of file TQueryResult.h.
|
inline |
Definition at line 147 of file TQueryResult.h.
|
inline |
Definition at line 127 of file TQueryResult.h.
Referenced by TSessionFrame::OnBtnGetQueriesClicked(), TProofServ::ProcessNext(), and TProofPlayer::ReinitSelector().
|
inline |
Definition at line 139 of file TQueryResult.h.
Referenced by TProofPlayerRemote::Finalize(), TProof::GetMissingFiles(), TProof::HandleInputMessage(), TSessionFrame::OnBtnGetQueriesClicked(), TSessionViewer::OnCascadeMenu(), TSessionViewer::OnListTreeClicked(), TSessionViewer::QueryResultReady(), TProof::SavePerfTree(), TQueryResultManager::SaveQuery(), TProof::ShowMissingFiles(), and TSessionQueryFrame::UpdateInfos().
|
inline |
Definition at line 138 of file TQueryResult.h.
Referenced by TSessionQueryFrame::UpdateInfos().
|
inline |
Definition at line 141 of file TQueryResult.h.
|
inline |
Definition at line 143 of file TQueryResult.h.
Referenced by TProofBenchRunCPU::Run(), and TProofBenchRunDataRead::Run().
|
inline |
Definition at line 145 of file TQueryResult.h.
|
inline |
Definition at line 140 of file TQueryResult.h.
Referenced by TSessionQueryFrame::UpdateInfos().
|
inline |
Definition at line 135 of file TQueryResult.h.
Referenced by CloneInfo(), TProofServ::ProcessNext(), and TProofPlayer::ReinitSelector().
|
inline |
Definition at line 136 of file TQueryResult.h.
Referenced by CloneInfo(), TProofPlayerLite::Finalize(), TSessionFrame::OnBtnGetQueriesClicked(), TProofServ::ProcessNext(), TProofPlayer::ReinitSelector(), and TSessionQueryFrame::UpdateInfos().
|
inline |
Definition at line 123 of file TQueryResult.h.
Referenced by TQueryResultManager::FinalizeQuery(), TProof::GetQueryReference(), TProofServ::HandleProcess(), TProofServ::HandleSocketInput(), TQueryResultManager::LocateQuery(), operator==(), TPerfStats::PacketEvent(), TProofLite::Process(), TProofServ::ProcessNext(), TQueryResultManager::RemoveQuery(), TQueryResultManager::SaveQuery(), TProofLite::SetQueryRunning(), TProofServ::SetQueryRunning(), TProof::ShowLog(), TSessionQueryFrame::UpdateInfos(), and TPerfStats::WriteQueryLog().
|
inline |
Definition at line 125 of file TQueryResult.h.
Referenced by TProofPlayer::AddQueryResult(), TProofBenchRunCPU::Run(), TProofBenchRunDataRead::Run(), and TSessionQueryFrame::UpdateInfos().
|
inline |
Definition at line 124 of file TQueryResult.h.
Referenced by TSessionFrame::OnBtnGetQueriesClicked(), TSessionViewer::QueryResultReady(), TQueryResultManager::SaveQuery(), TQueryResultManager::ScanPreviousQueries(), and TSessionQueryFrame::UpdateInfos().
|
inline |
Definition at line 146 of file TQueryResult.h.
|
inline |
Definition at line 133 of file TQueryResult.h.
Referenced by TQueryResultManager::FinalizeQuery(), TProofServ::ProcessNext(), TProofBenchRunCPU::Run(), TProofBenchRunDataRead::Run(), and TSessionQueryFrame::UpdateInfos().
|
inline |
Definition at line 150 of file TQueryResult.h.
Referenced by TQueryResultManager::SaveQuery(), and TSessionQueryFrame::UpdateInfos().
|
inlinevirtual |
Definition at line 151 of file TQueryResult.h.
Referenced by SetArchived().
|
inline |
Definition at line 152 of file TQueryResult.h.
Referenced by TProofPlayer::AddQueryResult(), TProofServ::HandleProcess(), TProofLite::Process(), TProofServ::ProcessNext(), TQueryResultManager::SaveQuery(), and TSessionQueryFrame::UpdateInfos().
|
inline |
Definition at line 153 of file TQueryResult.h.
Referenced by TProofPlayerRemote::Finalize(), TProof::Finalize(), TSessionFrame::OnBtnGetQueriesClicked(), TSessionViewer::QueryResultReady(), TSessionQueryFrame::UpdateButtons(), and TSessionQueryFrame::UpdateInfos().
Bool_t TQueryResult::Matches | ( | const char * | ref | ) |
Return TRUE if reference ref matches.
Definition at line 501 of file TQueryResult.cxx.
Referenced by TProofPlayer::GetQueryResult(), and TProofPlayer::RemoveQueryResult().
Print query content. Use opt = "F" for a full listing.
Reimplemented from TNamed.
Definition at line 314 of file TQueryResult.cxx.
Referenced by TProofBenchRunCPU::Run().
|
protectedvirtual |
End of query settings.
Reimplemented in TProofQueryResult.
Definition at line 245 of file TQueryResult.cxx.
Referenced by TProofQueryResult::RecordEnd().
|
protected |
Save the selector header and implementation into the dedicated TMacro instances.
The header is searched for in the same directory of the implementation file.
Definition at line 172 of file TQueryResult.cxx.
|
protected |
Set (or update) query in archived state.
Definition at line 302 of file TQueryResult.cxx.
Referenced by TProofServ::HandleArchive(), and TProof::Retrieve().
|
inlineprotectedvirtual |
Reimplemented in TProofQueryResult.
Definition at line 99 of file TQueryResult.h.
Referenced by TProofPlayerLite::Finalize(), and TProofQueryResult::SetFinalized().
Set / change the input list.
The flag 'adopt' determines whether the list is adopted (default) or cloned. If adopted, object ownership is transferred to this object. The internal fInputList will always be owner of its objects.
Definition at line 430 of file TQueryResult.cxx.
Referenced by TProof::HandleInputMessage(), TProofServ::HandleProcess(), and TProofServ::ProcessNext().
Definition at line 106 of file TQueryResult.h.
Definition at line 109 of file TQueryResult.h.
Set / change the output list.
The flag 'adopt' determines whether the list is adopted (default) or cloned. If adopted, object ownership is transferred to this object. The internal fOutputList will always be owner of its objects.
Definition at line 456 of file TQueryResult.cxx.
Referenced by TProofPlayerLite::Finalize(), TProof::HandleInputMessage(), and TProofLite::Process().
Definition at line 105 of file TQueryResult.h.
Referenced by TProof::Process().
|
protectedvirtual |
Set processing info.
Definition at line 271 of file TQueryResult.cxx.
Referenced by TQueryResultManager::FinalizeQuery(), TProofPlayerLite::Process(), TProofLite::SetQueryRunning(), and TProofServ::SetQueryRunning().
Definition at line 107 of file TQueryResult.h.
Definition at line 108 of file TQueryResult.h.
Referenced by TProofLite::Process(), and TProof::Process().
|
friend |
Definition at line 49 of file TQueryResult.h.
|
friend |
Definition at line 50 of file TQueryResult.h.
|
friend |
Definition at line 47 of file TQueryResult.h.
|
friend |
Definition at line 48 of file TQueryResult.h.
|
friend |
Definition at line 51 of file TQueryResult.h.
|
friend |
Definition at line 52 of file TQueryResult.h.
|
friend |
Definition at line 46 of file TQueryResult.h.
|
protected |
Definition at line 78 of file TQueryResult.h.
Referenced by CloneInfo(), IsArchived(), Print(), and SetArchived().
|
protected |
Definition at line 70 of file TQueryResult.h.
Referenced by CloneInfo(), GetBytes(), Print(), and SetProcessInfo().
|
protected |
Definition at line 61 of file TQueryResult.h.
|
protected |
Definition at line 64 of file TQueryResult.h.
Referenced by CloneInfo(), GetEndTime(), Print(), RecordEnd(), and TProofQueryResult::SetRunning().
|
protected |
Definition at line 68 of file TQueryResult.h.
Referenced by CloneInfo(), GetEntries(), Print(), and SetProcessInfo().
|
protected |
Definition at line 77 of file TQueryResult.h.
Referenced by IsFinalized(), Print(), and SetFinalized().
|
protected |
Definition at line 69 of file TQueryResult.h.
Referenced by CloneInfo(), GetFirst(), and Print().
|
protected |
Definition at line 81 of file TQueryResult.h.
Referenced by CloneInfo(), GetInitTime(), Print(), and SetProcessInfo().
|
protected |
Definition at line 67 of file TQueryResult.h.
Referenced by AddInput(), GetInputList(), GetInputObject(), SetInputList(), and ~TQueryResult().
|
protected |
Definition at line 74 of file TQueryResult.h.
Referenced by GetLibList().
|
protected |
Definition at line 71 of file TQueryResult.h.
Referenced by AddLogLine(), GetLogFile(), TProofQueryResult::SetRunning(), and ~TQueryResult().
|
protected |
Definition at line 83 of file TQueryResult.h.
Referenced by CloneInfo(), GetMergeTime(), Print(), and SetMergeTime().
|
protected |
Definition at line 87 of file TQueryResult.h.
Referenced by CloneInfo(), GetNumMergers(), Print(), and SetNumMergers().
|
protected |
Definition at line 86 of file TQueryResult.h.
Referenced by CloneInfo(), GetNumWrks(), Print(), and TProofQueryResult::SetRunning().
|
protected |
Definition at line 66 of file TQueryResult.h.
Referenced by CloneInfo(), GetOptions(), and SaveSelector().
|
protected |
Definition at line 76 of file TQueryResult.h.
Referenced by Browse(), GetOutputList(), Print(), RecordEnd(), SetOutputList(), and ~TQueryResult().
|
protected |
Definition at line 75 of file TQueryResult.h.
Referenced by CloneInfo(), GetParList(), Print(), and TProofQueryResult::SetRunning().
|
protected |
Definition at line 80 of file TQueryResult.h.
Referenced by CloneInfo(), GetPrepTime(), Print(), and SetPrepTime().
|
protected |
Definition at line 82 of file TQueryResult.h.
Referenced by CloneInfo(), GetProcTime(), Print(), and SetProcessInfo().
|
protected |
Definition at line 84 of file TQueryResult.h.
Referenced by CloneInfo(), GetRecvTime(), Print(), and SetRecvTime().
|
protected |
Definition at line 79 of file TQueryResult.h.
Referenced by CloneInfo(), GetResultFile(), Print(), SetArchived(), and TProofQueryResult::SetResultFile().
|
protected |
Definition at line 72 of file TQueryResult.h.
Referenced by CloneInfo(), GetSelecHdr(), SaveSelector(), and ~TQueryResult().
|
protected |
Definition at line 73 of file TQueryResult.h.
Referenced by CloneInfo(), GetSelecImp(), Print(), SaveSelector(), and ~TQueryResult().
|
protected |
Definition at line 60 of file TQueryResult.h.
Referenced by CloneInfo(), TProofLite::GetListOfQueries(), GetSeqNum(), TProofServ::HandleQueryList(), Print(), and TProofQueryResult::SetRunning().
|
protected |
Definition at line 63 of file TQueryResult.h.
Referenced by CloneInfo(), GetStartTime(), Print(), and TProofQueryResult::SetRunning().
|
protected |
Definition at line 62 of file TQueryResult.h.
Referenced by CloneInfo(), GetStatus(), IsDone(), Print(), RecordEnd(), and TProofQueryResult::SetRunning().
|
protected |
Definition at line 85 of file TQueryResult.h.
Referenced by CloneInfo(), GetTermTime(), Print(), and SetTermTime().
|
protected |
Definition at line 65 of file TQueryResult.h.
Referenced by CloneInfo(), GetUsedCPU(), Print(), and SetProcessInfo().