Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 31, 2006, 12:53:01 PM (18 years ago)
Author:
bensch
Message:

gui should be hirachical now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/monitor/network_stats_widget.h

    r9645 r9649  
    5353    NodeWidget(const NetworkNode* node);
    5454
    55     void addClient(const NetworkNode* node);
    56     void addClient(const std::string& name, const IP& ip);
     55    void addNode(const NetworkNode* node);
     56    void addNode(const std::string& name, const IP& ip);
    5757
    58     bool removeClient(const IP& ip);
    59     bool removeClient(const std::string& name);
    60     bool removeClient(const std::string& name, const IP& ip);
     58    bool removeNode(const IP& ip);
     59    bool removeNode(const std::string& name);
     60    bool removeNode(const std::string& name, const IP& ip);
    6161
    62     void setClientNameWidths(float width);
     62    void setNodeNameWidths(float width);
    6363
    6464
     
    7171    HostWidget                _proxyWidget;
    7272
    73     std::vector<HostWidget*>  _clients;
    74     float                     _clientNameWidth;
     73    std::vector<NodeWidget*>  _nodes;
     74    float                     _nodeNameWidth;
    7575};
    7676
Note: See TracChangeset for help on using the changeset viewer.