rute 0.0.6

UI library implemented on top of Qt
Documentation
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This file is auto-generated by rute_gen. DO NOT EDIT
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

#include "../rute_base.h"
#include "../rute_manual.h"
#include <QExposeEvent>
#include "expose_event_ffi.h"

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

static struct RURegion expose_event_region(struct RUBase* self_c) {
    QExposeEvent* qt_value = (QExposeEvent*)self_c;
    auto ret_value = qt_value->region();
    WRRegion* new_val = new WRRegion();
    *new_val = ret_value;
    struct RURegion ctl;
    ctl.qt_data = (struct RUBase*)new_val;
    ctl.host_data = (struct RUBase*)s_host_data_lookup[(void*)new_val];
    ctl.all_funcs = &s_region_all_funcs;
    return ctl;
}

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

struct RUExposeEventFuncs s_expose_event_funcs = {
    expose_event_region,
};

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

struct RUExposeEventAllFuncs s_expose_event_all_funcs = {
    &s_event_funcs,
    &s_expose_event_funcs,
};