]> git.tdb.fi Git - r2c2.git/commit
Add Dialog class to handle common elements of dialogs
authorMikko Rasa <tdb@tdb.fi>
Sun, 13 Dec 2009 13:55:03 +0000 (13:55 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sun, 13 Dec 2009 13:55:03 +0000 (13:55 +0000)
commite375f8bf215058398795be1010ffec89d0150114
tree2021bd2e60db5afd455d87fe7dbbaa9cbb776e77
parentdcbe77ccf560aae2d10d645a02f6256fc0caf6f3
Add Dialog class to handle common elements of dialogs
Implement TrainProperties in terms of Dialog
Delete dialogs automatically
Implement the edit button in TrainPanel
source/engineer/dialog.cpp [new file with mode: 0644]
source/engineer/dialog.h [new file with mode: 0644]
source/engineer/engineer.cpp
source/engineer/engineer.h
source/engineer/mainpanel.cpp
source/engineer/trainpanel.cpp
source/engineer/trainpanel.h
source/engineer/trainproperties.cpp
source/engineer/trainproperties.h