#include "PreCompiled.h"
#include <Gui/Application.h>
#include <Gui/Command.h>
#include <Gui/MainWindow.h>
#include <Gui/FileDialog.h>
#include "BrowserView.h"
Go to the source code of this file.
Classes | |
class | CmdWebBrowserBack |
class | CmdWebBrowserNext |
class | CmdWebBrowserRefresh |
class | CmdWebBrowserStop |
class | CmdWebBrowserZoomIn |
class | CmdWebBrowserZoomOut |
class | CmdWebOpenWebsite |
Functions | |
void | CreateWebCommands (void) |
void CreateWebCommands | ( | void | ) |
Definition at line 234 of file Mod/Web/Gui/Command.cpp.
References Gui::CommandManager::addCommand(), Gui::Application::commandManager(), and Gui::Application::Instance.
Referenced by initWebGui().