phoneapp/phoneuiqtviewadapter/inc/phoneuiqtbuttonscontroller.h
changeset 45 6b911d05207e
parent 37 ba76fc04e6c2
child 46 bc5a64e5bc3c
equal deleted inserted replaced
37:ba76fc04e6c2 45:6b911d05207e
    27 
    27 
    28 public:
    28 public:
    29     
    29     
    30     enum PhoneButtonFlag
    30     enum PhoneButtonFlag
    31     {
    31     {
    32         Hold            = 0x02, // Hold
    32         Hold            = 0x02,  // Hold
    33         Ihf             = 0x04, // Ihf
    33         Ihf             = 0x04,  // Ihf
    34         Wired           = 0x08, // Wired
    34         Wired           = 0x08,  // Wired
    35         Btaa            = 0x10, // Btaa
    35         Btaa            = 0x10,  // Btaa
    36         DisableJoin     = 0x20  // Should join option be disabled
    36         DisableJoin     = 0x20,  // Should join option be disabled
       
    37         Conference      = 0x40,  // Conference call active
       
    38         Mute            = 0x80,  // Mute
       
    39         MultiCall       = 0x100, // Multi call
       
    40         FullConference  = 0x200, // Max member count in conference
       
    41         Outgoing        = 0x400  // Outgoing call
    37     };
    42     };
    38     Q_DECLARE_FLAGS(PhoneButtonFlags, PhoneButtonFlag)
    43     Q_DECLARE_FLAGS(PhoneButtonFlags, PhoneButtonFlag)
    39 
    44 
    40     /**
    45     /**
    41      * Constructor
    46      * Constructor