Class: Rabbit::Renderer::Pixmap::GDK

Inherits:
Object
  • Object
show all
Includes:
Base, Engine::GDK, GL
Defined in:
lib/rabbit/renderer/pixmap/gdk.rb

Constant Summary

Constants included from DirtyCount

DirtyCount::TOO_DIRTY

Constants included from GetText

GetText::DOMAIN

Instance Attribute Summary

Attributes included from Base

#adjustment_x, #adjustment_y, #draw_scaled_image, #gl_quaternion, #gl_scale, #graffiti_color, #graffiti_line_width, #margin_bottom, #margin_left, #margin_right, #margin_top, #page_margin_bottom, #page_margin_left, #page_margin_right, #page_margin_top, #paper_height, #paper_width, #progress_background, #progress_foreground, #slides_per_page, #x_dpi, #y_dpi

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Base

#add_gesture_action, #blackouting?, #can_undo_graffiti?, #change_graffiti_color, #clean, #clean_if_dirty, #clear_slide, #clear_theme, #confirm, #connect_key, #create_pango_context, #disconnect_key, #display?, #each_slide_pixbuf, #expand_hole, #font_families, #gl_available?, #graffiti_mode?, #have_graffiti?, #hiding?, #initialize, #narrow_hole, #off_screen_canvas, #post_init_gui, #print, #printable?, #redraw, #reset_adjustment, #search_slide, #searching?, #setup_event, #stop_slide_search, #to_attrs, #toggle_blackout, #toggle_info_window, #toggle_spotlight, #toggle_whiteout, #whiteouting?

Methods included from DirtyCount

#bit_dirty, #dirty, #dirty?, #dirty_count_clean, #very_dirty

Methods included from GetText

N_, _, bindtextdomain, locale=

Methods included from GL

#draw_cone, #draw_cube, #draw_dodecahedron, #draw_icosahedron, #draw_octahedron, #draw_slide, #draw_sphere, #draw_teapot, #draw_tetrahedron, #draw_torus, #gl_call_list, #gl_compile

Methods included from Engine::GDK

#alpha_available?, #background=, #background_image=, #draw_arc, #draw_arc_by_radius, #draw_layout, #draw_line, #draw_lines, #draw_pixbuf, #draw_polygon, #draw_rectangle, #draw_rounded_rectangle, #finish_renderer, #foreground=, #init_renderer, #prepare_renderer

Methods included from Kernel

#draw_background, #draw_circle, #draw_circle_by_radius, #draw_cone, #draw_cube, #draw_dodecahedron, #draw_flag, #draw_flag_layout, #draw_icosahedron, #draw_octahedron, #draw_rectangle_flag, #draw_slide, #draw_sphere, #draw_teapot, #draw_tetrahedron, #draw_torus, #draw_triangle_flag, #flag_size, #gl_call_list, #gl_compile, #make_color, #new_list_id, #poppler_available?, #reflect_context, #restore_context, #rotate_context, #rsvg_available?, #save_context, #scale_context, #shear_context, #translate_context, #z_far, #z_view

Class Method Details

.priorityObject



14
15
16
# File 'lib/rabbit/renderer/pixmap/gdk.rb', line 14

def priority
  0
end

Instance Method Details

#gl_supported?Boolean

force disable GL support because there is a problem: Rendered objects by GL aren’t showed when the objects are rendered after draw_layout(). Why???

Returns:

  • (Boolean)


23
24
25
# File 'lib/rabbit/renderer/pixmap/gdk.rb', line 23

def gl_supported?
  false
end