This is the complete list of members for sgl::CompositeObject, including all inherited members.
| add(Args &&... args) | sgl::CompositeObject | inline |
| bottom | sgl::GraphicalObject | protected |
| CompositeObject() | sgl::CompositeObject | |
| cursor | sgl::GraphicalObject | protected |
| get_bottom() const | sgl::GraphicalObject | virtual |
| get_cursor() | sgl::GraphicalObject | virtual |
| get_height() const | sgl::GraphicalObject | virtual |
| get_left() const | sgl::GraphicalObject | virtual |
| get_width() const | sgl::GraphicalObject | virtual |
| get_window() const | sgl::GraphicalObject | virtual |
| GraphicalObject(double left, double bottom, double width, double height) | sgl::GraphicalObject | |
| GraphicalObject(const GraphicalObject &other) | sgl::GraphicalObject | |
| height | sgl::GraphicalObject | protected |
| hit(double x, double y) | sgl::GraphicalObject | virtual |
| id | sgl::GraphicalObject | |
| internal_add(GraphicalObject *obj) | sgl::CompositeObject | |
| key_pressed(int k, double x, double y) | sgl::GraphicalObject | virtual |
| left | sgl::GraphicalObject | protected |
| mouse_dragged(double x, double y) | sgl::GraphicalObject | virtual |
| mouse_moved(double x, double y) | sgl::GraphicalObject | virtual |
| mouse_over | sgl::GraphicalObject | protected |
| mouse_pressed(double x, double y, MouseButton button) | sgl::GraphicalObject | virtual |
| mouse_released(double x, double y, MouseButton button) | sgl::GraphicalObject | virtual |
| move_to(double x, double y) override | sgl::CompositeObject | virtual |
| objects | sgl::CompositeObject | protected |
| operator=(const GraphicalObject &other) | sgl::GraphicalObject | |
| paint() const override | sgl::CompositeObject | virtual |
| set(double x, double y, double width, double height) | sgl::GraphicalObject | virtual |
| set_cursor(CursorShape cursor) | sgl::GraphicalObject | virtual |
| set_mouse_over(bool flag) | sgl::GraphicalObject | virtual |
| set_window(ObjectWindow *win) | sgl::GraphicalObject | virtual |
| width | sgl::GraphicalObject | protected |
| window | sgl::GraphicalObject | protected |
| x_hit_offset | sgl::GraphicalObject | protected |
| y_hit_offset | sgl::GraphicalObject | protected |
| ~CompositeObject() (defined in sgl::CompositeObject) | sgl::CompositeObject | |
| ~GraphicalObject() | sgl::GraphicalObject | virtual |