SophiaFramework UNIVERSE 5.3 |
BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
---|---|---|---|
○ | ○ | ○ | ○ |
パブリック関数 | |
---|---|
SFBControlSmp |
GetControl(
SInt16 id
)
指定した識別子に関連付けられたコントロールを取得します。
|
UInt16 |
GetID( Void )
ダイアログのリソース ID を取得します。
|
UInt32 |
GetProperties( Void ) ダイアログの現在のプロパティを取得します。
|
Void |
Redraw( Void )
指定したダイアログとそのすべてのコントロールを再描画します。
|
Void |
SetEventHandler(
PFNAEEEVENT callback
, VoidPtr data = null
)
ダイアログのイベントハンドラを設定またはリセットします。
|
SInt16 |
SetFocus(
SInt16 id
)
コントロールにフォーカスを設定します。
|
Void |
SetProperties(
UInt32 properties
)
ダイアログのプロパティを設定します。
|
プロテクト関数 | |
---|---|
static SFBBaseSmp |
FactoryByCreate(
AEECLSID id
, SFCErrorPtr exception = null
)
(SFBBase から継承)
指定したクラス ID のインターフェースのインスタンスを生成します。
|
static SFBBaseSmp |
FactoryByQuery(
SFBQuerySmpConstRef query
, AEECLSID id
, SFCErrorPtr exception = null
)
(SFBBase から継承)
指定したクラス ID のインターフェースのインスタンスを指定した SFBQuery インスタンスを使用して生成します。
|
[ public ] SFBControlSmp GetControl( SInt16 id // コントロールのID );
[ public ] UInt16 GetID(Void);
[ public ] UInt32 GetProperties(Void);
[ public ] Void Redraw(Void);
[ public ] Void SetEventHandler( PFNAEEEVENT callback // イベント コールバックへのポインタ VoidPtr data = null // イベントハンドラへの第 1 引数として渡すユーザー データ ポインタ );
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |