[root] / trunk / graf2d / graf / inc / TPie.h Repository:
ViewVC logotype

Log of /trunk/graf2d/graf/inc/TPie.h

Parent Directory Parent Directory


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

Revision 44507 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 4 12:30:41 2012 UTC (2 years, 7 months ago) by axel
File length: 5405 byte(s)
Diff to previous 23140
Remove
  using namespace std;
from Riostream.h, which has huge consequences for all of ROOT.
Riostream.h is now a simple wrapper for fstream, iostream, iomanip for backward compatibility; Riosfwd.h simply wraps iosfwd.

Because of templates and their inline functions, Riostream.h needed to be included in headers, too (e.g. TParameter.h), which violated the assumption that Riostream.h is not exposing its using namespace std to headers.
ROOT now requires R__ANSISTREAM, R__SSTREAM, which does not change the set of supported compilers.

Without "using namespace std", several identifiers are now prefixed by std::; e.g. roofit/* source files now have a using namespace std to keep their coding style.
TFile::MakeProject() now generates "using namespace std" to convert the CINT-style class names into C++ ones.

Revision 23140 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 11 11:01:39 2008 UTC (6 years, 9 months ago) by rdm
File length: 5400 byte(s)
Diff to previous 22086
move the following directories to "graf2d":

asimage, freetype, gpad, graf, postscript, qt, win32gdk, x11, x11ttf

move the following directories to "graf3d":

eve, ftgl, g3d, gl, x3d

Revision 22086 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 11 13:51:10 2008 UTC (6 years, 11 months ago) by couet
Original Path: trunk/graf/inc/TPie.h
File length: 5400 byte(s)
Diff to previous 21606
- From Guido Volpi:
  Add the TPie::GetEntries() method that return the number slices.

Revision 21606 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 9 10:23:09 2008 UTC (7 years ago) by couet
Original Path: trunk/graf/inc/TPie.h
File length: 5350 byte(s)
Diff to previous 20882
- From Guido Volpi:

* TPie::MakeLegend() now takes an extra argument to setup the TLegend
header, the default now is an empty header for the legend instead the
name of the TPie object.

* TPie::SortSlices() has an extra argument that represents a threshold;
if the threshold is greater than 0 (the default value), slices with
values smaller than the threshold are merged together in a new slice
with the label "other".

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/graf/inc/TPie.h
File length: 5297 byte(s)
Diff to previous 20538
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 20538 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 30 10:00:14 2007 UTC (7 years, 2 months ago) by couet
Original Path: trunk/graf/inc/TPie.h
File length: 5297 byte(s)
Diff to previous 19826
- From Guido Volpi:
- Redefinition of some static variables: in global variable the flag is
  not needed, in other part the definition as const is better.
- MakeLegend() method can have 4 arguments that represent the TLegend
  position: TPie::Makelegend(x1,y1,x2,y2). The default values are the old
  one.
- Added the method TPie::SortSlices(Bool_t); this method sorts the
  TPieSlices according the values in increasing (kTRUE) or decreasing
  (kFALSE) order.
- Added the two more drawing options ">" and "<", to draw applying the
  increasing or decreasing order.

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/graf/inc/TPie.h
File length: 5183 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/graf/inc/TPie.h
File length: 5228 byte(s)
Diff to previous 19029
remove :$ from tag line

Revision 19029 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 14 09:17:53 2007 UTC (7 years, 7 months ago) by couet
Original Path: trunk/graf/inc/TPie.h
File length: 5238 byte(s)
Diff to previous 17490
- From Guido Volpi:
  * Cleanup in TPie and TPieSlice in the methods that evaluates if the pointer
    is the slice area or in the area.

  * The labels now are not printed over the pie area.

  * Added the SetAngle3D() and GetAngle3D() method to change the perspecive
    angle if the 3d option is used.

Revision 17490 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 24 17:06:21 2007 UTC (8 years ago) by couet
Original Path: trunk/graf/inc/TPie.h
File length: 5060 byte(s)
Diff to previous 17148
- From Guido Volpi (and O.Couet):
  - Introduction of the TPieSlice class to hold the content of any slice.
    A single slice responds to the mouse if the pointer is near a slice's
    corner (the pointer became a cross).
   - TPie now uses TPieSlice.

   Bug Fix:
   - The labels using options "tan" or "rad" in some conditions were upside
     down.fixed.

Revision 17148 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 11 11:00:27 2006 UTC (8 years, 1 month ago) by couet
Original Path: trunk/graf/inc/TPie.h
File length: 5119 byte(s)
Diff to previous 16915
- From Guido Volpi:

1. some temporary variables used only during pie movements now are in the .cxx

2. corrected the bug in the Paint() method that cause some problem in the
opaque movements under some circumstance

3. now all movements scale well in pseudo 3d visualiziation

4. added the property fHeight and its method to change the thickness of the
piechart

5. Corrected few thing in DrawGhost().

6. added the "NOL" (No Out-Line) option to prevent the draw of the line around
the chart: this feature have a better result in the pseudo-3d mode.

7. added '// *MENU*' in the SetRadius method definition

Revision 16915 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 24 13:07:55 2006 UTC (8 years, 2 months ago) by couet
Original Path: trunk/graf/inc/TPie.h
File length: 5397 byte(s)
Diff to previous 16873
- From Guido Volpi:
  New drawing option "3D" to draw the pie chart with a pseudo 3D effect.

Revision 16873 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 22 15:42:22 2006 UTC (8 years, 2 months ago) by couet
Original Path: trunk/graf/inc/TPie.h
File length: 5330 byte(s)
Diff to previous 16801
- The pie can now be rotated interactively.
- New constructor from an TH1.
- Fixes in comments.

Revision 16801 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 17 15:18:56 2006 UTC (8 years, 2 months ago) by couet
Original Path: trunk/graf/inc/TPie.h
File length: 5315 byte(s)
Diff to previous 16789
- Output on root file and DrawClone are now working.
- Rename two methods (previous names were meaningless).

Revision 16789 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Nov 16 12:19:49 2006 UTC (8 years, 2 months ago) by couet
Original Path: trunk/graf/inc/TPie.h
File length: 4999 byte(s)
- New class TPie to draw a pie-chart (From Guido Volpi and Olivier).
  See $ROOTSYS/tutorials/piechart.C

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