Sha256: 6b13b7664ab3614488f74a3db042dfe9081bca5543e2ad514b8b5dc1628ef046

Contents?: true

Size: 472 Bytes

Versions: 27

Compression:

Stored size: 472 Bytes

Contents

// -*- c++ -*-
#pragma once
#ifndef __REFLEX_RUBY_IMAGE_VIEW_H__
#define __REFLEX_RUBY_IMAGE_VIEW_H__


#include <reflex/image_view.h>
#include <reflex/ruby/view.h>


RUCY_DECLARE_WRAPPER_VALUE_FROM_TO(Reflex::ImageView)


namespace Reflex
{


	Rucy::Class image_view_class ();
	// class Reflex::ImageView


}// Reflex


namespace Rucy
{


	template <> inline Class
	get_ruby_class<Reflex::ImageView> ()
	{
		return Reflex::image_view_class();
	}


}// Rucy


#endif//EOH

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
reflexion-0.1.39 include/reflex/ruby/image_view.h
reflexion-0.1.38 include/reflex/ruby/image_view.h
reflexion-0.1.37 include/reflex/ruby/image_view.h
reflexion-0.1.36 include/reflex/ruby/image_view.h
reflexion-0.1.35 include/reflex/ruby/image_view.h
reflexion-0.1.34 include/reflex/ruby/image_view.h
reflexion-0.1.33 include/reflex/ruby/image_view.h