macOS/iOS API解説

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

目次

0-02-26から1日間の記事一覧

initWithAttributes:

ピクセルフォーマットで初期化して返します -(id)initWithAttributes:(NSOpenGLPixelFormatAttribute *)attribs: 解説 ピクセルフォーマットで初期化して返します。 【属性】 ● NSOpenGLPFAAllRenderers ● NSOpenGLPFADoubleBuffer ● NSOpenGLPFAStereo ● NS…

getValues:forAttribute:forVirtualScreen:

指定した属性の値を得ます -(void)getValues:(long *)vals: forAttribute:(NSOpenGLPixelFormatAttribute)attrib: forVirtualScreen:(int)screen: 解説 指定した属性の値を得ます。 返り値 ( void ) なし 引数 ( long * )vals ( NSOpenGLPixelFormatAttribut…

view

レシーバのビューを返します 解説 レシーバのビューを返します。 返り値 ( NSView * ) ビュー 引数 フレームワーク ApplicationKit クラス NSOpenGLContext Instance Methods 使用可能 10.0 参照 - clearDrawable - setFullScreen - setOffScreen:width:heig…

update

アップデートします。 解説 アップデートします。 返り値 ( void ) なし 引数 フレームワーク ApplicationKit クラス NSOpenGLContext Instance Methods 使用可能 10.0 参照 例文 [glCon update];

setView:

ビューをセットします -(void)setView:(NSView *)view: 解説 ビューをセットします。 返り値 ( void ) なし 引数 ( NSView * )view ビュー フレームワーク ApplicationKit クラス NSOpenGLContext Instance Methods 使用可能 10.0 参照 - clearDrawable - vi…

setValues:forParameter:

指定したパラメータの値をセットします -(void)setValues:(const long *)vals: forParameter:(NSOpenGLContextParameter)param: 解説 指定したパラメータの値をセットします。 【NSOpenGLContextParameter】 ● NSOpenGLCPSwapRectangle ● NSOpenGLCPSwapRect…

setOffScreen:width:height:rowbytes:

オフスクリーンをセットします -(void)setOffScreen:(void *)baseaddr: width:(long)width: height:(long)height: rowbytes:(long)rowbytes: 解説 オフスクリーンをセットします。 返り値 ( void ) なし 引数 ( void * )baseaddr ( long )width 幅 ( long )h…

setFullScreen

レシーバをフルスクリーンモードにします 解説 レシーバをフルスクリーンモードにします。 返り値 ( void ) なし 引数 フレームワーク ApplicationKit クラス NSOpenGLContext Instance Methods 使用可能 10.0 参照 例文 [glCon setFullScreen];

makeCurrentContext

レシーバを現在のコンテキストにします 解説 レシーバを現在のコンテキストにします。 返り値 ( void ) なし 引数 フレームワーク ApplicationKit クラス NSOpenGLContext Instance Methods 使用可能 10.0 参照 + clearCurrentContext + currentContext 例文…

initWithFormat:shareContext:

フォーマットとコンテキストでコンテキストを初期化して返します -(id)initWithFormat:(NSOpenGLPixelFormat *)format: shareContext:(NSOpenGLContext *)share: 解説 フォーマットとコンテキストでコンテキストを初期化して返します。 返り値 ( id ) コンテ…

getValues:forParameter:

指定したパラメータの値を取得します -(void)getValues:(long *)vals: forParameter:(NSOpenGLContextParameter)param: 解説 指定したパラメータの値を取得します。 【NSOpenGLContextParameter】 ● NSOpenGLCPSwapRectangle ● NSOpenGLCPSwapRectangleEnabl…

flushBuffer

バックバッファをフロントのバッファへコピーして表示します 解説 バックバッファをフロントのバッファへコピーして表示します。 返り値 ( void ) なし 引数 フレームワーク ApplicationKit クラス NSOpenGLContext Instance Methods 使用可能 10.0 参照 - g…

copyAttributesFromContext:withMask:

コンテキストから属性をコピーします -(void)copyAttributesFromContext:(NSOpenGLContext *)context: withMask:(unsigned long)mask: 解説 コンテキストから属性をコピーします。 返り値 ( void ) なし 引数 ( NSOpenGLContext * )context コンテキスト ( u…

clearDrawable

ビューからレシーバを切り離します 解説 ビューからレシーバを切り離します。 返り値 ( void ) なし 引数 フレームワーク ApplicationKit クラス NSOpenGLContext Instance Methods 使用可能 10.0 参照 - setFullScreen - setOffScreen:width:height:rowbyte…

currentContext

現在のコンテキストを返します 解説 現在のコンテキストを返します。なければnilを返します。 返り値 ( NSOpenGLContext * ) OpenGLコンテキスト 引数 フレームワーク ApplicationKit クラス NSOpenGLContext Class Methods 使用可能 10.0 参照 + clearCurre…

clearCurrentContext

現在のコンテキストをセットします 解説 現在のコンテキストをセットします。 返り値 ( void ) なし 引数 フレームワーク ApplicationKit クラス NSOpenGLContext Class Methods 使用可能 10.0 参照 - currentContext 例文 [NSOpenGLContext clearCurrentCon…

establishConnection

調査中 解説 調査中 コンセント接続を確立します。 返り値 ( void ) なし 引数 フレームワーク ApplicationKit クラス NSNibOutletConnector Instance Methods 使用可能 10.0 参照 例文

establishConnection

アクションの接続を確立します 解説 アクションの接続を確立します。 返り値 ( void ) なし 引数 フレームワーク ApplicationKit クラス NSNibControlConnector Instance Methods 使用可能 10.0 参照 例文 //ありません

source

接続元を返します。 解説 接続元を返します。 返り値 ( id ) コネクタのソース 引数 フレームワーク ApplicationKit クラス NSNibConnector Instance Methods 使用可能 10.0 参照 例文 NibConnector *nib = [[NibConnector alloc] init]; [nib setSource:sou…

setSource:

接続元をセットします -(void)setSource:(id)source: 解説 接続元をセットします。 返り値 ( void ) なし 引数 ( id )source ソース フレームワーク ApplicationKit クラス NSNibConnector Instance Methods 使用可能 10.0 参照 例文 NibConnector *nib = [[…