![]() 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 : /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>NSFormCell</title> </head> <body> <font face="serif"> <a href="Gui.html">Up</a> <br /> <h1><a name="title$NSFormCell">NSFormCell</a></h1> <h3>Authors</h3> <dl> <dt>Ovidiu Predescu (<a href="mailto:ovidiu@net-community.com"><code>ovidiu@net-community.com</code></a>)</dt> <dd> </dd> <dt>Nicola Pero (<a href="mailto:n.pero@mi.flashnet.it"><code>n.pero@mi.flashnet.it</code></a>)</dt> <dd> </dd> </dl> <blockquote> The cell class for the NSForm control </blockquote> <p><b>Copyright:</b> (C) 1996, 1999 Free Software Foundation, Inc.</p> <div> </div> <h1><a name="001000000000"> Software documentation for the NSFormCell class </a></h1> <h2><a name="class$NSFormCell">NSFormCell</a> : <a rel="gsdoc" href="NSActionCell.html#class$NSActionCell">NSActionCell</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSFormCell.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"> </p> <p> TODO Description </p> <p> </div> <hr width="50%" align="left" /> <a href="#_NSFormCell_ivars">Instance Variables</a> <br/><br/> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-attributedTitle">-attributedTitle</a></li> <li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-placeholderAttributedString">-placeholderAttributedString</a></li> <li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-placeholderString">-placeholderString</a></li> <li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-setAttributedTitle$">-setAttributedTitle:</a></li> <li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-setPlaceholderAttributedString$">-setPlaceholderAttributedString:</a></li> <li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-setPlaceholderString$">-setPlaceholderString:</a></li> <li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-setTitle$">-setTitle:</a></li> <li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-setTitleAlignment$">-setTitleAlignment:</a></li> <li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-setTitleBaseWritingDirection$">-setTitleBaseWritingDirection:</a></li> <li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-setTitleFont$">-setTitleFont:</a></li> <li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-setTitleWidth$">-setTitleWidth:</a></li> <li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-setTitleWithMnemonic$">-setTitleWithMnemonic:</a></li> <li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-title">-title</a></li> <li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-titleAlignment">-titleAlignment</a></li> <li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-titleBaseWritingDirection">-titleBaseWritingDirection</a></li> <li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-titleFont">-titleFont</a></li> <li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-titleWidth">-titleWidth</a></li> <li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-titleWidth$">-titleWidth:</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSFormCell-attributedTitle">attributedTitle </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSAttributedString.html#class$NSAttributedString">NSAttributedString</a>*) <b>attributedTitle</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSFormCell-placeholderAttributedString">placeholderAttributedString </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSAttributedString.html#class$NSAttributedString">NSAttributedString</a>*) <b>placeholderAttributedString</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.4.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSFormCell-placeholderString">placeholderString </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*) <b>placeholderString</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.4.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSFormCell-setAttributedTitle$">setAttributedTitle: </a></h3> - (void) <b>setAttributedTitle:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSAttributedString.html#class$NSAttributedString">NSAttributedString</a>*)anAttributedString;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSFormCell-setPlaceholderAttributedString$">setPlaceholderAttributedString: </a></h3> - (void) <b>setPlaceholderAttributedString:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSAttributedString.html#class$NSAttributedString">NSAttributedString</a>*)string;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.4.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSFormCell-setPlaceholderString$">setPlaceholderString: </a></h3> - (void) <b>setPlaceholderString:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)string;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.4.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSFormCell-setTitle$">setTitle: </a></h3> - (void) <b>setTitle:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)aString;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Sets the NSFormCell title to <var>aString</var>. TODO => _formcell_auto_title_width / Update the control(s) </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSFormCell-setTitleAlignment$">setTitleAlignment: </a></h3> - (void) <b>setTitleAlignment:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSTextAlignment">NSTextAlignment</a>)mode;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Sets the text alignment of the NSFormCell's title to <var>mode</var>. NSRightTextAlignment by default. See <a rel="gsdoc" href="TypesAndConstants.html#type$NSTextAlignment"> NSTextAlignment </a> for more informations. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSFormCell-titleAlignment"> -titleAlignment </a> <a rel="gsdoc" href="NSCell.html#method$NSCell-setAlignment$"> [NSCell -setAlignment:] </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSFormCell-setTitleBaseWritingDirection$">setTitleBaseWritingDirection: </a></h3> - (void) <b>setTitleBaseWritingDirection:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSWritingDirection">NSWritingDirection</a>)writingDirection;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.4.0</div> <br /> <div class="desc"> </p> <p> Sets the writing direction of the NSFormCell's title </p> <p> </p> <p> See Also: -titleBaseWritingDirection: [NSCell -setBaseWritingDirection] </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSFormCell-setTitleFont$">setTitleFont: </a></h3> - (void) <b>setTitleFont:</b> (<a rel="gsdoc" href="NSFont.html#class$NSFont">NSFont</a>*)fontObject;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Set the text font of the NSFormCell's title to <var>fontObject</var>. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSFormCell-titleFont"> -titleFont </a> <a rel="gsdoc" href="NSCell.html#method$NSCell-setFont$"> [NSCell -setFont:] </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSFormCell-setTitleWidth$">setTitleWidth: </a></h3> - (void) <b>setTitleWidth:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)width;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Sets the <var>width</var> of the NSFormCell's title to <var>width</var>. All NSFormCell of the NSForm are updated </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSFormCell-titleWidth"> -titleWidth </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSFormCell-setTitleWithMnemonic$">setTitleWithMnemonic: </a></h3> - (void) <b>setTitleWithMnemonic:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)titleWithAmpersand;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSFormCell-title">title </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*) <b>title</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns the NSFormCell's title. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSFormCell-setTitle$"> -setTitle: </a> <a rel="gsdoc" href="NSCell.html#method$NSCell-stringValue"> [NSCell -stringValue] </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSFormCell-titleAlignment">titleAlignment </a></h3> - (<a rel="gsdoc" href="TypesAndConstants.html#type$NSTextAlignment">NSTextAlignment</a>) <b>titleAlignment</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns the text alignment of the NSFormCell's title. NSRightTextAlignment by default. See NSTextAlignment for more informations </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSFormCell-setTitleAlignment$"> -setTitleAlignment: </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSFormCell-titleBaseWritingDirection">titleBaseWritingDirection </a></h3> - (<a rel="gsdoc" href="TypesAndConstants.html#type$NSWritingDirection">NSWritingDirection</a>) <b>titleBaseWritingDirection</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.4.0</div> <br /> <div class="desc"> </p> <p> Returns the writing direction of the NSFormCell's title </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSFormCell-setTitleBaseWritingDirection$"> -setTitleBaseWritingDirection: </a> <a rel="gsdoc" href="NSCell.html#method$NSCell-baseWritingDirection">[NSCell -baseWritingDirection]</a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSFormCell-titleFont">titleFont </a></h3> - (<a rel="gsdoc" href="NSFont.html#class$NSFont">NSFont</a>*) <b>titleFont</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns the text font of the NSFormCell's title </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSFormCell-setTitleFont$"> -setTitleFont: </a> <a rel="gsdoc" href="NSCell.html#method$NSCell-font"> [NSCell -font] </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSFormCell-titleWidth">titleWidth </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>titleWidth</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$NSFormCell-titleWidth$">titleWidth: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>titleWidth:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)aSize;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <a name="_NSFormCell_ivars"/> <br/><hr width="50%" align="left" /> <h2>Instance Variables for NSFormCell Class</h2> <h3><a name="ivariable$NSFormCell*_displayedTitleWidth">_displayedTitleWidth</a></h3> @protected float <b>_displayedTitleWidth</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$NSFormCell*_placeholder">_placeholder</a></h3> @protected id <b>_placeholder</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$NSFormCell*_titleCell">_titleCell</a></h3> @protected NSCell* <b>_titleCell</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>