/* (c) 1999-2000 Tino Schwarze, see COPYING for details */
/**@pkg cObject.cVisibleObject.cInteractiveObject */
/**
 * declarations for all events a cInteractiveObject might listen to
 */

#ifndef events_cInteractiveObject_hh
#define events_cInteractiveObject_hh

extern const string ccIO_SelectObject;
extern const string ccIO_UnSelectObject;
extern const string ccIO_RotateObject;
extern const string ccIO_RotateObjectGlobal;
extern const string ccIO_MoveObject;
extern const string ccIO_MoveObjectGlobal;
extern const string ccIO_ShowObject;
extern const string ccIO_HideObject;
extern const string ccIO_ToggleVisibility;
extern const string ccIO_SetObjectMaterial;

#endif	// ifndef events_cInteractiveObject_hh

