Log of /trunk/gui/ged/src/TAttLineEditor.cxx
Parent Directory
Revision
31790 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 10 14:14:17 2009 UTC (5 years, 1 month ago) by
bellenot
File length: 5012 byte(s)
Diff to
previous 23115
- Check validity of pointers returned by dynamic_cast (coverity)
- Fix memory leaks by properly delete allocated arrays (coverity)
- Fix uninitialized variable (valgrind)
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/src/TAttLineEditor.cxx
File length: 5787 byte(s)
Diff to
previous 15506
- 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
14336 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 20 21:43:44 2006 UTC (8 years, 10 months ago) by
pcanal
Original Path:
trunk/ged/src/TAttLineEditor.cxx
File length: 5167 byte(s)
Diff to
previous 13358
Reduce direct dependencies on TClass.h, TROOT.h and TStreamerInfo.h.
Warning: This means that some file that relied on the indirect
inclusion of these header file might now fail to compile with
an error message mention that gROOT is no known or that TClass,
TROOT or TStreamerInfo is incompletely defined. Simply add the
proper include directive.
Revision
11221 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 3 22:06:49 2005 UTC (9 years, 10 months ago) by
brun
Original Path:
trunk/ged/src/TAttLineEditor.cxx
File length: 5137 byte(s)
Diff to
previous 9388
From Ilka:
TVirtualPadEditor.h, cxx
- new methids IsGlobal(), SetGlobal()
- setting of globel editor in Show() method
TGedEditor.h, cxx
- new data member:Bool_t fGlobal; //true if editor is global
- new methods: IsGlobal(), SetGlobal(), SetCanvas(), GetCanvas(),
DisconnectEditors()
TRootCanvas.cxx
- code changes that allow only one editor (embedded or global) to be activated
per canvas
- activating the global editor via the context menu of another canvas will
connect this canvas to it and will close the embedded editor if it was opened
- the global editor works for any embedded canvas
Revision
9320 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 25 17:13:23 2004 UTC (10 years, 7 months ago) by
brun
Original Path:
trunk/ged/src/TAttLineEditor.cxx
File length: 5000 byte(s)
Diff to
previous 9255
From Ilka:
- implemented new method ConnectSignals2Slots() to avoid non pleasant
behavior of selected object in the canvas;
- improved comments;
- TGGroupFrame::DrawBorder() - fix in border drawing to avoid extra space
in the bottom of the group frame;
-TRootCanvas::ReallyDelete() - missing a call to DeleteEditors() method;
TPadEditor class provides GUI for an easy control of pad/canvas attributes.
Users can set log scales, ticks and grids along x, y,z; border mode and
size, etc.
TPaveStatsEditor provides GUI for editing TPaveStats options.
Revision
9255 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Fri Jun 18 15:55:00 2004 UTC (10 years, 7 months ago) by
brun
Original Path:
trunk/ged/src/TAttLineEditor.cxx
File length: 4705 byte(s)
From Ilka:
- new classes:
TGedElement - service class for registering the available attribute
editors and the canvas they are related to;
TGedFrame - base class of attribute editors
TGedNameFrame - in use to show the selected object name
TAttFillEditor - attribute editor related to the TAttFill class
TAttLineEditor - attribute editor related to the TAttLine class
TAttMarkerEditor - attribute editor related to the TAttMarker class
TAttTextEditor - attribute editor related to the TAttText class
TAxisEditor - attribute editor related to the TAxis class
- removed classes:
TGedAttFrame
TGedAttNameFrame
TGedAttFillFrame
TGedAttLineFrame
TGedAttTextFrame
TGedAttMarkerFrame
TGedAttAxisFrame
TGedAttAxisTitle
TGedAttAxisLabel
TGedPropertyFrame
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.