Changeset 9622 in orxonox.OLD for branches/proxy/src/lib/network/monitor
- Timestamp:
- Jul 30, 2006, 10:26:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/monitor/network_stats_widget.cc
r9618 r9622 34 34 this->setIP(ip); 35 35 36 this->_name.setFont("fonts/arial.ttf"); 37 this->_ip.setFont("fonts/arial.ttf"); 38 36 39 this->pack(&this->_name); 37 40 this->pack(&this->_ip); … … 63 66 64 67 NodeWidget::NodeWidget(const NetworkNode* node) 65 : _proxyWidget("node", node->getPeerInfo()->ip)68 : _proxyWidget("node", node->getPeerInfo()->ip) 66 69 { 67 70 this->_clientNameWidth = 100.0f; … … 209 212 { 210 213 this->_proxies.push_back(new NodeWidget(node)); 211 this->pack(this->_proxies.back() );214 this->pack(this->_proxies.back(), &this->_refreshButton); 212 215 this->_proxies.back()->show(); 213 216 } … … 226 229 if (ls != NULL && !ls->empty()) 227 230 bo = ls->front(); 228 229 printf("==== %p\n", bo);230 231 231 232 if (bo != NULL && NetworkStatsWidget::_statsWidget == NULL)
Note: See TracChangeset
for help on using the changeset viewer.