mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
77
samples/java/inc/CASCADEView3d.hxx
Executable file
77
samples/java/inc/CASCADEView3d.hxx
Executable file
@@ -0,0 +1,77 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class CASCADEView3d */
|
||||
|
||||
#ifndef _Included_CASCADEView3d
|
||||
#define _Included_CASCADEView3d
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/* Inaccessible static: LOCK */
|
||||
/* Inaccessible static: dbg */
|
||||
/* Inaccessible static: isInc */
|
||||
/* Inaccessible static: incRate */
|
||||
#undef CASCADEView3d_TOP_ALIGNMENT
|
||||
#define CASCADEView3d_TOP_ALIGNMENT 0.0f
|
||||
#undef CASCADEView3d_CENTER_ALIGNMENT
|
||||
#define CASCADEView3d_CENTER_ALIGNMENT 0.5f
|
||||
#undef CASCADEView3d_BOTTOM_ALIGNMENT
|
||||
#define CASCADEView3d_BOTTOM_ALIGNMENT 1.0f
|
||||
#undef CASCADEView3d_LEFT_ALIGNMENT
|
||||
#define CASCADEView3d_LEFT_ALIGNMENT 0.0f
|
||||
#undef CASCADEView3d_RIGHT_ALIGNMENT
|
||||
#define CASCADEView3d_RIGHT_ALIGNMENT 1.0f
|
||||
#undef CASCADEView3d_serialVersionUID
|
||||
#define CASCADEView3d_serialVersionUID -7644114512714619750LL
|
||||
/* Inaccessible static: metrics */
|
||||
/* Inaccessible static: class_00024java_00024awt_00024Component */
|
||||
/* Inaccessible static: class_00024java_00024awt_00024event_00024ComponentListener */
|
||||
/* Inaccessible static: class_00024java_00024awt_00024event_00024FocusListener */
|
||||
/* Inaccessible static: class_00024java_00024awt_00024event_00024HierarchyListener */
|
||||
/* Inaccessible static: class_00024java_00024awt_00024event_00024HierarchyBoundsListener */
|
||||
/* Inaccessible static: class_00024java_00024awt_00024event_00024KeyListener */
|
||||
/* Inaccessible static: class_00024java_00024awt_00024event_00024MouseListener */
|
||||
/* Inaccessible static: class_00024java_00024awt_00024event_00024MouseMotionListener */
|
||||
/* Inaccessible static: class_00024java_00024awt_00024event_00024InputMethodListener */
|
||||
/* Inaccessible static: nameCounter */
|
||||
#undef CASCADEView3d_serialVersionUID
|
||||
#define CASCADEView3d_serialVersionUID -2284879212465893870LL
|
||||
/* Inaccessible static: resGui */
|
||||
/* Inaccessible static: AppRes */
|
||||
#undef CASCADEView3d_NOTHING
|
||||
#define CASCADEView3d_NOTHING 0L
|
||||
#undef CASCADEView3d_WINDOWFIT
|
||||
#define CASCADEView3d_WINDOWFIT 1L
|
||||
#undef CASCADEView3d_ZOOMVIEW
|
||||
#define CASCADEView3d_ZOOMVIEW 2L
|
||||
#undef CASCADEView3d_PANVIEW
|
||||
#define CASCADEView3d_PANVIEW 3L
|
||||
#undef CASCADEView3d_MAGNIFY
|
||||
#define CASCADEView3d_MAGNIFY 4L
|
||||
#undef CASCADEView3d_PANGLOBAL
|
||||
#define CASCADEView3d_PANGLOBAL 5L
|
||||
#undef CASCADEView3d_ROTATE
|
||||
#define CASCADEView3d_ROTATE 6L
|
||||
/* Inaccessible static: defCursor */
|
||||
/* Inaccessible static: handCursor */
|
||||
#undef CASCADEView3d_OS_UNKNOWN
|
||||
#define CASCADEView3d_OS_UNKNOWN 0L
|
||||
#undef CASCADEView3d_OS_WINDOWS
|
||||
#define CASCADEView3d_OS_WINDOWS 1L
|
||||
#undef CASCADEView3d_OS_X11
|
||||
#define CASCADEView3d_OS_X11 2L
|
||||
/* Inaccessible static: osType */
|
||||
/* Inaccessible static: theGraphicsConfiguration */
|
||||
|
||||
/*
|
||||
* Class: CASCADEView3d
|
||||
* Method: paint
|
||||
* Signature: (Ljava/awt/Graphics;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_CASCADEView3d_paint
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
Reference in New Issue
Block a user