Graphite
Version 3
An experimental 3D geometry processing program
|
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::Object | virtual |
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) const | OGF::Object | virtual |
connect_signal_to_slot(const std::string &signal_name, Object *to, const std::string &slot_name) | OGF::Object | virtual |
Counted() | GEO::Counted | inlineprotected |
cursor_pos_callback(double xf, double yf) (defined in OGF::RenderArea) | OGF::RenderArea | |
disable_signals() | OGF::Object | inline |
disable_slots() | OGF::Object | inline |
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::Object | protectedvirtual |
enable_signals() | OGF::Object | inline |
enable_slots() | OGF::Object | inline |
get_background_color_1() const | OGF::RenderArea | |
get_background_color_2() const | OGF::RenderArea | |
get_background_image() const | OGF::RenderArea | |
get_clipping_config() const | OGF::RenderArea | inline |
get_doc() const | OGF::Object | virtual |
get_element(index_t i, Any &value) const | OGF::Object | virtual |
get_frame_buffer_height() const | OGF::RenderArea | inline |
get_frame_buffer_width() const | OGF::RenderArea | inline |
get_gpu_extensions() const | OGF::RenderArea | |
get_gpu_information() const | OGF::RenderArea | |
get_height() const | OGF::RenderArea | inline |
get_lighting_matrix() const | OGF::RenderArea | |
get_meta_class() const | OGF::Object | inline |
get_projection_matrix() const | OGF::RenderArea | |
get_property(const std::string &prop_name, std::string &prop_value) const | OGF::Object | virtual |
get_property(const std::string &prop_name, Any &prop_value) const | OGF::Object | virtual |
get_rendering_context() const | OGF::RenderArea | |
get_signals_enabled() const | OGF::Object | inline |
get_slots_enabled() const | OGF::Object | inline |
get_string_id() const | OGF::Object | inline |
get_viewing_matrix() const | OGF::RenderArea | |
GL_initialize() | OGF::RenderArea | protected |
GL_terminate() | OGF::RenderArea | protected |
has_method(const std::string &method_name) const | OGF::Object | |
has_property(const std::string &prop_name) const | OGF::Object | |
help() const | OGF::Object | |
id() const | OGF::Object | inline |
id_to_object(unsigned int id) | OGF::Object | inlinestatic |
invoke_method(const std::string &method_name, const ArgList &args, Any &ret_val) | OGF::Object | virtual |
invoke_method(const std::string &method_name, const ArgList &args) | OGF::Object | inline |
invoke_method(const std::string &method_name) | OGF::Object | inline |
is_a(const MetaType *type) const | OGF::Object | virtual |
is_shared() const | GEO::Counted | inline |
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() const | OGF::Object | virtual |
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() const | GEO::Counted | inline |
needs_to_redraw() const | OGF::RenderArea | inline |
Object(bool transient=false) | OGF::Object | explicit |
ref() const | GEO::Counted | inline |
ref(const Counted *counted) | GEO::Counted | inlinestatic |
remove_connection(Connection *connection) | OGF::Object | virtual |
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::Object | virtual |
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::RenderArea | inline |
set_element(index_t i, const Any &value) | OGF::Object | virtual |
set_lighting_matrix(const mat4 &value) | OGF::RenderArea | |
set_meta_class(MetaClass *mclass) | OGF::Object | virtual |
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::Object | virtual |
set_property(const std::string &name, const Any &value) | OGF::Object | virtual |
set_signals_enabled(bool value) | OGF::Object | inline |
set_slots_enabled(bool value) | OGF::Object | inline |
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() const | OGF::Object | |
unref() const | GEO::Counted | inline |
unref(const Counted *counted) | GEO::Counted | inlinestatic |
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::RenderArea | protected |
update_memorized_frame() | OGF::RenderArea | |
update_view_parameters() | OGF::RenderArea | |
~Counted() | GEO::Counted | protectedvirtual |
~Object() | OGF::Object | virtual |
~RenderArea() override | OGF::RenderArea |