DB Link
API Reference Guide
Product Documentation:

Visualization DB Link
Documentation Home
Classes | Typedefs
ilenv.h File Reference
#include <ildblink/ild.h>
#include <ilog/list.h>
#include <ilog/array.h>

Classes

class  IlEnvironment
 This class contains the description of the environment the application is running in. More...
 

Typedefs

typedef void(* IlChangeLocaleFunc) (IlAny, const char *, const char *, const char *, const char *)
 This type should be used when setting the callback that will tell the application the locale has been changed. More...
 
typedef const char *(* IlGetResFunc) (IlAny, const char *, const char *)
 This type is to be used when defining resource callback functions. More...
 

Detailed Description

Library: dbkernel
Class containing values pertaining to the runtime environment.

Typedef Documentation

◆ IlChangeLocaleFunc

IlChangeLocaleFunc

This type should be used when setting the callback that will tell the application the locale has been changed.

The first argument has no precise type and allows the application to pass in any object is needed to process the request. The last four arguments are the same that the setLocale function has been called with:

  1. the language,
  2. the country,
  3. the variant,
  4. the specfic keys and values.

◆ IlGetResFunc

IlGetResFunc

This type is to be used when defining resource callback functions.

The first argument has no precise type so as to allow the application to pass in any object is needed to process the request. This application-specific data will be stored in the IlEnvironment object at the same time the resource callback funtion is set. The second and third argument will be those given to the getResource function.

See also
setGetResourceCallback, getResource