phonebookui/Phonebook2/ccapplication/ccamycardplugin/inc/ccappmycardheadercontrol.h
branchRCL_3
changeset 3 04ab22b956c2
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
0:e686773b3f54 3:04ab22b956c2
    92     
    92     
    93     void SetLabel1TextL( const TDesC& aTxt );
    93     void SetLabel1TextL( const TDesC& aTxt );
    94     void SetLabel2TextL( const TDesC& aTxt );
    94     void SetLabel2TextL( const TDesC& aTxt );
    95     
    95     
    96     inline CCCAppStatusControl* StatusControl();
    96     inline CCCAppStatusControl* StatusControl();
       
    97     inline const TSize& ThumbnailSize();
    97     
    98     
    98 public: // Functions from base classes 
    99 public: // Functions from base classes 
    99 
   100 
   100     /**
   101     /**
   101      * From CCoeControl
   102      * From CCoeControl
   205 inline CCCAppStatusControl* CCCAppMyCardHeaderControl::StatusControl()
   206 inline CCCAppStatusControl* CCCAppMyCardHeaderControl::StatusControl()
   206     {
   207     {
   207     return iStatusControl;
   208     return iStatusControl;
   208     }
   209     }
   209 
   210 
       
   211 inline const TSize& CCCAppMyCardHeaderControl::ThumbnailSize()
       
   212     {
       
   213     return iPortraitImageSize;
       
   214     }
       
   215 
       
   216 
   210 #endif // CCCAPPMYCARDHEADERCONTROL_H
   217 #endif // CCCAPPMYCARDHEADERCONTROL_H