#include <RooList.h>
Inheritance diagram for RooList:
Public Member Functions | |
RooList () | |
virtual | ~RooList () |
TObjOptLink * | findLink (const char *name, const char *caller=0) const |
Bool_t | moveBefore (const char *before, const char *target, const char *caller=0) |
Bool_t | moveAfter (const char *after, const char *target, const char *caller=0) |
RooList () | |
virtual | ~RooList () |
TObjOptLink * | findLink (const char *name, const char *caller=0) const |
Bool_t | moveBefore (const char *before, const char *target, const char *caller=0) |
Bool_t | moveAfter (const char *after, const char *target, const char *caller=0) |
Definition at line 21 of file RooList.h.
TObjOptLink* RooList::findLink | ( | const char * | name, | |
const char * | caller = 0 | |||
) | const |
Bool_t RooList::moveBefore | ( | const char * | before, | |
const char * | target, | |||
const char * | caller = 0 | |||
) |
Definition at line 63 of file RooList.cxx.
References TList::AddFirst(), TSeqCollection::Changed(), TString::Data(), TList::fFirst, findLink(), TCollection::fSize, TObjLink::GetObject(), TObjOptLink::GetOption(), kFALSE, kTRUE, TList::NewOptLink(), TObjLink::Prev(), and TList::Remove().
Referenced by RooPlot::drawBefore().
Bool_t RooList::moveAfter | ( | const char * | after, | |
const char * | target, | |||
const char * | caller = 0 | |||
) |
Definition at line 98 of file RooList.cxx.
References TList::AddLast(), TSeqCollection::Changed(), TString::Data(), findLink(), TList::fLast, TCollection::fSize, TObjLink::GetObject(), TObjOptLink::GetOption(), kFALSE, kTRUE, TList::NewOptLink(), and TList::Remove().
Referenced by RooPlot::drawAfter().
TObjOptLink* RooList::findLink | ( | const char * | name, | |
const char * | caller = 0 | |||
) | const |
Bool_t RooList::moveBefore | ( | const char * | before, | |
const char * | target, | |||
const char * | caller = 0 | |||
) |
Bool_t RooList::moveAfter | ( | const char * | after, | |
const char * | target, | |||
const char * | caller = 0 | |||
) |