source: PSPA/Interface_Web/trunk/pspaWT/sources/userInterface/include/GWt_console.h @ 379

Last change on this file since 379 was 272, checked in by garnier, 11 years ago

Ameliorations graphiques et re-identation

File size: 325 bytes
Line 
1#ifndef GWTCONSOLE_SEEN
2#define GWTCONSOLE_SEEN
3
4#include <iostream>
5
6#include <Wt/WString>
7#include <Wt/WContainerWidget>
8
9using namespace Wt;
10
11using namespace std;
12
13class GWt_console : public WContainerWidget
14{
15   
16public:
17    GWt_console();
18    virtual ~GWt_console();
19    void addConsoleMessage(WString msg);
20};
21
22#endif
Note: See TracBrowser for help on using the repository browser.