![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/self/root/usr/share/GNUstep/Documentation/Developer/Gui/Reference/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>NSHelpManager</title> </head> <body> <font face="serif"> <a href="Gui.html">Up</a> <br /> <h1><a name="title$NSHelpManager">NSHelpManager</a></h1> <h3>Authors</h3> <dl> <dt>Pedro Ivo Andrade Tavares (<a href="mailto:ptavares@iname.com"><code>ptavares@iname.com</code></a>)</dt> <dd> </dd> </dl> <blockquote> NSHelpManager is the class responsible for managing context help for the application, and its mapping to the graphic elements. </blockquote> <p><b>Copyright:</b> (C) 1999 Free Software Foundation, Inc.</p> <div> <hr width="50%" align="left" /> <h3>Contents -</h3> <ol> <li> <a href="#001000000000">Software documentation for the NSHelpManager class</a> </li> <li> <a href="#002000000000">Software documentation for the NSApplication(NSHelpManager) category</a> </li> <li> <a href="#003000000000">Software documentation for the NSBundle(NSHelpManager) category</a> </li> </ol> <hr width="50%" align="left" /> </div> <h1><a name="001000000000"> Software documentation for the NSHelpManager class </a></h1> <h2><a name="class$NSHelpManager">NSHelpManager</a> : <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSObject.html#class$NSObject">NSObject</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSHelpManager.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSHelpManager.html#method$NSHelpManager+isContextHelpModeActive">+isContextHelpModeActive</a></li> <li><a rel="gsdoc" href="NSHelpManager.html#method$NSHelpManager+setContextHelpModeActive$">+setContextHelpModeActive:</a></li> <li><a rel="gsdoc" href="NSHelpManager.html#method$NSHelpManager+sharedHelpManager">+sharedHelpManager</a></li> <li><a rel="gsdoc" href="NSHelpManager.html#method$NSHelpManager-contextHelpForObject$">-contextHelpForObject:</a></li> <li><a rel="gsdoc" href="NSHelpManager.html#method$NSHelpManager-removeContextHelpForObject$">-removeContextHelpForObject:</a></li> <li><a rel="gsdoc" href="NSHelpManager.html#method$NSHelpManager-setContextHelp$forObject$">-setContextHelp:forObject:</a></li> <li><a rel="gsdoc" href="NSHelpManager.html#method$NSHelpManager-setContextHelp$withObject$">-setContextHelp:withObject:</a></li> <li><a rel="gsdoc" href="NSHelpManager.html#method$NSHelpManager-showContextHelpForObject$locationHint$">-showContextHelpForObject:locationHint:</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSHelpManager+isContextHelpModeActive">isContextHelpModeActive </a></h3> + (BOOL) <b>isContextHelpModeActive</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSHelpManager+setContextHelpModeActive$">setContextHelpModeActive: </a></h3> + (void) <b>setContextHelpModeActive:</b> (BOOL)flag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSHelpManager+sharedHelpManager">sharedHelpManager </a></h3> + (<a rel="gsdoc" href="#class$NSHelpManager">NSHelpManager</a>*) <b>sharedHelpManager</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSHelpManager-contextHelpForObject$">contextHelpForObject: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSAttributedString.html#class$NSAttributedString">NSAttributedString</a>*) <b>contextHelpForObject:</b> (id)object;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSHelpManager-removeContextHelpForObject$">removeContextHelpForObject: </a></h3> - (void) <b>removeContextHelpForObject:</b> (id)object;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSHelpManager-setContextHelp$forObject$">setContextHelp: forObject: </a></h3> - (void) <b>setContextHelp:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSAttributedString.html#class$NSAttributedString">NSAttributedString</a>*)help<b> forObject:</b> (id)object;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSHelpManager-setContextHelp$withObject$">setContextHelp: withObject: </a></h3> - (void) <b>setContextHelp:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSAttributedString.html#class$NSAttributedString">NSAttributedString</a>*)help<b> withObject:</b> (id)object;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Deprecated... do not use. Use <a rel="gsdoc" href="#method$NSHelpManager-setContextHelp$forObject$"> -setContextHelp:forObject: </a> instead. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSHelpManager-showContextHelpForObject$locationHint$">showContextHelpForObject: locationHint: </a></h3> - (BOOL) <b>showContextHelpForObject:</b> (id)object<b> locationHint:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)point;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <h1><a name="002000000000"> Software documentation for the NSApplication(NSHelpManager) category </a></h1> <h2><a rel="gsdoc" href="NSApplication.html#class$NSApplication">NSApplication</a>(<a name="category$NSApplication(NSHelpManager)">NSHelpManager</a>)</h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSHelpManager.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSHelpManager.html#method$NSApplication(NSHelpManager)-activateContextHelpMode$">-activateContextHelpMode:</a></li> <li><a rel="gsdoc" href="NSHelpManager.html#method$NSApplication(NSHelpManager)-showHelp$">-showHelp:</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSApplication(NSHelpManager)-activateContextHelpMode$">activateContextHelpMode: </a></h3> - (void) <b>activateContextHelpMode:</b> (id)sender;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSApplication(NSHelpManager)-showHelp$">showHelp: </a></h3> - (void) <b>showHelp:</b> (id)sender;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <h1><a name="003000000000"> Software documentation for the NSBundle(NSHelpManager) category </a></h1> <h2><a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSBundle.html#class$NSBundle">NSBundle</a>(<a name="category$NSBundle(NSHelpManager)">NSHelpManager</a>)</h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSHelpManager.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSHelpManager.html#method$NSBundle(NSHelpManager)-contextHelpForKey$">-contextHelpForKey:</a></li> <li><a rel="gsdoc" href="NSHelpManager.html#method$NSBundle(NSHelpManager)-pathForHelpResource$">-pathForHelpResource:</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSBundle(NSHelpManager)-contextHelpForKey$">contextHelpForKey: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSAttributedString.html#class$NSAttributedString">NSAttributedString</a>*) <b>contextHelpForKey:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)key;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSBundle(NSHelpManager)-pathForHelpResource$">pathForHelpResource: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*) <b>pathForHelpResource:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)fileName;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <br /> <a href="Gui.html">Up</a> </font> </body> </html>