]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
Contribution from KALLISTO:
authorsan <san@opencascade.com>
Mon, 25 Oct 2010 08:26:23 +0000 (08:26 +0000)
committersan <san@opencascade.com>
Mon, 25 Oct 2010 08:26:23 +0000 (08:26 +0000)
commitb3e08ccf4438969f668509d915801711981a8f5d
tree478eb573c3b2d9025d95816da5969af9f121f002
parent8b6190eec517f8c30e0a7a5384aed8a45b80df06
Contribution from KALLISTO:
Virtual initialize() method added to application classes in order to enable customization of base app behavior in derived classes.
Example: access from modules auto-loaded by CAM_Application to standard GUI actions created by STD_Application.
It is no longer necessary to redefine start() method, redefining initialize() is a prefereed way to customize application start-up.
src/CAM/CAM_Application.cxx
src/CAM/CAM_Application.h
src/STD/STD_Application.cxx
src/STD/STD_Application.h
src/SUIT/SUIT_Application.cxx
src/SUIT/SUIT_Application.h