src/hbcore/gui/hbdevicefadecontrolsym.cpp
changeset 28 b7da29130b0e
parent 21 4633027730f5
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
    35 // There is only one fade control setter, all other applications are getters.
    35 // There is only one fade control setter, all other applications are getters.
    36 // Device dialog is the setter.
    36 // Device dialog is the setter.
    37 const TUid PropertyCategoryUid = {0x20022FC5};
    37 const TUid PropertyCategoryUid = {0x20022FC5};
    38 const TUint FadeKey = 'fade';
    38 const TUint FadeKey = 'fade';
    39 
    39 
    40 class HbDeviceFadeControlPrivate  : public CActive
    40 NONSHARABLE_CLASS(HbDeviceFadeControlPrivate)  : public CActive
    41 {
    41 {
    42 public:
    42 public:
    43     struct FadeControl {
    43     struct FadeControl {
    44         int fadeOff: 1; // command for application to unfade
    44         int fadeOff: 1; // command for application to unfade
    45         int spare: 31;
    45         int spare: 31;