#include "wx_debugger.h"#include "wx_debugging_console_panel.h"#include "wx_tiny_shell.h"#include <basis/convert_utf.h>#include <geometric/rectangle.cpp>#include <geometric/screen_rectangle.h>#include <opsystem/ini_config.h>#include <opsystem/path_configuration.h>#include <wx/icon.h>#include <wx/menu.h>#include <wx/msgdlg.h>#include <wx/sizer.h>Include dependency graph for wx_tiny_shell.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | INI_NAME(root) (root + istring(".ini")) |
| #define | LOG_NAME(root) (path_configuration::make_logfile_name(root + istring(".log"))) |
Functions | |
| EVT_COMMAND (wxID_ANY, wx_debugger::EVENT(), wx_tiny_shell::OnDebugEvent) wx_tiny_shell | |
| #define INI_NAME | ( | root | ) | (root + istring(".ini")) |
Definition at line 37 of file wx_tiny_shell.cpp.
| #define LOG_NAME | ( | root | ) | (path_configuration::make_logfile_name(root + istring(".log"))) |
Definition at line 39 of file wx_tiny_shell.cpp.
| EVT_COMMAND | ( | wxID_ANY | , | |
| wx_debugger:: | EVENT(), | |||
| wx_tiny_shell::OnDebugEvent | ||||
| ) |
Definition at line 44 of file wx_tiny_shell.cpp.
References debug, geometric::rectangle< numeric_type >::from_text(), geometric::rectangle< numeric_type >::height(), LOG_NAME, wx_tiny_shell::Quit, retask_program_wide_logger(), geometric::screen_rectangle::top_left(), geometric::rectangle< numeric_type >::width(), geometric::point< numeric_type >::x(), and geometric::point< numeric_type >::y().
1.5.1