Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9435 in orxonox.OLD


Ignore:
Timestamp:
Jul 24, 2006, 4:45:01 PM (18 years ago)
Author:
bensch
Message:

more about the widget

Location:
branches/proxy/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/peer_info.h

    r9432 r9435  
    2727    inline bool isClient() const { return this->nodeType == NET_CLIENT; }
    2828
    29     inline const ConnectionMonitor * const getConnectionMonitor() const { return this->connectionMonitor; };
    30 
    31 
    3229    std::string getNodeTypeString();
    3330
  • branches/proxy/src/util/network_stats_widget.cc

    r9406 r9435  
    2020#include "multi_type.h"
    2121
     22#include "shell_command.h"
     23//#include "network_monitor.h"
     24
    2225namespace OrxGui
    2326{
     27  SHELL_COMMAND(gui, NetworkStatsWidget, gui);
     28
     29
    2430  HostWidget::HostWidget(const std::string& name, const IP& ip)
    2531      : GLGuiBox(Horizontal)
     
    139145
    140146
     147  void NetworkStatsWidget::gui()
     148  {
     149    printf("YEAH\n");
     150  }
     151
    141152
    142153  /**
  • branches/proxy/src/util/network_stats_widget.h

    r9431 r9435  
    7575  {
    7676    public:
     77      static void gui();
     78
     79    public:
    7780      NetworkStatsWidget();
    7881      virtual ~NetworkStatsWidget();
Note: See TracChangeset for help on using the changeset viewer.