Lines Matching full:reference
14 * QObject Reference Counts Terminology
18 * return it as either a weak or a strong reference. If the
19 * reference is strong, you are responsible for calling
20 * qobject_unref() on the reference when you are done.
22 * If the reference is weak, the owner of the reference may free it at
23 * any time in the future. Before storing the reference anywhere, you
24 * should call qobject_ref() to make the reference strong.
26 * - Transferring ownership: when you transfer ownership of a reference
28 * qobject_unref() when the reference is no longer needed. In other words,
29 * when the function returns you must behave as if the reference to the
104 * qobject_ref(): Increment QObject's reference count
116 * qobject_unref(): Decrement QObject's reference count, deallocate