videoplayback/inc/mpxvideoregion.h
branchRCL_3
changeset 57 befca0ec475f
parent 56 839377eedc2b
equal deleted inserted replaced
56:839377eedc2b 57:befca0ec475f
    13 *
    13 *
    14 * Description:  Externalizable container for DSA region
    14 * Description:  Externalizable container for DSA region
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 4.1 %
    18 // Version : %version: 4 %
    19 
    19 
    20 
    20 
    21  
    21  
    22 
    22 
    23 #ifndef CMPXVIDEOREGION_H
    23 #ifndef CMPXVIDEOREGION_H
    32 public:    
    32 public:    
    33     static CMPXVideoRegion* NewL();
    33     static CMPXVideoRegion* NewL();
    34     static CMPXVideoRegion* NewLC();
    34     static CMPXVideoRegion* NewLC();
    35     ~CMPXVideoRegion();
    35     ~CMPXVideoRegion();
    36 
    36 
    37     inline void Print();
    37     void Print();
    38     inline void SetRegion( RRegion& aRegion );
    38     void SetRegion( RRegion& aRegion );
    39     inline TRegion& GetRegion();
    39     TRegion& GetRegion();
    40    
    40    
    41     inline void ExternalizeL( RWriteStream& aStream ) const;
    41     void ExternalizeL( RWriteStream& aStream ) const;
    42     inline void InternalizeL( RReadStream& aStream );
    42     void InternalizeL( RReadStream& aStream );
    43     
    43     
    44 private:
    44 private:
    45     CMPXVideoRegion(); 
    45     CMPXVideoRegion(); 
    46     void ConstructL();
    46     void ConstructL();
    47     
    47