Views
Data Access Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Typedefs | Functions
gcallbak.h File Reference
#include <ilviews/base/hash.h>
#include <ilviews/base/graphic.h>
#include <ilviews/dataccess/module.h>

Classes

class  IliCallbackManager
 User Interface class. More...
 

Typedefs

typedef void(* IliGlobalGraphicCallback) (IlvGraphic *g, IlAny arg, IlInt paramsCount, const char *const *params)
 

Functions

IliCallbackManagerIliGetCallbackManager ()
 This function returns the unique instance of class IliCallbackManager. More...
 

Detailed Description

Library: dbgadget
Declarations about callback manager.

Typedef Documentation

◆ IliGlobalGraphicCallback

IliGlobalGraphicCallback

This type defines the prototype of functions used as global callbacks for graphic objects.

Parameters
gThe graphic object that triggered the callback.
argThe user-defined argument.
paramsCountThe number of character strings available in the params parameter.
paramsThe parameters transmitted to the global callback. This array contains paramsCount character strings.
See also
IliCallbackManager.

Function Documentation

◆ IliGetCallbackManager()

IliCallbackManager& IliGetCallbackManager ( )

This function returns the unique instance of class IliCallbackManager.

Library: dbgadget

See also
IliCallbackManager