calendarui/controller/inc/calencontroller.h
changeset 49 5de72ea7a065
parent 37 360d55486d7f
child 50 579cc610882e
equal deleted inserted replaced
37:360d55486d7f 49:5de72ea7a065
    65 	
    65 	
    66     public:  // Construction and destruction
    66     public:  // Construction and destruction
    67 		/**
    67 		/**
    68 		 * C++ constructor
    68 		 * C++ constructor
    69 		 */
    69 		 */
    70 		CCalenController(bool isFromServiceFrmwrk);
    70 		CCalenController();
    71 		
    71 		
    72 		/**
    72 		/**
    73 		 * Constructs CCalenController with existing CAknViewAppUi. If the
    73 		 * Constructs CCalenController with existing CAknViewAppUi. If the
    74 		 * controller has been previously initialized with the same CAknViewAppUi,
    74 		 * controller has been previously initialized with the same CAknViewAppUi,
    75 		 * the existing instance will be returned.
    75 		 * the existing instance will be returned.
   211         /**
   211         /**
   212          * Get customisationmanager
   212          * Get customisationmanager
   213          * @return reference to CCalenCustomisationManager
   213          * @return reference to CCalenCustomisationManager
   214          */
   214          */
   215         CCalenCustomisationManager& CustomisationManager();
   215         CCalenCustomisationManager& CustomisationManager();
       
   216         
       
   217 	    /**
       
   218          * Filters the events eg. Locale/language change events
       
   219          * @param event
       
   220          */
       
   221         bool eventFilter(QObject *object, QEvent *event);
   216         
   222         
   217     private:  // Construction and destruction
   223     private:  // Construction and destruction
   218         
   224         
   219         /**
   225         /**
   220          * Sets the default context for today
   226          * Sets the default context for today