summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include/cmediaplayer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm/include/cmediaplayer.hxx')
-rw-r--r--NxWidgets/nxwm/include/cmediaplayer.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/NxWidgets/nxwm/include/cmediaplayer.hxx b/NxWidgets/nxwm/include/cmediaplayer.hxx
index 88143617e..81656c761 100644
--- a/NxWidgets/nxwm/include/cmediaplayer.hxx
+++ b/NxWidgets/nxwm/include/cmediaplayer.hxx
@@ -46,9 +46,10 @@
#include <nuttx/nx/nxtk.h>
#include <nuttx/nx/nxconsole.h>
-#include "cbuttonarray.hxx"
+#include "cimage.hxx"
#include "clabel.hxx"
#include "cnxfont.hxx"
+#include "cglyphsliderhorizontal.hxx"
#include "iapplication.hxx"
#include "capplicationwindow.hxx"
@@ -105,6 +106,10 @@ namespace NxWM
NXWidgets::CLabel *m_text; /**< Some text in the app for now */
NXWidgets::CNxFont *m_font; /**< The font used in the media player */
+ NXWidgets::CImage *m_rew; /**< Rewind control */
+ NXWidgets::CImage *m_playPause; /**< Play/Pause control */
+ NXWidgets::CImage *m_fwd; /**< Forward control */
+ NXWidgets::CGlyphSliderHorizontal *m_volume; /**< Volume control */
/**
* Calculator geometry. This stuff does not really have to be retained