qtmobility/src/sensors/qambientlightsensor.cpp
changeset 5 453da2cfceef
parent 4 90517678cc4f
child 8 71781823f776
equal deleted inserted replaced
4:90517678cc4f 5:453da2cfceef
    65 
    65 
    66     This enum represents the ambient light level.
    66     This enum represents the ambient light level.
    67 
    67 
    68     \value Undefined  The light level is unknown.
    68     \value Undefined  The light level is unknown.
    69     \value Dark       It is dark.
    69     \value Dark       It is dark.
    70     \value Twilight   It is darkish.
    70     \value Twilight   It is moderately dark.
    71     \value Light      It is light (eg. internal lights).
    71     \value Light      It is light (eg. internal lights).
    72     \value Bright     It is bright (eg. shade).
    72     \value Bright     It is bright (eg. shade).
    73     \value Sunny      It is very bright (eg. direct sunlight).
    73     \value Sunny      It is very bright (eg. direct sunlight).
    74 */
    74 */
    75 
    75