macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

ruleEditor:child:forCriterion:withRowType:

**

-(id)ruleEditor:(NSRuleEditor *)editor:
                 child:(NSInteger)index:
                 forCriterion:(id)criterion:
                 withRowType:(NSRuleEditorRowType)rowType:

解説

デリゲートメソッド
与えられた番号で与えられた項目の子を返します。

返り値

( id )

引数

( NSRuleEditor * )editor
( NSInteger )index
( id )criterion
( NSRuleEditorRowType )rowType

フレームワーク

ApplicationKit

クラス

NSRuleEditor

使用可能

10.5

参照

例文