Sha256: 609fca61237f10033a6bc7ba2159abb5f94d04428df099a0133de587b11b3f9e

Contents?: true

Size: 472 Bytes

Versions: 25

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>


namespace Reflex
{


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


}// Reflex


RUCY_DECLARE_WRAPPER_VALUE_FROM_TO(Reflex::ImageView)


namespace Rucy
{


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


}// Rucy


#endif//EOH

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
reflexion-0.1.32 include/reflex/ruby/image_view.h
reflexion-0.1.31 include/reflex/ruby/image_view.h
reflexion-0.1.30 include/reflex/ruby/image_view.h
reflexion-0.1.29 include/reflex/ruby/image_view.h
reflexion-0.1.28 include/reflex/ruby/image_view.h
reflexion-0.1.27 include/reflex/ruby/image_view.h
reflexion-0.1.26 include/reflex/ruby/image_view.h
reflexion-0.1.25 include/reflex/ruby/image_view.h
reflexion-0.1.24 include/reflex/ruby/image_view.h
reflexion-0.1.23 include/reflex/ruby/image_view.h
reflexion-0.1.22 include/reflex/ruby/image_view.h
reflexion-0.1.21 include/reflex/ruby/image_view.h
reflexion-0.1.20 include/reflex/ruby/image_view.h
reflexion-0.1.19 include/reflex/ruby/image_view.h
reflexion-0.1.17 include/reflex/ruby/image_view.h
reflexion-0.1.16 include/reflex/ruby/image_view.h
reflexion-0.1.15 include/reflex/ruby/image_view.h
reflexion-0.1.14 include/reflex/ruby/image_view.h
reflexion-0.1.13 include/reflex/ruby/image_view.h
reflexion-0.1.12 include/reflex/ruby/image_view.h