Ingen Gtk Application.
More...
#include <App.hpp>
|
void | error_message (const std::string &msg) |
|
void | attach (SPtr< Client::SigClientInterface > client) |
|
void | detach () |
|
void | request_plugins_if_necessary () |
|
void | register_callbacks () |
|
bool | gtk_main_iteration () |
|
void | show_about () |
|
bool | quit (Gtk::Window *dialog_parent) |
| Prompt (if necessary) and quit application (if confirmed). More...
|
|
void | port_activity (Port *port) |
|
void | activity_port_destroyed (Port *port) |
|
bool | can_control (const Client::PortModel *port) const |
|
bool | signal () const |
|
void | enable_signals (bool b) |
|
bool | disable_signals () |
|
void | set_property (const Raul::URI &subject, const Raul::URI &key, const Atom &value) |
|
void | set_tooltip (Gtk::Widget *widget, const LilvNode *node) |
| Set the tooltip for a widget from its RDF documentation. More...
|
|
uint32_t | sample_rate () const |
|
bool | is_plugin () const |
|
void | set_is_plugin (bool b) |
|
ConnectWindow * | connect_window () const |
|
MessagesWindow * | messages_dialog () const |
|
GraphTreeWindow * | graph_tree () const |
|
Style * | style () const |
|
WindowFactory * | window_factory () const |
|
Ingen::Forge & | forge () const |
|
SPtr< Ingen::Interface > | interface () const |
|
SPtr< Client::SigClientInterface > | client () const |
|
SPtr< Client::ClientStore > | store () const |
|
SPtr< ThreadedLoader > | loader () const |
|
SPtr< Serialiser > | serialiser () |
|
void | run () |
|
std::string | status_text () const |
|
Ingen::World * | world () const |
|
Ingen::URIs & | uris () const |
|
Ingen::Log & | log () const |
|
|
sigc::signal< void, const std::string & > | signal_status_text_changed |
|
|
typedef std::map< Port *, bool > | ActivityPorts |
|
|
| App (Ingen::World *world) |
|
bool | animate () |
|
void | response (int32_t id, Ingen::Status status, const std::string &subject) |
|
void | put (const Raul::URI &uri, const Resource::Properties &properties, Resource::Graph ctx) |
|
void | property_change (const Raul::URI &subject, const Raul::URI &key, const Atom &value) |
|
|
static Gtk::Main * | _main = 0 |
|
§ quit()
bool Ingen::GUI::App::quit |
( |
Gtk::Window * |
dialog_parent | ) |
|
§ set_tooltip()
void Ingen::GUI::App::set_tooltip |
( |
Gtk::Widget * |
widget, |
|
|
const LilvNode * |
node |
|
) |
| |
The documentation for this class was generated from the following files: