Public Types |
| enum | EListItemType {
kLTNoType = 0,
kLTPackType = BIT(0),
kLTTreeType = BIT(1),
kLTBranchType = BIT(2),
kLTLeafType = BIT(3),
kLTActionType = BIT(4),
kLTDragType = BIT(5),
kLTExpressionType = BIT(6),
kLTCutType = BIT(7)
} |
Public Methods |
| | TTreeViewer (const char *treeName=0) |
| | TTreeViewer (const TTree *tree) |
| virtual | ~TTreeViewer () |
| void | ActivateButtons (Bool_t first, Bool_t previous, Bool_t next, Bool_t last) |
| virtual void | CloseWindow () |
| virtual void | Delete (Option_t *) |
| void | EditExpression () |
| void | Empty () |
| void | EmptyAll () |
| void | ExecuteCommand (const char *command, Bool_t fast=kFALSE) |
| void | ExecuteDraw () |
| TTVLVEntry * | ExpressionItem (Int_t index) |
| TList * | ExpressionList () |
| const char * | GetGrOpt () |
| TTree * | GetTree () |
| Bool_t | HandleTimer (TTimer *timer) |
| Bool_t | IsCutEnabled () |
| Bool_t | IsScanRedirected () |
| Int_t | MakeSelector (const char *selector=0) |
| void | Message (const char *msg) |
| void | NewExpression () |
| void | PrintEntries () |
| Int_t | Process (const char *filename, Option_t *option="", Int_t nentries=1000000000, Int_t firstentry=0) |
| Bool_t | ProcessMessage (Long_t msg, Long_t parm1, Long_t parm2) |
| void | RemoveItem () |
| void | RemoveLastRecord () |
| void | SaveSource (const char *filename="") |
| void | SetHistogramTitle (const char *title) |
| void | SetCutMode (Bool_t enabled=kTRUE) |
| void | SetCurrentRecord (Int_t entry) |
| void | SetGrOpt (const char *option) |
| void | SetNexpressions (Int_t expr) |
| void | SetRecordName (const char *name) |
| void | SetScanFileName (const char *name="") |
| void | SetScanMode (Bool_t mode=kTRUE) |
| void | SetScanRedirect (Bool_t mode) |
| void | SetSession (TTVSession *session) |
| void | SetUserCode (const char *code, Bool_t autoexec=kTRUE) |
| void | SetTreeName (const char *treeName) |
| Bool_t | SwitchTree (Int_t index) |
| void | UpdateCombo () |
| void | UpdateRecord (const char *name="new name") |
Friends |
| class | TGClient |