#include "tools/sdl2/window.hpp"
#include "tools/sdl2/sdl2.hpp"
#include "sdl/window.hpp"
#include "serialization/unicode.hpp"
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
Functions | |
static void | create (std::string &command, std::string::const_iterator begin) |
static void | modify (std::string &command, std::string::const_iterator begin) |
static void | destroy (std::string &command, std::string::const_iterator begin) |
void | execute_window (std::string &command, std::string::const_iterator begin) |
Executes a window command. More... | |
|
static |
Definition at line 24 of file window.cpp.
References formula_tokenizer::get_token(), h, utf8::insert(), lexical_cast(), utf8::size(), and gui2::windows.
Referenced by execute_window().
|
static |
Definition at line 96 of file window.cpp.
References formula_tokenizer::get_token(), utf8::insert(), lexical_cast(), utf8::size(), and gui2::windows.
Referenced by execute_window().
void execute_window | ( | std::string & | command, |
std::string::const_iterator | begin | ||
) |
Executes a window command.
command | The command to be executed. |
begin | The 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().
|
static |
Definition at line 59 of file window.cpp.
References formula_tokenizer::get_token(), h, utf8::insert(), lexical_cast(), utf8::size(), and gui2::windows.
Referenced by execute_window().