Skip to content

Commit

Permalink
help: document new 'selection' methods of EnvelopeView and ListView
Browse files Browse the repository at this point in the history
  • Loading branch information
jleben committed Dec 4, 2012
1 parent 952dc9b commit e75a4d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HelpSource/Classes/EnvelopeView.schelp
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ METHOD:: connect
argument:: connections
An Array of Integers - indexes of nodes, each to become the second end to a new connection created.

METHOD:: selection
note::Only in Qt GUI::
Returns an array of indexes of all selected nodes.


SUBSECTION:: Appearance
Expand Down
3 changes: 3 additions & 0 deletions HelpSource/Classes/ListView.schelp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ METHOD:: value
METHOD:: valueAction
Sets link::#-value:: and triggers the link::#-action::.

METHOD:: selection
note::Only in Qt GUI::
Returns an array of all selected indexes. See also: link::#-selectionMode::.


SUBSECTION:: Appearance
Expand Down

0 comments on commit e75a4d2

Please sign in to comment.