mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
CVFD: export getMode() even in !LCD_UPDATE case
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1343 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: e7ce74ff30
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-03-26 (Sat, 26 Mar 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -145,6 +145,7 @@ class CVFD
|
|||||||
void Clear();
|
void Clear();
|
||||||
void ShowIcon(vfd_icon icon, bool show);
|
void ShowIcon(vfd_icon icon, bool show);
|
||||||
void ShowText(char * str);
|
void ShowText(char * str);
|
||||||
|
MODES getMode(void) { return mode; };
|
||||||
#ifdef LCD_UPDATE
|
#ifdef LCD_UPDATE
|
||||||
private:
|
private:
|
||||||
CFileList* m_fileList;
|
CFileList* m_fileList;
|
||||||
@@ -162,7 +163,6 @@ class CVFD
|
|||||||
int m_progressGlobal;
|
int m_progressGlobal;
|
||||||
int m_progressLocal;
|
int m_progressLocal;
|
||||||
public:
|
public:
|
||||||
MODES getMode(void){return mode;};
|
|
||||||
|
|
||||||
void showFilelist(int flist_pos = -1,CFileList* flist = NULL,const char * const mainDir=NULL);
|
void showFilelist(int flist_pos = -1,CFileList* flist = NULL,const char * const mainDir=NULL);
|
||||||
void showInfoBox(const char * const title = NULL,const char * const text = NULL,int autoNewline = -1,int timer = -1);
|
void showInfoBox(const char * const title = NULL,const char * const text = NULL,int autoNewline = -1,int timer = -1);
|
||||||
|
Reference in New Issue
Block a user