mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-09 03:32:29 +00:00
Task Scheduler, log viewer pops up and disapperes. good good
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@308 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -3,24 +3,26 @@
|
||||
|
||||
#include <sigc++/connection.h>
|
||||
|
||||
#include "window.h"
|
||||
#include "core/log.h"
|
||||
|
||||
namespace core {
|
||||
class Log;
|
||||
}
|
||||
#include "window.h"
|
||||
|
||||
namespace display {
|
||||
|
||||
class WindowLog : public Window {
|
||||
public:
|
||||
typedef core::Log::iterator iterator;
|
||||
|
||||
WindowLog(core::Log* l);
|
||||
~WindowLog();
|
||||
|
||||
virtual void redraw();
|
||||
|
||||
private:
|
||||
void receive_update();
|
||||
|
||||
private:
|
||||
inline iterator find_older();
|
||||
|
||||
core::Log* m_log;
|
||||
sigc::connection m_connUpdate;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user