| /*************************************************************************** |
| copyright : (C) 2002 by Roland Riegel |
| email : feedback@roland-riegel.de |
| ***************************************************************************/ |
| /*************************************************************************** |
| * This program is free software; you can redistribute it and/or modify * |
| * it under the terms of the GNU General Public License as published by * |
| * the Free Software Foundation; either version 2 of the License, or * |
| * (at your option) any later version. * |
| ***************************************************************************/ |
| class TrafficWindow : public Window |
| void processKey( int key ); |
| vector<Dev *>& devices(); |
| void setDevices( vector<Dev *>& ); |
| void setShowMultipleDevices( OptionBool* ); |
| bool showMultipleDevices(); |
| OptionBool* m_show_multiple_devices; |