Revision
26561 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 1 17:35:55 2008 UTC (6 years, 1 month ago) by
matevz
File length: 1410 byte(s)
Copied from:
branches/dev/fireworks/eve/inc/TEveWindowEditor.h revision 26523
Diff to
previous 26523
Merge the following releases from the fireworks branch:
26432
- Added TGLSAViewer::DeleteMenuBar().
26444
- TGLSAViewer - use a steering flag for menu-bar destruction.
26468
- TEveCaloDataVec - option to define XY axis from cells themselves.
26481
- TEveCaloDataVec - bugfix;
- show the new feature in cms_calo*.C tutorials.
26523
- TEveWindow - new classes for management of EVE vindows;
26524
- missing include.
26557
- TEveWindow:
- support hiding of title-bar directly from frame; render decollapse box
when hidden;
- bind context menu to Action/IconBox button;
- consistent usage of simple frame-style.
Revision
26523 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Fri Nov 28 22:18:20 2008 UTC (6 years, 1 month ago) by
matevz
Original Path:
branches/dev/fireworks/eve/inc/TEveWindowEditor.h
File length: 1410 byte(s)
TGPack
======
- Decide on and document frame ownership policy.
- Modify Add/RemoveFrame accordingly, new method DeleteFrame().
- Implement SetVertical(Bool_t) that works also when pack is populated.
TEveWindow
==========
- New classes for management of eve windows.
- Preliminary check-in -- only frame management functionality
implemented -- it needs to be connected to leaf GUI windows
(GL-viewers and arbitrary external frames).
- See tutorials/eve/test_windows.C.
TEveManager
===========
Add data-member holding a list of top-level eve windows.
TEveElement
===========
Fix DestroyOrWarn() - instead of repeating the steps, call Destroy()
as it might be overriden in sub-classes.
TEveBrowser
===========
Fix vertical/horizontal flip for listtree-editor frame.