Simple Graphics Library
0.9.5
SGL API
|
This is the complete list of members for sgl::OGLWindow, including all inherited members.
clear() | sgl::Window | virtual |
draw_axes(double x_inc, double y_inc) const | sgl::Window | virtual |
get_cursor() | sgl::Window | virtual |
get_height() const | sgl::Window | virtual |
get_key_modifiers() const | sgl::Window | |
get_max_x() const | sgl::Window | virtual |
get_max_y() const | sgl::Window | virtual |
get_min_x() const | sgl::Window | virtual |
get_min_y() const | sgl::Window | virtual |
get_width() const | sgl::Window | virtual |
get_x() const | sgl::Window | virtual |
get_y() const | sgl::Window | virtual |
initialize(const std::string &title, int left, int top, int width, int height, double min_x, double max_x, double min_y, double max_y) | sgl::Window | protected |
key_mods | sgl::Window | protected |
key_pressed(int k, double x, double y) | sgl::Window | virtual |
max_x | sgl::Window | protected |
max_y | sgl::Window | protected |
min_x | sgl::Window | protected |
min_y | sgl::Window | protected |
mouse_dragged(double x, double y) | sgl::Window | virtual |
mouse_entered() | sgl::Window | virtual |
mouse_exited() | sgl::Window | virtual |
mouse_moved(double x, double y) | sgl::Window | virtual |
mouse_pressed(double x, double y, MouseButton button) | sgl::Window | virtual |
mouse_released(double x, double y, MouseButton button) | sgl::Window | virtual |
normal_cursor | sgl::Window | protected |
OGLWindow(const std::string &title, int left, int top, int width, int height) | sgl::OGLWindow | |
OGLWindow(const std::string &title) | sgl::OGLWindow | |
paint()=0 | sgl::Window | pure virtual |
paint_all() | sgl::Window | virtual |
postpaint() override | sgl::OGLWindow | virtual |
prepaint() override | sgl::OGLWindow | virtual |
repaint() | sgl::Window | virtual |
resized(int w, int h) | sgl::Window | virtual |
run() (defined in sgl::Window) | sgl::Window | virtual |
set_background_color(const Color &color) | sgl::Window | virtual |
set_cursor(CursorShape cursor) | sgl::Window | virtual |
set_key_modifiers(KeyModifier mod) | sgl::Window | |
set_position(int x, int y) | sgl::Window | virtual |
set_size(int width, int height) | sgl::Window | virtual |
set_title(const std::string &str) | sgl::Window | virtual |
set_viewport(double left, double right, double bottom, double top) | sgl::Window | virtual |
set_visible(bool visible) | sgl::Window | virtual |
set_window_size(int w, int h) | sgl::Window | virtual |
start_timer(int msec) | sgl::Window | virtual |
timer_expired() | sgl::Window | virtual |
Window(const std::string &title, int left, int top, int width, int height, double min_x, double max_x, double min_y, double max_y) | sgl::Window | |
Window(const std::string &title, int width, int height) | sgl::Window | |
Window(const std::string &title, double min_x, double max_x, double min_y, double max_y) | sgl::Window | |
Window() | sgl::Window | |
~OGLWindow() | sgl::OGLWindow | |
~Window() | sgl::Window | virtual |