Dear mitk-users, to make the names of methods more intuitive, following methods in the mitk::IRenderWindowPart class were renamed
QmitkRenderWindow* GetActiveRenderWindow() --> QmitkRenderWindow* GetActiveQmitkRenderWindow() QmitkRenderWindow* GetRenderWindow(const QString& id) --> QmitkRenderWindow* GetQmitkRenderWindow(const QString& id) QHash<QString,QmitkRenderWindow*> GetRenderWindows() --> QHash<QString,QmitkRenderWindow*> GetQmitkRenderWindows() The 'old' methods remained in the API but were marked as deprecated and will be removed completely in near future. For those of you who use MITK as a base for own project, it is necessary to rename the mentioned methods also in your own render window editor, since the methods are declared as pure virtual in the IRenderWindowPart base class. As illustration you can take a look on the MITK-ProjectTemplate and the changes in AwesomeRenderWindowEditor https://github.com/MITK/MITK-ProjectTemplate/commit/72e93a5df78efe7fd1a3450312847cc8698dc135 Regards, Jan ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
