Mercurial > hg > svgui
comparison view/Overview.h @ 222:cd81066ac7ad
* More useful status bar text -- show the current play time and the extents of
the visible area
* Add update-i18n.sh to update the i18n/ts and qm files -- I can't get qmake
to do the right thing now that the project file has been split up into
several project files
* Fix missing Q_OBJECTs, etc, reported by lupdate
* Update Russian translation from AlexandrE
author | Chris Cannam |
---|---|
date | Wed, 07 Mar 2007 17:07:02 +0000 |
parents | e2baee498ec8 |
children | b9380f679f70 |
comparison
equal
deleted
inserted
replaced
221:9e739f92c0b8 | 222:cd81066ac7ad |
---|---|
43 virtual void modelChanged(size_t startFrame, size_t endFrame); | 43 virtual void modelChanged(size_t startFrame, size_t endFrame); |
44 virtual void modelReplaced(); | 44 virtual void modelReplaced(); |
45 | 45 |
46 virtual void globalCentreFrameChanged(unsigned long); | 46 virtual void globalCentreFrameChanged(unsigned long); |
47 virtual void viewCentreFrameChanged(View *, unsigned long); | 47 virtual void viewCentreFrameChanged(View *, unsigned long); |
48 virtual void viewManagerZoomLevelChanged(void *, unsigned long, bool); | 48 virtual void viewZoomLevelChanged(View *, unsigned long, bool); |
49 virtual void viewManagerPlaybackFrameChanged(unsigned long); | 49 virtual void viewManagerPlaybackFrameChanged(unsigned long); |
50 | 50 |
51 protected: | 51 protected: |
52 virtual void paintEvent(QPaintEvent *e); | 52 virtual void paintEvent(QPaintEvent *e); |
53 virtual void mousePressEvent(QMouseEvent *e); | 53 virtual void mousePressEvent(QMouseEvent *e); |