#include <QObject>
#include <QTcpServer>
#include "Command.h"
Go to the source code of this file.
Classes | |
class | Gui::HttpServer |
The HttpServer class implements a simple HTTP server. More... | |
class | Gui::OnlineDocumentation |
Returns the content of an HTML page which gets sent to the client to be displayed. More... | |
class | Gui::PythonOnlineHelp |
Returns the content of an HTML page which gets sent to the client to be displayed. More... | |
class | Gui::StdCmdPythonHelp |
Namespaces | |
namespace | Gui |
The namespace of the FreeCAD Graphical interface layer library. | |
Functions | |
bool | Gui::OpenURLInBrowser (const char *URL) |
opens an URL in the system Browser |