#include <TBrowser.h>
Inheritance diagram for TBrowser:


Public Types | |
| enum | { kNoHidden = BIT(9) } |
Public Methods | |
| TBrowser (const char *name="Browser", const char *title="ROOT Object Browser") | |
| TBrowser (const char *name, const char *title, UInt_t width, UInt_t height) | |
| TBrowser (const char *name, const char *title, Int_t x, Int_t y, UInt_t width, UInt_t height) | |
| TBrowser (const char *name, TObject *obj, const char *title="ROOT Object Browser") | |
| TBrowser (const char *name, TObject *obj, const char *title, UInt_t width, UInt_t height) | |
| TBrowser (const char *name, TObject *obj, const char *title, Int_t x, Int_t y, UInt_t width, UInt_t height) | |
| virtual | ~TBrowser () |
| void | Add (TObject *obj, const char *name=0) |
| virtual void | Create (TObject *obj=0) |
| void | ExecuteDefaultAction (TObject *obj) |
| TBrowserImp * | GetBrowserImp () const |
| TContextMenu * | GetContextMenu () const |
| Bool_t | GetRefreshFlag () const |
| TObject * | GetSelected () const |
| void | SetRefreshFlag (Bool_t flag) |
| void | Iconify () |
| virtual void | RecursiveRemove (TObject *obj) |
| void | Refresh () |
| void | SetSelected (TObject *clickedObject) |
| void | Show () |
Protected Attributes | |
| TBrowserImp * | fImp |
| The last TObject selected by user. | |
| TBrowserTimer * | fTimer |
| Window system specific browser implementation. | |
| TContextMenu * | fContextMenu |
| Browser's timer. | |
| Bool_t | fNeedRefresh |
| Context menu pointer. | |
|
|
Definition at line 53 of file TBrowser.h. |
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 68 of file TBrowser.h. |
|
|
Definition at line 69 of file TBrowser.h. |
|
|
Definition at line 70 of file TBrowser.h. References fNeedRefresh. |
|
|
Definition at line 71 of file TBrowser.h. |
|
|
Definition at line 72 of file TBrowser.h. References fNeedRefresh. |
|
|
Definition at line 73 of file TBrowser.h. References TBrowserImp::Iconify(). |
|
|
Reimplemented from TObject. |
|
|
|
|
|
|
|
|
Definition at line 77 of file TBrowser.h. References TBrowserImp::Show(). |
|
|
The last TObject selected by user.
Definition at line 47 of file TBrowser.h. |
|
|
Window system specific browser implementation.
Definition at line 48 of file TBrowser.h. |
|
|
Browser's timer.
Definition at line 49 of file TBrowser.h. |
|
|
Context menu pointer.
Definition at line 50 of file TBrowser.h. Referenced by GetRefreshFlag(), and SetRefreshFlag(). |
1.2.16