#include "volume.h"#include <opie2/oledbox.h>#include <opie2/odevice.h>#include <opie2/otaskbarapplet.h>#include <opie2/oresource.h>#include <qpe/applnk.h>#include <qpe/config.h>#include <qpe/qcopenvelope_qws.h>#include <qpainter.h>#include <qcheckbox.h>#include <qslider.h>#include <qlayout.h>#include <qvbox.h>#include <qlabel.h>#include <qpushbutton.h>#include <qtimer.h>#include <stdio.h>Include dependency graph for volume.cpp:

Go to the source code of this file.
Defines | |
| #define | RATE_TIMER_INTERVAL 100 |
Variables | |
| static const char * | vol_xpm [] |
| static const char * | mic_xpm [] |
| static const char * | bass_xpm [] |
| static const char * | treble_xpm [] |
| static const char * | alarm_xpm [] |
|
|
Definition at line 47 of file volume.cpp. Referenced by VolumeControl::buttonChanged(). |
|
|
Definition at line 182 of file volume.cpp. Referenced by VolumeControl::VolumeControl(). |
|
|
Initial value: {
"20 20 3 1",
" c None",
". c #000000",
"+ c #0000FF",
" ",
" ",
" ",
"..... +++ ......",
" +++++++ ",
" ++ ++ ",
"... ++ ... ++ ++ .",
" +++ ++ ++ ",
" ++++ ++ ",
"... ++++ .. ++ .....",
" ++ ++ ",
" ++ ++ ",
"..........++ ++ .",
" ++ ",
" ++ ",
"...... ++ .........",
" + ",
" ",
" ",
" "}
Definition at line 125 of file volume.cpp. Referenced by VolumeControl::VolumeControl(). |
|
|
Definition at line 80 of file volume.cpp. Referenced by VolumeControl::VolumeControl(). |
|
|
Initial value: {
"20 20 3 1",
" c None",
". c #0000FF",
"+ c #000000",
" .. ",
" . .. ",
" . .. ",
"++++++++ . .. ++++++",
" . . ",
" ... ",
"++++++++ . +++++++",
" .. ",
" .. . ",
"+++ .. ... +++++++",
" .. .. .. ",
" .. . . .. ",
"+++ .. . . + . +++++",
" .. . .. ",
" .. . .. ",
"++++ ...... +++++++",
" . ",
" .. . ",
" .. . ",
" .. "}
Definition at line 152 of file volume.cpp. Referenced by VolumeControl::VolumeControl(). |
|
|
Initial value: {
"20 20 3 1",
" c None",
". c #0000FF",
"+ c #000000",
" ",
" . ",
" . . . . ",
" . . . . . . ",
" . . . . . . . ",
" . . ..... . . ",
" . ... ..... ... ",
" ........... .... ",
" ................. ",
"++++++++++++++++++++",
" .................. ",
" . ............. . ",
" . ..... ....... ",
" . ... ..... . ",
" . ... ..... . ",
" . ... ..... ",
" . . . . . ",
" . . . ",
" . . . ",
" "}
Definition at line 54 of file volume.cpp. Referenced by VolumeControl::VolumeControl(). |
1.4.2