21#include "RConfigure.h"
133struct DefaultIcon_t {
134 const char *fPicnamePrefix;
139static DefaultIcon_t gDefaultIcon[] = {
140 {
"folder", { 0, 0 } },
143 {
"slink", { 0, 0 } },
144 {
"histo", { 0, 0 } },
145 {
"object", { 0, 0 } }
154 {
"",
"",
kFALSE, -1, 0 },
159 {
"",
"",
kFALSE, -1, 0 },
163 {
"",
"",
kFALSE, -1, 0 },
165 {
"",
"",
kFALSE, -1, 0 },
180class TRootBrowserHistoryCursor :
public TObject {
190class TRootBrowserHistory :
public TList {
193 TRootBrowserHistoryCursor *cur;
196 while ((cur = (TRootBrowserHistoryCursor*)next())) {
197 if (cur->fItem->GetUserData() == obj) {
205 TRootBrowserHistoryCursor *cur;
208 while ((cur = (TRootBrowserHistoryCursor*)next())) {
209 if (cur->fItem == item) {
219class TRootBrowserCursorSwitcher {
228 ~TRootBrowserCursorSwitcher() {
235class TIconBoxThumb :
public TObject {
247 const char *
GetName()
const {
return fName.
Data(); }
264 object = ((
TKey *)fObj)->ReadObj();
273 fDNDData.fDataType =
gVirtualX->InternAtom(
"application/root",
kFALSE);
294 TGFileItem(p, bpic, 0, spic, 0,
name, 0, 0, 0, 0, 0, viewMode)
298 fDNDData.fDataLength = 0;
301 for (
Int_t i = 0; fSubnames[i] != 0; ++i)
delete fSubnames[i];
310 if (obj->IsA()->HasDefaultConstructor()) {
319 for (i = 0; fSubnames[i] != 0; ++i)
322 for (i = 0; fSubnames[i] != 0; ++i)
323 fCtw[i] =
gVirtualX->TextWidth(fFontStruct, fSubnames[i]->GetString(),
324 fSubnames[i]->GetLength());
329class TRootIconList :
public TList {
332 TRootIconBox *fIconBox;
336 TRootIconList(TRootIconBox*
box = 0);
337 virtual ~TRootIconList();
339 const char *
GetTitle()
const {
return "ListView Container"; }
342 const TGPicture *GetPicture()
const {
return fPic; }
348TRootIconList::TRootIconList(TRootIconBox*
box)
350 fPic =
gClient->GetPicture(
"listview.xpm");
358TRootIconList::~TRootIconList()
366void TRootIconList::UpdateName()
368 if (!First())
return;
371 fName = First()->GetName();
375 fName = First()->GetName();
377 fName += Last()->GetName();
384friend class TRootIconList;
389 TRootIconList *fCurrentList;
390 TRootObjItem *fCurrentItem;
409 void RemoveGarbage();
416 virtual ~TRootIconBox();
421 void SetObjHeaders();
424 void SetGroupSize(
Int_t siz) { fGroupSize = siz; }
425 Int_t GetGroupSize()
const {
return fGroupSize; }
427 Bool_t WasGrouped()
const {
return fWasGrouped; }
439 fCheckHeaders =
kTRUE;
441 fGarbage =
new TList();
457 fAutoThumbnail =
kTRUE;
463TRootIconBox::~TRootIconBox()
484 Bool_t xpm = xpm_magic ==
"/* ";
485 const char *iconname = xpm ? obj->
GetName() :
name;
491 if (fCachedPicName == iconname) {
492 *pic = fLargeCachedPic;
493 *spic = fSmallCachedPic;
499 if (!(*pic) && xpm) {
519 fLargeCachedPic = *pic;
529 fSmallCachedPic = *spic;
530 fCachedPicName = iconname;
536void TRootIconBox::RemoveGarbage()
538 TIter next(fGarbage);
541 while ((li=(
TList *)next())) {
542 li->
Clear(
"nodelete");
566 isSystemFile =
kTRUE;
589 TIconBoxThumb *thumb = 0;
596 spic = thumb->fSmall;
602 fi = AddRemoteFile(obj, spic, pic);
604 fi = AddFile(
name, spic, pic);
626 fCurrentList =
new TRootIconList(
this);
627 fGarbage->
Add(fCurrentList);
630 fCurrentList->Add(obj);
631 fCurrentList->UpdateName();
638 if (
f->GetUserData() == obj) {
643 if (fGrouped && fCurrentItem && (fCurrentList->GetSize()>1)) {
644 fCurrentName->
SetString(fCurrentList->GetName());
649 if ((fCurrentList->GetSize() < fGroupSize) && !fGrouped) {
650 GetObjPictures(&pic, &spic, obj, obj->
GetIconName() ?
660 fi =
new TRootObjItem(
this, pic, spic,
new TGString(
name), obj, cl, view);
667 if (fGrouped && (fCurrentList->GetSize()==1)) {
668 fCurrentName =
new TGString(fCurrentList->GetName());
669 fCurrentItem =
new TRootObjItem(
this, fCurrentList->GetPicture(), fCurrentList->GetPicture(),
671 fCurrentItem->SetUserData(fCurrentList);
672 AddItem(fCurrentItem);
677 if ((fCurrentList->GetSize()==fGroupSize) && !fGrouped) {
691 fCurrentName =
new TGString(fCurrentList->GetName());
692 fi =
new TRootObjItem(
this, fCurrentList->GetPicture(), fCurrentList->GetPicture(),
697 fCurrentList =
new TRootIconList(
this);
698 fGarbage->
Add(fCurrentList);
703 if ((fCurrentList->GetSize()==fGroupSize) && fGrouped) {
704 fCurrentList =
new TRootIconList(
this);
705 fGarbage->
Add(fCurrentList);
713void TRootIconList::Browse(
TBrowser *)
786 if (
name.IsNull())
return 0;
793 fLastDir = direction;
794 fLastCase = caseSensitive;
816 li = (
TList*)
lv->GetUserData();
820 while ((obj=next())) {
850void TRootIconBox::SetObjHeaders()
861void TRootIconBox::Refresh()
876void TRootIconBox::RemoveAll()
878 if (fIsEmpty)
return;
880 fCheckHeaders =
kTRUE;
1183 fIconBox->fAutoThumbnail = (str ==
"yes") || atoi(str.
Data());
1202 int parts[] = { 26, 74 };
1236 printf(
"\n You are using the old ROOT browser! A new version is available. To use it:\n");
1237 printf(
" Select the \"New Browser\" entry from the \"File\" menu in the browser, or change\n");
1238 printf(
" \"Browser.Name:\" from \"TRootBrowserLite\" to \"TRootBrowser\" in system.rootrc\n\n");
1240 Connect(
fLt,
"Checked(TObject*, Bool_t)",
"TRootBrowserLite",
1241 this,
"Checked(TObject *,Bool_t)");
1252 gVirtualX->LookupString(event, input,
sizeof(input), keysym);
1263 switch ((
EKeySym)keysym & ~0x20) {
1299 if (
f->GetUserData() == obj) {
1300 f->SetCheckedEntry(check);
1307 if (
name[0] ==
'.' && ((
name[1] ==
'\0') || (
name[1] ==
'.' &&
name[2] ==
'\0')))
1331 if (
f->GetUserData() == obj) {
1332 f->SetCheckedEntry(check);
1354 if (
f->GetUserData() == obj) {
1355 f->SetCheckedEntry(check);
1378 if (
f->GetUserData() == obj) {
1411 objClass = obj->IsA();
1428 if (
name[0] ==
'.' &&
name[1] ==
'.')
1429 Info(
"AddToTree",
"up one level %s",
name);
1459 Long64_t bsize, fsize, objsize = 0;
1465 objsize = objinfo.
Atoll();
1468 bsize = fsize = objsize;
1588 fmt =
"%d Object%s, %d selected.";
1590 fmt =
"%d Object%s.";
1601 char *p, path[1024];
1605 while (*p && *(p+1) ==
'/') ++p;
1615 while (*p && *(p+1) ==
'/') ++p;
1624 Bool_t disableUp = dirname ==
"/";
1628 disableUp = strlen(p) == 1;
1642 TRootBrowserCursorSwitcher cursorSwitcher(
fIconBox,
fLt);
1659 if (act[0] ==
'!') {
1668 Emit(
"ExecuteDefaultAction(TObject*)", (
Long_t)obj);
1673 TRootBrowserCursorSwitcher cursorSwitcher2(
fIconBox,
fLt);
1701 if (
fIconBox->fAutoThumbnail && nowp && (nowp != wasp)) {
1714 TIconBoxThumb *thumb = (TIconBoxThumb*)
fIconBox->fThumbnails->FindObject(path.
Data());
1717 spic = thumb->fSmall;
1718 pic = thumb->fLarge;
1729 static const UInt_t sz = 72;
1737 h = (imgh*sz) / (imgw > 0 ? imgw : 1);
1739 w = (imgw*sz) / (imgh > 0 ? imgh : 1);
1742 w = (w < 54) ? 54 : w;
1743 h = (
h < 54) ? 54 :
h;
1746 img->
Merge(img,
"tint");
1747 img->
DrawBox(0, 0, w,
h,
"#ffff00", 1);
1753 thumb =
new TIconBoxThumb(path.
Data(), spic, pic);
1771 TRootBrowserCursorSwitcher *cursorSwitcher = 0;
1776 cursorSwitcher =
new TRootBrowserCursorSwitcher(
fIconBox,
fLt);
1797 new TBrowser(
"Browser",
"ROOT Object Browser");
1805 gROOT->MakeDefCanvas();
1900 printf(
"Currently the browser always shows all cycles\n");
1976 sprintf(str,
"About ROOT %s...",
gROOT->GetVersion());
1995 hd =
new TRootHelpDialog(
this,
"Help on Graphics Editor...", 600, 400);
2027 const char *dirname =
e->GetPath()->GetString();
2121 if (
fIconBox->NumSelected() == 1) {
2151 if (
fIconBox->NumSelected() == 1) {
2171 Error(
"ProcessMessage",
"do not support non TObject (like %s) yet",
2196 if (
fIconBox->NumSelected() == 1) {
2205 delete cursorSwitcher;
2224 delete cursorSwitcher;
2250 if (strcmp(((
TKey*)obj)->GetClassName(),
"TDirectoryFile") == 0) {
2282 (item == ((TRootBrowserHistoryCursor*)
fHistoryCursor)->fItem)))
return;
2284 TRootBrowserHistoryCursor *cur = (TRootBrowserHistoryCursor*)
fHistoryCursor;
2291 cur =
new TRootBrowserHistoryCursor(item);
2386 ((TRootBrowserHistory*)
fHistory)->DeleteItem(item);
2433 while ( probj && strcmp(probj->
GetClassName(),
"TFile")) {
2441 TString::Format(
"((TApplicationServer *)gApplication)->BrowseFile(\"%s\");",
2456 else if (!strcmp(item->
GetText(),
"ROOT Files")) {
2470 if (topobj && topobj->
InheritsFrom(
"TApplicationRemote")) {
2484 Getlinem(kInit,
"\nroot [0]");
2517 gROOT->GetListOfBrowsables()->Remove(old);
2519 gROOT->GetListOfBrowsables()->Add(obj);
2555 Emit(
"DoubleClicked(TObject*)", (
Long_t)obj);
2568 Emit(
"Checked(TObject*,Bool_t)", args);
2579 TRootBrowserCursorSwitcher cursorSwitcher(
fIconBox,
fLt);
2583 if (obj->IsA()->GetMethodWithPrototype(
"Browse",
"TBrowser*"))
2602 TKey *key =
dynamic_cast<TKey*
>(obj);
2611 if (t ==
".")
goto out;
2772 if ( (refresh || force) && !
fIconBox->WasGrouped()
2775 TRootBrowserCursorSwitcher cursorSwitcher(
fIconBox,
fLt);
2777 UInt_t curr =
gROOT->GetListOfBrowsables()->GetSize();
2778 if (!prev) prev = curr;
2843 if (!strcasecmp(opt,
"big"))
2845 else if (!strcasecmp(opt,
"small"))
2847 else if (!strcasecmp(opt,
"list"))
2849 else if (!strcasecmp(opt,
"details"))
2859 if (!strcasecmp(opt,
"name"))
2861 else if (!strcasecmp(opt,
"type"))
2863 else if (!strcasecmp(opt,
"size"))
2865 else if (!strcasecmp(opt,
"date"))
2911 for (i = 2; i <= 5; ++i)
2918 buttons[0]->
Connect(
"Clicked()",
"TRootBrowserLite",
this,
2920 buttons[1]->
Connect(
"Clicked()",
"TRootBrowserLite",
this,
2922 buttons[2]->
Connect(
"Clicked()",
"TRootBrowserLite",
this,
2924 buttons[5]->
Connect(
"Clicked()",
"TRootBrowserLite",
this,
2980 for (
int i = 0; i < len; i++) {
2982 if (((
c < 32) || (
c > 126)) && (
c !=
'\t') && (
c !=
'\r') && (
c !=
'\n')) {
3024 const int bufferSize = 1024;
3025 char buffer[bufferSize];
3027 FILE *fd = fopen(
file,
"rb");
3034 int sz = fread(buffer, 1, bufferSize, fd);
3037 if ((sz > 0) &&
isBinary(buffer, sz)) {
3052 fTextEdit,
"Search(char *,Bool_t,Bool_t)");
3056 savbtn->
Connect(
"Released()",
"TGTextEdit",
fTextEdit,
"SaveFile(=0,kTRUE)");
3100 gROOT->Macro(tmpfile);
3135 bt1->
Connect(
"Pressed()",
"TRootBrowserLite",
this,
"ExecMacro()");
3136 bt2->
Connect(
"Pressed()",
"TRootBrowserLite",
this,
"InterruptMacro()");
const Mask_t kKeyMod1Mask
R__EXTERN const char gHelpObjects[]
R__EXTERN const char gHelpPullDownMenus[]
R__EXTERN const char gHelpRemote[]
R__EXTERN const char gHelpAbout[]
R__EXTERN const char gHelpGraphicsEditor[]
R__EXTERN const char gHelpCanvas[]
R__EXTERN const char gHelpBrowserLite[]
R__EXTERN const char gHelpPostscript[]
R__EXTERN TApplication * gApplication
include TDocParser_001 C image html pict1_TDocParser_001 png width
R__EXTERN TGDNDManager * gDNDManager
static unsigned int total
static Bool_t isBinary(const char *str, int len)
test
static ToolBarData_t gToolBarData[]
static const char * gOpenTypes[]
char * Form(const char *fmt,...)
R__EXTERN TSystem * gSystem
virtual void Terminate(Int_t status=0)
Terminate the application by call TSystem::Exit() unless application has been told to return from Run...
TApplication * GetAppRemote() const
virtual const char * ApplicationName() const
virtual Long_t ProcessLine(const char *line, Bool_t sync=kFALSE, Int_t *error=0)
Process a single command line, either a C++ statement or an interpreter command starting with a "....
ABC describing GUI independent browser implementation protocol.
Using a TBrowser one can browse all ROOT objects.
void SetDrawOption(Option_t *option="")
Set drawing option for object.
void SetRefreshFlag(Bool_t flag)
TContextMenu * GetContextMenu() const
Bool_t GetRefreshFlag() const
void SetBrowserImp(TBrowserImp *i)
The concrete implementation of TBuffer for writing/reading to/from a ROOT file or socket.
void WriteObject(const TObject *obj, Bool_t cacheReuse=kTRUE) override
Write object to I/O buffer.
TClass instances represent classes, structs and namespaces in the ROOT type system.
Bool_t IsTObject() const
Return kTRUE is the class inherits from TObject.
static TClass * GetClass(const char *name, Bool_t load=kTRUE, Bool_t silent=kFALSE)
Static method returning pointer to TClass of the specified class name.
void Browse(TBrowser *b)
Browse this collection (called by TBrowser).
virtual Bool_t IsFolder() const
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects).
virtual Int_t GetSize() const
Return the capacity of the collection, i.e.
The color creation and management class.
ULong_t GetPixel() const
Return pixel value corresponding to this color.
Describe directory structure in memory.
virtual Int_t GetValue(const char *name, Int_t dflt) const
Returns the integer value for a resource.
virtual void SetValue(const char *name, const char *value, EEnvLevel level=kEnvChange, const char *type=0)
Set the value of a resource or create a new resource.
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format.
const TGWindow * GetDefaultRoot() const
Returns the root (i.e.
TGMimeTypes * GetMimeTypeList() const
void NeedRedraw(TGWindow *w, Bool_t force=kFALSE)
Set redraw flags.
TGPicturePool * GetPicturePool() const
virtual TGLBEntry * GetSelectedEntry() const
virtual TGTextEntry * GetTextEntry() const
virtual void AddEntry(TGString *s, Int_t id)
virtual TGListBox * GetListBox() const
virtual void Select(Int_t id, Bool_t emit=kTRUE)
Make the selected item visible in the combo box window and emit signals according to the second param...
virtual Int_t GetNumberOfEntries() const
virtual TList * GetList() const
TGCompositeFrame(const TGCompositeFrame &)
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
virtual UInt_t GetDefaultWidth() const
virtual void Layout()
Layout the elements of the composite frame.
virtual void MapSubwindows()
Map all sub windows that are part of the composite frame.
virtual void ShowFrame(TGFrame *f)
Show sub frame.
virtual UInt_t GetDefaultHeight() const
virtual void SetEditDisabled(UInt_t on=1)
Set edit disable flag for this frame and subframes.
virtual void RemoveFrame(TGFrame *f)
Remove frame from composite frame.
virtual void RemoveAll()
Remove all frames from composite frame.
virtual void HideFrame(TGFrame *f)
Hide sub frame.
virtual void Associate(const TGWindow *w)
virtual void ClearViewPort()
Clear view port and redraw full content.
virtual TGFrameElement * FindFrame(Int_t x, Int_t y, Bool_t exclude=kTRUE)
Find frame located int container at position x,y.
virtual void RemoveAll()
Remove all items from the container.
virtual void * FindItem(const TString &name, Bool_t direction=kTRUE, Bool_t caseSensitive=kTRUE, Bool_t subString=kFALSE)
Bool_t IsDragging() const
Bool_t EndDrag()
End dragging.
virtual void Update(const char *path)
Update file system combo box.
Bool_t fMultipleSelection
void SetIniDir(const char *inidir)
Set directory name.
void SetDNDData(TDNDData *data)
Set drag and drop data.
virtual Bool_t HandleDNDFinished()
virtual void SendMessage(const TGWindow *w, Long_t msg, Long_t parm1, Long_t parm2)
Send message (i.e.
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
virtual void DeleteWindow()
Delete window.
void SetDNDSource(Bool_t onoff)
virtual TDNDData * GetDNDData(Atom_t)
virtual void Resize(UInt_t w=0, UInt_t h=0)
Resize the frame.
virtual void MoveResize(Int_t x, Int_t y, UInt_t w=0, UInt_t h=0)
Move and/or resize the frame.
virtual void MapWindow()
map window
static Pixel_t fgWhitePixel
virtual void UnmapWindow()
unmap window
void * GetUserData() const
void SetUserData(void *userData)
virtual void SetText(TGString *newText)
Set new text in label.
virtual void Resize(UInt_t w, UInt_t h)
Resize the listbox widget.
virtual TGFrame * GetContainer() const
TGListTreeItem * GetFirstChild() const
void Rename(const char *new_name)
virtual Bool_t IsActive() const =0
virtual const char * GetText() const =0
TGListTreeItem * GetNextSibling() const
TGListTreeItem * GetParent() const
virtual void SetTipText(const char *)
virtual Bool_t IsOpen() const
virtual void * GetUserData() const =0
virtual void SetUserData(void *, Bool_t=kFALSE)
TGListTreeItem * FindItemByObj(TGListTreeItem *item, void *ptr)
Find item with fUserData == ptr.
void ClearHighlighted()
Un highlight items.
void AddItem(TGListTreeItem *parent, TGListTreeItem *item)
Add given item to list tree.
void CheckItem(TGListTreeItem *item, Bool_t check=kTRUE)
Set check button state for the node 'item'.
void SetAutoTips(Bool_t on=kTRUE)
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).
TGListTreeItem * GetSelected() const
Int_t RecursiveDeleteItem(TGListTreeItem *item, void *userData)
Delete item with fUserData == ptr.
Int_t DeleteItem(TGListTreeItem *item)
Delete item from list tree.
TGListTreeItem * GetFirstItem() const
TGListTreeItem * FindChildByName(TGListTreeItem *item, const char *name)
Find child of item by name.
void AdjustPosition(TGListTreeItem *item)
Move content to position of item.
void HighlightItem(TGListTreeItem *item)
Highlight item.
TGListTreeItem * FindItemByPathname(const char *path)
Find item by pathname.
TGListTreeItem * FindChildByData(TGListTreeItem *item, void *userData)
Find child of item by userData.
void SetToolTipItem(TGListTreeItem *item, const char *string)
Set tooltip text for this item.
void GetPathnameFromItem(TGListTreeItem *item, char *path, Int_t depth=0)
Get pathname from item.
virtual void AdjustHeaders()
virtual void Layout()
Layout list view components (container and contents of container).
virtual void SetHeader(const char *s, Int_t hmode, Int_t cmode, Int_t idx)
Set header button idx [0-fNColumns>, hmode is the x text alignmode (ETextJustification) for the heade...
virtual void SetIncrements(Int_t hInc, Int_t vInc)
Set horizontal and vertical scrollbar increments.
EListViewMode GetViewMode() const
TGTextButton ** GetHeaderButtons()
virtual void SetViewMode(EListViewMode viewMode)
Set list view mode.
virtual void SetHeaders(Int_t ncolumns)
Set number of headers, i.e.
virtual void SetDefaultHeaders()
Default headers are: Name, Attributes, Size, Owner, Group, Modified.
virtual void LayoutHeader(TGFrame *head)
Layout list view components (container and contents of container).
virtual const char * GetHeader(Int_t idx) const
Returns name of header idx.
virtual void SendCloseMessage()
Send close message to self.
void SetClassHints(const char *className, const char *resourceName)
Set the windows class and resource name.
void SetIconName(const char *name)
Set window icon name. This is typically done via the window manager.
virtual Bool_t HandleKey(Event_t *event)
Handle keyboard events.
void SetWMPosition(Int_t x, Int_t y)
Give the window manager a window position hint.
void SetWMSizeHints(UInt_t wmin, UInt_t hmin, UInt_t wmax, UInt_t hmax, UInt_t winc, UInt_t hinc)
Give the window manager minimum and maximum size hints.
void SetWindowName(const char *name=0)
Set window name. This is typically done via the window manager.
const TGPicture * SetIconPixmap(const char *iconName)
Set window icon pixmap by name.
void AddType(const char *type, const char *pat, const char *icon, const char *sicon, const char *action)
Add a mime type to the list of mime types.
const TGPicture * GetIcon(const char *filename, Bool_t small_icon)
Return icon belonging to mime type of filename.
Bool_t GetAction(const char *filename, char *action)
Return in action the mime action string belonging to filename.
const TGPicture * GetPicture(const char *name)
Get a picture from the picture pool.
static TGSearchDialog *& SearchDialog()
Return global search dialog.
virtual void SetText(TGString *text, Int_t partidx=0)
Set text in partition partidx in status bar.
virtual void SetParts(Int_t npart)
Divide the status bar in npart equal sized parts.
virtual void SetString(const char *s)
const char * GetString() const
virtual Bool_t SaveFile(const char *fname, Bool_t saveas=kFALSE)
Save file.
virtual Bool_t Search(const char *string, Bool_t direction=kTRUE, Bool_t caseSensitive=kFALSE)
Search for string in the specified direction.
const char * GetText() const
virtual void SetToolTipText(const char *text, Long_t delayms=500)
Set tool tip text associated with this text entry.
virtual void SetText(const char *text, Bool_t emit=kTRUE)
Sets text entry to text, clears the selection and moves the cursor to the end of the line.
const TGString * GetText() const
virtual Bool_t LoadFile(const char *fname, long startpos=0, long length=-1)
Load a file in the text view widget.
virtual void SetReadOnly(Bool_t on=kTRUE)
virtual void SetBackgroundColor(Pixel_t)
Set background color of the canvas frame.
virtual void DestroyWindow()
destroy window
const TGWindow * GetParent() const
static TGuiBuilder * Instance()
return an instance of TGuiBuilder object
THashTable implements a hash table to store TObject's.
TObject * FindObject(const char *name) const
Find object using its name.
An abstract interface to image processing library.
virtual void FromPad(TVirtualPad *, Int_t=0, Int_t=0, UInt_t=0, UInt_t=0)
virtual UInt_t GetWidth() const
virtual void DrawBox(Int_t, Int_t, Int_t, Int_t, const char *="#000000", UInt_t=1, Int_t=0)
static TImage * Create()
Create an image.
virtual Bool_t SetImageBuffer(char **, EImageFileTypes=TImage::kPng)
virtual Bool_t IsValid() const
virtual void Scale(UInt_t, UInt_t)
virtual void Merge(const TImage *, const char *="alphablend", Int_t=0, Int_t=0)
virtual Pixmap_t GetPixmap()
virtual Pixmap_t GetMask()
virtual UInt_t GetHeight() const
Utility class for browsing TMapFile objects.
Book space in a file, create I/O buffers, to fill them, (un)compress them.
virtual const char * GetClassName() const
Short_t GetCycle() const
Return cycle number associated to this key.
virtual void Add(TObject *obj)
virtual TObject * After(const TObject *obj) const
Returns the object after object obj.
virtual TObject * Remove(TObject *obj)
Remove object from the list.
virtual TObject * Last() const
Return the last object in the list. Returns 0 when list is empty.
virtual void RecursiveRemove(TObject *obj)
Remove object from this collection and recursively remove the object from all other objects (and coll...
virtual TObject * Before(const TObject *obj) const
Returns the object before object obj.
virtual void Delete(Option_t *option="")
Remove all objects from the list AND delete all heap based objects.
virtual TObject * First() const
Return the first object in the list. Returns 0 when list is empty.
virtual void Clear(Option_t *option="")
Remove all objects from the list.
virtual const char * GetName() const
Returns name of object.
Wrapper around a TObject so it can be stored in a TList.
TObject * GetObject() const
Collectable string class.
const TString & GetString() const
Mother of all ROOT objects.
virtual Bool_t IsFolder() const
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects).
virtual const char * GetName() const
Returns name of object.
virtual void Browse(TBrowser *b)
Browse object. May be overridden for another default action.
R__ALWAYS_INLINE Bool_t TestBit(UInt_t f) const
virtual const char * GetIconName() const
Returns mime type name of object.
virtual const char * ClassName() const
Returns name of class to which the object belongs.
virtual char * GetObjectInfo(Int_t px, Int_t py) const
Returns string containing info about the object at position (px,py).
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
virtual Bool_t InheritsFrom(const char *classname) const
Returns kTRUE if object inherits from class "classname".
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
virtual const char * GetTitle() const
Returns title of object.
virtual void Print(Option_t *option="") const
This method must be overridden when a class wants to print itself.
virtual ULong_t Hash() const
Return hash value for this object.
virtual void Info(const char *method, const char *msgfmt,...) const
Issue info message.
void Emit(const char *signal, const T &arg)
Activate signal with single parameter.
Bool_t Connect(const char *signal, const char *receiver_class, void *receiver, const char *slot)
Non-static method is used to connect from the signal of this object to the receiver slot.
Bool_t Disconnect(const char *signal=0, void *receiver=0, const char *slot=0)
Disconnects signal of this object from slot of receiver.
static const TString & GetBinDir()
Get the binary directory in the installation. Static utility function.
The TRemoteObject class provides protocol for browsing ROOT objects from a remote ROOT session.
const char * GetClassName() const
const char * GetKeyClassName() const
TGCompositeFrame * fTreeHdr
virtual void Add(TObject *obj, const char *name=0, Int_t check=-1)
Add items to the browser.
TGPopupMenu * fOptionMenu
friend class TRootIconBox
Bool_t HistoryBackward()
go to the past
void SetViewMode(Int_t new_mode, Bool_t force=kFALSE)
Set iconbox's view mode and update menu and toolbar buttons accordingly.
TGLayoutHints * fMenuBarHelpLayout
void ListTreeHighlight(TGListTreeItem *item)
Open tree item and list in iconbox its contents.
virtual void ExecuteDefaultAction(TObject *obj)
Execute default action for selected object (action is specified in the $HOME/.root....
TGFileContainer * GetIconBox() const
returns pointer to fIconBox object
void SetSortMode(Int_t new_mode)
Set iconbox's sort mode and update menu radio buttons accordingly.
void ClearHistory()
clear navigation history
TGListTreeItem * fListLevel
TGLayoutHints * fExpandLayout
void SetDrawOption(Option_t *option="")
sets drawing option
void BrowseTextFile(const char *file)
browse text file
virtual void DoubleClicked(TObject *obj)
Emits signal when double clicking on icon.
TGLayoutHints * fComboLayout
void Chdir(TGListTreeItem *item)
Make object associated with item the current directory.
void CloseWindow()
In case window is closed via WM we get here.
void ExecMacro()
executed browsed text macro
Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
Handle menu and other command generated by the user.
virtual void ShowToolBar(Bool_t show=kTRUE)
Show or hide toolbar.
Option_t * GetDrawOption() const
returns drawing option
void HighlightListLevel()
helper method to track history
Bool_t HistoryForward()
go to the future
TGLayoutHints * fMenuBarLayout
virtual void Refresh(Bool_t force=kFALSE)
Refresh the browser contents.
static TBrowserImp * NewBrowser(TBrowser *b=0, const char *title="ROOT Browser", UInt_t width=800, UInt_t height=500, Option_t *opt="")
Interface method to the old browser.
virtual void AddToTree(TObject *obj, const char *name, Int_t check=-1)
Add items to the current TGListTree of the browser.
const TGPicture * fIconPic
void AddToHistory(TGListTreeItem *item)
helper method to track history
virtual void AddCheckBox(TObject *obj, Bool_t check=kFALSE)
Add a checkbox in the TGListTreeItem corresponding to obj and a checkmark on TGLVEntry if check = kTR...
TGLayoutHints * fBarLayout
virtual void Checked(TObject *obj, Bool_t check)
Emits signal when double clicking on icon.
TRootBrowserLite(TBrowser *b=0, const char *title="ROOT Browser", UInt_t width=800, UInt_t height=500)
Create browser with a specified width and height.
void DisplayTotal(Int_t total, Int_t selected)
Display in statusbar total number of objects and number of selected objects in IconBox.
void IconBoxAction(TObject *obj)
Default action when double clicking on icon.
TGLayoutHints * fMenuBarItemLayout
void HideTextEdit()
hide text edit
TGStatusBar * GetStatusBar() const
void DisplayDirectory()
Display current directory in second label, fLbl2.
virtual void RecursiveRemove(TObject *obj)
Recursively remove object from browser.
void ShowMacroButtons(Bool_t show=kTRUE)
show/hide macro buttons
virtual void AddToBox(TObject *obj, const char *name)
Add items to the iconbox of the browser.
virtual void ShowStatusBar(Bool_t show=kTRUE)
Show or hide statusbar.
void Search()
starts serach dialog
void ReallyDelete()
Really delete the browser and the this GUI.
virtual void CheckObjectItem(TObject *obj, Bool_t check=kFALSE)
Check / uncheck the TGListTreeItem corresponding to this object and add a checkmark on TGLVEntry if c...
virtual void BrowseObj(TObject *obj)
Browse object.
TGFSComboBox * fFSComboBox
virtual void SetStatusText(const char *txt, Int_t col)
Set text in column col in status bar.
virtual Bool_t HandleKey(Event_t *event)
handle keys
void InterruptMacro()
interrupt browsed macro execution
virtual void RemoveCheckBox(TObject *obj)
Remove checkbox from TGListTree and checkmark from TGListView.
virtual ~TRootBrowserLite()
Browser destructor.
virtual void SetDefaults(const char *iconStyle=0, const char *sortBy=0)
Set defaults depending on settings in the user's .rootrc.
TGCompositeFrame * fListHdr
void UpdateDrawOption()
add new draw option to the "history"
void CreateBrowser(const char *name)
Create the actual browser.
void ToSystemDirectory(const char *dirname)
display directory
void DeleteListTreeItem(TGListTreeItem *item)
delete list tree item, remove it from history
TGHorizontal3DLine * fToolBarSep
void SetText(const char *helpText)
Set help text from helpText buffer in TGTextView.
void Popup()
Show help dialog.
void ToLower()
Change string to lower-case.
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
TString & Prepend(const char *cs)
UInt_t Hash(ECaseCompare cmp=kExact) const
Return hash value.
TString & Remove(Ssiz_t pos)
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString.
Ssiz_t Index(const char *pat, Ssiz_t i=0, ECaseCompare cmp=kExact) const
Long64_t Atoll() const
Return long long value of string.
Describes an Operating System directory for the browser.
A TSystemFile describes an operating system file.
virtual char * ConcatFileName(const char *dir, const char *name)
Concatenate a directory and a file name. User must delete returned string.
virtual Int_t Exec(const char *shellcmd)
Execute a command.
virtual Bool_t AccessPathName(const char *path, EAccessMode mode=kFileExists)
Returns FALSE if one can access a file using the specified access mode.
virtual const char * UnixPathName(const char *unixpathname)
Convert from a local pathname to a Unix pathname.
virtual Bool_t IsAbsoluteFileName(const char *dir)
Return true if dir is an absolute pathname.
virtual const char * WorkingDirectory()
Return working directory.
virtual TString GetDirName(const char *pathname)
Return the directory name in pathname.
virtual int Unlink(const char *name)
Unlink, i.e.
virtual const char * TempDirectory() const
Return a user configured or systemwide directory to create temporary files in.
TVirtualPad is an abstract base class for the Pad and Canvas classes.
virtual void Modified(Bool_t flag=1)=0
void box(Int_t pat, Double_t x1, Double_t y1, Double_t x2, Double_t y2)
void Sort(Index n, const Element *a, Index *index, Bool_t down=kTRUE)