From 7917d45ea18841af651e40f64b0b205e66c4b5de Mon Sep 17 00:00:00 2001 From: Joseph Mirabel <jmirabel@laas.fr> Date: Mon, 12 Feb 2018 16:33:05 +0100 Subject: [PATCH] Update doc. --- include/gepetto/gui/pythonwidget.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/include/gepetto/gui/pythonwidget.hh b/include/gepetto/gui/pythonwidget.hh index 1adafa3..ef9d40e 100644 --- a/include/gepetto/gui/pythonwidget.hh +++ b/include/gepetto/gui/pythonwidget.hh @@ -55,6 +55,7 @@ namespace gepetto { /// The following method will be automatically connected to Qt signals: /// \li \c Plugin.osgWidget when a new OSGWidget is created (MainWindow::viewCreated(OSGWidget*)). /// \li \c Plugin.resetConnection triggered when CORBA connection should be reset. **This is mandatory is you have a CORBA Client** + /// \li \c Plugin.refreshInterface triggered when users request to refresh the interface. /// /// ### Logging information /// -- GitLab