10 #include "KVListView.h"
11 #include "KVLVContainer.h"
12 #include "KVLVEntry.h"
13 #include "TFunction.h"
14 #include "TRootContextMenu.h"
39 Int_t Compare(
const TObject* obj)
const;
53 TObject* r1 = (TObject*)f1->GetUserData();
54 TObject* r2 = (TObject*)f2->GetUserData();
55 return fContainer->fSortType * fContainer->fSortData->Compare(r1, r2);
71 fMethCall.Execute(obj,
"", i);
80 fMethCall.Execute(obj,
"", i);
89 if (fRetType == kTString) {
91 fMethCall.Execute(obj,
"", lret);
92 i = ((TString*)lret)->Data();
96 fMethCall.Execute(obj,
"", &cret);
107 fMethCall.Execute(obj,
"", lret);
110 ((TDatime*)lret)->Copy(i);
134 case (Int_t)TMethodCall::kString :
135 case (Int_t)kTString :
136 GetData(obj, result);
139 case (Int_t)TMethodCall::kLong :
141 result.Form(fDataFormat, lret);
144 case (Int_t)TMethodCall::kDouble :
146 result.Form(fDataFormat, dret);
152 result.Form(
"%s", dtret.
String(fFmt));
156 std::cout <<
"Error in <KVLVColumnData::GetDataString> : column " << fName <<
" : this type is not supported "
157 << (Int_t)fMethCall.ReturnType() << std::endl;
160 return result.Data();
195 if (with_reference) {
196 fRetType = kDatimeRef;
198 TString ptr_type = fMethCall.GetMethod()->GetReturnTypeName();
199 fIsKVDatime = ptr_type.Contains(
"KVDatime");
202 fRetType = kDatimeInt;
215 return (d1 < d2 ? -1 : (d1 > d2 ? 1 : 0));
227 return s2.CompareTo(s1);
239 return (l1 < l2 ? -1 : (l1 > l2 ? 1 : 0));
251 return (l1 < l2 ? -1 : (l1 > l2 ? 1 : 0));
276 case (Int_t)TMethodCall::kString :
277 return Compare_string(ob1, ob2);
280 case (Int_t)TMethodCall::kLong :
281 return Compare_long(ob1, ob2);
284 case (Int_t)TMethodCall::kDouble :
285 return Compare_double(ob1, ob2);
290 return Compare_date(ob1, ob2);
294 std::cout <<
"Error in <KVLVColumnData::Compare> : this type is not supported "
295 << (Int_t)fMethCall.ReturnType() << std::endl;
307 : TGLVContainer(p, w, h, options, back)
317 : TGLVContainer(p, options, back)
341 SetMultipleSelection(kTRUE);
346 if (fListView) Associate(fListView);
347 fContextMenu =
new TContextMenu(
"KVListViewContextMenu");
348 Connect(
"Clicked(TGFrame*,Int_t,Int_t,Int_t)",
349 "KVLVContainer",
this,
"OpenContextMenu(TGFrame*,Int_t,Int_t,Int_t)");
350 Connect(
"DoubleClicked(TGFrame*,Int_t,Int_t,Int_t)",
351 "KVLVContainer",
this,
"DoDoubleClick(TGFrame*,Int_t,Int_t,Int_t)");
397 for (
int i = 0; i <
fNcols; i++) {
423 TGCanvas* canvas = (TGCanvas*) this->GetParent()->GetParent();
443 nw->fLayout = l ? l : fgDefaultHints;
470 Int_t max_entries = gEnv->GetValue(
"KVListView.MaxListLength", 1000);
471 if (list_of_objects->GetEntries() > max_entries) {
473 new TGMsgBox(gClient->GetRoot(), GetMainFrame(),
"Long list",
474 Form(
"The list contains more than %d items. Do you want to display all items ?",
476 kMBIconQuestion, kMBYes | kMBNo, &ret);
481 TIter next(list_of_objects);
483 while ((o = next()) && (N++) < max_entries) list2.Add(o);
492 GetListView()->ResizeColumns();
495 TGCanvas* canvas = (TGCanvas*) this->GetParent()->GetParent();
529 TGLVContainer::RemoveAll();
548 if (l && !l->GetSize())
return;
550 TCollection* theList = (TCollection*)(l ? l :
fUserItems);
553 while ((obj = nxt())) {
576 for (
int i = 0; i < ncols; i++) {
605 while ((el = (TGFrameElement*) next())) {
606 f = (TGLVEntry*) el->fFrame;
607 if (f->GetUserData() == userData) {
628 while ((el = (TGFrameElement*) next())) {
629 TGLVEntry* f = (TGLVEntry*) el->fFrame;
630 if (f->GetUserData() == userData) {
631 if (activate) ActivateItem(el);
632 else DeActivateItem(el);
636 fClient->NeedRedraw(
this);
651 while ((el = (TGFrameElement*) next())) {
652 f = (TGLVEntry*) el->fFrame;
653 CD->
GetData((TObject*)f->GetUserData(), val);
654 if (val == data)
return f;
671 while ((el = (TGFrameElement*) next())) {
672 f = (TGLVEntry*) el->fFrame;
673 CD->
GetData((TObject*)f->GetUserData(), val);
674 if (val == data)
return f;
691 while ((el = (TGFrameElement*) next())) {
692 f = (TGLVEntry*) el->fFrame;
693 CD->
GetData((TObject*)f->GetUserData(), val);
694 if (val == data)
return f;
711 while ((el = (TGFrameElement*) next())) {
712 f = (TGLVEntry*) el->fFrame;
713 CD->
GetData((TObject*)f->GetUserData(), val);
715 if (activ) ActivateItem(el);
716 else DeActivateItem(el);
720 fClient->NeedRedraw(
this);
735 while ((el = (TGFrameElement*) next())) {
736 f = (TGLVEntry*) el->fFrame;
737 CD->
GetData((TObject*)f->GetUserData(), val);
739 printf(
"%ld\n", data);
741 else DeActivateItem(el);
760 while (!data.
End()) {
761 Int_t nd = data.
Next();
764 Bool_t find = kFALSE;
765 while ((el = (TGFrameElement*) next()) && !find) {
766 f = (TGLVEntry*) el->fFrame;
767 CD->
GetData((TObject*)f->GetUserData(), val);
771 else DeActivateItem(el);
775 fClient->NeedRedraw(
this);
790 while ((el = (TGFrameElement*) next())) {
791 f = (TGLVEntry*) el->fFrame;
792 CD->
GetData((TObject*)f->GetUserData(), val);
794 if (activ) ActivateItem(el);
795 else DeActivateItem(el);
799 fClient->NeedRedraw(
this);
828 if (but == kButton1) {
829 TGLVEntry* el = (TGLVEntry*)f;
830 TObject* ob = (TObject*)el->GetUserData();
843 if (but == kButton3) {
847 TGLVEntry* el = (TGLVEntry*)f;
848 TObject* ob = (TObject*)el->GetUserData();
852 TString CMobClass = ob->ClassName();
893 if (but == kButton1) {
894 TGLVEntry* el = (TGLVEntry*)f;
895 TObject* ob = (TObject*)el->GetUserData();
913 TGFrameElement* f = (TGFrameElement*)fList->First();
917 return (TObject*)l->GetUserData();
933 TGFrameElement* f = (TGFrameElement*)fList->Last();
937 return (TObject*)l->GetUserData();
957 TList* ret =
new TList();
959 while ((el = (TGFrameElement*) next())) {
960 if (el->fFrame->IsActive()) {
961 ret->Add(el->fFrame);
982 TList* ret =
new TList();
984 while ((el = (TGFrameElement*) next())) {
985 if (el->fFrame->IsActive()) {
986 ret->Add((TObject*)((
KVLVEntry*)el->fFrame)->GetUserData());
1041 Connect(
"DoubleClickAction(TObject*)", receiver_class, receiver, slot);
1051 Emit(
"DoubleClickAction(TObject*)", (Long_t)obj);
1063 if (event->fCode == kButton1 && (event->fState & kKeyControlMask))
fControlClick = kTRUE;
1065 if (event->fCode == kButton3) {
1067 if (list->GetSize() == 0) {
1068 fContextMenu->Popup(event->fXRoot, event->fYRoot,
this);
1072 else if (list->GetSize() == 1) {
1073 return TGLVContainer::HandleButton(event);
1077 return TGLVContainer::HandleButton(event);
1102 if (!GetMultipleSelection())
return;
1110 TGPosition pos = GetPagePosition();
1112 while ((el = (TGFrameElement*) next())) {
1114 if (!fr->IsActive()) {
1120 SendMessage(fMsgWindow, MK_MSG(kC_CONTAINER, kCT_SELCHANGED),
1122 Emit(
"SelectAll()");
1133 TGFrame* fr = el->fFrame;
1134 fr->Activate(kTRUE);
1136 if (fLastActiveEl != el) {
1138 CurrentChanged(fLastActiveEl->fFrame->GetX(), fLastActiveEl->fFrame->GetY());
1139 CurrentChanged(fLastActiveEl->fFrame);
1143 if (!fSelected) fSelected = 1;
1144 TGPosition pos = GetPagePosition();
1145 DrawRegion(fr->GetX() - pos.fX, fr->GetY() - pos.fY, fr->GetWidth(), fr->GetHeight());
Base class for KaliVeda framework.
const Char_t * GetLabel() const
virtual TObject * GetObject() const
Extension of TDatime to handle various useful date formats.
const Char_t * String(EKVDateFormat fmt=kCTIME)
Utility class describing the data used to fill each column of the list view container.
Int_t Compare_double(TObject *o1, TObject *o2)
const Char_t * GetDataString(TObject *)
Format string with column data for object.
Int_t Compare_date(TObject *o1, TObject *o2)
Int_t Compare(TObject *ob1, TObject *ob2)
Int_t Compare_long(TObject *o1, TObject *o2)
Int_t Compare_string(TObject *o1, TObject *o2)
virtual void SetIsDateTime(KVDatime::EKVDateFormat fmt=KVDatime::kCTIME, Bool_t with_reference=kTRUE)
void GetData(TObject *, Long_t &)
Extension of TGLVContainer for KVListView widget.
void ActivateItemWithData(void *userData, Bool_t activate=kTRUE)
KVLVColumnData * fSortData
name of column (i.e. type of data) currently used to sort objects
virtual void FillList(const TCollection *=0)
void AddDataColumn(const char *columnName)
virtual void Display(const TCollection *=0)
void DoubleClickAction(TObject *)
TObject * GetFirstInList()
Returns first object in currently displayed list.
void ActivateItemsWithColumnData(const Char_t *colname, KVNumberList data, Bool_t activate=kTRUE)
TContextMenu * fContextMenu
used to display popup context menu for items
virtual ~KVLVContainer()
Destructor.
void OpenContextMenu(TGFrame *, Int_t, Int_t, Int_t)
Bool_t fUserDoubleClickAction
user-defined double-click action instead of Browse() method
void ActivateItemWithColumnData(const Char_t *colname, const Char_t *data, Bool_t activate=kTRUE)
Bool_t fAllowContextMenu
can objects' context menu be opened with right-click ?
Int_t fNcols
number of data columns
void DoDoubleClick(TGFrame *, Int_t, Int_t, Int_t)
Bool_t fUseObjLabelAsRealClass
if kTRUE, object's classname read from KVBase::GetLabel() (objects must be KVBase-derived!...
Bool_t fControlClick
set to kTRUE when user ctrl-clicks an item
TGLVEntry * FindItemWithColumnData(const Char_t *colname, const Char_t *data)
Bool_t fAllowDoubleClick
do something when object double-clicked ?
friend class KVLVFrameElement
TList * GetSelectedItems()
Bool_t fKeepUserItems
internal use only, do not clear list of user items in RemoveAll()
KVLVColumnData ** fColData
description of column data
virtual void SelectAll()
void SetNewColumnName(const char* columnName);
KVList * fUserItems
list of currently displayed items, used by Refresh()
void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add an item to the list.
KVLVContainer(const TGWindow *p=0, UInt_t w=1, UInt_t h=1, UInt_t options=kSunkenFrame, Pixel_t back=GetDefaultFrameBackground())
TObject * GetLastInList()
Returns last object in currently displayed list.
TList * GetSelectedObjects()
virtual void SetDataColumns(Int_t ncols)
void AddContextMenuClassException(TClass *)
Int_t fSortType
current sorting mode of contents (ascending or descending)
virtual void SetDataColumn(Int_t index, TClass *cl, const Char_t *name, const Char_t *method="")
void Sort(int column)
Sort objects in container according to contents of given column.
virtual void ActivateItemFromSelectAll(TGFrameElement *el)
Activate item.
TList * fContextMenuClassExceptions
list of classes for which we override value of fAllowContextMenu
void SetDoubleClickAction(const char *receiver_class, void *receiver, const char *slot)
Bool_t HandleButton(Event_t *event)
Override TGContainer method in order to set fControlClick flag.
TGLVEntry * FindItemWithData(void *userData)
Find item with fUserData == userData in container.
Int_t * fSortDir
direction of sorting for each column
KVList * fPickOrderedObjects
list of currently selected objects, in order of selection
Bool_t fIsResized
used to resize columns exactly once
One item/line in a KVListView window.
Extension of TGFrameElement used by KVLVContainer.
Bool_t IsSortable() const
KVLVContainer * fContainer
Int_t Compare(const TObject *obj) const
Method responsible for sorting the objects in the GUI list.
Enhanced version of ROOT TGListView widget.
Extended TList class which owns its objects by default.
Strings used to represent a set of ranges of values.
virtual void AddLast(TObject *obj)
virtual void SetOwner(Bool_t enable=kTRUE)
virtual void Clear(Option_t *option="")
virtual void SetCleanup(Bool_t enable=kTRUE)
virtual void Add(TObject *obj)
virtual TObject * Remove(TObject *obj)
Remove object from list.
virtual TObject * FindObject(const char *name) const
Column in an SQLite database.