42 #ifndef QCOCOAMENULOADER_P_H 43 #define QCOCOAMENULOADER_P_H 57 #ifdef QT_MAC_USE_COCOA 58 #import <Cocoa/Cocoa.h> 60 @interface QT_MANGLE_NAMESPACE(QCocoaMenuLoader) : NSResponder
62 IBOutlet NSMenu *theMenu;
63 IBOutlet NSMenu *appMenu;
74 - (void)ensureAppMenuInMenu:(NSMenu *)menu;
75 - (void)removeActionsFromAppMenu;
76 - (NSMenu *)applicationMenu;
84 - (IBAction)terminate:(
id)sender;
85 - (IBAction)orderFrontStandardAboutPanel:(
id)sender;
86 - (IBAction)hideOtherApplications:(
id)sender;
87 - (IBAction)unhideAllApplications:(
id)sender;
88 - (IBAction)hide:(
id)sender;
89 - (IBAction)qtDispatcherToQAction:(
id)sender;
90 - (void)qtUpdateMenubar;
91 - (void)orderFrontCharacterPalette:(
id)sender;
92 - (BOOL)validateMenuItem:(
NSMenuItem*)menuItem;
95 #endif // QT_MAC_USE_COCOA 96 #endif // QCOCOAMENULOADER_P_H