meetingrequest/mrgui/mrfieldbuilderplugin/inc/cesmrviewerrecurrencedatefield.h
branchRCL_3
changeset 12 4ce476e64c59
parent 0 8466d47a6819
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    47     ~CESMRViewerRecurrenceDateField();
    47     ~CESMRViewerRecurrenceDateField();
    48 
    48 
    49 public: // From CESMRField
    49 public: // From CESMRField
    50     void InternalizeL( MESMRCalEntry& aEntry );
    50     void InternalizeL( MESMRCalEntry& aEntry );
    51     void InitializeL();
    51     void InitializeL();
    52 
    52     TBool ExecuteGenericCommandL( TInt aCommand );
       
    53     
    53 public: // From CCoeControl
    54 public: // From CCoeControl
    54     TInt CountComponentControls() const;
    55     TInt CountComponentControls() const;
    55     CCoeControl* ComponentControl( TInt aInd ) const;
    56     CCoeControl* ComponentControl( TInt aInd ) const;
    56     void SizeChanged();
    57     void SizeChanged();
    57     TSize MinimumSize();
    58     TSize MinimumSize();
    58     
    59 
    59 private: // Implementation
    60 private: // Implementation
    60     CESMRViewerRecurrenceDateField();
    61     CESMRViewerRecurrenceDateField();
    61     void ConstructL();
    62     void ConstructL();
    62     
    63     void FormatRepeatUntilDateL();
       
    64 
    63 private:
    65 private:
    64     /// Own: topic label
    66     /// Own: topic label
    65     CMRLabel* iRepeatTopic;
    67     CMRLabel* iRepeatTopic;
    66     /// Own: date label
    68     /// Own: date label
    67     CMRLabel* iRepeatDate;
    69     CMRLabel* iRepeatDate;
       
    70     /// Own: Repeat until date
       
    71     TTime iRepeatUntilDate;
    68     };
    72     };
    69 
    73 
    70 #endif  // CESMRVIEWERRECURRENCECONTAINER_H
    74 #endif  // CESMRVIEWERRECURRENCECONTAINER_H