|
From: Tapio V. <aa...@us...> - 2011-02-02 15:52:15
|
Module: editor Branch: master Commit: dbb6179810ef66e1a6169de4eedb1b099e2035fe Author: Tapio Vierros <tap...@gm...> Date: Wed Feb 2 17:49:51 2011 +0200 Split big NoteGraphWidget class into two. * NoteLabelManager: NoteLabel and Operation related helper functions * NoteGraphWidget: Event listeners and general stuff --- notegraphwidget.cc | 223 +------------------------------------------------ notegraphwidget.hh | 67 ++++++++++----- notelabelmanager.cc | 232 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 277 insertions(+), 245 deletions(-) |