FACT++
1.0
|
#include "Time.h"
#include "MessageDim.h"
#include "DimErrorRedirecter.h"
#include "WindowLog.h"
#include "ReadlineColor.h"
#include "tools.h"
#include "Console.h"
#include "Shell.h"
Go to the source code of this file.
Classes | |
class | ChatClientImp |
The base implementation for a chat client. More... | |
class | ChatClient< T > |
Implements a remote control based on a Readline class for the Chat client. More... | |
class | ChatConsole |
Derives the ChatClient from Control and adds a proper prompt. More... | |
class | ChatShell |
Derives the ChatClient from Shell and adds colored prompt. More... | |