fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
FuncSlot.cpp
1
/* ***** BEGIN LICENSE BLOCK *****
2
* FW4SPL - Copyright (C) IRCAD, 2004-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
#include <fwGuiQt/util/FuncSlot.hpp>
8
9
namespace
fwGuiQt
10
{
11
12
namespace
util
13
{
14
15
void
doNothing()
16
{
17
}
18
19
FuncSlot::FuncSlot() : m_func( doNothing )
20
{
21
}
22
23
void
FuncSlot::trigger()
24
{
25
m_func();
26
}
27
28
}
// namespace util
29
30
}
// namespace fwGuiQt
31
fwGuiQt
The namespace fwGuiQt contains classes which provide the implementation of the Gui using Qt library...
Definition:
WindowLevel.hpp:32
SrcLib
core
fwGuiQt
src
fwGuiQt
util
FuncSlot.cpp
Generated on Wed Sep 5 2018 12:47:40 for fw4spl by
1.8.11