FACT++
1.0
|
#include <string>
#include "StateMachineDimControl.h"
#include "InterpreterV8.h"
#include "ReadlineColor.h"
#include "Event.h"
#include "tools.h"
#include "Console.h"
#include "Shell.h"
Go to the source code of this file.
Classes | |
class | RemoteControlImp |
This implements the basic functions of a remote control via dim. More... | |
class | RemoteControl< T > |
Implements a remote control based on a Readline class for the dim network. More... | |
struct | RemoteControl< T >::EventInfo |
class | RemoteStream |
class | RemoteConsole |
Derives the RemoteControl from Control and adds a proper prompt. More... | |
class | RemoteShell |
Derives the RemoteControl from Shell and adds colored prompt. More... | |