summaryrefslogtreecommitdiff
path: root/libopie/todayplugininterface.h
Unidiff
Diffstat (limited to 'libopie/todayplugininterface.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/todayplugininterface.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libopie/todayplugininterface.h b/libopie/todayplugininterface.h
index 5bf5564..6ee2a06 100644
--- a/libopie/todayplugininterface.h
+++ b/libopie/todayplugininterface.h
@@ -61,12 +61,18 @@ public:
61 /** 61 /**
62 * If the plugin should take part in the periodic refresh 62 * If the plugin should take part in the periodic refresh
63 */ 63 */
64 virtual bool excludeFromRefresh() const = 0; 64 virtual bool excludeFromRefresh() const = 0;
65 65
66 /** 66 /**
67 * Refresh that plugins view. For updating the plugins
68 *
69 */
70 virtual void refresh() {};
71
72 /**
67 * minimum height the plugin at least should have 73 * minimum height the plugin at least should have
68 */ 74 */
69 // virtual int minHeight() const = 0; 75 // virtual int minHeight() const = 0;
70 76
71 /** 77 /**
72 * maximum height that should be used before starting scrolling 78 * maximum height that should be used before starting scrolling