![]() 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>NSSelection</title> </head> <body> <font face="serif"> <a href="Gui.html">Up</a> <br /> <h1><a name="title$NSSelection">NSSelection</a></h1> <h3>Authors</h3> <dl> <dt>Gregory John Casamento (<a href="mailto:borgheron@yahoo.com"><code>borgheron@yahoo.com</code></a>)</dt> <dd> </dd> <dt>Scott Christley (<a href="mailto:scottc@net-community.com"><code>scottc@net-community.com</code></a>)</dt> <dd> </dd> </dl> <blockquote> NSSelection is used by NSDataLink to refer to a selection within a document. </blockquote> <p><b>Copyright:</b> (C) 1996 Free Software Foundation, Inc.</p> <div> </div> <h1><a name="001000000000"> Software documentation for the NSSelection class </a></h1> <h2><a name="class$NSSelection">NSSelection</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/NSSelection.h</dd> </dl> </blockquote> <blockquote> <dl> <dt><b>Conforms to:</b></dt> <dd><a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSObject.html#protocol$(NSCoding)">NSCoding</a></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="NSSelection.html#method$NSSelection+allSelection">+allSelection</a></li> <li><a rel="gsdoc" href="NSSelection.html#method$NSSelection+currentSelection">+currentSelection</a></li> <li><a rel="gsdoc" href="NSSelection.html#method$NSSelection+emptySelection">+emptySelection</a></li> <li><a rel="gsdoc" href="NSSelection.html#method$NSSelection+selectionWithDescriptionData$">+selectionWithDescriptionData:</a></li> <li><a rel="gsdoc" href="NSSelection.html#method$NSSelection-descriptionData">-descriptionData</a></li> <li><a rel="gsdoc" href="NSSelection.html#method$NSSelection-initWithDescriptionData$">-initWithDescriptionData:</a></li> <li><a rel="gsdoc" href="NSSelection.html#method$NSSelection-initWithPasteboard$">-initWithPasteboard:</a></li> <li><a rel="gsdoc" href="NSSelection.html#method$NSSelection-isWellKnownSelection">-isWellKnownSelection</a></li> <li><a rel="gsdoc" href="NSSelection.html#method$NSSelection-writeToPasteboard$">-writeToPasteboard:</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSSelection+allSelection">allSelection </a></h3> + (<a rel="gsdoc" href="#class$NSSelection">NSSelection</a>*) <b>allSelection</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$NSSelection+currentSelection">currentSelection </a></h3> + (<a rel="gsdoc" href="#class$NSSelection">NSSelection</a>*) <b>currentSelection</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$NSSelection+emptySelection">emptySelection </a></h3> + (<a rel="gsdoc" href="#class$NSSelection">NSSelection</a>*) <b>emptySelection</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$NSSelection+selectionWithDescriptionData$">selectionWithDescriptionData: </a></h3> + (<a rel="gsdoc" href="#class$NSSelection">NSSelection</a>*) <b>selectionWithDescriptionData:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSData.html#class$NSData">NSData</a>*)data;<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$NSSelection-descriptionData">descriptionData </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSData.html#class$NSData">NSData</a>*) <b>descriptionData</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$NSSelection-initWithDescriptionData$">initWithDescriptionData: </a></h3> - (id) <b>initWithDescriptionData:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSData.html#class$NSData">NSData</a>*)newData;<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$NSSelection-initWithPasteboard$">initWithPasteboard: </a></h3> - (id) <b>initWithPasteboard:</b> (<a rel="gsdoc" href="NSPasteboard.html#class$NSPasteboard">NSPasteboard</a>*)pasteboard;<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$NSSelection-isWellKnownSelection">isWellKnownSelection </a></h3> - (BOOL) <b>isWellKnownSelection</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$NSSelection-writeToPasteboard$">writeToPasteboard: </a></h3> - (void) <b>writeToPasteboard:</b> (<a rel="gsdoc" href="NSPasteboard.html#class$NSPasteboard">NSPasteboard</a>*)pasteboard;<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>