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

| BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
|---|---|---|---|
| × | × | ○ | ○ |
| パブリック関数 | |
|---|---|
| SFCError |
GetOpt(
SInt32 id
, AEEQoSFlowOpt* opt
) SFBQoSFlow クラスのインスタンス内の AEEQoSFlowOpt リストから、指定した ID に一致する AEEQoSFlowOpt を取得します。
|
| SFCError |
GetOptAtIndex(
SInt32 index
, AEEQoSFlowOpt* opt
) SFBQoSFlow クラスのインスタンス内の AEEQoSFlowOpt リストから、指定した オプションインデックスに一致する AEEQoSFlowOpt を取得します。
|
| static SFBQoSFlowSmp |
NewInstance(
SFCErrorPtr exception = null
) SFBQoSFlow クラスのインスタンスを生成します。
|
| static SFBMediaSVGSmp |
NewInstance(
AEECLSID id
, SFCErrorPtr exception = null
) SFBQoSFlow クラスのインスタンスを生成します。
|
| SFCError |
RemoveOpt(
SInt32 id
)
id に一致する AEEQoSFlowOpt を削除します。
|
| SFCError |
RemoveOptAtIndex(
SInt32 index
)
index に一致する AEEQoSFlowOpt を削除します。
|
| SFCError |
AddOpt(
WebOptPtr opts
)
(SFBWebOpts から継承)
入力配列を現在の Web オプション リストに追加して、Web のリストを現在の Web オプション セットに追加します。
|
| 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 から継承)
オブジェクトを単一インターフェースで実装するときに使います。
|
[ public ] SFCError GetOpt( SInt32 id // オプションリストから検索するオプションの ID AEEQoSFlowOpt* opt // 見つかった AEEQoSFlowOpt を格納するポインター );
[ public ] SFCError GetOptAtIndex( SInt32 index // オプションインデックス AEEQoSFlowOpt* opt // 見つかった AEEQoSFlowOpt を格納するポインター );
[ public, static ] SFBQoSFlowSmp NewInstance( SFCErrorPtr exception = null // エラー値 );
[ public, static ] SFBMediaSVGSmp NewInstance( AEECLSID id // クラスID SFCErrorPtr exception = null // エラー値 );
|
Copyright (C) 2002 - 2008 Sophia Cradle Incorporated All Rights Reserved. |
![]() ![]() ![]()
|