* Added various TextElement flags and replaced WindowPeerInfo with a

WindowText.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@756 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2006-08-12 18:35:19 +00:00
parent da0d5dbf22
commit 34258bcfb2
22 changed files with 402 additions and 319 deletions
+9 -1
View File
@@ -43,6 +43,8 @@
namespace ui {
class ElementText;
class ElementPeerList : public ElementBase {
public:
typedef std::list<torrent::Peer> PList;
@@ -62,6 +64,8 @@ public:
void activate_display(Display display);
private:
inline ElementText* create_info();
void receive_next();
void receive_prev();
@@ -72,11 +76,15 @@ private:
void receive_snub_peer();
inline void updated_itr();
core::Download* m_download;
Display m_state;
display::Window* m_window[DISPLAY_MAX_SIZE];
display::Window* m_windowList;
ElementText* m_elementInfo;
PList m_list;
PList::iterator m_listItr;