comparison view/View.h @ 918:4fe7a09be0fe osx-retina

Many fixes for the previous stuff
author Chris Cannam
date Tue, 17 Mar 2015 16:56:03 +0000
parents 94e4952a6774
children a5488775f880
comparison
equal deleted inserted replaced
917:77a1d42353ce 918:4fe7a09be0fe
331 Model *getAligningModel() const; 331 Model *getAligningModel() const;
332 sv_frame_t alignFromReference(sv_frame_t) const; 332 sv_frame_t alignFromReference(sv_frame_t) const;
333 sv_frame_t alignToReference(sv_frame_t) const; 333 sv_frame_t alignToReference(sv_frame_t) const;
334 sv_frame_t getAlignedPlaybackFrame() const; 334 sv_frame_t getAlignedPlaybackFrame() const;
335 335
336 View *getView() { return this; }
337 const View *getView() const { return this; }
338
336 signals: 339 signals:
337 void propertyContainerAdded(PropertyContainer *pc); 340 void propertyContainerAdded(PropertyContainer *pc);
338 void propertyContainerRemoved(PropertyContainer *pc); 341 void propertyContainerRemoved(PropertyContainer *pc);
339 void propertyContainerPropertyChanged(PropertyContainer *pc); 342 void propertyContainerPropertyChanged(PropertyContainer *pc);
340 void propertyContainerPropertyRangeChanged(PropertyContainer *pc); 343 void propertyContainerPropertyRangeChanged(PropertyContainer *pc);