|
Ingen
0.5.1
|
#include <MessagesWindow.hpp>
Inheritance diagram for Ingen::GUI::MessagesWindow:
Collaboration diagram for Ingen::GUI::MessagesWindow:Public Member Functions | |
| MessagesWindow (BaseObjectType *cobject, const Glib::RefPtr< Gtk::Builder > &xml) | |
| void | init_window (App &app) |
| int | log (LV2_URID type, const char *fmt, va_list args) |
| void | flush () |
| void | post_error (const std::string &str) |
Public Member Functions inherited from Ingen::GUI::Window | |
| Window (BaseObjectType *cobject) | |
| bool | on_key_press_event (GdkEventKey *event) |
Additional Inherited Members | |
Static Public Member Functions inherited from Ingen::GUI::Window | |
| static bool | key_press_handler (Gtk::Window *win, GdkEventKey *event) |
Public Attributes inherited from Ingen::GUI::Window | |
| App * | _app |
Messages Window.
Loaded from XML as a derived object. This is shown when errors occur (e.g. during graph loading).
1.8.12