Important: The information in this document is obsolete and should not be used for new development.
CyberExtension
The
- Superclasses
ODExtension --> ODRefCntObject --> ODObject
- Subclasses
CyberContainerExtension
,CyberDownloadExtension
,CyberFormExtension, CyberItemPromptExtension, CyberLogExtension, CyberNotebookExtension
,CyberPanelExtension
,CyberPartExtension
,CyberProgressPartExtension
CyberExtension
class is the abstract superclass for all Cyberdog-related extensions.Description
TheCyberExtension
class provides methods for creating and accessing the globalCyberSession
object. All Cyberdog extension classes descend fromCyberExtension
. As a developer, you will probably not need to subclassCyberExtension
directly; instead, you should subclass descendants ofCyberExtension
.Cyberdog also provides global functions for creating and accessing the global CyberSession object. The
InitCyberdog
function (page 188) creates and initializes the global session object. TheGetCyberSession
function (page 188) retrieves the global session object.Methods
This section presents summary descriptions of theCyberExtension
methods, followed by detailed descriptions.Accessing the Cyberdog Session
CreateCyberSession
- Creates and returns a global session object.
GetCyberSession
- Retrieves the global session object.
Methods
- CreateCyberSession
- GetCyberSession