This is the complete list of members for AlgAudio::Console, including all inherited members.
| Create() | AlgAudio::Console | static |
| AlgAudio::Window::Create(std::string title="AlgAudio", int w=350, int h=300, bool centered=true, bool resizable=true) | AlgAudio::Window | static |
| AlgAudio::Window::Create(Args...args) | AlgAudio::Window | inline |
| GetID() const | AlgAudio::Window | inline |
| GetRenderer() const | AlgAudio::Window | inline |
| GetRoot() const | AlgAudio::Window | inline |
| GetSize() const | AlgAudio::Window | |
| GetWindow() const | AlgAudio::Window | inline |
| Insert(std::shared_ptr< UIWidget > child) | AlgAudio::Window | |
| on_close | AlgAudio::Window | |
| operator=(const Window &)=delete | AlgAudio::Window | |
| ProcessCloseEvent() | AlgAudio::Window | virtual |
| ProcessEnterEvent() | AlgAudio::Window | |
| ProcessKeyboardEvent(KeyData data) | AlgAudio::Window | virtual |
| ProcessLeaveEvent() | AlgAudio::Window | |
| ProcessMotionEvent(Point2D) | AlgAudio::Window | |
| ProcessMouseButtonEvent(bool down, MouseButton button, Point2D) | AlgAudio::Window | |
| ProcessResizeEvent() | AlgAudio::Window | |
| ProcessWheelEvent(MouseButton button) | AlgAudio::Window | |
| Render() | AlgAudio::Window | |
| SetNeedsRedrawing() | AlgAudio::Window | |
| ShowErrorAlert(std::string, std::string) | AlgAudio::Window | inlinevirtual |
| ShowSimpleAlert(std::string, std::string, std::string, AlertType, Color, Color) | AlgAudio::Window | inlinevirtual |
| subscriptions | AlgAudio::SubscriptionsManager | |
| Window(const Window &)=delete | AlgAudio::Window | |
| Window(std::string title, int w, int h, bool centered=true, bool resizable=true) | AlgAudio::Window | protected |
| ~Window() | AlgAudio::Window | |