215 Int_t max_ascent, max_descent;
218 fTHeight = max_ascent + max_descent;
233 SetToolTipText(
"Selection expression. Drag to scissors to activate");
255 SetToolTipText(
"Double-click to draw. Drag and drop. Use Edit/Expression or context menu to edit.");
267 SetToolTipText(
"User-defined expression/cut. Double-click to edit");
339 if (
f)
return f->ConvertAliases();
385 if (
f)
return f->ConvertAliases();
399 if (
f)
return f->ConvertAliases();
413 if (
f)
return f->ConvertAliases();
427 if (
f)
return f->GetTrueName();
447 total = selected = 0;
456 if (
f->GetTip()) (
f->GetTip())->Hide();
473 if (selected == 1 && event->
fCode == 1) {
500 f->SetToolTipText(
"Double-click to draw. Drag and drop. Use Edit/Expression or context menu to edit.");
504 if (!strlen(
f->GetTrueName())) {
510 name =
f->GetTrueName();
514 f->SetTrueName(
name.Data());
517 "Name too long. Can not add any more items to scan box.");
526 snprintf(msg,2000,
"Content : %s",
f->GetTrueName());
547 Int_t xf0, xff, yf0, yff;
558 if (
f->GetTip()) (
f->GetTip())->Hide();
563 xff =
f->GetX() +
f->GetWidth();
564 yff =
f->GetY() +
f->GetHeight();
565 itemType = (
ULong_t *)
f->GetUserData();
567 if (xpos>xf0 && xpos<xff && ypos>yf0 && ypos<yff) {
574 if ((
fXp - event->
fX) > 10) {
637 if (!strcmp(
f->GetItemName()->GetString(),
name)) {
673 if (!
fViewer)
Error(
"TGSelectBox",
"Must be started from viewer");
683 fTe->
SetToolTipText(
"Type an expression using C++ syntax. Click other expression/leaves to paste them here.");
690 fTeAlias->
SetToolTipText(
"Define an alias for this expression. Do NOT use leading strings of other aliases.");
762 event.fX =
event.fY = 1;
786 fEntry->
SetToolTipText(
"Double-click to draw. Drag and drop. Use Edit/Expression or context menu to edit.");
790 cutType =
name.Contains(
"<") ||
name.Contains(
">") ||
name.Contains(
"=") ||
791 name.Contains(
"!") ||
name.Contains(
"&") ||
name.Contains(
"|");
882 fViewer->
Warning(
"ValidateAlias",
"You should define the alias first.");
892 fViewer->
Warning(
"ValidAlias",
"Alias can not be the leading string of other alias.");
const Mask_t kLeaveWindowMask
const Mask_t kEnterWindowMask
static unsigned int total
virtual void SetVsbPosition(Int_t newPos)
Set position of vertical scrollbar.
virtual void SetHsbPosition(Int_t newPos)
Set position of horizontal scrollbar.
const TGWindow * GetRoot() const
Returns current 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 AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
virtual TGDimension GetDefaultSize() const
std::cout << fWidth << "x" << fHeight << std::endl;
virtual void MapSubwindows()
Map all sub windows that are part of the composite frame.
virtual UInt_t GetDefaultHeight() const
virtual void RemoveItem(TGFrame *item)
Remove item from container.
const TGWindow * fMsgWindow
void AddInput(UInt_t emask)
Add events specified in the emask to the events the frame should handle.
virtual void SendMessage(const TGWindow *w, Long_t msg, Long_t parm1, Long_t parm2)
Send message (i.e.
virtual void Move(Int_t x, Int_t y)
Move frame.
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.
empty object used as context menu support for TGLVTreeEntries.
void EditExpression()
Edit expression.
TGItemContext()
Constructor.
void Draw(Option_t *option="")
Draw item.
void RemoveItem()
Remove item.
void SetExpression(const char *name="", const char *alias="-empty-", Bool_t cut=kFALSE)
Set item expression.
void Associate(TTVLVEntry *item)
const TGPicture * fCurrent
virtual void DoRedraw()
Redraw list view item.
void * GetUserData() const
virtual TGDimension GetDefaultSize() const
Get default size of list item.
virtual void Activate(Bool_t a)
Make list view item active.
TGSelectedPicture * fSelPic
const TGPicture * fSmallPic
virtual void SetText(TGString *newText)
Set new text in label.
This class represent a specialized expression editor for TTVLVEntry 'true name' and 'alias' data memb...
virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
Message interpreter.
TGSelectBox(const TGWindow *p, const TGWindow *main, UInt_t w=10, UInt_t h=10)
TGSelectBox constructor.
TGLayoutHints * fBLayout1
virtual void CloseWindow()
Close the select box.
virtual ~TGSelectBox()
TGSelectBox destructor.
void InsertText(const char *text)
Insert text in text entry.
void GrabPointer()
Just focus the cursor inside.
void SetLabel(const char *title)
Set label of selection box.
void SetEntry(TTVLVEntry *entry)
Connect one entry.
static TGSelectBox * fgInstance
static TGSelectBox * GetInstance()
Return the pointer to the instantiated singleton.
Bool_t ValidateAlias()
Return true if edited alias is not a leading string of other expression aliases.
void SaveText()
Save the edited entry true name and alias.
const char * GetString() const
Int_t GetCursorPosition() const
const char * GetText() const
virtual void SetCursorPosition(Int_t pos)
Set the cursor position to newPos.
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.
virtual void InsertText(const char *text, Int_t pos)
Inserts text at position pos, clears the selection and moves the cursor to the end of the line.
virtual Bool_t HandleButton(Event_t *event)
Handle mouse button event in text entry widget.
const TGWindow * GetParent() const
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.
virtual void Clear(Option_t *option="")
Remove all objects from the list.
virtual void Warning(const char *method, const char *msgfmt,...) const
Issue warning message.
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
const char * Data() const
TString & ReplaceAll(const TString &s1, const TString &s2)
Bool_t BeginsWith(const char *s, ECaseCompare cmp=kExact) const
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
This class represent the list view container for the.
void SelectItem(const char *name)
Select an item.
TList * ExpressionList()
Return the list of user-defined expressions.
const char * Cut()
Return the cut entry.
virtual Bool_t HandleMotion(Event_t *event)
Handle mouse motion events.
TTreeViewer * GetViewer()
const char * Ez()
Return the expression on Z.
const char * Ey()
Return the expression on Y.
const char * ScanList()
Return the cut entry.
virtual Bool_t HandleButton(Event_t *event)
Handle mouse button event in container.
TTVLVEntry * ExpressionItem(Int_t index)
Return the expression item at specific position.
virtual ~TTVLVContainer()
TGLVContainer destructor.
const char * Ex()
Return the expression on X.
TTVLVContainer(const TGWindow *p, UInt_t w, UInt_t h, UInt_t options=kSunkenFrame)
TGLVContainer constructor.
void EmptyAll()
Clear all names and aliases for expression type items.
void RemoveNonStatic()
Remove all non-static items from the list view, except expressions.
This class represent entries that goes into the TreeViewer listview container.
void SetSmallPic(const TGPicture *spic)
Set small picture.
void SetCutType(Bool_t type=kFALSE)
Set cut type.
Bool_t HasAlias()
Check if alias name is not empty.
TTVLVContainer * GetContainer()
TTVLVContainer * fContainer
virtual Bool_t HandleCrossing(Event_t *event)
Handle mouse crossing event.
void SetAlias(const char *alias)
void SetToolTipText(const char *text, Long_t delayms=1000)
Set tool tip text associated with this item.
void SetTrueName(const char *name)
const char * ConvertAliases()
Convert all aliases into true names.
void SetExpression(const char *name, const char *alias, Bool_t cutType=kFALSE)
Set the true name, alias and type of the expression, then refresh it.
void CopyItem(TTVLVEntry *dest)
Copy this item's name and alias to an other.
void Empty()
Clear all names and alias.
void SetItemName(const char *name)
Redraw this entry with new name.
virtual ~TTVLVEntry()
TTVLVEntry destructor.
const char * GetTrueName()
Bool_t FullConverted()
Return true if converted name is alias free.
TTVLVEntry(const TGWindow *p, const TGPicture *bigpic, const TGPicture *smallpic, TGString *name, TGString **subnames, EListViewMode ViewMode)
TTVLVEntry constructor.
void PrependTilde()
Prepend a ~ to item alias.
A graphic user interface designed to handle ROOT trees and to take advantage of TTree class features.
void EditExpression()
Start the expression editor.
void RemoveItem()
Remove the selected item from the list.
void SetScanMode(Bool_t mode=kTRUE)
void Message(const char *msg)
Send a message on the status bar.
TList * ExpressionList()
Get the list of expression items.
Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
Handle menu and other commands generated.
int main(int argc, char **argv)
#define dest(otri, vertexptr)