Log of /trunk/gui/gui/inc/TVirtualDragManager.h
Parent Directory
Revision
37994 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 7 14:44:40 2011 UTC (3 years, 11 months ago) by
bellenot
File length: 3556 byte(s)
Diff to
previous 29956
Rename TVirtualDragManager::GetDragType() to TVirtualDragManager::GetEDragType(), to avoid potential clash between two classes (TGFrame and TVirtualDragManager) having both GetDragType method with different return types. And they are both inherited by one class (TGuiBldDragManager) which doesn't define GetDragType. Thanks to Gordon for reporting this oddity.
Revision
9954 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Wed Sep 8 16:03:57 2004 UTC (10 years, 4 months ago) by
brun
Original Path:
trunk/gui/inc/TVirtualDragManager.h
File length: 3429 byte(s)
From Valeriy Onuchin:
- two classes introduced TVirtualDragManager, TVirtualGuiBld
- TGWindow
o move some TGFrame methods to here
o fEditDisabled data member and setter/getter methods introduced
That allows to disable switch to edit mode
- TGFrame, TGCompositeFrame
o new data members introduced and correspondent setter/getters
UInt_t fMinWidth; // minimal frame width
UInt_t fMinHeight; // minimal frame height
UInt_t fMaxWidth; // maximal frame width
UInt_t fMaxHeight; // maximal frame height
Correction to layout under development.
o fCleanup data member is renamed to fMustCleanup (to avoid name clashes)
o methods required for handling drag and drop as weel for guibuilding added, i.e.
HandleDragEnter, HandleDragLeave, HandleDragMotion, HandleDragDrop etc.
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.