phoneapp/phoneuiqtviewadapter/inc/phoneuiqtbuttonscontroller.h
changeset 65 2a5d4ab426d3
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
60:1eef62f5c541 65:2a5d4ab426d3
    38         Mute            = 0x80,  // Mute
    38         Mute            = 0x80,  // Mute
    39         MultiCall       = 0x100, // Multi call
    39         MultiCall       = 0x100, // Multi call
    40         FullConference  = 0x200, // Max member count in conference
    40         FullConference  = 0x200, // Max member count in conference
    41         Outgoing        = 0x400, // Outgoing call
    41         Outgoing        = 0x400, // Outgoing call
    42         IhfAsPushButton  = 0x800,  // Speaker as push button in bubble
    42         IhfAsPushButton  = 0x800,  // Speaker as push button in bubble
    43         BluetoothAvailable   = 0x1000  // Bluetooth available
    43         BluetoothAvailable   = 0x1000,  // Bluetooth available
       
    44         DisableSoftReject    = 0x2000,  // Disable soft reject
    44     };
    45     };
    45     Q_DECLARE_FLAGS(PhoneButtonFlags, PhoneButtonFlag)
    46     Q_DECLARE_FLAGS(PhoneButtonFlags, PhoneButtonFlag)
    46 
    47 
    47     /**
    48     /**
    48      * Constructor
    49      * Constructor