Initial commit
This commit is contained in:
commit
f38ff5fbc2
18 changed files with 1016 additions and 0 deletions
15
QtCore/QtChildEvent.h
Normal file
15
QtCore/QtChildEvent.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue