summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-15 09:48:47 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-15 09:48:47 -0600
commitb5f93038acbef20d72d4c7fa8aed3f10825aef39 (patch)
tree11b68f3ed51d1854c32d3aae58309b78f3e82ad3 /NxWidgets/nxwm/include
parente601b138e729cf16e139466aa098ee9736cd205d (diff)
downloadnuttx-b5f93038acbef20d72d4c7fa8aed3f10825aef39.tar.gz
nuttx-b5f93038acbef20d72d4c7fa8aed3f10825aef39.tar.bz2
nuttx-b5f93038acbef20d72d4c7fa8aed3f10825aef39.zip
NxWM::CMediaPlayer: Now uses CStickyImages for fast forward and rewind
Diffstat (limited to 'NxWidgets/nxwm/include')
-rw-r--r--NxWidgets/nxwm/include/cmediaplayer.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/NxWidgets/nxwm/include/cmediaplayer.hxx b/NxWidgets/nxwm/include/cmediaplayer.hxx
index 7f909f478..569ab8f44 100644
--- a/NxWidgets/nxwm/include/cmediaplayer.hxx
+++ b/NxWidgets/nxwm/include/cmediaplayer.hxx
@@ -47,6 +47,7 @@
#include <nuttx/nx/nxconsole.h>
#include "cimage.hxx"
+#include "cstickyimage.hxx"
#include "clabel.hxx"
#include "cnxfont.hxx"
#include "cglyphsliderhorizontal.hxx"
@@ -122,9 +123,9 @@ 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::CStickyImage *m_rew; /**< Rewind control */
NXWidgets::CImage *m_playPause; /**< Play/Pause control */
- NXWidgets::CImage *m_fwd; /**< Forward control */
+ NXWidgets::CStickyImage *m_fwd; /**< Forward control */
NXWidgets::CGlyphSliderHorizontal *m_volume; /**< Volume control */
/**