meetingrequest/mrgui/mrfieldbuilderpluginextension/inc/cesmrviewerattendeesfield.h
branchRCL_3
changeset 33 da5135c61bad
parent 0 8466d47a6819
child 24 b5fbb9b25d57
--- a/meetingrequest/mrgui/mrfieldbuilderpluginextension/inc/cesmrviewerattendeesfield.h	Mon Mar 15 12:39:10 2010 +0200
+++ b/meetingrequest/mrgui/mrfieldbuilderpluginextension/inc/cesmrviewerattendeesfield.h	Wed Mar 31 21:08:33 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c)  Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -56,15 +56,16 @@
     TKeyResponse OfferKeyEventL( const TKeyEvent& aEvent, TEventCode aType );
     void SetContainerWindowL(const CCoeControl& aContainer);
     TSize MinimumSize();
-    virtual void HandlePointerEventL(const TPointerEvent& aPointerEvent);
 
 public: // From CESMRField
     void InitializeL();
     void SetOutlineFocusL( TBool aFocus );
     void InternalizeL( MESMRCalEntry& aEntry );
     void GetMinimumVisibleVerticalArea(TInt& aUpper, TInt& aLower);
+    void GetCursorLineVerticalPos(TInt& aUpper, TInt& aLower);
     void ListObserverSet( );
-    void ExecuteGenericCommandL( TInt aCommand );
+    TBool ExecuteGenericCommandL( TInt aCommand );
+    void HandleLongtapEventL( const TPoint& aPosition );
 
 public: // From MEikEdwinSizeObserver
     TBool HandleEdwinSizeEventL(CEikEdwin* aEdwin, TEdwinSizeEvent aType,
@@ -78,11 +79,13 @@
     void ConstructL( );
     HBufC* ClipTextLC( const TDesC& aText, const CFont& aFont, TInt aWidth );
     void UpdateAttendeesListL();
+    TInt LineSpacing();
+    TInt FocusMargin();
 
 private: // data
     // Own: Title of this field
     CMRLabel* iTitle;
-    // Own: Container for all the attendees
+    // Not own: Container for all the attendees
     CESMRRichTextViewer* iRichTextViewer;
     // Size of the field when after field has expanded.
     TSize iExpandedSize;