Log of /trunk/gui/gui/src/TGXYLayout.cxx
Parent Directory
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: 13222 byte(s)
Diff to
previous 31685
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
15134 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue May 23 04:47:42 2006 UTC (8 years, 8 months ago) by
brun
Original Path:
trunk/gui/src/TGXYLayout.cxx
File length: 11709 byte(s)
Diff to
previous 5090
From Federico Carminati:
"I have implemented all copy and equal operators needed to silence all
warnings in AliRoot, as requested. I have implemented shallow copies as
would do the default operators synthetized by the compiler.
Most operators are protected. If users complain, you just have to move
them into the public area, but class derivation is of course supported.
It has been a terrible job, I have modified 278 files, but the changes
are backward compabile, and this goes a long way to permitting user to
use the effc++ flag with root headers."
Revision
5090 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Thu Aug 8 16:54:11 2002 UTC (12 years, 5 months ago) by
rdm
Original Path:
trunk/gui/src/TGXYLayout.cxx
File length: 10919 byte(s)
new XY layout manager class by Reiner Rohlfs. This is a layout manager
where the position and the size of each widget in the frame are defined
by X / Y - coordinates. The coordinates for each widget are defined by
the TGXYLayoutHints. Therefore it is not possible to share a layout hint
for several widgets. Much more usage information can be found in the
class description. And example usage in the TASPaletteEditor class.
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.