macOS/iOS API解説

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

目次

SecurityInterface

** 解説 返り値 引数 フレームワーク SecurityInterface クラス SFAuthorizationPluginView 使用可能 10.5 参照

willActivateWithUser:

** -(void)willActivateWithUser:(NSDictionary *)inUserInformation: 解説 返り値 ( void ) 引数 ( NSDictionary * )inUserInformation フレームワーク SecurityInterface クラス SFAuthorizationPluginView 使用可能 10.5 参照 例文

viewForType:

** -(NSView *)viewForType:(SFViewType)inType: 解説 返り値 ( NSView * ) 引数 ( SFViewType )inType フレームワーク SecurityInterface クラス SFAuthorizationPluginView 使用可能 10.5 参照 例文

updateView

** 解説 返り値 ( void ) 引数 フレームワーク SecurityInterface クラス SFAuthorizationPluginView 使用可能 10.5 参照 例文

setEnabled:

** -(void)setEnabled:(BOOL)inEnabled: 解説 返り値 ( void ) 引数 ( BOOL )inEnabled フレームワーク SecurityInterface クラス SFAuthorizationPluginView 使用可能 10.5 参照 例文

setButton:enabled:

** -(void)setButton:(SFButtonType)inButtonType: enabled:(BOOL)inEnabled: 解説 返り値 ( void ) 引数 ( SFButtonType )inButtonType ( BOOL )inEnabled フレームワーク SecurityInterface クラス SFAuthorizationPluginView 使用可能 10.5 参照 例文

lastKeyView

** 解説 返り値 ( NSView * ) 引数 フレームワーク SecurityInterface クラス SFAuthorizationPluginView 使用可能 10.5 参照 例文

initWithCallbacks:andEngineRef:

** -(id)initWithCallbacks:(const AuthorizationCallbacks *)callbacks: andEngineRef:(AuthorizationEngineRef)engineRef: 解説 返り値 ( id ) 引数 ( const AuthorizationCallbacks * )callbacks ( AuthorizationEngineRef )engineRef フレームワーク Sec…

firstResponderView

** 解説 返り値 ( NSView * ) 引数 フレームワーク SecurityInterface クラス SFAuthorizationPluginView 使用可能 10.5 参照 例文

firstKeyView

** 解説 返り値 ( NSView * ) 引数 フレームワーク SecurityInterface クラス SFAuthorizationPluginView 使用可能 10.5 参照 例文

engineRef

** 解説 返り値 ( AuthorizationEngineRef ) 引数 フレームワーク SecurityInterface クラス SFAuthorizationPluginView 使用可能 10.5 参照 例文

displayView

** 解説 返り値 ( void ) 引数 フレームワーク SecurityInterface クラス SFAuthorizationPluginView 使用可能 10.5 参照 例文

didDeactivate

** 解説 返り値 ( void ) 引数 フレームワーク SecurityInterface クラス SFAuthorizationPluginView 使用可能 10.5 参照 例文

didActivate

** 解説 返り値 ( void ) 引数 フレームワーク SecurityInterface クラス SFAuthorizationPluginView 使用可能 10.5 参照 例文

callbacks

** 解説 返り値 ( const AuthorizationCallbacks * ) 引数 フレームワーク SecurityInterface クラス SFAuthorizationPluginView 使用可能 10.5 参照 例文

buttonPressed:

** -(void)buttonPressed:(SFButtonType)inButtonType : 解説 返り値 ( void ) 引数 ( SFButtonType )inButtonType フレームワーク SecurityInterface クラス SFAuthorizationPluginView 使用可能 10.5 参照 例文

settingsPanelDidEnd:returnCode:contextInfo:

シートが閉じたときに呼び出されるデリゲートメソッド -(void)settingsPanelDidEnd:(NSWindow *)sheet: returnCode:(int)returnCode: contextInfo:(void *)contextInfo: 解説 シートが閉じたときに呼び出されるデリゲートメソッド 返り値 ( void ) なし 引数…

runModalForSettings:keychain:

** -(int)runModalForSettings:(SecKeychainSettings *)settings: keychain:(SecKeychainRef)keychain: 解説 調査中... セッティングでモーダルを開始します。 返り値 ( int ) 整数値 引数 ( SecKeychainSettings * )settings ( SecKeychainRef )keychain フ…

