![]() 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>NSCustomImageRep</title> </head> <body> <font face="serif"> <a href="Gui.html">Up</a> <br /> <h1><a name="title$NSCustomImageRep">NSCustomImageRep</a></h1> <h3>Authors</h3> <dl> <dt>Adam Fedor (<a href="mailto:fedor@colorado.edu"><code>fedor@colorado.edu</code></a>)</dt> <dd> </dd> </dl> <blockquote> Custom image representation. </blockquote> <p><b>Copyright:</b> (C) 1996 Free Software Foundation, Inc.</p> <div> </div> <h1><a name="001000000000"> Software documentation for the NSCustomImageRep class </a></h1> <h2><a name="class$NSCustomImageRep">NSCustomImageRep</a> : <a rel="gsdoc" href="NSImageRep.html#class$NSImageRep">NSImageRep</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSCustomImageRep.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> TODO : Desciption </p> <p> </div> <hr width="50%" align="left" /> <a href="#_NSCustomImageRep_ivars">Instance Variables</a> <br/><br/> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSCustomImageRep.html#method$NSCustomImageRep-delegate">-delegate</a></li> <li><a rel="gsdoc" href="NSCustomImageRep.html#method$NSCustomImageRep-drawSelector">-drawSelector</a></li> <li><a rel="gsdoc" href="NSCustomImageRep.html#method$NSCustomImageRep-initWithDrawSelector$delegate$">-initWithDrawSelector:delegate:</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSCustomImageRep-delegate">delegate </a></h3> - (id) <b>delegate</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns the NSCustomImageRep's delegate. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSCustomImageRep-initWithDrawSelector$delegate$"> -initWithDrawSelector:delegate: </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSCustomImageRep-drawSelector">drawSelector </a></h3> - (SEL) <b>drawSelector</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns the draw method sent to the delegate when NSCustomImageRep recieved a <a rel="gsdoc" href="NSImageRep.html#method$NSImageRep-draw"> -draw </a> message. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSCustomImageRep-initWithDrawSelector$delegate$"> -initWithDrawSelector:delegate: </a> <a rel="gsdoc" href="NSImageRep.html#method$NSImageRep-draw"> [NSImageRep -draw] </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSCustomImageRep-initWithDrawSelector$delegate$">initWithDrawSelector: delegate: </a></h3> - (id) <b>initWithDrawSelector:</b> (SEL)aSelector<b> delegate:</b> (id)anObject;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Initializes a new NSCustomImageRep with. When a <a rel="gsdoc" href="NSImageRep.html#method$NSImageRep-draw">-draw</a> message is recieved it send <var>aSelector</var> message to the delegate <var>anObject</var>. The delegate is not retained, so it is the caller's responsibility to ensure the delegate remains valid for the life of the receiver. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSCustomImageRep-delegate"> -delegate </a> <a rel="gsdoc" href="#method$NSCustomImageRep-drawSelector"> -drawSelector </a> <a rel="gsdoc" href="NSImageRep.html#method$NSImageRep-draw"> [NSImageRep -draw] </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <a name="_NSCustomImageRep_ivars"/> <br/><hr width="50%" align="left" /> <h2>Instance Variables for NSCustomImageRep Class</h2> <h3><a name="ivariable$NSCustomImageRep*_delegate">_delegate</a></h3> @protected id <b>_delegate</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSCustomImageRep*_selector">_selector</a></h3> @protected SEL <b>_selector</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <br/><hr width="50%" align="left" /><br/> <br /> <a href="Gui.html">Up</a> </font> </body> </html>