mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
gui/moviebrowser.cpp: add support for marked file list to play
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7d966e8363
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-18 (Thu, 18 Sep 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -64,6 +64,7 @@ typedef struct
|
||||
std::vector<std::string> lineArray[LF_MAX_ROWS];
|
||||
int rowWidth[LF_MAX_ROWS];
|
||||
std::vector<std::string> Icon;
|
||||
std::vector<bool> marked;
|
||||
}LF_LINES;
|
||||
|
||||
class CListFrame
|
||||
@@ -139,6 +140,7 @@ class CListFrame
|
||||
bool setLines(LF_LINES* lines);
|
||||
bool setTitle(char* title);
|
||||
bool setSelectedLine(int selection);
|
||||
void setSelectedMarked(bool enable);
|
||||
void hide(void);
|
||||
void paint(void);
|
||||
|
||||
|
Reference in New Issue
Block a user