Started implementing a SessionSettings dialog.
commitc14d63ffde249a3dbd788fce95a8163f5cda6712
authorethereal <ethereal.visage@gmail.com>
Sun, 12 Sep 2010 02:37:46 +0000 (11 20:37 -0600)
committerethereal <ethereal.visage@gmail.com>
Sun, 12 Sep 2010 02:37:46 +0000 (11 20:37 -0600)
treeb22ecae4c636a1dde7cd5addc248bf3303427ace
parent5ffefee1e045b2ee612576af6e8c2e9571e9d317
Started implementing a SessionSettings dialog.

Nothing very special, but basically a system to allow the setup of different
aspects of each session, such as its name . . .

Also moved the updateTimer out of SessionDisplay and into its own class.
12 files changed:
visualizer/src/session/LogWrapper.cpp
visualizer/src/session/LogWrapper.h
visualizer/src/session/Session.cpp
visualizer/src/session/Session.h
visualizer/src/session/SessionDisplay.cpp
visualizer/src/session/SessionDisplay.h
visualizer/src/session/SessionHeartbeat.cpp [new file with mode: 0644]
visualizer/src/session/SessionHeartbeat.h [new file with mode: 0644]
visualizer/src/session/SessionIOWrapper.h
visualizer/src/session/SessionSettings.cpp [new file with mode: 0644]
visualizer/src/session/SessionSettings.h [new file with mode: 0644]
visualizer/src/session/TCPWrapper.h