fw4spl
IMultiSelectorDialog.cpp
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 
8 #include "fwGui/dialog/IMultiSelectorDialog.hpp"
9 
10 namespace fwGui
11 {
12 namespace dialog
13 {
14 
15 const IMultiSelectorDialog::FactoryRegistryKeyType IMultiSelectorDialog::REGISTRY_KEY =
16  "::fwGui::dialog::MultiSelectorDialog";
17 
19 {
20 }
21 
23 {
24 }
25 
26 } // namespace dialog
27 } // namespace fwGui
28 
29 
The namespace fwGui contains the base interface for IHM services.
Definition: SJobBar.hpp:23
virtual FWGUI_API ~IMultiSelectorDialog()
Destructor. Do nothing.
FWGUI_API IMultiSelectorDialog()
Constructor builds a selector proposing a string list.
static FWGUI_API const FactoryRegistryKeyType REGISTRY_KEY
this unique key should be used for all factory for specific Selector(qt,wx,...)