comparison view/View.h @ 385:c0818f064e66

...
author Chris Cannam
date Mon, 12 May 2008 15:30:11 +0000
parents c1e5af9f2c3c
children 683c46d7500b
comparison
equal deleted inserted replaced
384:c1e5af9f2c3c 385:c0818f064e66
368 virtual void setText(QString text) { m_text = text; } 368 virtual void setText(QString text) { m_text = text; }
369 protected: 369 protected:
370 QString m_text; 370 QString m_text;
371 }; 371 };
372 372
373 typedef std::map<Layer *, LayerProgressBar *> ProgressMap; 373 // typedef std::map<Layer *, LayerProgressBar *> ProgressMap;
374 typedef std::map<Layer *, QProgressBar *> ProgressMap;
374 ProgressMap m_progressBars; // I own the ProgressBars 375 ProgressMap m_progressBars; // I own the ProgressBars
375 376
376 ViewManager *m_manager; // I don't own this 377 ViewManager *m_manager; // I don't own this
377 ViewPropertyContainer *m_propertyContainer; // I own this 378 ViewPropertyContainer *m_propertyContainer; // I own this
378 }; 379 };