Changeset 846 for trunk/demos/spectrum/app/mainwidget.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/demos/spectrum/app/mainwidget.h
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 81 81 void infoMessage(const QString &message, int timeoutMs); 82 82 void errorMessage(const QString &heading, const QString &detail); 83 void positionChanged(qint64 position);84 void buffer DurationChanged(qint64 duration);83 void audioPositionChanged(qint64 position); 84 void bufferLengthChanged(qint64 length); 85 85 86 86 private slots: … … 89 89 void showToneGeneratorDialog(); 90 90 void initializeRecord(); 91 void dataDurationChanged(qint64 duration); 91 void updateModeMenu(); 92 void updateButtonStates(); 92 93 93 94 private: … … 95 96 void createMenus(); 96 97 void connectUi(); 97 void updateButtonStates();98 98 void reset(); 99 99 … … 112 112 Engine* m_engine; 113 113 114 #ifndef DISABLE_WAVEFORM 114 115 Waveform* m_waveform; 116 #endif 115 117 ProgressBar* m_progressBar; 116 118 Spectrograph* m_spectrograph;
Note:
See TracChangeset
for help on using the changeset viewer.