Hi Federico, the QmitkStdMultiWidget is an old class, pre-dating the introduction of interfaces in MITK. We introducted mitk::IRenderWindowPart for that purpose, which QmitkStdMultiWidgetEditor implements.
Not every View in MITK is using the mitk::IRenderWindowPart yet to interface with implementations like QmitkStdMultiWidgetEditor, but this is the idea. If you are not satisfied with the available layout choices in QmitkStdMultiWidget, I am afraid you will have to implement your own editor. Best, Sascha On 03/21/2013 03:38 PM, Federico Milano wrote: > Hi. I want to change/customize some simple things about > QmitkStdMultiWidget, for example, the order of the default anatomical > views; I don't want to change its interface, only some of its > behaviours. What's the best way to do this? I was thinking of > rewriting also the QmitkStdMultiWidgetEditor plugin...but I have > noticed that this plugin is exposing directly QmitkStdMultiWidget, > and QmitkStdMultiWidget is not an abstract/interface class. > > I would really appreciate any advise. > > Best regards, > > Federico ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
