|
fw4spl
|
Activity information sent by signal to launch new activities in a tab. More...
#include <ActivityMsg.hpp>
Public Types | |
| typedef ::fwActivities::registry::ActivityAppConfig::ActivityAppConfigParamsType | ParametersType |
| typedef std::map< std::string, std::string > | ReplaceMapType |
Public Member Functions | |
| FWACTIVITIES_API | ActivityMsg (const ::fwMedData::ActivitySeries::sptr &series, const ::fwActivities::registry::ActivityInfo &info, const ParametersType ¶meters) |
| bool | isClosable () const |
| Return if the activity can be closed. | |
| const std::string & | getTitle () const |
| Return activity title. | |
| const std::string & | getTabID () const |
| Return tab identifier. | |
| const std::string & | getAppConfigID () const |
| Return appConfig identifier. | |
| const std::string & | getTabInfo () const |
| Return tab information. | |
| const std::string & | getIconPath () const |
| Return activity icon path. | |
| const std::string & | getToolTip () const |
| Return tooltip. | |
| const ::fwMedData::ActivitySeries::sptr & | getActivitySeries () const |
| Return activity series. | |
| const ReplaceMapType & | getReplaceMap () const |
| Return the map of the string association to replace in config. | |
Activity information sent by signal to launch new activities in a tab.
Definition at line 25 of file ActivityMsg.hpp.