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

| BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
|---|---|---|---|
| × | × | ○ | ○ |
| パブリック関数 | |
|---|---|
| static SFBForceFeedSmp |
NewInstance(
SFBImageDecoderSmpConstRef decoder
, SFCErrorPtr exception = null
) NewInstance( SFBImageDecoderSmpConstRef decoder , AEECLSID id , SFCErrorPtr exception = null )
SFBForceFeed クラスのインスタンスを生成します。
|
| Void |
Reset( Void )
新しいデータストリームを受け入れるようにオブジェクトを準備します。
|
| SFCError |
Write(
VoidPtr buf
, SInt32 bufSize
) Write( SFXBufferPtr buf )
オブジェクトにデータを書き込みます。
|
| 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, static ] SFBForceFeedSmp NewInstance( SFBImageDecoderSmpConstRef decoder // SFBImageDecoder クラスのインスタンス SFCErrorPtr exception = null // エラー値 );
[ public, static ] SFBForceFeedSmp NewInstance( SFBImageDecoderSmpConstRef decoder // SFBImageDecoder クラスのインスタンス AEECLSID id // Class ID SFCErrorPtr exception = null // エラー値 );
[ public ] Void Reset(Void);
[ public ] SFCError Write( VoidPtr buf // 書き込むデータが含まれるバッファへのポインタ SInt32 bufSize // 書き込むデータバイト数 );
[ public ] SFCError Write( SFXBufferPtr buf // 書き込むデータが含まれるバッファへのポインタ );
|
Copyright (C) 2002 - 2008 Sophia Cradle Incorporated All Rights Reserved. |
![]() ![]() ![]()
|