LibreOffice Module vcl (master) 1
Instance Methods | List of all members
VCL_NSApplication Class Reference

#import <vclnsapp.h>

Inheritance diagram for VCL_NSApplication:
[legend]
Collaboration diagram for VCL_NSApplication:
[legend]

Instance Methods

(void) - applicationDidFinishLaunching:
 
(void) - sendEvent:
 
(void) - sendSuperEvent:
 
(NSMenu *) - applicationDockMenu:
 
(BOOL- application:openFile:
 
(void) - application:openFiles:
 
(BOOL- application:printFile:
 
(NSApplicationPrintReply) - application:printFiles:withSettings:showPrintPanels:
 
(NSApplicationTerminateReply) - applicationShouldTerminate:
 
(void) - applicationWillTerminate:
 
(void) - observeValueForKeyPath:ofObject:change:context:
 
(void) - systemColorsChanged:
 
(void) - screenParametersChanged:
 
(void) - scrollbarVariantChanged:
 
(void) - scrollbarSettingsChanged:
 
(void) - addFallbackMenuItem:
 
(void) - removeFallbackMenuItem:
 
(void) - addDockMenuItem:
 
(void) - applicationWillBecomeActive:
 
(void) - applicationWillResignActive:
 
(BOOL- applicationShouldHandleReopen:hasVisibleWindows:
 
(void) - setDockIconClickHandler:
 

Detailed Description

Definition at line 37 of file vclnsapp.h.

Method Documentation

◆ addDockMenuItem:

- (void) addDockMenuItem: (NSMenuItem *)  pNewItem

◆ addFallbackMenuItem:

- (void) addFallbackMenuItem: (NSMenuItem *)  pNewItem

◆ application:openFile:

- (BOOL) application: (NSApplication *)  app
openFile: (NSString *)  file 

◆ application:openFiles:

- (void) application: (NSApplication *)  app
openFiles: (NSArray *)  files 

◆ application:printFile:

- (BOOL) application: (NSApplication *)  app
printFile: (NSString *)  file 

◆ application:printFiles:withSettings:showPrintPanels:

- (NSApplicationPrintReply) application: (NSApplication *)  app
printFiles: (NSArray *)  files
withSettings: (NSDictionary *)  printSettings
showPrintPanels: (BOOL bShowPrintPanels 

◆ applicationDidFinishLaunching:

- (void) applicationDidFinishLaunching: (NSNotification *)  pNotification

◆ applicationDockMenu:

- (NSMenu *) applicationDockMenu: (NSApplication *)  sender

◆ applicationShouldHandleReopen:hasVisibleWindows:

- (BOOL) applicationShouldHandleReopen: (NSApplication *)  pApp
hasVisibleWindows: (BOOL bWinVisible 

◆ applicationShouldTerminate:

- (NSApplicationTerminateReply) applicationShouldTerminate: (NSApplication *)  app

◆ applicationWillBecomeActive:

- (void) applicationWillBecomeActive: (NSNotification *)  pNotification

◆ applicationWillResignActive:

- (void) applicationWillResignActive: (NSNotification *)  pNotification

◆ applicationWillTerminate:

- (void) applicationWillTerminate: (NSNotification *)  aNotification

◆ observeValueForKeyPath:ofObject:change:context:

- (void) observeValueForKeyPath: (NSString *)  keyPath
ofObject: (id)  object
change: (NSDictionary< NSKeyValueChangeKey, id > *)  change
context: (void *)  context 

◆ removeFallbackMenuItem:

- (void) removeFallbackMenuItem: (NSMenuItem *)  pOldItem

◆ screenParametersChanged:

- (void) screenParametersChanged: (NSNotification *)  pNotification

◆ scrollbarSettingsChanged:

- (void) scrollbarSettingsChanged: (NSNotification *)  pNotification

◆ scrollbarVariantChanged:

- (void) scrollbarVariantChanged: (NSNotification *)  pNotification

◆ sendEvent:

- (void) sendEvent: (NSEvent *)  pEvent

◆ sendSuperEvent:

- (void) sendSuperEvent: (NSEvent *)  pEvent

◆ setDockIconClickHandler:

- (void) setDockIconClickHandler: (NSObject *)  pHandler

◆ systemColorsChanged:

- (void) systemColorsChanged: (NSNotification *)  pNotification

The documentation for this class was generated from the following file: