Sha256: ee6f63919d1a88be8ae11fd4e599ff243a58e6dec52c9703272f7897befd8136

Contents?: true

Size: 1.4 KB

Versions: 12

Compression:

Stored size: 1.4 KB

Contents

#include "defs.h"


void Init_reflex ();

void Init_selector ();
void Init_style ();
void Init_style_length ();
void Init_timer ();
void Init_filter ();

void Init_event ();
void Init_motion_event ();
void Init_update_event ();
void Init_draw_event ();
void Init_frame_event ();
void Init_scroll_event ();
void Init_focus_event ();
void Init_key_event ();
void Init_pointer ();
void Init_pointer_event ();
void Init_wheel_event ();
void Init_capture_event ();
void Init_timer_event ();
void Init_contact_event ();

void Init_shape ();
void Init_polygon_shape ();
void Init_line_shape ();
void Init_rect_shape ();
void Init_ellipse_shape ();

void Init_application ();
void Init_window ();
void Init_view ();

void Init_image_view ();


extern "C" void
#ifdef COCOAPODS
	Init_reflex_native ()
#else
	Init_native ()
#endif
{
	RUCY_TRY

	Rucy::init();

	Init_reflex();

	Init_selector();
	Init_style();
	Init_style_length();
	Init_timer();
	Init_filter();

	Init_event();
	Init_motion_event();
	Init_update_event();
	Init_draw_event();
	Init_frame_event();
	Init_scroll_event();
	Init_focus_event();
	Init_key_event();
	Init_pointer();
	Init_pointer_event();
	Init_wheel_event();
	Init_capture_event();
	Init_timer_event();
	Init_contact_event();

	Init_shape();
	Init_polygon_shape();
	Init_line_shape();
	Init_rect_shape();
	Init_ellipse_shape();

	Init_application();
	Init_window();
	Init_view();

	Init_image_view();

	RUCY_CATCH
}

Version data entries

12 entries across 6 versions & 1 rubygems

Version Path
reflexion-0.1.28 ext/reflex/native.cpp
reflexion-0.1.28 .doc/ext/reflex/native.cpp
reflexion-0.1.27 .doc/ext/reflex/native.cpp
reflexion-0.1.27 ext/reflex/native.cpp
reflexion-0.1.26 .doc/ext/reflex/native.cpp
reflexion-0.1.26 ext/reflex/native.cpp
reflexion-0.1.25 .doc/ext/reflex/native.cpp
reflexion-0.1.25 ext/reflex/native.cpp
reflexion-0.1.24 ext/reflex/native.cpp
reflexion-0.1.24 .doc/ext/reflex/native.cpp
reflexion-0.1.23 .doc/ext/reflex/native.cpp
reflexion-0.1.23 ext/reflex/native.cpp