[root] / trunk / gui / ged / inc / TGraphEditor.h Repository:
ViewVC logotype

Log of /trunk/gui/ged/inc/TGraphEditor.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 23115 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 10 13:35:37 2008 UTC (6 years, 9 months ago) by rdm
File length: 2932 byte(s)
Diff to previous 20882
moved to directory "gui" the following directories:

fitpanel, ged, gui, guibuilder, guihtml, qtgsi, qtroot, sessionviewer

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/ged/inc/TGraphEditor.h
File length: 2932 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/ged/inc/TGraphEditor.h
File length: 2932 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/ged/inc/TGraphEditor.h
File length: 2989 byte(s)
Diff to previous 19611
remove :$ from tag line

Revision 19611 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 13 14:23:43 2007 UTC (7 years, 5 months ago) by antcheva
Original Path: trunk/ged/inc/TGraphEditor.h
File length: 2999 byte(s)
Diff to previous 17733
From Axel:
allows the header files to be #included without
requiring extra (dependent) #includes.

Revision 17733 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 6 15:39:54 2007 UTC (7 years, 11 months ago) by antcheva
Original Path: trunk/ged/inc/TGraphEditor.h
File length: 2974 byte(s)
Diff to previous 17665
- cleanup of includes

Revision 17665 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 3 18:12:31 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/ged/inc/TGraphEditor.h
File length: 3038 byte(s)
Diff to previous 16331
Use forward declaration of TGraph

Revision 16331 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 25 13:40:06 2006 UTC (8 years, 4 months ago) by rdm
Original Path: trunk/ged/inc/TGraphEditor.h
File length: 3076 byte(s)
Diff to previous 15526
From Matevz:
Changes from TGedFrame.

Revision 15526 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 23 15:19:22 2006 UTC (8 years, 7 months ago) by antcheva
Original Path: trunk/ged/inc/TGraphEditor.h
File length: 3046 byte(s)
Diff to previous 14692
- fixed problem of object editor performance caused by freely emitted
  signals of used  GUI elements and corresponding slots execution.

TGedFrame
- new data member fAvoidSignal = kFALSE by default. In SetModel method of any editor it is set to kTRUE to avoid executing slot method and in the end of SetModet is set to kFALSE again;

TGedEditor
- move the call of TGMainFrame::Layout from TGedFrame::SetActive in
TGedEditor::SetModel

TPadEditor
- no need of TGCompositeFrame *f7 as data member
- added new data member TGButtonGroup *fBgrop
- connected DoBorderMode slot with TGButtonGroup::Released signal

TGraphEditor
- changed signature of DoShape method
- connected DoShape slot with TGButtonGroup::Released signal

TH1Editor
- new method DoHistView()
- fixed problem shown with MSVS 8 (thaks to Timur and Bertrand)
- connected DoHistView slot with TGButtonGroup::Released signal

TH2Editor
- new method DoHistView()
- fixed problem shown with MSVS 8 (thaks to Timur and Bertrand)
- connected DoHistView slot with TGButtonGroup::Released signal

All other editors - follow-up changes in the code related to the
fAvoidSignal use.

Revision 14692 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 13 13:22:31 2006 UTC (8 years, 9 months ago) by antcheva
Original Path: trunk/ged/inc/TGraphEditor.h
File length: 3053 byte(s)
Diff to previous 14547
From Olivier:
- Update of TGraph Editor to handle the TGraph's Exclusion Zone.

Revision 14547 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 5 08:30:26 2006 UTC (8 years, 9 months ago) by antcheva
Original Path: trunk/ged/inc/TGraphEditor.h
File length: 2820 byte(s)
Diff to previous 13954
- class TGRadioButton was missed

Revision 13954 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 30 17:42:06 2006 UTC (8 years, 11 months ago) by rdm
Original Path: trunk/ged/inc/TGraphEditor.h
File length: 2909 byte(s)
Diff to previous 10499
fix cvs ident line that was missing trailing $.

Revision 10499 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 8 17:29:33 2004 UTC (10 years, 2 months ago) by brun
Original Path: trunk/ged/inc/TGraphEditor.h
File length: 2921 byte(s)
Diff to previous 10115
From Ilka:
TGraphEditor.h, cxx:
- reorder enum var to use widgets' ids directly in signals/slots
communications
- connect the button-group widget Clicked signal to the slot DoShape
- change the signature of DoMarkerOnOff slot to use directly the sent
info by Toggled signal
- code changes according to these new connections
- cosmetic layout changes of the code according to the ROOT coding rules
- cursor changes to kWatch if the graph has many points and the drawing
takes time

TH1/2Editor.cxx
- do not activate histogram editors if the entries == 0

Revision 10115 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 21 05:20:37 2004 UTC (10 years, 4 months ago) by brun
Original Path: trunk/ged/inc/TGraphEditor.h
File length: 2912 byte(s)
Diff to previous 9979
From Carsten Hof
- added lots of comments to the TGraphEditor
- shortened the source code
- attached a picture for the online documentation

Revision 9979 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 10 19:11:37 2004 UTC (10 years, 4 months ago) by brun
Original Path: trunk/ged/inc/TGraphEditor.h
File length: 3015 byte(s)
Diff to previous 9664
From Carsten Hof
Several changes, in particular the Axis on/off checkbox is removed

Revision 9664 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue Aug 3 15:56:50 2004 UTC (10 years, 5 months ago) by brun
Original Path: trunk/ged/inc/TGraphEditor.h
File length: 3124 byte(s)
From Carsten Hof:
First attempt to implement the TGraph editor

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9