mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 18:56:23 -04:00
improved networkview. It now displays GPG connexions from p3disc, and accepts dynamic friend level modification. Needs full recompilation.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3793 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1597bd9136
commit
2094734391
12 changed files with 150 additions and 173 deletions
|
@ -46,25 +46,14 @@ class NetworkView : public RsAutoUpdatePage
|
|||
void setEdgeLength(int) ;
|
||||
|
||||
void changedFoFCheckBox( );
|
||||
|
||||
/** Called when Settings button is toggled */
|
||||
void shownwSettingsFrame(bool show);
|
||||
void redraw();
|
||||
|
||||
private:
|
||||
|
||||
void clearPeerItems();
|
||||
void clearOtherItems();
|
||||
void clearLineItems();
|
||||
void clear();
|
||||
|
||||
QGraphicsScene *mScene;
|
||||
|
||||
std::map<std::string, QGraphicsItem *> mPeerItems;
|
||||
std::list<QGraphicsItem *> mOtherItems;
|
||||
|
||||
std::list<QGraphicsItem *> mLineItems;
|
||||
bool mLineChanged;
|
||||
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::NetworkView ui;
|
||||
int _max_friend_level ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue