Re: [mitk-users] SetDataStorage in QmitkDataManagerView.cpp

2016-05-17 Thread Daniel Maleike
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

Re: [mitk-users] SetDataStorage in QmitkDataManagerView.cpp

2016-04-06 Thread Nil Goyette
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

Re: [mitk-users] SetDataStorage in QmitkDataManagerView.cpp

2016-04-04 Thread Müller , Michael
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

Re: [mitk-users] SetDataStorage in QmitkDataManagerView.cpp

2016-04-04 Thread Kislinskiy, Stefan
[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

[mitk-users] SetDataStorage in QmitkDataManagerView.cpp

2016-04-01 Thread Nil Goyette
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