This is the complete list of members for sdl::window, including all inherited members.
| center() | sdl::window | |
| fill(uint8_t r, uint8_t g, uint8_t b, uint8_t a=0) | sdl::window | |
| full_screen() | sdl::window | |
| get_display_index() | sdl::window | |
| get_flags() | sdl::window | |
| get_logical_size() const | sdl::window | |
| get_logical_size(int &w, int &h) const | sdl::window | |
| get_output_size() | sdl::window | |
| get_size() | sdl::window | |
| maximize() | sdl::window | |
| operator SDL_Renderer *() | sdl::window | |
| operator SDL_Window *() | sdl::window | |
| operator=(const window &)=delete | sdl::window | |
| pixel_format() | sdl::window | |
| pixel_format_ | sdl::window | private |
| render() | sdl::window | |
| restore() | sdl::window | |
| set_icon(const surface &icon) | sdl::window | |
| set_logical_size(int w, int h) | sdl::window | |
| set_logical_size(const point &p) | sdl::window | |
| set_minimum_size(int min_w, int min_h) | sdl::window | |
| set_size(const int w, const int h) | sdl::window | |
| set_title(const std::string &title) | sdl::window | |
| to_window() | sdl::window | |
| window(const window &)=delete | sdl::window | |
| window(const std::string &title, const int x, const int y, const int w, const int h, const uint32_t window_flags, const uint32_t render_flags) | sdl::window | |
| window_ | sdl::window | private |
| ~window() | sdl::window | |