#include <ilviews/manager/macros.h>
#include <ilviews/util/accel.h>
Classes | |
class | IlvManagerAccelerator |
Manager class. More... | |
class | IlvManagerEventHook |
Manager hook class. More... | |
Typedefs | |
typedef void(* | IlvManagerAcceleratorAction) (IlvManager *manager, IlvView *view, IlvEvent &event, IlAny userArg) |
Library: ilvmgr
Declaration of types and classes used by IlvManager
class.
IlvManagerAcceleratorAction |
Type for user functions called by manager accelerators.
Defines the function type of manager accelerator actions. The manager accelerator calls the action when an event matching its event description occurs in a manager view. The action signature includes the manager, the manager view, the event triggering the action, and the user argument set when installing the accelerator.