alarmui/alarmalertwidget/alarmalertplugin/inc/alarmalertwidget_p.h
changeset 70 a5ed90760192
parent 63 a3cb48f6c889
equal deleted inserted replaced
64:1881ad52dc45 70:a5ed90760192
    34 class HbDocumentLoader;
    34 class HbDocumentLoader;
    35 class HbLabel;
    35 class HbLabel;
    36 class HbAction;
    36 class HbAction;
    37 class AlarmAlertDocLoader;
    37 class AlarmAlertDocLoader;
    38 
    38 
    39 const QString alarmNormalUICalendarDocml(":/xml/alarmalert_calendar_unlocked.docml");
    39 const QString alarmNormalUICalendarDocml(
       
    40 		":/xml/alarmalert_timed_calendar_unlocked.docml");
       
    41 const QString alarmNormalUINonTimedCalendarDocml(
       
    42 		":/xml/alarmalert_nontimed_calendar_unlocked.docml");
    40 const QString alarmNormalUIClockDocml(":/xml/alarmalert_clock_unlocked.docml");
    43 const QString alarmNormalUIClockDocml(":/xml/alarmalert_clock_unlocked.docml");
    41 const QString alarmNormalUITodoDocml(":/xml/alarmalert_todo_unlocked.docml");
    44 const QString alarmNormalUITodoDocml(":/xml/alarmalert_todo_unlocked.docml");
    42 
    45 
    43 // Class declaration
    46 // Class declaration
    44 /**
    47 /**
   103     
   106     
   104     /**
   107     /**
   105      * @brief From QGraphicsWidget
   108      * @brief From QGraphicsWidget
   106      * @see QGraphicsWidget
   109      * @see QGraphicsWidget
   107      */
   110      */
   108     void closeEvent(QCloseEvent *event);
   111     void hideEvent(QHideEvent *event);
   109     
   112     
   110 signals:
   113 signals:
   111 
   114 
   112     /**
   115     /**
   113      * @brief Emitted when the dialog is about to be closed
   116      * @brief Emitted when the dialog is about to be closed
   122 private slots:
   125 private slots:
   123 
   126 
   124     /**
   127     /**
   125      * @brief Callback function for handling orientation changes
   128      * @brief Callback function for handling orientation changes
   126      */
   129      */
   127     void handleOrientationChange();
   130     void handleOrientationChange(Qt::Orientation orientation);
   128     
   131     
   129     /**
   132     /**
   130      * @brief Called when the user snoozes the alarm
   133      * @brief Called when the user snoozes the alarm
   131      */
   134      */
   132     void snoozed();
   135     void snoozed();