Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qcocoansmenu.h File Reference
#include <QtCore/private/qcore_mac_p.h>
+ Include dependency graph for qcocoansmenu.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 QT_FORWARD_DECLARE_CLASS (QCocoaMenu)
 
 QT_FORWARD_DECLARE_CLASS (QCocoaMenuItem)
 
 QT_DECLARE_NAMESPACED_OBJC_INTERFACE (QCocoaNSMenuDelegate, NSObject< NSMenuDelegate >+(instancetype) sharedMenuDelegate;-(NSMenuItem *) findItemInMenu:(NSMenu *) menu forKey:(NSString *) key modifiers:(NSUInteger) modifiers;) QT_DECLARE_NAMESPACED_OBJC_INTERFACE(QCocoaNSMenu
 

Variables

NSMenu QCocoaMenuplatformMenu
 
instancetype initWithPlatformMenu
 
instancetype initWithoutPlatformMenu
 

Function Documentation

◆ QT_DECLARE_NAMESPACED_OBJC_INTERFACE()

QT_DECLARE_NAMESPACED_OBJC_INTERFACE ( QCocoaNSMenuDelegate  ,
NSObject< NSMenuDelegate >+(instancetype) sharedMenuDelegate;-(NSMenuItem *) findItemInMenu:(NSMenu *) menu forKey:(NSString *) key modifiers:(NSUInteger) modifiers  
)

◆ QT_FORWARD_DECLARE_CLASS() [1/2]

QT_FORWARD_DECLARE_CLASS ( QCocoaMenu  )

◆ QT_FORWARD_DECLARE_CLASS() [2/2]

QT_FORWARD_DECLARE_CLASS ( QCocoaMenuItem  )

Variable Documentation

◆ initWithoutPlatformMenu

instancetype initWithoutPlatformMenu

Definition at line 31 of file qcocoansmenu.h.

◆ initWithPlatformMenu

instancetype initWithPlatformMenu

Definition at line 30 of file qcocoansmenu.h.

Referenced by QCocoaMenu::QCocoaMenu().

◆ platformMenu