Up

NSHelpManager

Authors

Pedro Ivo Andrade Tavares( ptavares@iname.com )
NSHelpManager is the class responsible for managing context help for the application, and its mapping to the graphic elements.

Copyright: (C) 1999 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSHelpManager class
  2. Software documentation for the NSApplication(NSHelpManager) category
  3. Software documentation for the NSBundle(NSHelpManager) category

Software documentation for the NSHelpManager class

NSHelpManager : NSObject

Declared in:
AppKit/NSHelpManager.h
Standards:

Description forthcoming.

Method summary

isContextHelpModeActive

+ (BOOL) isContextHelpModeActive;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setContextHelpModeActive:

+ (void) setContextHelpModeActive: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


sharedHelpManager

+ (NSHelpManager*) sharedHelpManager;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


contextHelpForObject:

- (NSAttributedString*) contextHelpForObject: (id)object;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


removeContextHelpForObject:

- (void) removeContextHelpForObject: (id)object;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setContextHelp:withObject:

- (void) setContextHelp: (NSAttributedString*)help withObject: (id)object;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


showContextHelpForObject:locationHint:

- (BOOL) showContextHelpForObject: (id)object locationHint: (NSPoint)point;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


Software documentation for the NSApplication(NSHelpManager) category

NSApplication(NSHelpManager)

Declared in:
AppKit/NSHelpManager.h
Standards:

Description forthcoming.

Method summary

activateContextHelpMode:

- (void) activateContextHelpMode: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


showHelp:

- (void) showHelp: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


Software documentation for the NSBundle(NSHelpManager) category

NSBundle(NSHelpManager)

Declared in:
AppKit/NSHelpManager.h
Standards:

Description forthcoming.

Method summary

contextHelpForKey:

- (NSAttributedString*) contextHelpForKey: (NSString*)key;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up