Class AppNameAttribute

GEOS-SC:  Library resapp_lib: Class 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"));

#include <resapp/appattr.h>


Class Data and Methods

public:
AppNameAttribute(ResidentApplication *app, const TCHAR *appName);
protected:

Inherited Data and Methods:

This class does not inherit from any other class.

Back to the top of AppNameAttribute


Ancestors

This class does not inherit from any other class.

Back to the top of AppNameAttribute


Descendants

Class is not inherited by any others.

Back to the top of AppNameAttribute


Descriptions of Class Data and Methods


AppNameAttribute(ResidentApplication *app, const TCHAR *appName);

Constructor for AppNameAttribute class.

Parameters:

in app
The ResidentApplication object this data is associated with.
in appName
The user-visible name of this application (shows up in launcher applications, etc.).

Prototype:

    AppNameAttribute(ResidentApplication *app, const TCHAR *appName);

Back to the top of AppNameAttribute


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