phoneapp/phoneuiqtviewadapter/inc/phoneuiqtbuttonscontroller.h
changeset 45 6b911d05207e
parent 37 ba76fc04e6c2
child 46 bc5a64e5bc3c
--- a/phoneapp/phoneuiqtviewadapter/inc/phoneuiqtbuttonscontroller.h	Fri Jun 04 10:19:18 2010 +0100
+++ b/phoneapp/phoneuiqtviewadapter/inc/phoneuiqtbuttonscontroller.h	Wed Jun 23 18:12:20 2010 +0300
@@ -29,11 +29,16 @@
     
     enum PhoneButtonFlag
     {
-        Hold            = 0x02, // Hold
-        Ihf             = 0x04, // Ihf
-        Wired           = 0x08, // Wired
-        Btaa            = 0x10, // Btaa
-        DisableJoin     = 0x20  // Should join option be disabled
+        Hold            = 0x02,  // Hold
+        Ihf             = 0x04,  // Ihf
+        Wired           = 0x08,  // Wired
+        Btaa            = 0x10,  // Btaa
+        DisableJoin     = 0x20,  // Should join option be disabled
+        Conference      = 0x40,  // Conference call active
+        Mute            = 0x80,  // Mute
+        MultiCall       = 0x100, // Multi call
+        FullConference  = 0x200, // Max member count in conference
+        Outgoing        = 0x400  // Outgoing call
     };
     Q_DECLARE_FLAGS(PhoneButtonFlags, PhoneButtonFlag)