alarmui/alarmalertwidget/alarmalertplugin/inc/alarmalertwidget_p.h
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 63 a3cb48f6c889
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    26 #include "alarmalert.h"
    26 #include "alarmalert.h"
    27 
    27 
    28 // Forward declarations
    28 // Forward declarations
    29 class QGraphicsWidget;
    29 class QGraphicsWidget;
    30 class QEvent;
    30 class QEvent;
    31 class QTranslator;
    31 class HbTranslator;
    32 class HbMainWindow;
    32 class HbMainWindow;
    33 class HbDocumentLoader;
    33 class HbDocumentLoader;
    34 class HbLabel;
    34 class HbLabel;
    35 class HbAction;
    35 class HbAction;
    36 class AlarmAlertDocLoader;
    36 class AlarmAlertDocLoader;
   138     /**
   138     /**
   139      * @brief Called when the user silences the alarm
   139      * @brief Called when the user silences the alarm
   140      */
   140      */
   141     void silenced();
   141     void silenced();
   142     
   142     
       
   143 	/**
       
   144      * @brief Called when the alarmui is about to display.
       
   145      */
       
   146     void aboutToDisplay();
       
   147     
   143 private:
   148 private:
   144     /**
   149     /**
   145      * @brief Extracts the parameters sent by the client
   150      * @brief Extracts the parameters sent by the client
   146      * @var parameters List of parameters 
   151      * @var parameters List of parameters 
   147      */
   152      */
   190     
   195     
   191     /**
   196     /**
   192      * @var mAlarmTime
   197      * @var mAlarmTime
   193      * @brief Holds the alarm expiry time
   198      * @brief Holds the alarm expiry time
   194      */
   199      */
   195     QDateTime mAlarmTime;
   200     QString mAlarmTime;
       
   201     
       
   202     /**
       
   203      * @var mAlarmDate
       
   204      * @brief Holds the alarm expiry time
       
   205      */
       
   206     QString mAlarmDate;
   196     
   207     
   197     /**
   208     /**
   198      * @var mTranslator
   209      * @var mTranslator
   199      * @brief translator for the localisation of strings
   210      * @brief translator for the localisation of strings
   200      */
   211      */
   201     QTranslator *mTranslator;
   212     HbTranslator *mTranslator;
   202 	
   213 	
   203     /**
   214     /**
   204      * @var mAlarmDescription
   215      * @var mAlarmDescription
   205      * @brief Points to the alarm description label
   216      * @brief Points to the alarm description label
   206      */
   217      */