#include <basis/convert_utf.h>#include <basis/function.h>#include <basis/istring.h>#include <opsystem/application_shell.h>#include <opsystem/ini_config.h>#include <data_struct/static_memory_gremlin.h>#include <stdio.h>#include <stdlib.h>Include dependency graph for query_text.cpp:

Go to the source code of this file.
Defines | |
| #define | BASE_LOG(to_print) program_wide_logger().log(to_print) |
| #define | LOG(to_print) STAMPED_EMERGENCY_LOG(program_wide_logger(), to_print) |
Variables | |
| const char * | help_info |
| #define BASE_LOG | ( | to_print | ) | program_wide_logger().log(to_print) |
Definition at line 36 of file query_text.cpp.
| #define LOG | ( | to_print | ) | STAMPED_EMERGENCY_LOG(program_wide_logger(), to_print) |
Definition at line 37 of file query_text.cpp.
| const char* help_info |
Initial value:
"This program requires a title and a description as the first and second\r\n\ parameters. The third parameter is the initial value for the edit field\r\n\ that the user fills in. The fourth parameter must be an INI file where\r\n\ the result of the edit will be written. The INI file format is as follows:\r\n\ \t[query]\r\n\ \tanswer=USER-ENTERED-INFORMATION"
Definition at line 58 of file query_text.cpp.
1.5.1