Added Controller::setUI.
commitbf46821217fd55cc501f5be15a124a09017daa8f
authorPaolo Capriotti <p.capriotti@gmail.com>
Mon, 17 Sep 2007 21:49:54 +0000 (17 23:49 +0200)
committerPaolo Capriotti <p.capriotti@gmail.com>
Mon, 17 Sep 2007 23:58:53 +0000 (18 01:58 +0200)
treed293be7007550760cdcf7f370d7515f132431e7a
parentdd1f51edd71fededfb39f06c07a4556e63719c1b
Added Controller::setUI.

This method should be called right after controller initialization.
Its purpose is to allow the controller to setup notification towards
the GUI, like ActionState change notification.
src/controllers/abstract.h
src/controllers/editgame.cpp
src/controllers/editgame.h
src/mainwindow.cpp
src/ui.cpp