SophiaFramework UNIVERSE 5.3 |
BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
---|---|---|---|
O | O | O | O |
Public Functions | |
---|---|
SFBControlSmp |
GetControl(
SInt16 id
)
Get the control associated with the specified identifier.
|
UInt16 |
GetID( Void )
Return the resource ID of the dialog.
|
UInt32 |
GetProperties( Void ) Returns the current properties of the dialog.
|
Void |
Redraw( Void )
This method redraws the specified dialog and all of its controls.
|
Void |
SetEventHandler(
PFNAEEEVENT callback
, VoidPtr data = null
)
Set or resets the event handler for a dialog.
|
SInt16 |
SetFocus(
SInt16 id
)
Set the active control focus to the control associated with the specified identifier.
|
Void |
SetProperties(
UInt32 properties
)
Set the properties of the dialog.
|
Protected Functions | |
---|---|
static SFBBaseSmp |
FactoryByCreate(
AEECLSID id
, SFCErrorPtr exception = null
)
(inherits from SFBBase)
Create the instance for the specified ClassID's interface.
|
static SFBBaseSmp |
FactoryByQuery(
SFBQuerySmpConstRef query
, AEECLSID id
, SFCErrorPtr exception = null
)
(inherits from SFBBase)
Create the instance for the specified ClassID's interface using the SFBQuery instance.
|
[ public ] SFBControlSmp GetControl( SInt16 id // id of the control );
[ public ] UInt16 GetID(Void);
[ public ] UInt32 GetProperties(Void);
[ public ] Void Redraw(Void);
[ public ] Void SetEventHandler( PFNAEEEVENT callback // pointer to event callback VoidPtr data = null // user data pointer sent as first argument to even handler );
BREW API IDIALOG_SetEventHandler | PFNAEEEVENT | SFBShell::CreateDialog | SFBDialog::SetFocus
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |