uifw/EikStd/coctlinc/aknedwinphysicshandler.h
branchRCL_3
changeset 15 08e69e956a8c
parent 9 aabf2c525e0f
child 55 aecbbf00d063
equal deleted inserted replaced
10:9f56a4e1b8ab 15:08e69e956a8c
    44 
    44 
    45     /**
    45     /**
    46      * Two-phased constructor.
    46      * Two-phased constructor.
    47      */
    47      */
    48     static CAknEdwinPhysicsHandler* NewLC( CEikEdwin& aEdwin );
    48     static CAknEdwinPhysicsHandler* NewLC( CEikEdwin& aEdwin );
       
    49 
       
    50     /**
       
    51      * Two-phased constructor.
       
    52      */
       
    53     static CAknEdwinPhysicsHandler* NewL( CEikEdwin& aEdwin, CAknPhysics* aPhysics );
       
    54 
       
    55     /**
       
    56      * Two-phased constructor.
       
    57      */
       
    58     static CAknEdwinPhysicsHandler* NewLC( CEikEdwin& aEdwin, CAknPhysics* aPhysics );
       
    59 
    49     /**
    60     /**
    50      * Destructor.
    61      * Destructor.
    51      */
    62      */
    52     virtual ~CAknEdwinPhysicsHandler();
    63     virtual ~CAknEdwinPhysicsHandler();
    53     
    64     
   162 private:
   173 private:
   163 
   174 
   164     /**
   175     /**
   165      * C++ constructor.
   176      * C++ constructor.
   166      */
   177      */
   167     CAknEdwinPhysicsHandler( CEikEdwin& aEdwin );
   178     CAknEdwinPhysicsHandler( CEikEdwin& aEdwin, CAknPhysics* aPhysics  = NULL );
   168 
   179 
   169     /**
   180     /**
   170      * Symbian second-phase constructor.
   181      * Symbian second-phase constructor.
   171      */
   182      */
   172     void ConstructL();
   183     void ConstructL();
   352     
   363     
   353     /**
   364     /**
   354      * Start position of drag.
   365      * Start position of drag.
   355      */
   366      */
   356     TPoint iStartPosition;
   367     TPoint iStartPosition;
       
   368 
       
   369     /**
       
   370      * ETrue if this class owns CAknPhysics instance.
       
   371      */
       
   372     TBool iOwnsPhysics;
   357     };
   373     };
   358 
   374 
   359 #endif // C_AKNEDWINPHYSICSHANDLER_H
   375 #endif // C_AKNEDWINPHYSICSHANDLER_H