From a8609189954e4708b0aec010e336a9994aee3a44 Mon Sep 17 00:00:00 2001 From: galmes Date: Fri, 23 Jan 2004 18:52:59 +0000 Subject: Ajout des tests des classes message_asservissement_get_info et message_asservissement_info --- i/siroco/src/interface_deplacement.h | 38 ++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 i/siroco/src/interface_deplacement.h (limited to 'i/siroco/src/interface_deplacement.h') diff --git a/i/siroco/src/interface_deplacement.h b/i/siroco/src/interface_deplacement.h new file mode 100644 index 0000000..274b5e3 --- /dev/null +++ b/i/siroco/src/interface_deplacement.h @@ -0,0 +1,38 @@ +#ifndef interface_deplacement_h +#define interface_deplacement_h +// interface_deplacement.h +// {{{ +// +// Copyright (C) 2003 Nicolas Schodet et Pierre-André Galmes +// +// Robot APB Team/Efrei 2004. +// Web: http://assos.efrei.fr/robot/ +// Email: robot AT efrei DOT fr +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// +// }}} +#include "interface_widget.h" + +class InterfaceDeplacement : public InterfaceWidget +{ + public: + // Destructeur. + ~InterfaceDeplacement (void); + // Récupère le widget qui correspond à cet InterfaceWidget. + Gtk::Widget &getGtkWidget (void); +}; + +#endif // interface_deplacement_h -- cgit v1.2.3