beginSheetForWindow:modalDelegate:didEndSelector:contextInfo:settings:keychain:

** -(void)beginSheetForWindow:(NSWindow *)docWindow: modalDelegate:(id)delegate: didEndSelector:(SEL)didEndSelector: contextInfo:(void *)contextInfo: settings:(SecKeychainSettings *)settings: keychain:(SecKeychainRef)keychain: 解説 ユーザ…

sharedKeychainSettingsPanel

** 解説 もしオブジェクトが作られたら共有キーチェーン設定パネルオブジェクトを返します。 このメソッドは最初にオブジェクトをアロケートして初期化します 返り値 ( SFKeychainSettingsPanel * ) なし 引数 フレームワーク SecurityInterface クラス SFKe…

createPanelDidEnd:returnCode:contextInfo:

** -(void)createPanelDidEnd:(NSWindow *)sheet: returnCode:(int)returnCode: contextInfo:(void *)contextInfo: 解説 デリゲート なし? 返り値 ( void ) なし 引数 ( NSWindow * )sheet ( int )returnCode ( void * )contextInfo フレームワーク Securit…

setPassword:

** -(void)setPassword:(NSString *)password: 解説 作ろうとするキーチェーンのパスワードを指定する 返り値 ( void ) なし 引数 ( NSString * )password フレームワーク SecurityInterface クラス SFKeychainSavePanel Instance Methods 使用可能 10.3 参照…

runModalForDirectory:file:

** -(int)runModalForDirectory:(NSString *)path: file:(NSString *)name: 解説 ユーザーが新しいキーチェーンを作るのに使うパネルを表示します。 返り値 ( int ) OKボタンをクリックするならNSFileHandlingPanelOKButton、キャンセルボタンをクリックする…

keychain

** 解説 キーチェーン保存パネルでキーチェーンを作って返します。 返り値 ( SecKeychainRef ) なし 引数 フレームワーク SecurityInterface クラス SFKeychainSavePanel Instance Methods 使用可能 10.4 参照 -beginSheetForDirectory:file:modalForWindow:…

beginSheetForDirectory:file:modalForWindow:modalDelegate:didEndSelector:contextInfo:

** -(void)beginSheetForDirectory:(NSString *)path: file:(NSString *)name: modalForWindow:(NSWindow *)docWindow: modalDelegate:(id)delegate: didEndSelector:(SEL)didEndSelector: contextInfo:(void *)contextInfo: 解説 調査中... 返り値 ( void )…

sharedKeychainSavePanel

** 解説 調査中... 返り値 ( SFKeychainSavePanel * ) なし 引数 フレームワーク SecurityInterface クラス SFKeychainSavePanel Class Methods 使用可能 10.4 参照 例文

chooseIdentityPanelShowHelp:

** -(BOOL)chooseIdentityPanelShowHelp:(SFChooseIdentityPanel *)sender: 解説 調査中... 返り値 ( BOOL ) YES/NO 引数 ( SFChooseIdentityPanel * )sender フレームワーク SecurityInterface クラス SFChooseIdentityPanel Instance Methods 使用可能 10.…

chooseIdentitySheetDidEnd:returnCode:contextInfo:

** -(void)chooseIdentitySheetDidEnd:(NSWindow *)sheet: returnCode:(int)returnCode: contextInfo:(void *)contextInfo: 解説 調査中... ない? 返り値 ( void ) なし 引数 ( NSWindow * )sheet ( int )returnCode ( void * )contextInfo フレームワーク …

showsHelp

** 解説 調査中... 返り値 ( BOOL ) YES/NO 引数 フレームワーク SecurityInterface クラス SFChooseIdentityPanel Instance Methods 使用可能 10.4 参照 -setShowsHelp: 例文

setShowsHelp:

シートやパネルでヘルプボタンを表示します -(void)setShowsHelp:(BOOL)showsHelp: 解説 シートやパネルでヘルプボタンを表示します。 返り値 ( void ) なし 引数 ( BOOL )showsHelp フレームワーク SecurityInterface クラス SFChooseIdentityPanel Instanc…