Rogue Wave Views Data Access Package API Reference Guide |
Rogue Wave Views Documentation Home |
#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 | |
IliCallbackManager & | IliGetCallbackManager () |
This function returns the unique instance of class IliCallbackManager. More... | |
Library: dbgadget
Declarations about callback manager.
IliGlobalGraphicCallback |
This type defines the prototype of functions used as global callbacks for graphic objects.
g | The graphic object that triggered the callback. |
arg | The user-defined argument. |
paramsCount | The number of character strings available in the params parameter. |
params | The parameters transmitted to the global callback. This array contains paramsCount character strings. |
IliCallbackManager& IliGetCallbackManager | ( | ) |
This function returns the unique instance of class IliCallbackManager.
Library: dbgadget
© Copyright 2016, 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.