messagingapp/msgui/unifiededitor/inc/msgunieditormonitor.h
changeset 44 36f374c67aa8
parent 34 84197e66a4bd
--- a/messagingapp/msgui/unifiededitor/inc/msgunieditormonitor.h	Wed Jun 23 18:09:17 2010 +0300
+++ b/messagingapp/msgui/unifiededitor/inc/msgunieditormonitor.h	Tue Jul 06 14:12:40 2010 +0300
@@ -105,6 +105,13 @@
      */
     void handleContentChange();
 
+signals:
+    /**
+     * Emitted when composed message can be sent.
+     * @param enable true if send is possible else false.
+     */
+    void enableSend(bool enable);
+
 private:
     /**
      * setter method to initialize content
@@ -157,6 +164,11 @@
      */
     bool otherMMSCriteriaMet();
 
+    /**
+     * Checks if composed message can be sent and emits a signal.
+     */
+    void updateSend();
+
 private:
 
     /**