Lines Matching full:by
110 * This is done by freeing the reference to the stored QObject and
188 * qdict_get_double(): Get an number mapped by 'key'
192 * Return number mapped by 'key'.
200 * qdict_get_int(): Get an integer mapped by 'key'
205 * Return integer mapped by 'key'.
213 * qdict_get_bool(): Get a bool mapped by 'key'
218 * Return bool mapped by 'key'.
243 * by 'key'
248 * Return pointer to the string mapped by 'key'.
256 * qdict_get_try_int(): Try to get integer mapped by 'key'
258 * Return integer mapped by 'key', if it is not present in the
276 * qdict_get_try_bool(): Try to get a bool mapped by 'key'
278 * Return bool mapped by 'key', if it is not present in the
291 * mapped by 'key'
293 * Return a pointer to the string mapped by 'key', if it is not present
363 * qentry_destroy(): Free all the memory allocated by a QDictEntry
379 * This will destroy all data allocated by this entry.
423 * qdict_destroy_obj(): Free all the memory allocated by a QDict