#include "audiowidget.h"#include "mediaplayerstate.h"#include <qpe/qpeapplication.h>#include <qpe/config.h>#include <opie2/odebug.h>#include <opie2/oresource.h>#include <qdir.h>#include <stdlib.h>#include <stdio.h>Include dependency graph for audiowidget.cpp:

Go to the source code of this file.
Functions | |
| static void | changeTextColor (QWidget *w) |
| QPixmap * | combineImageWithBackground (QImage img, QPixmap bg, QPoint offset) |
| QPixmap * | maskPixToMask (QPixmap pix, QBitmap mask) |
| static QString | timeAsString (long length) |
Variables | |
| MediaPlayerState * | mediaPlayerState |
| static const int | xo = -2 |
| static const int | yo = 22 |
| MediaButton | audioButtons [] |
| const char * | skin_mask_file_names [10] |
| static const int | numButtons = (sizeof(audioButtons)/sizeof(MediaButton)) |
| static bool | audioSliderBeingMoved = FALSE |
|
|
Definition at line 66 of file audiowidget.cpp. References p. Referenced by AudioWidget::AudioWidget(). |
|
||||||||||||||||
|
Definition at line 197 of file audiowidget.cpp. |
|
||||||||||||
|
Definition at line 206 of file audiowidget.cpp. Referenced by AudioWidget::resizeEvent(). |
|
|
Definition at line 300 of file audiowidget.cpp. Referenced by AudioWidget::updateSlider(). |
|
|
Initial value: {
{ TRUE, FALSE, FALSE },
{ FALSE, FALSE, FALSE },
{ FALSE, FALSE, FALSE },
{ FALSE, FALSE, FALSE },
{ FALSE, FALSE, FALSE },
{ FALSE, FALSE, FALSE },
{ TRUE, FALSE, FALSE },
{ FALSE, FALSE, FALSE },
{ FALSE, FALSE, FALSE },
{ FALSE, FALSE, FALSE }
}
Definition at line 48 of file audiowidget.cpp. |
|
|
Definition at line 246 of file audiowidget.cpp. |
|
|
|
|
|
Definition at line 73 of file audiowidget.cpp. Referenced by TicTacGameBoard::computerMove(), AudioWidget::mouseMoveEvent(), and AudioWidget::paintEvent(). |
|
|
Initial value: {
"play", "stop", "next", "prev", "up",
"down", "loop", "playlist", "forward", "back"
}
Definition at line 61 of file audiowidget.cpp. Referenced by AudioWidget::AudioWidget(). |
|
|
Definition at line 39 of file audiowidget.cpp. Referenced by FlatStyle::drawScrollBarControls(). |
|
|
Definition at line 40 of file audiowidget.cpp. |
1.4.2