Hi everybody,
I just experienced the same problem as Nil, also had to work around
current limitations using IDataStorageService and grabbing a
ctkPluginContext from some plugin (a plugin was not my intention). I
think that Nil's suggestion would be a quick and cheap solution. More
changes / c
st regards,
Stefan
*From:*Nil Goyette [mailto:[email protected]]
*Sent:* Freitag, 1. April 2016 17:38
*To:* [email protected]
<mailto:[email protected]>
*Subject:* [mitk-users] SetDataStorage in QmitkDataManagerView.cpp
Hi MITK,
I was creating a context m
Goyette ; [email protected]
Betreff: Re: [mitk-users] SetDataStorage in QmitkDataManagerView.cpp
Hi Nil,
as far as I know, the context menu entries of the Data Manager were never fully
implemented in BlueBerry. Well, to be honest, they might have been implemented
since the last
[mailto:[email protected]]
Sent: Freitag, 1. April 2016 17:38
To: [email protected]
Subject: [mitk-users] SetDataStorage in QmitkDataManagerView.cpp
Hi MITK,
I was creating a context menu action and I saw that SetDataStorage was never
called. I found in QmitkDataManagerView.cpp this
Hi MITK,
I was creating a context menu action and I saw that SetDataStorage was
never called. I found in QmitkDataManagerView.cpp this snippet:
if(className == "QmitkCreatePolygonModelAction")
{
contextMenuAction->*SetDataStorage*(this->GetDataStorage());
if(smoothed == "false")
{
con