7 #ifndef __UIIO_ACTION_SFOLDERSELECTOR_HPP__ 8 #define __UIIO_ACTION_SFOLDERSELECTOR_HPP__ 10 #include "uiIO/config.hpp" 12 #include <fwGui/IActionSrv.hpp> 14 #include <boost/filesystem/path.hpp> 47 static const ::
fwCom::Signals::SignalKeyType s_FOLDER_SELECTED_SIG;
56 UIIO_API
void configuring() override;
59 UIIO_API
void starting() override;
62 UIIO_API
void updating() override;
65 UIIO_API
void stopping() override;
70 std::
string m_dialogTitle;
76 #endif // __UIIO_ACTION_SFOLDERSELECTOR_HPP__
Raise a pop-up dialog to select a directory, then send it via a signal.
Namespace containing fw4spl communication tools.
Defines the service interface managing the menu items.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
The namespace uiIO contains a simple service to manipulate IO with IHM..