macOS/iOS API解説

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

目次

NSPrintPanel

setJobStyleHint:

ジョブスタイルヒントをセットします -(void)setJobStyleHint:(NSString *)hint: 解説 ジョブスタイルヒントをセットします。 返り値 ( void ) なし 引数 ( NSString * )hint フレームワーク ApplicationKit クラス NSPrintPanel Instance Methods 使用可能 …

jobStyleHint

ジョブスタイルを返します 解説 ジョブスタイルを返します。 返り値 ( NSString * ) 引数 フレームワーク ApplicationKit クラス NSPrintPanel Instance Methods 使用可能 10.2 参照 -setJobStyleHint: 例文 NSLog(@"%@",[op jobStyleHint] );

printPanel

プリントパネルを返します 解説 プリントパネルを返します。 返り値 ( NSPrintPanel * ) 印刷パネル 引数 フレームワーク ApplicationKit クラス NSPrintPanel Class Methods 使用可能 10.0 参照 例文 #import "Controller.h" @implementation Controller - …

accessoryView

プリントパネルのアクセサリービューを返します 解説 プリントパネルのアクセサリービューを返します。 返り値 ( NSView * ) ビュー 引数 フレームワーク ApplicationKit クラス NSPrintPanel Instance Methods 使用可能 10.0 参照 - setAccessoryView: 例文…

beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:

シートでプリントパネルを表示してモーダルセッションを始めます -(void)beginSheetWithPrintInfo:(NSPrintInfo *)printInfo: modalForWindow:(NSWindow *)docWindow: delegate:(id)delegate: didEndSelector:(SEL)didEndSelector: contextInfo:(void *)cont…

finalWritePrintInfo

現在のNSPrintOperationのNSPrintInfoに印刷属性をセットします 解説 現在のNSPrintOperationのNSPrintInfoに印刷属性をセットします。OKボタンを押した時に自動的に呼び出されるので、呼び出しません。 返り値 ( void ) なし 引数 フレームワーク Applicati…

pickedAllPages:

使用しません -(void)pickedAllPages:(id)sender: 解説 使用しません。 返り値 ( void ) なし 引数 ( id )sender フレームワーク ApplicationKit クラス NSPrintPanel Instance Methods 使用可能 10.0 参照 - pickedButton: - pickedLayoutList: 例文 //あり…

pickedButton:

使用しません -(void)pickedButton:(id)sender: 解説 使用しません。 返り値 ( void ) なし 引数 ( id )sender フレームワーク ApplicationKit クラス NSPrintPanel Instance Methods 使用可能 10.0 参照 - pickedAllPages: - pickedLayoutList: - runModal …

pickedLayoutList:

使用しません -(void)pickedLayoutList:(id)sender: 解説 使用しません。 返り値 ( void ) なし 引数 ( id )sender フレームワーク ApplicationKit クラス NSPrintPanel Instance Methods 使用可能 10.0 参照 - pickedAllPages: - pickedButton: 例文 //あり…

runModal

プリントパネルを表示してモーダルループを実行します 解説 プリントパネルを表示してモーダルループを実行します。キャンセルボタンを押すとNSCancelButtonを返します。OKを押すとNSOKButtonを返します。 使用できません(10.2) 返り値 ( int ) 整数値 引数 …

setAccessoryView:

プリントパネルにアクセサリービューをセットします -(void)setAccessoryView:(NSView *)aView: 解説 プリントパネルにアクセサリービューをセットします。 返り値 ( void ) なし 引数 ( NSView * )aView ビュー フレームワーク ApplicationKit クラス NSPri…

updateFromPrintInfo

現在のNSPrintOperationのNSPrintInfoから値を読み取ってアップデートします 解説 現在のNSPrintOperationのNSPrintInfoから値を読み取ってアップデートします。 返り値 ( void ) なし 引数 フレームワーク ApplicationKit クラス NSPrintPanel Instance Met…