Salome HOME
Changed mechanizm of Session::activeApplication(): now it returns an internal field...
authorasv <asv@opencascade.com>
Tue, 14 Jun 2005 12:43:17 +0000 (12:43 +0000)
committerasv <asv@opencascade.com>
Tue, 14 Jun 2005 12:43:17 +0000 (12:43 +0000)
commit140c5a341bb885f62cbc569dbd517610e7c76abc
tree8589be13227bc3f2f0a013b1ecebe2e358b2489f
parent1a96439c555b932faff1630980c19c816238b5ed
Changed mechanizm of Session::activeApplication(): now it returns an internal field of Session, which is initialized in onApplicationActivated() slot.  This new slot is connected to new signal of Application: activated(), which in turn is emitted when SUIT_Desktop throws activated() signal. :)
src/SUIT/SUIT_Application.cxx
src/SUIT/SUIT_Application.h
src/SUIT/SUIT_Session.cxx
src/SUIT/SUIT_Session.h