1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-24 23:13:42 +02:00

ViewInfo is becoming a smart class, not a dumb struct

Now it has:
A constructor
XML attribute serializer functions (but no XML tag of its own)

Also removed unused lastZoom
This commit is contained in:
Paul-Licameli
2015-04-19 12:21:31 -04:00
committed by Paul Licameli
parent 35e0897bf7
commit ab21f75c77
10 changed files with 92 additions and 55 deletions

View File

@@ -19,7 +19,7 @@
#include <wx/scrolbar.h>
struct ViewInfo;
class ViewInfo;
class AUDACITY_DLL_API AttachableScrollBar :
public wxScrollBar

View File

@@ -19,7 +19,7 @@
#include "../Envelope.h"
#include "../Experimental.h"
struct ViewInfo;
class ViewInfo;
class AudacityProject;
class TimeTrack;
class SnapManager;