~ubuntu-branches/ubuntu/oneiric/kdemultimedia/oneiric

« back to all changes in this revision

Viewing changes to kmix/kmix.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-07-08 04:46:07 UTC
  • mfrom: (1.2.46 upstream)
  • Revision ID: james.westby@ubuntu.com-20100708044607-0hnttkd3mbdaogr3
Tags: 4:4.4.92-0ubuntu1
* New upstream rc release
  - Bump kde-sc-dev-latest to 4.4.92
  - Confirmed symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <QVBoxLayout>
32
32
#include <QProgressBar>
33
33
#include <QTimer>
 
34
class QWidgetAction;
34
35
class KTabWidget;
35
36
 
36
37
// KDE
89
90
   void recreateGUI(bool saveView);
90
91
   void recreateGUIwithoutSavingView();
91
92
   void redrawMixer( const QString& mixer_ID );
92
 
      
93
 
      
 
93
 
 
94
 
94
95
   //void stopVisibilityUpdates();
95
96
   //void showEvent( QShowEvent * );
96
97
   //void hideEvent( QHideEvent * );
122
123
   QVBoxLayout *m_widgetsLayout;
123
124
   QLabel      *m_errorLabel;
124
125
   ViewDockAreaPopup *_dockAreaPopup;
 
126
   QWidgetAction *_volWA;
125
127
   unsigned int m_configVersion;
126
128
   void showVolumeDisplay();
127
129
   void increaseOrDecreaseVolume(bool increase);
128
130
 
129
131
   OSDWidget* osdWidget;
130
 
   
 
132
 
131
133
  private slots:
132
134
   void saveConfig();
133
135
   void slotHWInfo();