virtual void on_btn_pause_clicked();
virtual bool on_item_clicked(GdkEventButton *, ViewItem *);
virtual bool on_workplace_expose_event(GdkEventExpose *);
+ virtual bool on_delete_event(GdkEventAny *);
// Callbacks para las conexiones
void on_conexion_finished();
void on_conexion_ok(const std::string &body);
- void on_conexion_error(unsigned code);
+ void on_conexion_fatal_error(const PlaQui::Server::ControlClient::Error& code, const std::string& desc);
+ void on_conexion_error(unsigned code, const std::string& desc);
void on_conexion_frame(const std::string &frame);
};