summaryrefslogtreecommitdiff
path: root/browserGrid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'browserGrid.cpp')
-rw-r--r--browserGrid.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/browserGrid.cpp b/browserGrid.cpp
index e181350..2b990e8 100644
--- a/browserGrid.cpp
+++ b/browserGrid.cpp
@@ -28,6 +28,15 @@ cBrowserGrid::~cBrowserGrid()
m_vElements.clear();
}
+void cBrowserGrid::Clear()
+{
+ m_pBackground->Clear();
+ m_pfooter->Clear();
+ m_pInfopane->Clear();
+ m_pWatch->Clear();
+ m_pGrid->Clear();
+}
+
void cBrowserGrid::Flush()
{
cMutexLock MutexLock(&cPlexSdOsd::RedrawMutex);