meetingrequest/mrgui/mrfieldbuilderpluginextension/src/cesmrtrackingfieldlabel.cpp
branchRCL_3
changeset 36 e8f259fad141
parent 33 da5135c61bad
equal deleted inserted replaced
35:e64954c2c8e2 36:e8f259fad141
    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 // ---------------------------------------------------------------------------