Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 21, 2006, 1:09:19 PM (18 years ago)
Author:
bensch
Message:

orxonox/proxy: better proxy-width approximation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/util/network_stats_widget.h

    r9383 r9385  
    5353      bool removeClient(const std::string& name, const IP& ip);
    5454
     55      void setClientNameWidths(float width);
     56
    5557
    5658    protected:
     
    6365
    6466      std::vector<HostWidget*>  _clients;
     67      float            _clientNameWidth;
    6568  };
    6669
     
    9295
    9396    private:
    94       IP                     _ip;
    95       GLGuiText              _ipText;
     97      HostWidget             _thisHost;
    9698
    9799      GLGuiText              _upstreamText;
    98100      GLGuiText              _downstreamText;
    99101
    100       std::vector<GLGuiText> _connectedHosts;
     102      std::vector<HostWidget*>_connectedProxies;
    101103
    102104      GLGuiText              _serverIP;
Note: See TracChangeset for help on using the changeset viewer.