mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 14:42:30 +00:00
* Added pageup/down to chunks seen and file list. Patch by Josef
Drexler, all future patches to lib/rtorrent will be under public domain. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@712 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
||||
bool is_dynamic() { return m_dynamic; }
|
||||
bool is_dirty() { return m_taskUpdate.is_queued(); }
|
||||
|
||||
int get_min_height() { return m_minHeight; }
|
||||
int get_min_height() const { return m_minHeight; }
|
||||
|
||||
bool get_active() { return m_active; }
|
||||
void set_active(bool a);
|
||||
@@ -70,6 +70,8 @@ public:
|
||||
void refresh() { m_canvas->refresh(); }
|
||||
void resize(int x, int y, int w, int h);
|
||||
|
||||
int get_height() const { return m_canvas->get_height(); }
|
||||
|
||||
void mark_dirty() { m_slotSchedule(this, cachedTime + 1); }
|
||||
|
||||
virtual void redraw() = 0;
|
||||
|
||||
Reference in New Issue
Block a user