meetingrequest/mrgui/mrfieldbuilderpluginextension/src/cesmrtrackingfieldlabel.cpp
branchRCL_3
changeset 16 b5fbb9b25d57
parent 12 4ce476e64c59
equal deleted inserted replaced
14:b13141f05c3d 16:b5fbb9b25d57
    25 // SYSTEM INCLUDES
    25 // SYSTEM INCLUDES
    26 #include <eiklabel.h>
    26 #include <eiklabel.h>
    27 #include <avkon.hrh>
    27 #include <avkon.hrh>
    28 #include <caluser.h>
    28 #include <caluser.h>
    29 #include <calentry.h>
    29 #include <calentry.h>
    30 #include <stringloader.h>
    30 #include <StringLoader.h>
    31 #include <esmrgui.rsg>
    31 #include <esmrgui.rsg>
    32 
    32 
    33 // ======== MEMBER FUNCTIONS ========
    33 // ======== MEMBER FUNCTIONS ========
    34 
    34 
    35 // ---------------------------------------------------------------------------
    35 // ---------------------------------------------------------------------------
    74 // ---------------------------------------------------------------------------
    74 // ---------------------------------------------------------------------------
    75 //
    75 //
    76 void CESMRTrackingFieldLabel::InitializeL()
    76 void CESMRTrackingFieldLabel::InitializeL()
    77     {
    77     {
    78     FUNC_LOG;
    78     FUNC_LOG;
    79     // TODO: Do not use old layout manager anymore
    79 
    80     //iTitleSize = iLayout->FieldSize ( EESMRFieldAttendeeLabel );
       
    81     
       
    82     // TODO: use XML Data
       
    83     //iTitle->SetFont( iLayout->Font (iCoeEnv, EESMRFieldAttendeeLabel ) );
       
    84     }
    80     }
    85 
    81 
    86 // ---------------------------------------------------------------------------
    82 // ---------------------------------------------------------------------------
    87 // CESMRTrackingFieldLabel::SizeChanged
    83 // CESMRTrackingFieldLabel::SizeChanged
    88 // ---------------------------------------------------------------------------
    84 // ---------------------------------------------------------------------------