The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions
window.hpp File Reference
#include <string>
Include dependency graph for window.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void execute_window (std::string &command, std::string::const_iterator begin)
 Executes a window command. More...
 

Function Documentation

void execute_window ( std::string command,
std::string::const_iterator  begin 
)

Executes a window command.

Parameters
commandThe command to be executed.
beginThe beginning of the command's arguments.

Definition at line 112 of file window.cpp.

References create(), destroy(), formula_tokenizer::get_token(), utf8::insert(), modify(), and utf8::size().

Referenced by execute_command().