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.2.1 include/reflex/ruby/image_view.h
reflexion-0.2 include/reflex/ruby/image_view.h
reflexion-0.1.57 include/reflex/ruby/image_view.h
reflexion-0.1.56 include/reflex/ruby/image_view.h
reflexion-0.1.55 include/reflex/ruby/image_view.h
reflexion-0.1.54 include/reflex/ruby/image_view.h
reflexion-0.1.53 include/reflex/ruby/image_view.h
reflexion-0.1.52 include/reflex/ruby/image_view.h
reflexion-0.1.51 include/reflex/ruby/image_view.h
reflexion-0.1.50 include/reflex/ruby/image_view.h
reflexion-0.1.49 include/reflex/ruby/image_view.h
reflexion-0.1.48 include/reflex/ruby/image_view.h
reflexion-0.1.47 include/reflex/ruby/image_view.h
reflexion-0.1.46 include/reflex/ruby/image_view.h
reflexion-0.1.45 include/reflex/ruby/image_view.h
reflexion-0.1.44 include/reflex/ruby/image_view.h
reflexion-0.1.43 include/reflex/ruby/image_view.h
reflexion-0.1.42 include/reflex/ruby/image_view.h
reflexion-0.1.41 include/reflex/ruby/image_view.h
reflexion-0.1.40 include/reflex/ruby/image_view.h