Views
Foundation Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Typedefs
contain.h File Reference
#include <ilviews/util/accel.h>
#include <ilviews/base/graphic.h>
#include <ilviews/util/drview.h>
#include <ilviews/graphics/objprop.h>
#include <ilviews/contain/IlvContainerLFHandler.h>

Classes

class  IlvContainer
 View container class. More...
 
class  IlvContainerAccelerator
 Container accelerator class. More...
 
class  IlvContainer::IlvViewInputFileFactory
 Factory for customizing the creation of a view input file. More...
 

Typedefs

typedef void(* IlvContainerAction) (IlvContainer *container, IlvEvent &event, IlAny userArg)
 

Detailed Description

Library: views
Declaration of types and classes used by IlvContainer class.

Typedef Documentation

◆ IlvContainerAction

IlvContainerAction

Type for user functions called by container accelerators.

Defines the function type of container accelerator actions. The container accelerator calls the action when an event matching its event description occurs in a container.

Parameters
containerThe container that received the event.
eventThe event triggering the action.
userArgThe user argument hat was set when installing the accelerator.