![]() ![]() ![]()
|
BREW C++ ライブラリ & GUI フレームワーク & XML ミドルウェア : SophiaFramework UNIVERSE 5.0 |

| BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
|---|---|---|---|
| × | × | × | ○ |
| パブリック関数 | |
|---|---|
| SFCError |
GetParm(
SInt16 parmID
, SInt32Ptr p1
) ジョイスティックのコントロールパラメータを取得します。
|
| static SFBJoystickSmp |
NewInstance(
SFCErrorPtr exception = null
) NewInstance( AEECLSID id , SFCErrorPtr exception = null ) SFBJoystick クラスのインスタンスを生成します。
|
| SFCError |
Read(
SInt16Ptr x
, SInt16Ptr y
) Read( SFXPixelPtr pixel ) 現在のジョイスティック x、y 位置の符号付きの値を読み取ります。
|
| SFCError |
SetParm(
SInt16 parmID
, SInt32 p1
, SInt32 p2
) ジョイスティックのコントロールパラメータを設定します。
|
| SFCError |
QueryInterface(
AEECLSID clsid
, VoidHandle handle
)
(SFBQuery から継承)
QueryInterface( AEECLSID clsid , SFBBaseSmpPtr handle ) (SFBQuery から継承) このオブジェクトからの別の API を問い合わせます。
|
| SFBBaseSmp |
QueryInterface(
AEECLSID clsid
)
(SFBQuery から継承)
このオブジェクトからの別の API を問い合わせます。
|
| Void |
Self(
AEECLSID clsidReq
, SFBQuerySmpPtr clone
, AEECLSID clsidImp
)
(SFBQuery から継承)
オブジェクトを単一インターフェースで実装するときに使います。
|
| SFBQuerySmp |
Self(
AEECLSID clsidReq
, AEECLSID clsidImp
)
(SFBQuery から継承)
オブジェクトを単一インターフェースで実装するときに使います。
|
| プロテクト関数 | |
|---|---|
| static SFBBaseSmp |
FactoryByCreate(
AEECLSID id
, SFCErrorPtr exception = null
)
(SFBBase から継承)
指定したクラス ID のインターフェースのインスタンスを生成します。
|
| static SFBBaseSmp |
FactoryByQuery(
SFBQuerySmpConstRef query
, AEECLSID id
, SFCErrorPtr exception = null
)
(SFBBase から継承)
指定したクラス ID のインターフェースのインスタンスを指定した SFBQuery インスタンスを使って生成します。
|
[ public ] SFCError GetParm( SInt16 parmID // この関数で設定するものを制御するコマンドパラメータ SInt32Ptr p1 // parmID に依存 );
[ public, static ] SFBJoystickSmp NewInstance( SFCErrorPtr exception = null // エラー値 );
[ public, static ] SFBJoystickSmp NewInstance( AEECLSID id // クラスID SFCErrorPtr exception = null // エラー値 );
[ public ] SFCError Read( SInt16Ptr x // 符号付き 16 ビットの x 位置の値へのポインタ SInt16Ptr y // 符号付き 16 ビットの y 位置の値へのポインタ );
[ public ] SFCError Read( SFXPixelPtr pixel // 現在位置の座標 );
[ public ] SFCError SetParm( SInt16 parmID // この関数で設定するものを制御するコマンドパラメータ SInt32 p1 // parmID に依存 SInt32 p2 // parmID に依存 );
|
Copyright (C) 2002 - 2008 Sophia Cradle Incorporated All Rights Reserved. |
![]() ![]() ![]()
|