Please keep the conversation on the list. No, I didn’t mean QmitkFunctionality. Replace the word “functionality” with “code” in my last mail.
From: vahid kadivarkadivar [mailto:[email protected]] Sent: Montag, 24. August 2015 12:05 To: Kislinskiy, Stefan Subject: Re: [mitk-users] usage of mitk plugin Thanks Stefan for your guide , do you mean about functionality is QmitkFunctionality Class Reference for example : class REGISTRATION_EXPORT QmitkDeformableRegistrationView : public QmitkFunctionality move this to a module what's mean I should what module located instead of QmitkFunctionality can you explain more clearly Thanks about your help Thanks On Mon, Aug 24, 2015 at 1:38 PM, Kislinskiy, Stefan <[email protected]<mailto:[email protected]>> wrote: Hi Vahid, Plugins are not meant to be linked into modules due to their concept of dynamic extensibility. If you have functionality in a plugin, that you want to make available in modules, you should refactor your code, move this functionality to a module, and let the plugin(s) and other module(s) depend on that module instead. Stefan From: vahid kadivarkadivar [mailto:[email protected]<mailto:[email protected]>] Sent: Montag, 24. August 2015 06:53 To: [email protected]<mailto:[email protected]> Subject: [mitk-users] usage of mitk plugin HI, Is there any way to use mitk plugin as a lib in the source with out any dependency to blue berry framework . For example plugin as a module as MitkPlugin name follow bellow: ${CMAKE_PROJECT_NAME} DEPENDS MitkQtWidgetsExt MitkPlugin The best regards
------------------------------------------------------------------------------
_______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
