mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-18 19:08:35 -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
|
@ -75,6 +75,8 @@ public:
|
|||
NodeId addNode(const std::string& NodeShortText,const std::string& nodeCompleteText,NodeType type,AuthType auth,const std::string& ssl_id,const std::string& gpg_id) ;
|
||||
EdgeId addEdge(NodeId n1,NodeId n2) ;
|
||||
|
||||
void snapshotNodesPositions() ;
|
||||
void clearNodesPositions() ;
|
||||
void clearGraph() ;
|
||||
virtual void itemMoved();
|
||||
|
||||
|
@ -96,6 +98,7 @@ private:
|
|||
|
||||
std::vector<Node *> _nodes ;
|
||||
std::map<std::pair<NodeId,NodeId>,Edge *> _edges ;
|
||||
std::map<std::string,QPointF> _node_cached_positions ;
|
||||
|
||||
uint32_t _edge_length ;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue