Hi John,
The level window widget does not have signals. However, from the widget you can get an instance of a mitk::LevelWindowManager . The LevelWindowManager derives from itk::Object and you can register an observer to the itk::ModifiedEvent to it. You will then get notified when the level window changes and you can cast the first parameter of your callback function to mitk::LevelWindowMangager and get the level window values with GetLevelWindow(). If you need more detailed instructions, look at the ITK doxygen documentation (itk::Object, itk::EventObject, itk::Command) or ask at the mailing list. Regards, Sascha Von: John Mothe [mailto:[email protected]] Gesendet: Sonntag, 28. Juni 2009 19:31 An: [email protected] Betreff: [mitk-users] Level window widget has signals? Hi, Has the level window widget signals ? I want to connect the constrast change event to my own widget , it´s posible? Thanks,
------------------------------------------------------------------------------
_______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
