diff options
author | jp <jp@openoffice.org> | 2001-05-07 07:55:56 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2001-05-07 07:55:56 +0000 |
commit | cce5b8f6c5eac180eccb8f8f3003de271a6ce1ac (patch) | |
tree | 1ae19d351db4eda406d4527767f8476495c49eef /svtools/inc/svimpicn.hxx | |
parent | 3aed5a201a354265a5a6ef5e446f482ec0c1a363 (diff) |
chg: Drag&Drop interface changed to TransferData & Helper classes
Diffstat (limited to 'svtools/inc/svimpicn.hxx')
-rw-r--r-- | svtools/inc/svimpicn.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/svtools/inc/svimpicn.hxx b/svtools/inc/svimpicn.hxx index 6d1ba72ecad8..230d714ef241 100644 --- a/svtools/inc/svimpicn.hxx +++ b/svtools/inc/svimpicn.hxx @@ -2,9 +2,9 @@ * * $RCSfile: svimpicn.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:58:53 $ + * last change: $Author: jp $ $Date: 2001-05-07 08:48:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -246,6 +246,9 @@ public: void SetDragDropMode( DragDropMode eDDMode ); void SetSelectionMode( SelectionMode eSelMode ); + void SttDrag( const Point& rPos ); + void EndDrag(); + SvLBoxEntry* GetCurEntry() const { return pCursor; } void SetCursor( SvLBoxEntry* ); @@ -305,7 +308,6 @@ public: void WriteDragServerInfo( const Point&, SvLBoxDDInfo* ); void ReadDragServerInfo( const Point&, SvLBoxDDInfo* ); - void Command( const CommandEvent& rCEvt ); void ToTop( SvLBoxEntry* ); void SetCurParent( SvLBoxEntry* pNewParent ); @@ -315,7 +317,7 @@ public: void Scroll( long nDeltaX, long nDeltaY, BOOL bScrollBar = FALSE ); const Size& GetItemSize( SvIconView* pView, SvLBoxEntry*, SvLBoxItem*, const SvIcnVwDataEntry* pViewData = 0 ) const; - void PrepareCommandEvent( const CommandEvent& ); + void PrepareCommandEvent( const Point& rPt ); void HideDDIcon(); void ShowDDIcon( SvLBoxEntry* pRefEntry, const Point& rPos ); |