Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 2:43:01 PM (18 years ago)
Author:
bensch
Message:

more around the network statistics gui

File:
1 edited

Legend:

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

    r9556 r9567  
    178178  this->pack(&this->_downstreamText);
    179179
    180   this->pack(&this->_serverIP);
     180
     181  this->pack(&this->_masterBox);
     182  this->pack(&this->_proxyBox);
     183
     184
     185  this->_refreshButton.setLabel("refresh");
     186  this->_refreshButton.released.connect(this, &NetworkStatsWidget::rebuild);
     187  this->pack(&this->_refreshButton);
    181188}
    182189
     
    207214}
    208215
     216void NetworkStatsWidget::rebuild()
     217{
     218
     219}
     220
     221
    209222
    210223void NetworkStatsWidget::tick(float dt)
Note: See TracChangeset for help on using the changeset viewer.