fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IMenuItemCallback.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_IMENUITEMCALLBACK_HPP__
8
#define __FWGUI_IMENUITEMCALLBACK_HPP__
9
10
#include "fwGui/GuiBaseObject.hpp"
11
#include "fwGui/config.hpp"
12
13
namespace
fwGui
14
{
15
23
class
FWGUI_CLASS_API
IMenuItemCallback
:
public
::fwGui::GuiBaseObject
24
{
25
26
public
:
27
28
fwCoreNonInstanciableClassDefinitionsMacro
( (
IMenuItemCallback
)(::
fwGui::GuiBaseObject
) );
29
33
FWGUI_API
virtual
void
execute() = 0;
34
35
};
36
37
}
// namespace fwGui
38
39
#endif
/*__FWGUI_IMENUITEMCALLBACK_HPP__*/
40
41
fwCoreNonInstanciableClassDefinitionsMacro
#define fwCoreNonInstanciableClassDefinitionsMacro(_classinfo_)
Generate common code for Non Instanciable classes (Interfaces, Abstract classes, ...)
Definition:
core/fwCore/include/fwCore/macros.hpp:511
fwGui::IMenuItemCallback
Defines the menu item callback.
Definition:
IMenuItemCallback.hpp:23
fwGui
The namespace fwGui contains the base interface for IHM services.
Definition:
SJobBar.hpp:23
fwGui::GuiBaseObject
Base class for all fwGui's classes.
Definition:
GuiBaseObject.hpp:22
SrcLib
core
fwGui
include
fwGui
IMenuItemCallback.hpp
Generated on Wed Sep 5 2018 12:47:41 for fw4spl by
1.8.11