author | harlekin <harlekin> | 2003-02-10 21:17:33 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-02-10 21:17:33 (UTC) |
commit | de272b8c47c3960a3fe574317fe2e6fb0c32e4af (patch) (side-by-side diff) | |
tree | 43903d05e5e517d31f4d64d541af66ea3e609de9 /libopie/todayplugininterface.h | |
parent | 2bc5aaa5c480c2b8924593f1010c7efd3bd50693 (diff) | |
download | opie-de272b8c47c3960a3fe574317fe2e6fb0c32e4af.zip opie-de272b8c47c3960a3fe574317fe2e6fb0c32e4af.tar.gz opie-de272b8c47c3960a3fe574317fe2e6fb0c32e4af.tar.bz2 |
added a virtual refresh to the interface, in future each plugin decides how much happens during refresh call
Diffstat (limited to 'libopie/todayplugininterface.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | libopie/todayplugininterface.h | 6 |
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 @@ -66,2 +66,8 @@ public: /** + * Refresh that plugins view. For updating the plugins + * + */ + virtual void refresh() {}; + + /** * minimum height the plugin at least should have |