Artifact afb63d192f396ffa5ce8c407f8d8b8706d32e2bcf7d7bf6efb63134825ac0757:
- File QtCore/QtChildEvent.h — part of check-in [9463212568] at 2017-04-02 20:51:55 on branch trunk — Initial commit (user: js, size: 445) [annotate] [blame] [check-ins using]
#import "QtEvent.h" @class QtObject; @interface QtChildEvent: QtEvent @property (readonly) QChildEvent *qChildEvent; @property (readonly, getter=isAdded) bool added; @property (readonly, retain) QtObject *child; @property (readonly, getter=isPolished) bool polished; @property (readonly, getter=isRemoved) bool removed; - initWithQChildEvent: (QChildEvent*)qChildEvent; - initWithType: (QChildEvent::Type)type child: (QtObject*)child; @end