videocollection/hgmyvideos/inc/vcxhgmyvideosvideodetailsdialog.h
branchRCL_3
changeset 9 5294c000a26d
parent 0 96612d01cf9f
equal deleted inserted replaced
8:ce5ada96ab30 9:5294c000a26d
    18 
    18 
    19 
    19 
    20 #ifndef VCXHGMYVIDEOSVIDEODETAILS_H_
    20 #ifndef VCXHGMYVIDEOSVIDEODETAILS_H_
    21 #define VCXHGMYVIDEOSVIDEODETAILS_H_
    21 #define VCXHGMYVIDEOSVIDEODETAILS_H_
    22 
    22 
    23 NONSHARABLE_CLASS ( TVcxHgMyVideosVideoDetailsDialog )
    23 
       
    24 #include <mpxmedia.h>
       
    25 
       
    26 NONSHARABLE_CLASS ( CVcxHgMyVideosVideoDetailsDialog ) : public CBase
    24     {
    27     {
       
    28     public:// Constructors and destructor
       
    29 
       
    30         /**
       
    31         * Two-phased constructor.        
       
    32         */
       
    33         static CVcxHgMyVideosVideoDetailsDialog* NewL();
       
    34         
       
    35         /**
       
    36         * C+ destructor
       
    37         */
       
    38         virtual ~CVcxHgMyVideosVideoDetailsDialog();        
       
    39 
       
    40     public:        
       
    41         
       
    42         /**
       
    43          *  Provides the static function for the callback to show file details.
       
    44          *  Called by CIdle iDetailsAo.
       
    45          *
       
    46          *  @param aPtr Pointer to callback class
       
    47          */
       
    48         static TInt ShowDetailsL( TAny* aPtr );
       
    49                 
       
    50         
    25     public:
    51     public:
    26         
    52         
    27         /**
    53         /**
    28          * Displays video details dialog.
    54          * Displays video details dialog.
    29          * 
    55          * 
    34     private:
    60     private:
    35     
    61     
    36         /**
    62         /**
    37          * Default C++ constructor. By default it is private
    63          * Default C++ constructor. By default it is private
    38          */
    64          */
    39         TVcxHgMyVideosVideoDetailsDialog();
    65         CVcxHgMyVideosVideoDetailsDialog();
       
    66       
       
    67         /**
       
    68          * Symbian 2nd phase constructor.
       
    69          */        
       
    70         void ConstructL();
       
    71 
       
    72         /*
       
    73          *  Activates an active object to display details.
       
    74          */    
       
    75         void ActivateDetailsActiveObject();
       
    76 
       
    77         /*
       
    78          *  Called to display file details.
       
    79          */   
       
    80         void DoShowDetailsL();
       
    81 
       
    82         /*
       
    83          *  Pointer to MPX media for which details are displayed. Own.
       
    84          */   
       
    85         CMPXMedia* iDetailsMedia;
       
    86 
       
    87         /*
       
    88          *  Active object to cut call stack and display details. Own.
       
    89          */  
       
    90         CIdle* iDetailsAo;
       
    91         
    40     };
    92     };
    41 
    93 
    42 #endif /*VCXHGMYVIDEOSVIDEODETAILS_H_*/
    94 #endif /*VCXHGMYVIDEOSVIDEODETAILS_H_*/