diff options
author | chriszero <zerov83@gmail.com> | 2015-05-19 19:06:22 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-05-19 19:06:22 +0200 |
commit | 86cfa7fa64406971990160db56b71c7a71dcf3e5 (patch) | |
tree | 8f6d5ba092b16c1c282cd7519a45753bad4be894 /viewGridNavigator.h | |
parent | d15cd5a30174c7864051d42ba58cd31570fc8ed5 (diff) | |
download | vdr-plugin-plex-86cfa7fa64406971990160db56b71c7a71dcf3e5.tar.gz vdr-plugin-plex-86cfa7fa64406971990160db56b71c7a71dcf3e5.tar.bz2 |
- Dedicicated grid for each viewmode
Diffstat (limited to 'viewGridNavigator.h')
-rw-r--r-- | viewGridNavigator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/viewGridNavigator.h b/viewGridNavigator.h index 3d82eca..c746376 100644 --- a/viewGridNavigator.h +++ b/viewGridNavigator.h @@ -51,9 +51,10 @@ protected: void GenerateServerElements(); void FilterElements(int scrollOffset); void SetGridElementData(cGridElement *obj); + void SetViewGrid(std::shared_ptr<skindesignerapi::cViewGrid> grid); public: - cViewGridNavigator(skindesignerapi::cOsdView* rootView, skindesignerapi::cViewGrid* viewGrid); + cViewGridNavigator(skindesignerapi::cOsdView* rootView); void SetGridDimensions(int rows, int columns); virtual void Flush() { m_pGrid->Display(); }; virtual void Clear() { m_pGrid->Clear(); }; |