Library resapp_lib

GEOS-SC:  Library resapp_lib



Classes

AppAttributeData
AppAttributeData objects contain various data about attributes of built-in application objects. These are statically defined alongside ResidentApplication objects, and should never be freed.
AppNameAttribute
AppNameAttribute objects define the user-visible name of a given application. Define one of these along with a ResidentApplication object. Example:
    MemoResidentApplication memoApp;
    AppNameAttribute(&memoApp, _TEXT("Memo"));
ResidentApplication
The ResidentApplication object provides an interface between built-in applications and the ResidentFido driver. It provides API for creating and destroying the AppBase object for an application, and also API for getting attributes for the application (its name, icon, etc.).

Back to the top of resapp_lib


Data

Back to the top of resapp_lib


Global Functions

Back to the top of resapp_lib


Generated from source by Geoworks on Sat Dec 12 18:30:38 1998 .