![]() ![]() ![]()
|
BREW C++ ライブラリ & GUI フレームワーク & XML ミドルウェア : SophiaFramework 4.1 |
#include <SFBCallOrigOpts.h.hpp>
class SFBCallOrigOpts : public SFBWebOpts;
SFMTYPEDEFWRAPPER(SFBCallOrigOpts)

| BREW 2.0 | BREW 2.1 | BREW 3.0 | BREW 3.1 |
|---|---|---|---|
| × | × | × | ○ |
| パブリック関数 | |
|---|---|
| static SFBCallOrigOptsSmp |
NewInstance( Void )
SFBCallOrigOpts クラスのインスタンスを生成します。
|
| SFCError |
AddOpt(
WebOptPtr opts
)
(SFBWebOpts から継承)
入力配列を現在の Web オプション リストに追加して、Web のリストを現在の Web オプション セットに追加します。
|
| SFCError |
GetOpt(
SInt32 id
, SInt32 index
, WebOptPtr opt
)
(SFBWebOpts から継承)
SFBWebOpts クラスのインスタンス内の WebOpts リストから、指定した WebOpt ID に一致する WebOpt を取得します。
|
| SFCError |
QueryInterface(
AEECLSID clsid
, VoidHandle handle
)
(SFBQuery から継承)
QueryInterface( AEECLSID clsid , SFBBaseSmpPtr handle ) (SFBQuery から継承) このオブジェクトからの別の API を問い合わせます。
|
| SFBBaseSmp |
QueryInterface(
AEECLSID clsid
)
(SFBQuery から継承)
このオブジェクトからの別の API を問い合わせます。
|
| SFCError |
RemoveOpt(
SInt32 id
, SInt32 index
)
(SFBWebOpts から継承)
id に一致する index 番目の WebOpt を削除します。
|
| Void |
Self(
AEECLSID clsidReq
, SFBQuerySmpPtr clone
, AEECLSID clsidImp
)
(SFBQuery から継承)
オブジェクトを単一インターフェースで実装するときに使います。
|
| SFBQuerySmp |
Self(
AEECLSID clsidReq
, AEECLSID clsidImp
)
(SFBQuery から継承)
オブジェクトを単一インターフェースで実装するときに使います。
|
[ public, static ] SFBCallOrigOptsSmp NewInstance(Void);
|
Copyright (C) 2002 - 2008 Sophia Cradle, Inc. All Rights Reserved. |
![]() ![]() ![]()
|