fw4spl
fwToolBar.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #ifndef __FWGUI_CONTAINER_FWTOOLBAR_HPP__
8 #define __FWGUI_CONTAINER_FWTOOLBAR_HPP__
9 
10 #include "fwGui/GuiBaseObject.hpp"
11 #include "fwGui/config.hpp"
12 
13 namespace fwGui
14 {
15 namespace container
16 {
24 class FWGUI_CLASS_API fwToolBar : public ::fwGui::GuiBaseObject
25 {
26 
27 public:
28 
30 
31  FWGUI_API virtual void clean() = 0;
32  FWGUI_API virtual void destroyContainer() = 0;
33 
34 };
35 } // namespace container
36 } // namespace fwGui
37 
38 #endif /*__FWGUI_CONTAINER_FWTOOLBAR_HPP__*/
39 
40 
#define fwCoreNonInstanciableClassDefinitionsMacro(_classinfo_)
Generate common code for Non Instanciable classes (Interfaces, Abstract classes, ...)
The namespace fwGui contains the base interface for IHM services.
Definition: SJobBar.hpp:23
Defines the tool bar for IHM.
Definition: fwToolBar.hpp:24
Base class for all fwGui's classes.