#ifndef fooclientwindowhhfoo #define fooclientwindowhhfoo #include #include class ClientWindow; #include "ServerInfoManager.hh" class ClientWindow : public Gtk::Window { public: ClientWindow(BaseObjectType* cobject, const Glib::RefPtr& refGlade); static ClientWindow* create(); Gtk::Label *nameLabel, *protocolLabel, *indexLabel, *ownerModuleLabel; Gtk::Button *closeButton, *toOwnerModuleButton; uint32_t owner_module; void updateInfo(const ClientInfo &i); virtual void onCloseButton(); virtual void onToOwnerModuleButton(); }; #endif