Lines Matching refs:anObject

373     * @param anObject  The OSMetaClassBase-derived object to be added
376 * <code>true</code> if <code>anObject</code> was successfully
384 * If <code>anObject</code> is not already in the ordered set
388 * with arguments each existingObject, <code>anObject</code>,
393 * It then inserts <code>anObject</code> at the index of the existing object.
398 * that <code>anObject</code> is already present in the set,
406 virtual bool setObject(const OSMetaClassBase * anObject);
416 * @param anObject The OSMetaClassBase-derived object
419 * <code>true</code> if <code>anObject</code> was successfully added
431 * A <code>false</code> return value can mean either that <code>anObject</code>
440 virtual bool setFirstObject(const OSMetaClassBase * anObject);
450 * @param anObject The OSMetaClassBase-derived object to be added
453 * <code>true</code> if <code>anObject</code> was successfully added
465 * A <code>false</code> return value can mean either that <code>anObject</code>
474 virtual bool setLastObject(const OSMetaClassBase * anObject);
483 * @param anObject The OSMetaClassBase-derived object
489 virtual void removeObject(const OSMetaClassBase * anObject);
498 * @param anObject The OSMetaClassBase-derived object to check for
502 * <code>true</code> if <code>anObject</code> is present
509 virtual bool containsObject(const OSMetaClassBase * anObject) const;
518 * @param anObject The OSMetaClassBase-derived object to check for
522 * <code>true</code> if <code>anObject</code> is present
535 virtual bool member(const OSMetaClassBase * anObject) const;
586 * @param anObject The object to be ordered.
594 * with <code>anObject</code>, <code>NULL</code>, and the ordering context
598 virtual SInt32 orderObject(const OSMetaClassBase * anObject);
609 * @param anObject The OSMetaClassBase-derived object to be added
635 const OSMetaClassBase * anObject);
699 * @param anObject The object being compared against the receiver.
709 virtual bool isEqualTo(const OSMetaClassBase * anObject) const;