1 /** Aesalon, a tool to visualize program behaviour in real time.
2 Copyright (C) 2009-2011, Aesalon development team.
4 Aesalon is distributed under the terms of the GNU GPLv3. See
5 the included file LICENSE for more information.
7 @file include/visualizer/LogInput.h
10 #ifndef AesalonVisualizer_LogInput_H
11 #define AesalonVisualizer_LogInput_H
18 #include "DataInput.h"
20 namespace Visualizer
{
22 class LogInput
: public DataInput
{ Q_OBJECT
27 LogInput(const std::string
&filename
, ArtisanManager
*artisanManager
);
32 void moreData(QByteArray buffer
);
35 } // namespace Visualizer