LImageViewerCell::AnimationStartedCallBack

#include "ltwrappr.h"

virtual L_INT LImageViewerCell::AnimationStartedCallBack(hCellWnd, nCellIndex)

HWND hCellWnd;

/* handle to the cell window */

L_INT nCellIndex;

/* index of a cell */

This callback function is fired if the control animation has been started.  This feature is available in version 16 or higher.

Parameter

Description

hCellWnd

A handle to the window that represents the Medical Viewer Cell.

nCellIndex

Index of the cell, which has the animation engine started.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

Required DLLs and Libraries

LTIVW

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LImageViewerCell::EnableAnimationStartedCallBack, LImageViewerCell::AnimationStoppedCallBack, LImageViewerCell::EnableAnimationStoppedCallBack, LImageViewerCell::SetAnimationProperties, LImageViewerCell::GetAnimationProperties, LImageViewerCell::IsCellAnimated, LImageViewerCell::StopAnimation, LImageViewerCell::StartAnimation, LImageViewer::Create, LImageViewer::RemoveCell, LImageViewer::InsertCell, LImageViewer::GetCellCount, LImageViewer::GetCellWindowHandle, LImageViewerCell::SetCellTag, LImageViewerCell::SetCellProperties, LImageViewerCell::GetCellProperties, LImageViewer::RepositionCell, LImageViewer::GetCellPosition, LImageViewerCell::SetCellBitmapList, LImageViewerCell::GetCellBitmapList, LImageViewer::GetCellBounds, LImageViewerCell::SelectCell, LImageViewerCell::IsCellSelected, LImageViewerCell::IsCellFrozen, Class Members

Topics:

Image Viewer Functions: Implementing Animation

 

Implementing Animation

 

Image Viewer Functions: Callbacks

Example

For an example, refer to LImageViewerCell::EnableAnimationStartedCallBack.