From 18194b793d6542340080b27d72f0b66e656ae7bf Mon Sep 17 00:00:00 2001 From: chriszero Date: Sun, 12 Apr 2015 12:45:12 +0200 Subject: libskindesignerapi support --- browserGrid.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'browserGrid.h') diff --git a/browserGrid.h b/browserGrid.h index ce641b4..c1cf194 100644 --- a/browserGrid.h +++ b/browserGrid.h @@ -9,13 +9,13 @@ #include "PlexServer.h" #include "viewGridNavigator.h" #include "viewHeader.h" -#include "libskindesigner/osdelements.h" +#include class cDummyElement : public cGridElement { public: virtual std::string GetTitle(); - virtual void AddTokens(std::shared_ptr grid, bool clear = true, std::function OnCached = NULL); + virtual void AddTokens(std::shared_ptr grid, bool clear = true, std::function OnCached = NULL); }; class cServerElement : public cGridElement @@ -27,7 +27,7 @@ private: public: cServerElement(plexclient::PlexServer* server, std::string startPath, std::string startName); virtual std::string GetTitle(); - virtual void AddTokens(std::shared_ptr grid, bool clear = true, std::function OnCached = NULL); + virtual void AddTokens(std::shared_ptr grid, bool clear = true, std::function OnCached = NULL); std::string StartPath() { return m_sStartPath; } plexclient::PlexServer* Server() { return m_pServer; } }; @@ -36,10 +36,10 @@ class cBrowserGrid : public cViewGridNavigator { private: std::shared_ptr m_pViewHeader; - std::shared_ptr m_pBackground; - std::shared_ptr m_pfooter; - std::shared_ptr m_pInfopane; - std::shared_ptr m_pScrollbar; + std::shared_ptr m_pBackground; + std::shared_ptr m_pfooter; + std::shared_ptr m_pInfopane; + std::shared_ptr m_pScrollbar; bool m_bServersAreRoot; std::vector m_vServerElements; @@ -54,9 +54,9 @@ private: void DrawInfopane(); public: - cBrowserGrid(cOsdView* rootView); + cBrowserGrid(skindesignerapi::cOsdView* rootView); ~cBrowserGrid(); - //cBrowserGrid(cViewGrid* viewGrid, std::shared_ptr service); + //cBrowserGrid(skindesignerapi::cViewGrid* viewGrid, std::shared_ptr service); std::shared_ptr MediaContainer() { return m_pContainer; } void DrawGrid(); -- cgit v1.2.3