eikcal.h

Go to the documentation of this file.
00001 /*
00002 * ============================================================================
00003 *  Name        : eikcal.h
00004 *  Part of     : S60 UI Framework / EikCtl
00005 *  Description : Interface class for EIKON calendar observer.
00006 *  Version     : %version: 1 %
00007 *
00008 *  Copyright © 2002-2006 Nokia.  All rights reserved.
00009 *  This material, including documentation and any related computer
00010 *  programs, is protected by copyright controlled by Nokia.  All
00011 *  rights are reserved.  Copying, including reproducing, storing,
00012 *  adapting or translating, any or all of this material requires the
00013 *  prior written consent of Nokia.  This material also contains
00014 *  confidential information which may not be disclosed to others
00015 *  without the prior written consent of Nokia.
00016 * ============================================================================
00017 */
00018 
00019 #ifndef __EIKCAL_H__
00020 #define __EIKCAL_H__
00021 
00022 #include <eikbctrl.h>
00023 #include <eikscbut.h>
00024 #include <eikcmbut.h>
00025 
00034 class MEikCalendarObserver
00035         {
00036 public:
00037 
00041         virtual void GetMinimumAndMaximumAndInitialDatesForCalendarL(
00042                                                     TTime& aMinimumDate,
00043                                                     TTime& aMaximumDate,
00044                                                     TTime& aInitialDate) const=0;
00045         
00049         virtual void SetDateFromCalendarAndDrawNow(const TTime& aDate)=0;
00050         };
00051 
00052 // __EIKCAL_H__
00053 #endif

Copyright © Nokia Corporation 2001-2008
Back to top