Definition at line 58 of file qnspanelproxy_mac.mm.
◆ initWithContentRect:styleMask:backing:defer:()
- (id) initWithContentRect: |
|
(NSRect) |
contentRect |
styleMask: |
|
(NSUInteger) |
windowStyle |
backing: |
|
(NSBackingStoreType) |
bufferingType |
defer: |
|
(BOOL) |
deferCreation |
|
|
| |
Definition at line 71 of file qnspanelproxy_mac.mm.
71 :(NSRect)contentRect styleMask:(NSUInteger)windowStyle
72 backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation
75 windowStyle &= ~NSUtilityWindowMask;
76 self = [
self qt_fakeInitWithContentRect:contentRect styleMask:windowStyle
77 backing:bufferingType defer:deferCreation];
◆ initWithContentRect:styleMask:backing:defer:screen:()
- (id) initWithContentRect: |
|
(NSRect) |
contentRect |
styleMask: |
|
(NSUInteger) |
windowStyle |
backing: |
|
(NSBackingStoreType) |
bufferingType |
defer: |
|
(BOOL) |
deferCreation |
screen: |
|
(NSScreen *) |
screen |
|
|
| |
Definition at line 81 of file qnspanelproxy_mac.mm.
81 :(NSRect)contentRect styleMask:(NSUInteger)windowStyle
82 backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation screen:(NSScreen *)screen
85 windowStyle &= ~NSUtilityWindowMask;
86 return [
self qt_fakeInitWithContentRect:contentRect styleMask:windowStyle
87 backing:bufferingType defer:deferCreation screen:screen];
◆ qt_fakeInitWithContentRect:styleMask:backing:defer:()
- (id) qt_fakeInitWithContentRect: |
|
(NSRect) |
contentRect |
styleMask: |
|
(NSUInteger) |
windowStyle |
backing: |
|
(NSBackingStoreType) |
bufferingType |
defer: |
|
(BOOL) |
deferCreation |
|
|
| |
Definition at line 90 of file qnspanelproxy_mac.mm.
Referenced by initWithContentRect:styleMask:backing:defer:.
90 :(NSRect)contentRect styleMask:(NSUInteger)windowStyle
91 backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
◆ qt_fakeInitWithContentRect:styleMask:backing:defer:screen:()
- (id) qt_fakeInitWithContentRect: |
|
(NSRect) |
contentRect |
styleMask: |
|
(NSUInteger) |
windowStyle |
backing: |
|
(NSBackingStoreType) |
bufferingType |
defer: |
|
(BOOL) |
deferCreation |
screen: |
|
(NSScreen *) |
screen |
|
|
| |
Definition at line 100 of file qnspanelproxy_mac.mm.
Referenced by initWithContentRect:styleMask:backing:defer:screen:.
100 :(NSRect)contentRect styleMask:(NSUInteger)windowStyle
101 backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation screen:(NSScreen *)screen
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
The documentation for this class was generated from the following file: