100 :
TGLVEntry(p, bigpic, smallpic, name, subnames, ViewMode)
215 Int_t max_ascent, max_descent;
218 fTHeight = max_ascent + max_descent;
229 if (
fIsCut && type)
return;
230 if (!
fIsCut && !type)
return;
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.");
256 if (*itemType & TTreeViewer::kLTDragType)
SetCutType(cutType);
267 SetToolTipText(
"User-defined expression/cut. Double-click to edit");
281 if (text && strlen(text))
447 total = selected = 0;
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.");
517 "Name too long. Can not add any more items to scan box.");
547 Int_t xf0, xff, yf0, yff;
567 if (xpos>xf0 && xpos<xff && ypos>yf0 && ypos<yff) {
574 if ((
fXp - event->
fX) > 10) {
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.");
void InsertText(const char *text)
Insert text in text entry.
const char * Ey()
Return the expression on Y.
virtual void Resize(UInt_t w=0, UInt_t h=0)
Resize the frame.
const char * GetTrueName()
Int_t GetCursorPosition() const
void Empty()
Clear all names and alias.
Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
Handle menu and other commands generated.
TTVLVEntry(const TGWindow *p, const TGPicture *bigpic, const TGPicture *smallpic, TGString *name, TGString **subnames, EListViewMode ViewMode)
TTVLVEntry constructor.
TGLayoutHints * fBLayout1
virtual void Activate(Bool_t a)
Make list view item active.
const char * ScanList()
Return the cut entry.
virtual void MoveResize(Int_t x, Int_t y, UInt_t w=0, UInt_t h=0)
Move and/or resize the frame.
virtual Bool_t HandleMotion(Event_t *event)
Handle mouse motion events.
void AddInput(UInt_t emask)
Add events specified in the emask to the events the frame should handle.
virtual void SetVsbPosition(Int_t newPos)
Set position of vertical scrollbar.
const TGWindow * GetRoot() const
Returns current root (i.e.
TString & ReplaceAll(const TString &s1, const TString &s2)
virtual void SetToolTipText(const char *text, Long_t delayms=500)
Set tool tip text associated with this text entry.
const Mask_t kLeaveWindowMask
void SetItemName(const char *name)
Redraw this entry with new name.
void SetTrueName(const char *name)
void SetScanMode(Bool_t mode=kTRUE)
TTVLVContainer * GetContainer()
virtual UInt_t GetDefaultHeight() const
void SelectItem(const char *name)
Select an item.
virtual ~TTVLVEntry()
TTVLVEntry destructor.
const TGWindow * fMsgWindow
void EditExpression()
Start the expression editor.
void GrabPointer()
Just focus the cursor inside.
void Message(const char *msg)
Send a message on the status bar.
virtual ~TGSelectBox()
TGSelectBox destructor.
const char * ConvertAliases()
Convert all aliases into true names.
void RemoveItem()
Remove item.
static TGSelectBox * fgInstance
virtual Bool_t HandleCrossing(Event_t *event)
Handle mouse crossing event.
static TGSelectBox * GetInstance()
Return the pointer to the instantiated singleton.
virtual void SetText(TGString *newText)
Set new text in label.
empty object used as context menu support for TGLVTreeEntries.
void FreePicture(const TGPicture *pic)
Free picture resource.
A graphic user interface designed to handle ROOT trees and to take advantage of TTree class features...
int main(int argc, char **argv)
virtual void SendMessage(const TGWindow *w, Long_t msg, Long_t parm1, Long_t parm2)
Send message (i.e.
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.
virtual Bool_t HandleButton(Event_t *event)
Handle mouse button event in text entry widget.
TList * ExpressionList()
Get the list of expression items.
void RemoveNonStatic()
Remove all non-static items from the list view, except expressions.
void SetExpression(const char *name="", const char *alias="-empty-", Bool_t cut=kFALSE)
Set item expression.
virtual void RemoveItem(TGFrame *item)
Remove item from container.
TGSelectBox(const TGWindow *p, const TGWindow *main, UInt_t w=10, UInt_t h=10)
TGSelectBox constructor.
TGItemContext()
Constructor.
void SetLabel(const char *title)
Set label of selection box.
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...
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.
const TGPicture * fSmallPic
void * GetUserData() const
virtual TGDimension GetDefaultSize() const
std::cout << fWidth << "x" << fHeight << std::endl;
Bool_t ValidateAlias()
Return true if edited alias is not a leading string of other expression aliases.
void Associate(TTVLVEntry *item)
This class represent entries that goes into the TreeViewer listview container.
Bool_t BeginsWith(const char *s, ECaseCompare cmp=kExact) const
TList * ExpressionList()
Return the list of user-defined expressions.
const char * Cut()
Return the cut entry.
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
void CopyItem(TTVLVEntry *dest)
Copy this item's name and alias to an other.
virtual TObject * At(Int_t idx) const
Returns the object at position idx. Returns 0 if idx is out of range.
void SetToolTipText(const char *text, Long_t delayms=1000)
Set tool tip text associated with this item.
virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
Message interpreter.
virtual TGDimension GetDefaultSize() const
Get default size of list item.
virtual Bool_t HandleButton(Event_t *event)
Handle mouse button event in container.
void RemoveItem()
Remove the selected item from the list.
virtual void Move(Int_t x, Int_t y)
Move frame.
const char * GetString() const
void SetAlias(const char *alias)
static unsigned int total
const char * GetText() const
const Mask_t kEnterWindowMask
virtual void SetCursorPosition(Int_t pos)
Set the cursor position to newPos.
virtual void CloseWindow()
Close the select box.
virtual ~TTVLVContainer()
TGLVContainer destructor.
const TGPicture * GetPicture(const char *name)
Get picture from the picture pool.
void SetSmallPic(const TGPicture *spic)
Set small picture.
This class represent a specialized expression editor for TTVLVEntry 'true name' and 'alias' data memb...
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
virtual void Clear(Option_t *option="")
Remove all objects from the list.
const TGWindow * GetParent() const
virtual void MapSubwindows()
Map all sub windows that are part of the composite frame.
TTVLVContainer * fContainer
TGSelectedPicture * fSelPic
const TGPicture * fCurrent
virtual void Add(TObject *obj)
TTVLVEntry * ExpressionItem(Int_t index)
Return the expression item at specific position.
#define dest(otri, vertexptr)
const char * Ez()
Return the expression on Z.
void NeedRedraw(TGWindow *w, Bool_t force=kFALSE)
Set redraw flags.
void Draw(Option_t *option="")
Draw item.
virtual void DoRedraw()
Redraw list view item.
virtual void SetHsbPosition(Int_t newPos)
Set position of horizontal scrollbar.
TTreeViewer * GetViewer()
Bool_t HasAlias()
Check if alias name is not empty.
const char * Ex()
Return the expression on X.
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...
void PrependTilde()
Prepend a ~ to item alias.
TGString * GetItemName() const
void SaveText()
Save the edited entry true name and alias.
Bool_t FullConverted()
Return true if converted name is alias free.
void SetEntry(TTVLVEntry *entry)
Connect one entry.
virtual void Warning(const char *method, const char *msgfmt,...) const
Issue warning message.
void SetCutType(Bool_t type=kFALSE)
Set cut type.
This class represent the list view container for the.
void EditExpression()
Edit expression.
const char * Data() const