videoplayback/inc/mpxvideoregion.h
changeset 15 cf5481c2bc0b
parent 0 96612d01cf9f
child 57 befca0ec475f
equal deleted inserted replaced
2:dec420019252 15:cf5481c2bc0b
    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 %
    18 // Version : %version: 4.1 %
    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     void Print();
    37     inline void Print();
    38     void SetRegion( RRegion& aRegion );
    38     inline void SetRegion( RRegion& aRegion );
    39     TRegion& GetRegion();
    39     inline TRegion& GetRegion();
    40    
    40    
    41     void ExternalizeL( RWriteStream& aStream ) const;
    41     inline void ExternalizeL( RWriteStream& aStream ) const;
    42     void InternalizeL( RReadStream& aStream );
    42     inline void InternalizeL( RReadStream& aStream );
    43     
    43     
    44 private:
    44 private:
    45     CMPXVideoRegion(); 
    45     CMPXVideoRegion(); 
    46     void ConstructL();
    46     void ConstructL();
    47     
    47