Changeset 9549 in orxonox.OLD for branches/proxy/src/lib/network/monitor
- Timestamp:
- Jul 28, 2006, 11:43:02 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/monitor/network_stats_widget.h
r9547 r9549 20 20 public: 21 21 HostWidget(const std::string& name, const IP& ip); 22 ~HostWidget() {};23 22 24 23 void setName(const std::string& name) { this->_name.setText(name); }; … … 71 70 72 71 //! A class to display network Statistics. 73 class NetworkStatsWidget : public OrxGui::GLGui FixedpositionBox72 class NetworkStatsWidget : public OrxGui::GLGuiBox 74 73 { 75 74 public:
Note: See TracChangeset
for help on using the changeset viewer.