mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 19:31:18 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
569 lines
28 KiB
HTML
569 lines
28 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSOutlineView</title>
|
|
</head>
|
|
<body>
|
|
<a href="Gui.html">Up</a>
|
|
<br />
|
|
<h1><a name="title$NSOutlineView">NSOutlineView</a></h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Gregory John Casamento(<a href="mailto:greg_casamento@yahoo.com"><code>
|
|
greg_casamento@yahoo.com
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<blockquote>
|
|
The outline class.
|
|
</blockquote>
|
|
<p><b>Copyright:</b> (C) 2001 Free Software Foundation, Inc.</p>
|
|
<div>
|
|
<hr width="50%" align="left" />
|
|
<h3>Contents -</h3>
|
|
<ol>
|
|
<li>
|
|
<a href="#001000000000">Software documentation for the NSOutlineView class</a>
|
|
</li>
|
|
<li>
|
|
<a href="#002000000000">Software documentation for the
|
|
NSObject(NSOutlineViewDataSource)
|
|
category</a>
|
|
</li>
|
|
<li>
|
|
<a href="#003000000000">Software documentation for the
|
|
NSObject(NSOutlineViewDelegate)
|
|
category</a>
|
|
</li>
|
|
</ol>
|
|
<hr width="50%" align="left" />
|
|
</div>
|
|
<h1><a name="001000000000">
|
|
Software documentation for the NSOutlineView class
|
|
</a></h1>
|
|
<h2><a name="class$NSOutlineView">NSOutlineView</a> : <a rel="gsdoc" href="NSTableView.html#class$NSTableView">NSTableView</a></h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSOutlineView.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>GNUstep</li>
|
|
<li>MacOS-X</li>
|
|
<li>OpenStep</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-autoResizesOutlineColumn">-autoResizesOutlineColumn</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-autosaveExpandedItems">-autosaveExpandedItems</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-collapseItem:">-collapseItem:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-collapseItem:collapseChildren:">-collapseItem:collapseChildren:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-expandItem:">-expandItem:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-expandItem:expandChildren:">-expandItem:expandChildren:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-indentationMarkerFollowsCell">-indentationMarkerFollowsCell</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-indentationPerLevel">-indentationPerLevel</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-isExpandable:">-isExpandable:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-isItemExpanded:">-isItemExpanded:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-itemAtRow:">-itemAtRow:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-levelForItem:">-levelForItem:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-levelForRow:">-levelForRow:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-outlineTableColumn">-outlineTableColumn</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-reloadItem:">-reloadItem:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-reloadItem:reloadChildren:">-reloadItem:reloadChildren:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-rowForItem:">-rowForItem:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-setAutoresizesOutlineColumn:">-setAutoresizesOutlineColumn:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-setAutosaveExpandedItems:">-setAutosaveExpandedItems:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-setDropItem:dropChildIndex:">-setDropItem:dropChildIndex:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-setIndentationMarkerFollowsCell:">-setIndentationMarkerFollowsCell:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-setIndentationPerLevel:">-setIndentationPerLevel:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-setOutlineTableColumn:">-setOutlineTableColumn:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSOutlineView-shouldCollapseAutoExpandedItemsForDeposited:">-shouldCollapseAutoExpandedItemsForDeposited:</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSOutlineView-autoResizesOutlineColumn">autoResizesOutlineColumn</a></h3>
|
|
- (BOOL) <b>autoResizesOutlineColumn</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-autosaveExpandedItems">autosaveExpandedItems</a></h3>
|
|
- (BOOL) <b>autosaveExpandedItems</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-collapseItem:">collapseItem:</a></h3>
|
|
- (void) <b>collapseItem:</b> (id)item;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-collapseItem:collapseChildren:">collapseItem:collapseChildren:</a></h3>
|
|
- (void) <b>collapseItem:</b> (id)item<b> collapseChildren:</b> (BOOL)collapseChildren;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-expandItem:">expandItem:</a></h3>
|
|
- (void) <b>expandItem:</b> (id)item;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-expandItem:expandChildren:">expandItem:expandChildren:</a></h3>
|
|
- (void) <b>expandItem:</b> (id)item<b> expandChildren:</b> (BOOL)expandChildren;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-indentationMarkerFollowsCell">indentationMarkerFollowsCell</a></h3>
|
|
- (BOOL) <b>indentationMarkerFollowsCell</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-indentationPerLevel">indentationPerLevel</a></h3>
|
|
- (float) <b>indentationPerLevel</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-isExpandable:">isExpandable:</a></h3>
|
|
- (BOOL) <b>isExpandable:</b> (id)item;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-isItemExpanded:">isItemExpanded:</a></h3>
|
|
- (BOOL) <b>isItemExpanded:</b> (id)item;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-itemAtRow:">itemAtRow:</a></h3>
|
|
- (id) <b>itemAtRow:</b> (int)row;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-levelForItem:">levelForItem:</a></h3>
|
|
- (int) <b>levelForItem:</b> (id)item;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-levelForRow:">levelForRow:</a></h3>
|
|
- (int) <b>levelForRow:</b> (int)row;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-outlineTableColumn">outlineTableColumn</a></h3>
|
|
- (<a rel="gsdoc" href="NSTableColumn.html#class$NSTableColumn">NSTableColumn</a>*) <b>outlineTableColumn</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-reloadItem:">reloadItem:</a></h3>
|
|
- (void) <b>reloadItem:</b> (id)item;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-reloadItem:reloadChildren:">reloadItem:reloadChildren:</a></h3>
|
|
- (void) <b>reloadItem:</b> (id)item<b> reloadChildren:</b> (BOOL)reloadChildren;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-rowForItem:">rowForItem:</a></h3>
|
|
- (int) <b>rowForItem:</b> (id)item;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-setAutoresizesOutlineColumn:">setAutoresizesOutlineColumn:</a></h3>
|
|
- (void) <b>setAutoresizesOutlineColumn:</b> (BOOL)resize;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-setAutosaveExpandedItems:">setAutosaveExpandedItems:</a></h3>
|
|
- (void) <b>setAutosaveExpandedItems:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-setDropItem:dropChildIndex:">setDropItem:dropChildIndex:</a></h3>
|
|
- (void) <b>setDropItem:</b> (id)item<b> dropChildIndex:</b> (int)index;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-setIndentationMarkerFollowsCell:">setIndentationMarkerFollowsCell:</a></h3>
|
|
- (void) <b>setIndentationMarkerFollowsCell:</b> (BOOL)followsCell;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-setIndentationPerLevel:">setIndentationPerLevel:</a></h3>
|
|
- (void) <b>setIndentationPerLevel:</b> (float)newIndentLevel;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-setOutlineTableColumn:">setOutlineTableColumn:</a></h3>
|
|
- (void) <b>setOutlineTableColumn:</b> (<a rel="gsdoc" href="NSTableColumn.html#class$NSTableColumn">NSTableColumn</a>*)outlineTableColumn;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOutlineView-shouldCollapseAutoExpandedItemsForDeposited:">shouldCollapseAutoExpandedItemsForDeposited:</a></h3>
|
|
- (BOOL) <b>shouldCollapseAutoExpandedItemsForDeposited:</b> (BOOL)deposited;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h1><a name="002000000000">
|
|
Software documentation for the
|
|
NSObject(NSOutlineViewDataSource)
|
|
category
|
|
</a></h1>
|
|
<h2><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#class$NSObject">NSObject</a>(<a name="category$NSObject(NSOutlineViewDataSource)">NSOutlineViewDataSource</a>)</h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSOutlineView.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>GNUstep</li>
|
|
<li>MacOS-X</li>
|
|
<li>OpenStep</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDataSource)-outlineView:acceptDrop:item:childIndex:">-outlineView:acceptDrop:item:childIndex:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDataSource)-outlineView:child:ofItem:">-outlineView:child:ofItem:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDataSource)-outlineView:isItemExpandable:">-outlineView:isItemExpandable:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDataSource)-outlineView:itemForPersistentObject:">-outlineView:itemForPersistentObject:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDataSource)-outlineView:numberOfChildrenOfItem:">-outlineView:numberOfChildrenOfItem:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDataSource)-outlineView:objectValueForTableColumn:byItem:">-outlineView:objectValueForTableColumn:byItem:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDataSource)-outlineView:persistentObjectForItem:">-outlineView:persistentObjectForItem:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDataSource)-outlineView:setObjectView:forTableColumn:">-outlineView:setObjectView:forTableColumn:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDataSource)-outlineView:validateDrop:proposedItem:proposedChildIndex:">-outlineView:validateDrop:proposedItem:proposedChildIndex:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDataSource)-outlineView:writeItems:toPasteboard:">-outlineView:writeItems:toPasteboard:</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDataSource)-outlineView:acceptDrop:item:childIndex:">outlineView:acceptDrop:item:childIndex:</a></h3>
|
|
- (BOOL) <b>outlineView:</b> (<a rel="gsdoc" href="#class$NSOutlineView">NSOutlineView</a>*)outlineView<b> acceptDrop:</b> (id)info<b> item:</b> (id)item<b> childIndex:</b> (int)index;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDataSource)-outlineView:child:ofItem:">outlineView:child:ofItem:</a></h3>
|
|
- (id) <b>outlineView:</b> (<a rel="gsdoc" href="#class$NSOutlineView">NSOutlineView</a>*)outlineView<b> child:</b> (int)index<b> ofItem:</b> (id)item;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDataSource)-outlineView:isItemExpandable:">outlineView:isItemExpandable:</a></h3>
|
|
- (BOOL) <b>outlineView:</b> (<a rel="gsdoc" href="#class$NSOutlineView">NSOutlineView</a>*)outlineView<b> isItemExpandable:</b> (id)item;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDataSource)-outlineView:itemForPersistentObject:">outlineView:itemForPersistentObject:</a></h3>
|
|
- (id) <b>outlineView:</b> (<a rel="gsdoc" href="#class$NSOutlineView">NSOutlineView</a>*)outlineView<b> itemForPersistentObject:</b> (id)object;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDataSource)-outlineView:numberOfChildrenOfItem:">outlineView:numberOfChildrenOfItem:</a></h3>
|
|
- (int) <b>outlineView:</b> (<a rel="gsdoc" href="#class$NSOutlineView">NSOutlineView</a>*)outlineView<b> numberOfChildrenOfItem:</b> (id)item;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDataSource)-outlineView:objectValueForTableColumn:byItem:">outlineView:objectValueForTableColumn:byItem:</a></h3>
|
|
- (id) <b>outlineView:</b> (<a rel="gsdoc" href="#class$NSOutlineView">NSOutlineView</a>*)outlineView<b> objectValueForTableColumn:</b> (<a rel="gsdoc" href="NSTableColumn.html#class$NSTableColumn">NSTableColumn</a>*)tableColumn<b> byItem:</b> (id)item;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDataSource)-outlineView:persistentObjectForItem:">outlineView:persistentObjectForItem:</a></h3>
|
|
- (id) <b>outlineView:</b> (<a rel="gsdoc" href="#class$NSOutlineView">NSOutlineView</a>*)outlineView<b> persistentObjectForItem:</b> (id)item;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDataSource)-outlineView:setObjectView:forTableColumn:">outlineView:setObjectView:forTableColumn:</a></h3>
|
|
- (void) <b>outlineView:</b> (<a rel="gsdoc" href="#class$NSOutlineView">NSOutlineView</a>*)outlineView<b> setObjectView:</b> (id)object<b> forTableColumn:</b> (<a rel="gsdoc" href="NSTableColumn.html#class$NSTableColumn">NSTableColumn</a>*)tableColumn;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDataSource)-outlineView:validateDrop:proposedItem:proposedChildIndex:">outlineView:validateDrop:proposedItem:proposedChildIndex:</a></h3>
|
|
- (NSDragOperation) <b>outlineView:</b> (<a rel="gsdoc" href="#class$NSOutlineView">NSOutlineView</a>*)outlineView<b> validateDrop:</b> (id)info<b> proposedItem:</b> (id)item<b> proposedChildIndex:</b> (int)index;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDataSource)-outlineView:writeItems:toPasteboard:">outlineView:writeItems:toPasteboard:</a></h3>
|
|
- (BOOL) <b>outlineView:</b> (<a rel="gsdoc" href="#class$NSOutlineView">NSOutlineView</a>*)outlineView<b> writeItems:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSArray.html#class$NSArray">NSArray</a>*)items<b> toPasteboard:</b> (<a rel="gsdoc" href="NSPasteboard.html#class$NSPasteboard">NSPasteboard</a>*)pboard;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h1><a name="003000000000">
|
|
Software documentation for the
|
|
NSObject(NSOutlineViewDelegate)
|
|
category
|
|
</a></h1>
|
|
<h2><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#class$NSObject">NSObject</a>(<a name="category$NSObject(NSOutlineViewDelegate)">NSOutlineViewDelegate</a>)</h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSOutlineView.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>GNUstep</li>
|
|
<li>MacOS-X</li>
|
|
<li>OpenStep</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDelegate)-outlineView:shouldEditTableColumn:row:">-outlineView:shouldEditTableColumn:row:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDelegate)-outlineView:shouldSelectRow:">-outlineView:shouldSelectRow:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDelegate)-outlineView:shouldSelectTableColumn:">-outlineView:shouldSelectTableColumn:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDelegate)-outlineView:willDisplayCell:forTableColumn:row:">-outlineView:willDisplayCell:forTableColumn:row:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDelegate)-outlineViewColumnDidMove:">-outlineViewColumnDidMove:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDelegate)-outlineViewColumnDidResize:">-outlineViewColumnDidResize:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDelegate)-outlineViewItemDidCollapse:">-outlineViewItemDidCollapse:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDelegate)-outlineViewItemDidExpand:">-outlineViewItemDidExpand:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDelegate)-outlineViewSelectionDidChange:">-outlineViewSelectionDidChange:</a></li>
|
|
<li><a rel="gsdoc" href="NSOutlineView.html#method$NSObject(NSOutlineViewDelegate)-outlineViewSelectionIsChanging:">-outlineViewSelectionIsChanging:</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDelegate)-outlineView:shouldEditTableColumn:row:">outlineView:shouldEditTableColumn:row:</a></h3>
|
|
- (BOOL) <b>outlineView:</b> (<a rel="gsdoc" href="#class$NSOutlineView">NSOutlineView</a>*)aOutlineView<b> shouldEditTableColumn:</b> (<a rel="gsdoc" href="NSTableColumn.html#class$NSTableColumn">NSTableColumn</a>*)aTableColumn<b> row:</b> (int)rowIndex;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDelegate)-outlineView:shouldSelectRow:">outlineView:shouldSelectRow:</a></h3>
|
|
- (BOOL) <b>outlineView:</b> (<a rel="gsdoc" href="#class$NSOutlineView">NSOutlineView</a>*)aOutlineView<b> shouldSelectRow:</b> (int)rowIndex;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDelegate)-outlineView:shouldSelectTableColumn:">outlineView:shouldSelectTableColumn:</a></h3>
|
|
- (BOOL) <b>outlineView:</b> (<a rel="gsdoc" href="#class$NSOutlineView">NSOutlineView</a>*)aOutlineView<b> shouldSelectTableColumn:</b> (<a rel="gsdoc" href="NSTableColumn.html#class$NSTableColumn">NSTableColumn</a>*)aTableColumn;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDelegate)-outlineView:willDisplayCell:forTableColumn:row:">outlineView:willDisplayCell:forTableColumn:row:</a></h3>
|
|
- (void) <b>outlineView:</b> (<a rel="gsdoc" href="#class$NSOutlineView">NSOutlineView</a>*)aOutlineView<b> willDisplayCell:</b> (id)aCell<b> forTableColumn:</b> (<a rel="gsdoc" href="NSTableColumn.html#class$NSTableColumn">NSTableColumn</a>*)aTableColumn<b> row:</b> (int)rowIndex;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDelegate)-outlineViewColumnDidMove:">outlineViewColumnDidMove:</a></h3>
|
|
- (void) <b>outlineViewColumnDidMove:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSNotification.html#class$NSNotification">NSNotification</a>*)aNotification;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDelegate)-outlineViewColumnDidResize:">outlineViewColumnDidResize:</a></h3>
|
|
- (void) <b>outlineViewColumnDidResize:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSNotification.html#class$NSNotification">NSNotification</a>*)aNotification;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDelegate)-outlineViewItemDidCollapse:">outlineViewItemDidCollapse:</a></h3>
|
|
- (void) <b>outlineViewItemDidCollapse:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSNotification.html#class$NSNotification">NSNotification</a>*)aNotification;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDelegate)-outlineViewItemDidExpand:">outlineViewItemDidExpand:</a></h3>
|
|
- (void) <b>outlineViewItemDidExpand:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSNotification.html#class$NSNotification">NSNotification</a>*)aNotification;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDelegate)-outlineViewSelectionDidChange:">outlineViewSelectionDidChange:</a></h3>
|
|
- (void) <b>outlineViewSelectionDidChange:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSNotification.html#class$NSNotification">NSNotification</a>*)aNotification;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSOutlineViewDelegate)-outlineViewSelectionIsChanging:">outlineViewSelectionIsChanging:</a></h3>
|
|
- (void) <b>outlineViewSelectionIsChanging:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSNotification.html#class$NSNotification">NSNotification</a>*)aNotification;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<br />
|
|
<a href="Gui.html">Up</a>
|
|
</body>
|
|
</html>
|