equal
deleted
inserted
replaced
17 |
17 |
18 #ifndef HBVOLUMESLIDERPOPUP_H |
18 #ifndef HBVOLUMESLIDERPOPUP_H |
19 #define HBVOLUMESLIDERPOPUP_H |
19 #define HBVOLUMESLIDERPOPUP_H |
20 |
20 |
21 #include <QObject> |
21 #include <QObject> |
22 #include <hbpopupbase.h> |
22 #include <hbpopup.h> |
23 |
23 |
24 extern bool m_volumeSliderContructorCalled; |
24 extern bool m_volumeSliderContructorCalled; |
25 extern bool m_volumeSliderDesctructorCalled; |
25 extern bool m_volumeSliderDesctructorCalled; |
26 extern bool m_volumeSliderSetValueCalled; |
26 extern bool m_volumeSliderSetValueCalled; |
27 extern int m_sliderValue; |
27 extern int m_sliderValue; |
47 int value (); |
47 int value (); |
48 void setRange (int min, int max); |
48 void setRange (int min, int max); |
49 void setTimeout (int time); |
49 void setTimeout (int time); |
50 void show(); |
50 void show(); |
51 void hide(); |
51 void hide(); |
52 void setDismissPolicy( HbPopupBase::DismissPolicy value ) {;}; |
52 void setDismissPolicy( HbPopup::DismissPolicy value ) {;}; |
53 int minimum() {return m_sliderRangeMin;}; |
53 int minimum() {return m_sliderRangeMin;}; |
54 int maximum() {return m_sliderRangeMax;}; |
54 int maximum() {return m_sliderRangeMax;}; |
55 bool isVisible() {return m_isVisible;}; |
55 bool isVisible() {return m_isVisible;}; |
56 |
56 |
57 |
57 |