rwlogo

Rogue Wave Views
Data Access Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

 All Classes Files Functions Variables Typedefs Enumerations Enumerator
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

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

IliCallbackManager& IliGetCallbackManager ( )

This function returns the unique instance of class IliCallbackManager.

Library: dbgadget

See Also
IliCallbackManager

© Copyright 2015, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.