browserui/browser/FavouritesInc/BrowserAdaptiveListPopup.h
changeset 10 57d5b8e231c4
parent 0 84ad3b177aa3
child 18 4530440261a8
equal deleted inserted replaced
0:84ad3b177aa3 10:57d5b8e231c4
    75     public: // Constructors and destructor
    75     public: // Constructors and destructor
    76 
    76 
    77         /**
    77         /**
    78 		*C++ Constructor
    78 		*C++ Constructor
    79 		*/
    79 		*/
    80 		CBrowserAdaptiveListPopup( CEikEdwin* aGotoPaneEdit, CCoeControl* aParent, TParentType aParentType);
    80 		CBrowserAdaptiveListPopup( CEikEdwin* aGotoPaneEdit, 
       
    81 		        CCoeControl* aParent, 
       
    82 		        TParentType aParentType,
       
    83 		        TBool aSearchFeature  = EFalse );
    81 			
    84 			
    82 		/**
    85 		/**
    83         * default constructor.
    86         * default constructor.
    84         */
    87         */
    85         void ConstructL();
    88         void ConstructL();
   173         TParentType iParentType;
   176         TParentType iParentType;
   174         TBool iUrlCompletionMode;
   177         TBool iUrlCompletionMode;
   175         HBufC* iUrlSuffixBuf;
   178         HBufC* iUrlSuffixBuf;
   176         TBool iTouchSupported;
   179         TBool iTouchSupported;
   177         TInt iMaxRecentUrlsToShow;
   180         TInt iMaxRecentUrlsToShow;
       
   181         // shows whether search feature is enabled or not.
       
   182         TBool iSearchFeature; 
   178     };
   183     };
   179 
   184 
   180 #endif  // BROWSERADAPTIVELISTPOPUP_H
   185 #endif  // BROWSERADAPTIVELISTPOPUP_H
   181 
   186 
   182 // End of File
   187 // End of File