qtmobility/src/sensors/make_sensor.pl
changeset 8 71781823f776
parent 4 90517678cc4f
child 11 06b8e2af4411
equal deleted inserted replaced
5:453da2cfceef 8:71781823f776
   179 
   179 
   180 /*!
   180 /*!
   181     \class '.$reading.'
   181     \class '.$reading.'
   182     \ingroup sensors_reading
   182     \ingroup sensors_reading
   183 
   183 
   184     \preliminary
       
   185     \brief The '.$reading.' class holds readings from the [X] sensor.
   184     \brief The '.$reading.' class holds readings from the [X] sensor.
   186 
   185 
   187     [Fill this out]
   186     [Fill this out]
   188 
   187 
   189     \section2 '.$reading.' Units
   188     \section2 '.$reading.' Units
   216 
   215 
   217 /*!
   216 /*!
   218     \class '.$filter.'
   217     \class '.$filter.'
   219     \ingroup sensors_filter
   218     \ingroup sensors_filter
   220 
   219 
   221     \preliminary
       
   222     \brief The '.$filter.' class is a convenience wrapper around QSensorFilter.
   220     \brief The '.$filter.' class is a convenience wrapper around QSensorFilter.
   223 
   221 
   224     The only difference is that the filter() method features a pointer to '.$reading.'
   222     The only difference is that the filter() method features a pointer to '.$reading.'
   225     instead of QSensorReading.
   223     instead of QSensorReading.
   226 */
   224 */
   237 
   235 
   238 /*!
   236 /*!
   239     \class '.$sensor.'
   237     \class '.$sensor.'
   240     \ingroup sensors_type
   238     \ingroup sensors_type
   241 
   239 
   242     \preliminary
       
   243     \brief The '.$sensor.' class is a convenience wrapper around QSensor.
   240     \brief The '.$sensor.' class is a convenience wrapper around QSensor.
   244 
   241 
   245     The only behavioural difference is that this class sets the type properly.
   242     The only behavioural difference is that this class sets the type properly.
   246 
   243 
   247     This class also features a reading() function that returns a '.$reading.' instead of a QSensorReading.
   244     This class also features a reading() function that returns a '.$reading.' instead of a QSensorReading.