src/gui/symbian/qsymbianevent.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    64     \value CommandEvent        Indicates that the event is a Symbian command.
    64     \value CommandEvent        Indicates that the event is a Symbian command.
    65     \value ResourceChangeEvent Indicates that the event is a Symbian resource change type.
    65     \value ResourceChangeEvent Indicates that the event is a Symbian resource change type.
    66 */
    66 */
    67 
    67 
    68 /*!
    68 /*!
    69     \fn QSymbianEvent::type()
    69     \fn QSymbianEvent::type() const
    70 
    70 
    71     Returns the event type contained in the QSymbianEvent instance.
    71     Returns the event type contained in the QSymbianEvent instance.
    72 */
    72 */
    73 
    73 
    74 /*!
    74 /*!
    75     \fn QSymbianEvent::isValid()
    75     \fn QSymbianEvent::isValid() const
    76 
    76 
    77     Returns whether this QSymbianEvent instance contains a valid event.
    77     Returns whether this QSymbianEvent instance contains a valid event.
    78 */
    78 */
    79 
    79 
    80 /*!
    80 /*!