![]() |
Qt 4.8
|
#import <qnswindowdelegate.h>
Public Functions | |
| (id) | - initWithQCocoaWindow: |
| (void) | - windowDidResize: |
| (void) | - windowWillClose: |
Protected Variables | |
| QCocoaWindow * | m_cocoaWindow |
Definition at line 49 of file qnswindowdelegate.h.
| - (id) initWithQCocoaWindow: | (QCocoaWindow *) | cocoaWindow |
Definition at line 49 of file qnswindowdelegate.mm.
| - (void) windowDidResize: | (NSNotification *) | notification |
Definition at line 59 of file qnswindowdelegate.mm.
| - (void) windowWillClose: | (NSNotification *) | notification |
Definition at line 67 of file qnswindowdelegate.mm.
|
protected |
Definition at line 52 of file qnswindowdelegate.h.
Referenced by initWithQCocoaWindow:.