61#include "RConfigure.h" 
   90   fParent    (0), fFirstchild(0), fLastchild (0), fPrevsibling(0),
 
   91   fNextsibling(0),fOpen (
kFALSE), fDNDState  (0),
 
   92   fY         (0), fXtext     (0), fYtext(0), fHeight(0)
 
  156      delete dynamic_cast<TObject *
>(obj);
 
  226                          gClient->GetPicture(
"unchecked_dis_t.xpm"));
 
  230                          gClient->GetPicture(
"unchecked_t.xpm"));
 
  293         ::Warning(
"TGListTreeItem::SetCheckBoxPictures", 
"checked picture not specified, defaulting to checked_t");
 
  299         ::Warning(
"TGListTreeItem::SetCheckBoxPictures", 
"unchecked picture not specified, defaulting to unchecked_t");
 
  317      ::Warning(
"TGListTreeItem::SetPictures", 
"opened picture not specified, defaulting to ofolder_t");
 
  323      ::Warning(
"TGListTreeItem::SetPictures", 
"closed picture not specified, defaulting to folder_t");
 
  530      } 
else if (state != item->
IsActive()) { 
 
  584      if (newpos < 0) newpos = 0;
 
  599            Int_t minxchk = 0, maxxchk = 0;
 
  602               maxxchk = (item->
fXtext - 4);
 
  610            if ((item->
HasCheckBox()) && (
event->fX < maxxchk) &&
 
  611               (event->
fX > minxchk))
 
  621            if ((event->
fX < maxx) && (event->
fX > minx)) {
 
  758   for (
int i = 0; typelist[i] != 
kNone; ++i) {
 
  796   Emit(
"DataDropped(TGListTreeItem*,TDNDData*)", args);
 
  811   } 
else if ((item = 
FindItem(event->
fY)) != 0) {
 
  827         if ((event->
fX < (item->
fXtext - 4) &&
 
  846                  if (
dynamic_cast<TObject *
>(obj)) {
 
  876                  if (xmpname.
EndsWith(
"_t.xpm__16x16"))
 
  877                     xmpname.
ReplaceAll(
"_t.xpm__16x16", 
"_s.xpm");
 
  910         if (obj && obj->IsA()->IsTObject()) {
 
  941      gVirtualX->LookupString(event, input, 
sizeof(input), keysym);
 
 1029         switch((
EKeySym)keysym & ~0x20) {   
 
 1050   Emit(
"MouseOver(TGListTreeItem*)", (
Long_t)entry);
 
 1061   Emit(
"MouseOver(TGListTreeItem*,UInt_t)", args);
 
 1086   args[1] = (
Long_t)keysym;
 
 1088   Emit(
"KeyPressed(TGListTreeItem*,ULong_t,ULong_t)", args);
 
 1097   Emit(
"ReturnPressed(TGListTreeItem*)", (
Long_t)entry);
 
 1110   Emit(
"Checked(TObject*,Bool_t)", args);
 
 1123   Emit(
"Clicked(TGListTreeItem*,Int_t)", args);
 
 1138   Emit(
"Clicked(TGListTreeItem*,Int_t,Int_t,Int_t)", args);
 
 1154   Emit(
"Clicked(TGListTreeItem*,Int_t,UInt_t,Int_t,Int_t)", args);
 
 1167   Emit(
"DoubleClicked(TGListTreeItem*,Int_t)", args);
 
 1182   Emit(
"DoubleClicked(TGListTreeItem*,Int_t,Int_t,Int_t)", args);
 
 1211   if (newpos<0) newpos = 0;
 
 1246      if (findy <= 2*height) {
 
 1248         if (newpos<0) newpos = 0;
 
 1275         if (newpos<0) newpos = 0;
 
 1307   if (
y==0) 
y = yparent; 
 
 1339   else if (!buf.
IsNull()) ret = 1;
 
 1375   if (((
Int_t)w < 1) || (w > 32768) || ((
Int_t)
h < 1)) {
 
 1442   if ((old_width != 
fDefw) || (old_height != 
fDefh)) {
 
 1482   Int_t  xpic1, ypic1, xbranch, ybranch, xtext, ytext = 0, xline, yline, xc;
 
 1501      if (pic1) xpic2 = xpic1 + pic1->
GetWidth() + 1;
 
 1502      else xpic2 = xpic1 + 1;
 
 1523      if (xline == 0) xline = xpic1;
 
 1525      if (xline == 0) xline = xpic1;
 
 1528      yline = ybranch = ypic1 + (
Int_t)(height >> 1);
 
 1529      yline = ypic1 + (
Int_t)(height >> 1);
 
 1545   Int_t ylinep    = yline   - pos.
fY;
 
 1546   Int_t ybranchp  = ybranch - pos.
fY;
 
 1584   *retheight = height;
 
 1904      if ((findy >= 
y) && (findy <= 
y + (
Int_t)height)) {
 
 1912         if (*finditem) 
return -1;
 
 1935   while (item && !finditem) {
 
 1944      if ((findy >= 
y) && (findy <= 
y + (
Int_t)height))
 
 1967   if ((parent == 0) || (parent && parent->
IsOpen()))
 
 1983   if ((parent == 0) || (parent && parent->
IsOpen()))
 
 1999      item = 
AddItem(parent, 
string, 
open, closed, checkbox);
 
 2162   parent = 
first->fParent;
 
 2167   if (count <= 1) 
return 1;
 
 2172   while (
first->fNextsibling) {
 
 2173      list[count] = 
first->fNextsibling;
 
 2181   for (i = 0; i < count; i++) {
 
 2194      fLast  = list[count-1];
 
 2288   } 
else if (!item && 
fFirst) {
 
 2311   } 
else if (!item && 
fFirst) {
 
 2332   if (!path || !*path) 
return 0;
 
 2334   const char *p = path, *
s;
 
 2338   if (!
gVirtualX->InheritsFrom(
"TGX11")) {
 
 2350      while (*p && *p == 
'/') p++;
 
 2356         strlcpy(dirname, p, 1024);
 
 2358         strlcpy(dirname, p, (
s-p)+1);
 
 2363      if (!diritem && dirname[0]) {
 
 2368            if (!
s || !
s[0]) 
return diritem;
 
 2375      if (!
s || !
s[0]) 
return item;
 
 2410      strlcpy(path, tmppath, 1024);
 
 2412      if (--depth == 0 && item) {
 
 2413         snprintf(tmppath, 1023, 
"...%s", path);
 
 2414         strlcpy(path, tmppath, 1024);
 
 2459      const TGGC *selgc = 
gClient->GetResourcePool()->GetSelectedGC();
 
 2609   out << std::endl << 
"   // list tree" << std::endl;
 
 2610   out << 
"   TGListTree *";
 
 2621         out <<
");" << std::endl;
 
 2628   if (option && strstr(option, 
"keep_names"))
 
 2629      out << 
"   " << 
GetName() << 
"->SetName(\"" << 
GetName() << 
"\");" << std::endl;
 
 2638   out << 
"   const TGPicture *popen;       //used for list tree items" << std::endl;
 
 2639   out << 
"   const TGPicture *pclose;      //used for list tree items" << std::endl;
 
 2643      out << 
"   TGListTreeItem *item" << 
n << 
" = " << 
GetName() << 
"->AddItem(";
 
 2646         out << 
"   " << 
GetName() << 
"->OpenItem(item" << 
n << 
");" << std::endl;
 
 2648         out << 
"   " << 
GetName() << 
"->CloseItem(item" << 
n << 
");" << std::endl;
 
 2651         out << 
"   " << 
GetName() << 
"->SetSelected(item" << 
n << 
");" << std::endl;
 
 2670      out << 
"   TGListTreeItem *item" << 
n << 
" = " << 
GetName() << 
"->AddItem(";
 
 2699      out << 
"item" << option << 
",";
 
 2701   text.ReplaceAll(
'\\', 
"\\\\");
 
 2702   text.ReplaceAll(
"\"", 
"\\\"");
 
 2703   out << quote << 
text << quote;
 
 2704   out << 
");" << std::endl;
 
 2708      out << 
"   popen = gClient->GetPicture(" << quote
 
 2710          << quote << 
");" << std::endl;
 
 2714      out << 
"   pclose = gClient->GetPicture(" << quote
 
 2716          << quote << 
");" << std::endl;
 
 2718   out << 
"   item" << 
s.Data() << 
"->SetPictures(popen, pclose);" << std::endl;
 
 2721         out << 
"   const TGPicture *pcheck;        //used for checked items" << std::endl;
 
 2725         out << 
"   const TGPicture *puncheck;      //used for unchecked items" << std::endl;
 
 2728      out << 
"   item" << 
s.Data() << 
"->CheckItem();" << std::endl;
 
 2731         out << 
"   pcheck = gClient->GetPicture(" << quote
 
 2733             << quote << 
");" << std::endl;
 
 2737         out << 
"   puncheck = gClient->GetPicture(" << quote
 
 2739             << quote << 
");" << std::endl;
 
 2741      out << 
"   item" << 
s.Data() << 
"->SetCheckBoxPictures(pcheck, puncheck);" << std::endl;
 
 2742      out << 
"   item" << 
s.Data() << 
"->SetCheckBox(kTRUE);" << std::endl;
 
 2745      if (oldcolor != 
fColor) {
 
 2747         out << 
"   item" << 
s.Data() << 
"->SetColor(" << 
fColor << 
");" << std::endl;
 
 2755      out << 
"   item" << 
s.Data() << 
"->SetTipText(" << quote
 
 2756          << tiptext << quote << 
");" << std::endl;
 
 2795   parent  = current ? current : item;
 
 2841            if (fitem) 
return fitem;
 
 2856   if (!checked || !
fFirst) 
return;
 
 2873   if (!checked || !item) 
return;
 
const Mask_t kGCBackground
 
const Mask_t kGCForeground
 
const Mask_t kGCLineStyle
 
const Mask_t kGCLineWidth
 
const Mask_t kButtonPressMask
 
const Mask_t kGCFillStyle
 
const Mask_t kAnyModifier
 
const Mask_t kKeyPressMask
 
const Mask_t kPointerMotionMask
 
const Mask_t kKeyShiftMask
 
const Mask_t kKeyControlMask
 
const Mask_t kLeaveWindowMask
 
const Mask_t kButtonReleaseMask
 
const Mask_t kGCGraphicsExposures
 
const Mask_t kEnterWindowMask
 
include TDocParser_001 C image html pict1_TDocParser_001 png width
 
void Warning(const char *location, const char *msgfmt,...)
 
R__EXTERN TGDNDManager * gDNDManager
 
Int_t Compare(const void *item1, const void *item2)
 
char * StrDup(const char *str)
Duplicate the string str.
 
R__EXTERN TSystem * gSystem
 
The concrete implementation of TBuffer for writing/reading to/from a ROOT file or socket.
 
void Reset() override
Reset buffer object. Resets map and buffer offset.
 
void WriteObject(const TObject *obj, Bool_t cacheReuse=kTRUE) override
Write object to I/O buffer.
 
static ULong_t Number2Pixel(Int_t ci)
Static method that given a color index number, returns the corresponding pixel value.
 
TGFrame * GetContainer() const
 
virtual void SetVsbPosition(Int_t newPos)
Set position of vertical scrollbar.
 
virtual Int_t GetVsbPosition() const
Get position of vertical scrollbar.
 
TGVScrollBar * GetVScrollbar() const
 
TGViewPort * GetViewPort() const
 
virtual void Layout()
Create layout for canvas.
 
const TGWindow * GetDefaultRoot() const
Returns the root (i.e.
 
const TGPicture * GetPicture(const char *name)
Get picture from the picture pool.
 
void NeedRedraw(TGWindow *w, Bool_t force=kFALSE)
Set redraw flags.
 
void FreePicture(const TGPicture *pic)
Free picture resource.
 
virtual void ClearViewPort()
Clear view port and redraw full content.
 
const TGWindow * fMsgWindow
 
virtual void SetDragPixmap(const TGPicture *pic)
Set drag window pixmaps and hotpoint.
 
TGCanvas * GetCanvas() const
 
virtual void DoRedraw()
Redraw content of container in the viewport region.
 
virtual TGDimension GetPageDimension() const
Returns page dimension.
 
virtual TGVScrollBar * GetVScrollbar() const
returns pointer to vert. scroll bar
 
virtual TGPosition GetPagePosition() const
Returns page position.
 
Bool_t IsDragging() const
 
Bool_t StartDrag(TGFrame *src, Int_t x_root, Int_t y_root, Window_t grabWin=kNone)
Start dragging.
 
Bool_t Drag(Int_t x_root, Int_t y_root, Atom_t action, Time_t timestamp)
Process drag event.
 
static Atom_t GetDNDActionCopy()
 
Bool_t EndDrag()
End dragging.
 
void GetFontMetrics(FontMetrics_t *m) const
Get font metrics.
 
FontStruct_t GetFontStruct() const
 
Int_t TextWidth(const char *string, Int_t numChars=-1) const
A wrapper function for the more complicated interface of MeasureChars.
 
FontH_t GetFontHandle() const
 
static Pixel_t GetDefaultSelectedBackground()
Get default selected frame background.
 
void AddInput(UInt_t emask)
Add events specified in the emask to the events the frame should handle.
 
static Pixel_t GetWhitePixel()
Get white pixel value.
 
static Pixel_t fgDefaultSelectedBackground
 
virtual void SendMessage(const TGWindow *w, Long_t msg, Long_t parm1, Long_t parm2)
Send message (i.e.
 
virtual UInt_t GetOptions() const
 
TString GetOptionString() const
Returns a frame option string - used in SavePrimitive().
 
virtual Pixel_t GetBackground() const
 
void SetDNDTarget(Bool_t onoff)
 
static Pixel_t fgWhitePixel
 
void SaveUserColor(std::ostream &out, Option_t *)
Save a user color in a C++ macro file - used in SavePrimitive().
 
static Pixel_t fgBlackPixel
 
Pixel_t GetForeground() const
 
void SetDashOffset(Int_t v)
Patterned/dashed line offset.
 
void SetDashList(const char v[], Int_t len)
Set dash pattern. First use SetDashOffset() if not 0.
 
virtual const char * GetTipText() const
 
virtual Bool_t IsChecked() const
 
virtual Bool_t HasCheckedChild(Bool_t first=kFALSE)
Add all child items of 'item' into the list 'checked'.
 
virtual void SetPictures(const TGPicture *opened, const TGPicture *closed)
Change list tree item icons.
 
const TGPicture * fCheckedPic
 
virtual Bool_t HasUnCheckedChild(Bool_t first=kFALSE)
Add all child items of 'item' into the list 'checked'.
 
const TGPicture * fClosedPic
 
virtual void SavePrimitive(std::ostream &out, Option_t *option, Int_t n)
Save a list tree item attributes as a C++ statements on output stream.
 
virtual Pixel_t GetActiveColor() const
Return color for marking items that are active or selected.
 
virtual void SetCheckBox(Bool_t on=kTRUE)
Set a check box on the tree node.
 
virtual void CheckChildren(TGListTreeItem *item, Bool_t state)
Set all child items of 'item' checked if state=kTRUE; unchecked if state=kFALSE.
 
const TGPicture * fUncheckedPic
 
virtual void UpdateState()
Update the state of the node 'item' according to the children states.
 
TGListTreeItemStd(const TGListTreeItemStd &)
 
virtual void SetCheckBoxPictures(const TGPicture *checked, const TGPicture *unchecked)
Change list tree check item icons.
 
virtual Bool_t HasCheckBox() const
 
virtual void CheckItem(Bool_t checked=kTRUE)
 
const TGPicture * fOpenPic
 
virtual const char * GetText() const
 
virtual void CheckAllChildren(Bool_t state=kTRUE)
Set all child items of this one checked if state=kTRUE, unchecked if state=kFALSE.
 
virtual ~TGListTreeItemStd()
Delete list tree item.
 
TGListTreeItem * GetFirstChild() const
 
void Rename(const char *new_name)
 
virtual void SetCheckBoxPictures(const TGPicture *, const TGPicture *)
 
virtual Bool_t IsActive() const =0
 
virtual const char * GetText() const =0
 
virtual void CheckAllChildren(Bool_t=kTRUE)
 
TGListTreeItem * fLastchild
 
TGListTreeItem * fFirstchild
 
TGListTreeItem * GetNextSibling() const
 
virtual void CheckItem(Bool_t=kTRUE)=0
 
TGListTreeItem(const TGListTreeItem &)
 
TGListTreeItem * fPrevsibling
 
Bool_t IsDNDTarget() const
 
Bool_t IsDNDSource() const
 
virtual Bool_t HasCheckedChild(Bool_t=kFALSE)
 
TGListTreeItem * GetParent() const
 
virtual void SavePrimitive(std::ostream &, Option_t *, Int_t)
 
virtual Bool_t HasUnCheckedChild(Bool_t=kFALSE)
 
virtual void SetTipText(const char *)
 
virtual void SetActive(Bool_t)
 
virtual Int_t GetTextLength() const =0
 
virtual const TGPicture * GetCheckBoxPicture() const =0
 
virtual Bool_t IsOpen() const
 
TGListTreeItem * GetPrevSibling() const
 
virtual Color_t GetColor() const =0
 
virtual UInt_t GetPicWidth() const
Return width of item's icon.
 
virtual Bool_t IsChecked() const =0
 
virtual const TGPicture * GetPicture() const =0
 
virtual void SetOpen(Bool_t o)
 
virtual Pixel_t GetActiveColor() const =0
 
virtual void SetCheckBox(Bool_t=kTRUE)
 
virtual Bool_t HasCheckBox() const =0
 
virtual void UpdateState()
 
virtual Bool_t HasColor() const =0
 
virtual void * GetUserData() const =0
 
virtual void SetUserData(void *, Bool_t=kFALSE)
 
virtual const char * GetTipText() const =0
 
TGListTreeItem * fNextsibling
 
virtual Int_t GetTipTextLength() const =0
 
static const TGPicture * GetOpenPic()
Returns the icon used by items in open state.
 
void Clicked(TGFrame *, Int_t)
Emit Clicked() signal.
 
void PageUp(Bool_t select=kFALSE)
Move content one page up.
 
TGListTreeItem * FindItemByObj(TGListTreeItem *item, void *ptr)
Find item with fUserData == ptr.
 
TGListTreeItem * fSelected
 
Int_t SortSiblings(TGListTreeItem *item)
Sort siblings of item.
 
static const TGPicture * GetUncheckedPic()
Returns the icon used for unchecked checkbox.
 
void RemoveReference(TGListTreeItem *item)
This function removes the specified item from the linked list.
 
void LineUp(Bool_t select=kFALSE)
Move content one item-size up.
 
static Pixel_t fgGrayPixel
 
void ClearHighlighted()
Un highlight items.
 
void PDeleteChildren(TGListTreeItem *item)
Recursively delete all children of an item.
 
void InsertChildren(TGListTreeItem *parent, TGListTreeItem *item)
Insert a list of ALREADY LINKED children into another list.
 
Atom_t HandleDNDEnter(Atom_t *typelist)
Handle drag enter events.
 
static const TGPicture * GetClosedPic()
Returns the icon used by items in closed state.
 
virtual Bool_t HandleButton(Event_t *event)
Handle button events in the list tree.
 
void Home(Bool_t select=kFALSE)
Move content to the top.
 
void UnselectAll(Bool_t draw)
Unselect all items.
 
TGListTree(const TGListTree &)
 
virtual void Layout()
Layout container entries.
 
void InsertChild(TGListTreeItem *parent, TGListTreeItem *item)
Insert child in list.
 
void ToggleItem(TGListTreeItem *item)
Toggle check button state of the node 'item'.
 
virtual ~TGListTree()
Delete list tree widget.
 
void RenameItem(TGListTreeItem *item, const char *string)
Rename item in list tree.
 
void LineDown(Bool_t select=kFALSE)
Move content one item-size down.
 
void AddItem(TGListTreeItem *parent, TGListTreeItem *item)
Add given item to list tree.
 
Int_t DeleteChildren(TGListTreeItem *item)
Delete children of item from list.
 
TGListTreeItem * FindItem(Int_t findy)
Find item at postion findy.
 
TGListTreeItem * fBelowMouse
 
Int_t FontHeight()
Returns height of currently used font.
 
Int_t ReparentChildren(TGListTreeItem *item, TGListTreeItem *newparent)
Make newparent the new parent of the children of item.
 
void CheckItem(TGListTreeItem *item, Bool_t check=kTRUE)
Set check button state for the node 'item'.
 
Int_t DrawChildren(Handle_t id, TGListTreeItem *item, Int_t x, Int_t y, Int_t xroot)
Draw children of item in list tree.
 
static const TGGC & GetLineGC()
Return graphics context in use for line drawing.
 
void CheckAllChildren(TGListTreeItem *item, Bool_t state)
Check all child items of 'item' and 'item' itself according to the state value: kTRUE means check all...
 
static TGGC * fgHighlightGC
 
static const TGPicture * GetCheckedPic()
Returns the icon used for checked checkbox.
 
Atom_t HandleDNDPosition(Int_t x, Int_t y, Atom_t action, Int_t xroot, Int_t yroot)
Handle dragging position events.
 
void SetCheckBox(TGListTreeItem *item, Bool_t on=kTRUE)
Set check button state for the node 'item'.
 
void OpenItem(TGListTreeItem *item)
Open item in list tree (i.e. show child items).
 
virtual void DrawActive(Handle_t id, TGListTreeItem *item)
Draw active item with its active color.
 
Int_t Reparent(TGListTreeItem *item, TGListTreeItem *newparent)
Make newparent the new parent of item.
 
void GetChecked(TList *checked)
Add all checked list tree items of this list tree into the list 'checked'.
 
Int_t RecursiveDeleteItem(TGListTreeItem *item, void *userData)
Delete item with fUserData == ptr.
 
virtual Bool_t HandleCrossing(Event_t *event)
Handle mouse crossing event.
 
Int_t TextWidth(const char *c)
Returns text width relative to currently used font.
 
void DrawItem(Handle_t id, TGListTreeItem *item, Int_t x, Int_t y, Int_t *xroot, UInt_t *retwidth, UInt_t *retheight)
Draw list tree item.
 
TGListTreeItem * fDropItem
 
void SetToolTipText(const char *text, Int_t x, Int_t y, Long_t delayms)
Set tool tip text associated with this item.
 
TGListTreeItem * fTipItem
 
Int_t FontAscent()
Returns ascent of currently used font.
 
void End(Bool_t select=kFALSE)
Move content to the bottom.
 
static const TGGC & GetColorGC()
Return graphics context for highlighted frame background.
 
virtual void Checked(TObject *obj, Bool_t check)
Emit Checked() signal.
 
static const TGGC & GetDrawGC()
Return default graphics context in use.
 
void HighlightChildren(TGListTreeItem *item, Bool_t state, Bool_t draw)
Higlight item children.
 
virtual void DataDropped(TGListTreeItem *item, TDNDData *data)
Emit DataDropped() signal.
 
static const TGPicture * fgClosedPic
 
Int_t DeleteItem(TGListTreeItem *item)
Delete item from list tree.
 
static const TGPicture * fgUncheckedPic
 
static const TGGC & GetHighlightGC()
Return graphics context for highlighted frame background.
 
void GetCheckedChildren(TList *checked, TGListTreeItem *item)
Add all child items of 'item' into the list 'checked'.
 
static const TGPicture * fgCheckedPic
 
TGListTreeItem * GetFirstItem() const
 
Bool_t HandleDNDLeave()
Handle drag leave events.
 
TGListTreeItem * FindChildByName(TGListTreeItem *item, const char *name)
Find child of item by name.
 
void SaveChildren(std::ostream &out, TGListTreeItem *item, Int_t &n)
Save child items as a C++ statements on output stream out.
 
static const TGGC & GetActiveGC()
Return default graphics context in use.
 
Int_t SortChildren(TGListTreeItem *item)
Sort children of item.
 
static const TGPicture * fgOpenPic
 
EColorMarkupMode fColorMode
 
Int_t Sort(TGListTreeItem *item)
Sort items starting with item.
 
void KeyPressed(TGFrame *, UInt_t, UInt_t)
Signal emitted when keyboard key pressed.
 
void DrawNode(Handle_t id, TGListTreeItem *item, Int_t x, Int_t y)
Draw node (little + in box).
 
void Search(Bool_t close=kTRUE)
Invokes search dialog. Looks for item with the entered name.
 
virtual Bool_t HandleKey(Event_t *event)
The key press event handler converts a key press to some line editor action.
 
void DrawItemName(Handle_t id, TGListTreeItem *item)
Draw name of list tree item.
 
TGListTreeItem * fCurrent
 
virtual void UpdateChecked(TGListTreeItem *item, Bool_t redraw=kFALSE)
Update the state of the node 'item' according to the children states.
 
virtual Bool_t HandleMotion(Event_t *event)
Handle mouse motion event.
 
Int_t SearchChildren(TGListTreeItem *item, Int_t y, Int_t findy, TGListTreeItem **finditem)
Search child item.
 
virtual void MouseOver(TGListTreeItem *entry)
Signal emitted when pointer is over entry.
 
void HighlightItem(TGListTreeItem *item)
Highlight item.
 
TGListTreeItem * FindSiblingByName(TGListTreeItem *item, const char *name)
Find sibling of item by name.
 
TGListTreeItem * FindItemByPathname(const char *path)
Find item by pathname.
 
void ReturnPressed(TGFrame *)
Signal emitted when Return/Enter key pressed.
 
void AdjustPosition()
Move content to position of highlighted/activated frame.
 
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save a list tree widget as a C++ statements on output stream out.
 
TGListTreeItem * FindChildByData(TGListTreeItem *item, void *userData)
Find child of item by userData.
 
void CloseItem(TGListTreeItem *item)
Close item in list tree (i.e. hide child items).
 
static FontStruct_t GetDefaultFontStruct()
Return default font structure in use.
 
virtual void DrawRegion(Int_t x, Int_t y, UInt_t w, UInt_t h)
Redraw list tree.
 
void PDeleteItem(TGListTreeItem *item)
Delete given item.
 
virtual Bool_t HandleDoubleClick(Event_t *event)
Handle double click event in the list tree (only for kButton1).
 
void SetToolTipItem(TGListTreeItem *item, const char *string)
Set tooltip text for this item.
 
Bool_t HandleDNDDrop(TDNDData *data)
Handle drop events.
 
void DoubleClicked(TGFrame *, Int_t)
Emit DoubleClicked() signal.
 
virtual void DrawOutline(Handle_t id, TGListTreeItem *item, Pixel_t col=0xbbbbbb, Bool_t clear=kFALSE)
Draw a outline of color 'col' around an item.
 
TGListTreeItem * FindSiblingByData(TGListTreeItem *item, void *userData)
Find sibling of item by userData.
 
static const TGFont * fgDefaultFont
 
void PageDown(Bool_t select=kFALSE)
Move content one page down.
 
static Pixel_t GetGrayPixel()
Return gray draw color in use.
 
void GetPathnameFromItem(TGListTreeItem *item, char *path, Int_t depth=0)
Get pathname from item.
 
void Draw(Handle_t id, Int_t yevent, Int_t hevent)
Draw list tree widget.
 
const char * GetName() const
Returns name of object.
 
void Draw(Option_t *="")
Default Draw method for all objects.
 
virtual void SetWindowName(const char *name=0)
Set window name.
 
virtual const char * GetName() const
Return unique name, used in SavePrimitive methods.
 
const TGWindow * GetParent() const
 
virtual Bool_t IsMapped()
Returns kTRUE if window is mapped on screen, kFALSE otherwise.
 
virtual void Add(TObject *obj)
 
virtual TObject * At(Int_t idx) const
Returns the object at position idx. Returns 0 if idx is out of range.
 
The TNamed class is the base class for all named ROOT classes.
 
virtual const char * GetName() const
Returns name of object.
 
Collectable string class.
 
Mother of all ROOT objects.
 
virtual const char * GetTitle() const
Returns title of object.
 
virtual Int_t Compare(const TObject *obj) const
Compare abstract method.
 
void Emit(const char *signal, const T &arg)
Activate signal with single parameter.
 
Bool_t EndsWith(const char *pat, ECaseCompare cmp=kExact) const
Return true if string ends with the specified string.
 
const char * Data() const
 
TString & ReplaceAll(const TString &s1, const TString &s2)
 
Bool_t BeginsWith(const char *s, ECaseCompare cmp=kExact) const
 
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString.
 
virtual Bool_t ExpandPathName(TString &path)
Expand a pathname getting rid of special shell characters like ~.
 
virtual TList * GetVolumes(Option_t *) const
 
virtual const char * UnixPathName(const char *unixpathname)
Convert from a Unix pathname to a local pathname.
 
virtual const char * WorkingDirectory()
Return working directory.
 
EvaluateInfo init(std::vector< RooRealProxy > parameters, std::vector< ArrayWrapper * > wrappers, std::vector< double * > arrays, size_t begin, size_t batchSize)
 
static constexpr double s
 
Short_t Max(Short_t a, Short_t b)
 
Short_t Min(Short_t a, Short_t b)
 
Bool_t fGraphicsExposures