Graphite  Version 3
An experimental 3D geometry processing program
OGF::RenderArea Member List

This is the complete list of members for OGF::RenderArea, including all inherited members.

__pad0__ (defined in OGF::RenderArea)OGF::RenderArea
__pad1__ (defined in OGF::RenderArea)OGF::RenderArea
__pad2__ (defined in OGF::RenderArea)OGF::RenderArea
add_connection(Connection *connection)OGF::Objectvirtual
button_down(int value)OGF::RenderArea
button_up(int value)OGF::RenderArea
char_callback(unsigned int c) (defined in OGF::RenderArea)OGF::RenderArea
compare(const Object *other) constOGF::Objectvirtual
connect_signal_to_slot(const std::string &signal_name, Object *to, const std::string &slot_name)OGF::Objectvirtual
Counted()GEO::Countedinlineprotected
cursor_pos_callback(double xf, double yf) (defined in OGF::RenderArea)OGF::RenderArea
disable_signals()OGF::Objectinline
disable_slots()OGF::Objectinline
disconnect()OGF::Object
draw_memorized_frame()OGF::RenderArea
drop_callback(int nb, const char **p) (defined in OGF::RenderArea)OGF::RenderArea
dropped_file(const std::string &value)OGF::RenderArea
emit_signal(const std::string &signal_name, const ArgList &args, bool called_from_slot=false)OGF::Objectprotectedvirtual
enable_signals()OGF::Objectinline
enable_slots()OGF::Objectinline
get_background_color_1() constOGF::RenderArea
get_background_color_2() constOGF::RenderArea
get_background_image() constOGF::RenderArea
get_clipping_config() constOGF::RenderAreainline
get_doc() constOGF::Objectvirtual
get_element(index_t i, Any &value) constOGF::Objectvirtual
get_frame_buffer_height() constOGF::RenderAreainline
get_frame_buffer_width() constOGF::RenderAreainline
get_gpu_extensions() constOGF::RenderArea
get_gpu_information() constOGF::RenderArea
get_height() constOGF::RenderAreainline
get_lighting_matrix() constOGF::RenderArea
get_meta_class() constOGF::Objectinline
get_projection_matrix() constOGF::RenderArea
get_property(const std::string &prop_name, std::string &prop_value) constOGF::Objectvirtual
get_property(const std::string &prop_name, Any &prop_value) constOGF::Objectvirtual
get_rendering_context() constOGF::RenderArea
get_signals_enabled() constOGF::Objectinline
get_slots_enabled() constOGF::Objectinline
get_string_id() constOGF::Objectinline
get_viewing_matrix() constOGF::RenderArea
GL_initialize()OGF::RenderAreaprotected
GL_terminate()OGF::RenderAreaprotected
has_method(const std::string &method_name) constOGF::Object
has_property(const std::string &prop_name) constOGF::Object
help() constOGF::Object
id() constOGF::Objectinline
id_to_object(unsigned int id)OGF::Objectinlinestatic
invoke_method(const std::string &method_name, const ArgList &args, Any &ret_val)OGF::Objectvirtual
invoke_method(const std::string &method_name, const ArgList &args)OGF::Objectinline
invoke_method(const std::string &method_name)OGF::Objectinline
is_a(const MetaType *type) constOGF::Objectvirtual
is_shared() constGEO::Countedinline
key_callback(int key, int scancode, int action, int mods) (defined in OGF::RenderArea)OGF::RenderArea
key_down(const std::string &value)OGF::RenderArea
key_up(const std::string &value)OGF::RenderArea
meta_class() constOGF::Objectvirtual
mouse_button_callback(int button, int action, int mods) (defined in OGF::RenderArea)OGF::RenderArea
mouse_down(RenderingContext *rendering_context, const vec2 &point_ndc, const vec2 &point_wc, int button, bool control, bool shift)OGF::RenderArea
mouse_move(RenderingContext *rendering_context, const vec2 &point_ndc, const vec2 &point_wc, const vec2 &delta_ndc, double delta_x_ndc, double delta_y_ndc, const vec2 &delta_wc, int button, bool control, bool shift)OGF::RenderArea
mouse_up(RenderingContext *rendering_context, const vec2 &point_ndc, const vec2 &point_wc, int button, bool control, bool shift)OGF::RenderArea
nb_refs() constGEO::Countedinline
needs_to_redraw() constOGF::RenderAreainline
Object(bool transient=false)OGF::Objectexplicit
ref() constGEO::Countedinline
ref(const Counted *counted)GEO::Countedinlinestatic
remove_connection(Connection *connection)OGF::Objectvirtual
RenderArea(index_t w, index_t h, index_t fb_w, index_t fb_h)OGF::RenderArea
resize(index_t w, index_t h, index_t fb_w, index_t fb_h)OGF::RenderArea
resize_request(RenderingContext *rendering_context, int width, int height)OGF::RenderArea
scroll_callback(double xoffset, double yoffset) (defined in OGF::RenderArea)OGF::RenderArea
search(const std::string &needle, const std::string &path="")OGF::Objectvirtual
set_background_color_1(const Color &value)OGF::RenderArea
set_background_color_2(const Color &value)OGF::RenderArea
set_background_image(const std::string &value)OGF::RenderArea
set_clipping_config(const std::string &clipping_config)OGF::RenderAreainline
set_element(index_t i, const Any &value)OGF::Objectvirtual
set_lighting_matrix(const mat4 &value)OGF::RenderArea
set_meta_class(MetaClass *mclass)OGF::Objectvirtual
set_projection_matrix(const mat4 &value)OGF::RenderArea
set_properties(const ArgList &args)OGF::Object
set_property(const std::string &name, const std::string &value)OGF::Objectvirtual
set_property(const std::string &name, const Any &value)OGF::Objectvirtual
set_signals_enabled(bool value)OGF::Objectinline
set_slots_enabled(bool value)OGF::Objectinline
set_viewing_matrix(const mat4 &value)OGF::RenderArea
snapshot(const std::string &filename, bool make_current=true, bool with_gui=false)OGF::RenderArea
string_id() constOGF::Object
unref() constGEO::Countedinline
unref(const Counted *counted)GEO::Countedinlinestatic
update()OGF::RenderArea
update_background_image_from_data(Memory::pointer ptr, Image::ColorEncoding color_encoding, Image::ComponentEncoding component_encoding, index_t width, index_t height)OGF::RenderArea
update_clipping_config() (defined in OGF::RenderArea)OGF::RenderAreaprotected
update_memorized_frame()OGF::RenderArea
update_view_parameters()OGF::RenderArea
~Counted()GEO::Countedprotectedvirtual
~Object()OGF::Objectvirtual
~RenderArea() overrideOGF::RenderArea