mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
gui/moviebrowser.cpp: add support for marked file list to play
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