idlehomescreen/inc/xneditmode.h
branchRCL_3
changeset 23 7be2816dbabd
parent 11 ff572dfe6d86
child 26 1b758917cafc
equal deleted inserted replaced
19:79311d856354 23:7be2816dbabd
    22 #include <coecntrl.h>
    22 #include <coecntrl.h>
    23 
    23 
    24 // Forward declarations
    24 // Forward declarations
    25 class CXnUiEngine;
    25 class CXnUiEngine;
    26 class CXnViewManager;
    26 class CXnViewManager;
       
    27 class CXnPluginData;
    27 class CXnNode;
    28 class CXnNode;
    28 class CFbsBitGc;
    29 class CFbsBitGc;
    29 class CFbsBitmap;
    30 class CFbsBitmap;
    30 class CFbsBitmapDevice;
    31 class CFbsBitmapDevice;
    31 class CWindowToBitmapMappingGc;
    32 class CWindowToBitmapMappingGc;
   132 
   133 
   133     /**
   134     /**
   134      * Organizing starts using drag and drop.
   135      * Organizing starts using drag and drop.
   135      *
   136      *
   136      * @since Series 60 5.0
   137      * @since Series 60 5.0
   137      * @param aNode Node to drag.
   138      * @param aPlugin Plugin to drag.
   138      */
   139      */
   139     void StartDragL( CXnNode& aNode );
   140     void StartDragL( const CXnPluginData& aPlugin );
   140     
   141     
   141     /**
   142     /**
   142      * Reset the dragging state and deletes screenshot bitmaps.
   143      * Reset the dragging state and deletes screenshot bitmaps.
   143      *
   144      *
   144      * @since Series 60 5.0
   145      * @since Series 60 5.0