| clear() | X11Display |  [virtual] | 
  | draw_circle(float x, float y, float r, Color color) | X11Display |  [virtual] | 
  | GraphicContext::draw_circle(const Vector2d &pos, float radius, Color color) | GraphicContext |  [inline] | 
  | draw_circles(std::vector< Circle > &circles, Color color) | X11Display |  [virtual] | 
  | draw_fill_circle(float x, float y, float r, Color color) | X11Display |  [virtual] | 
  | GraphicContext::draw_fill_circle(const Vector2d &pos, float radius, Color color) | GraphicContext |  [inline] | 
  | draw_fill_rect(float x1, float y1, float x2, float y2, Color color) | X11Display |  [virtual] | 
  | GraphicContext::draw_fill_rect(const Vector2d &pos1, const Vector2d &pos2, Color color) | GraphicContext |  [inline] | 
  | draw_line(float x1, float y1, float x2, float y2, Color color, int wide=0) | X11Display |  [virtual] | 
  | GraphicContext::draw_line(const Vector2d &pos1, const Vector2d &pos2, Color color, int wide=0) | GraphicContext |  [inline] | 
  | draw_lines(std::vector< Line > &lines, Color color, int wide=0) | X11Display |  [virtual] | 
  | draw_rect(float x1, float y1, float x2, float y2, Color color) | X11Display |  [virtual] | 
  | GraphicContext::draw_rect(const Vector2d &pos1, const Vector2d &pos2, Color color) | GraphicContext |  [inline] | 
  | draw_string(float x, float y, const std::string &str, Color color) | X11Display |  [virtual] | 
  | GraphicContext::draw_string(const Vector2d &pos, const std::string &str, Color color=Color(0xFFFFFFFF)) | GraphicContext |  [inline] | 
  | draw_string_centered(float x, float y, const std::string &str, Color color) | X11Display |  [virtual] | 
  | events | InputContext |  [protected] | 
  | flip() | X11Display |  [virtual] | 
  | flip(int x1, int y1, int x2, int y2) | X11Display |  [virtual] | 
  | get_color_value(Color &color) | X11Display |  | 
  | get_event(Event *event) | InputContext |  | 
  | get_height() | X11Display |  [inline, virtual] | 
  | get_key(int key) | X11Display |  [virtual] | 
  | get_mouse_pos() | InputContext |  [inline] | 
  | get_mouse_x() | X11Display |  [virtual] | 
  | get_mouse_y() | X11Display |  [virtual] | 
  | get_width() | X11Display |  [inline, virtual] | 
  | InputContext() | InputContext |  [inline] | 
  | real_flip() | X11Display |  [virtual] | 
  | restore_mode() | X11Display |  | 
  | run() | X11Display |  | 
  | set_clip_rect(int x1_, int y1_, int x2_, int y2_) | X11Display |  [virtual] | 
  | set_fullscreen(bool fullscreen) | X11Display |  | 
  | wait_for_events() | X11Display |  | 
  | wait_for_events_blocking() | X11Display |  | 
  | X11Display(int w, int h, bool fullscreen_) | X11Display |  | 
  | ~InputContext() | InputContext |  [inline, virtual] | 
  | ~X11Display() | X11Display |  [virtual] |