Changeset 9547 in orxonox.OLD for branches/proxy/src/lib/network/monitor
- Timestamp:
- Jul 28, 2006, 11:23:52 AM (18 years ago)
- Location:
- branches/proxy/src/lib/network/monitor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/monitor/network_stats_widget.cc
r9546 r9547 147 147 */ 148 148 NetworkStatsWidget::NetworkStatsWidget(const NetworkMonitor* monitor) 149 : GLGuiBox(OrxGui::Vertical), _thisHost("myName", IP(127, 0, 0 , 1))149 : GLGuiFixedpositionBox(OrxGui::Center, OrxGui::Vertical), _thisHost("myName", IP(127, 0, 0 , 1)) 150 150 { 151 151 this->_monitor = monitor; -
branches/proxy/src/lib/network/monitor/network_stats_widget.h
r9546 r9547 7 7 #define _NETWORK_STATS_WIDGET_H 8 8 9 #include "glgui_ box.h"9 #include "glgui_fixedposition_box.h" 10 10 #include "glgui_bar.h" 11 11 #include "glgui_text.h" … … 71 71 72 72 //! A class to display network Statistics. 73 class NetworkStatsWidget : public OrxGui::GLGui Box73 class NetworkStatsWidget : public OrxGui::GLGuiFixedpositionBox 74 74 { 75 75 public:
Note: See TracChangeset
for help on using the changeset viewer.