PrevNextUpHome SophiaFramework UNIVERSE 5.3
SFBApplet
Wrapper Class for the IApplet interface.
#include <SFBApplet.h.hpp>
class SFBApplet : public SFBBase;
SFMTYPEDEFWRAPPER(SFBApplet)

Inheritance diagram

 Inheritance diagram of SFBAppletClass

Version

BREW 2.0 BREW 2.1 BREW 3.1 BREW 4.0
O O O O

Reference

BREW API IApplet

Menember

Public Functions
static
SFBAppletSmp
GetInstance( Void )
Get Instance of SFBApplet Interface.
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.

SFBApplet::GetInstance
Get Instance of SFBApplet Interface.
[ public, static ]
SFBAppletSmp GetInstance(Void);