#include <string>#include "studio.h"#include "exult_constants.h"#include "utils.h"#include "execbox.h"Include dependency graph for compile.cc:

Go to the source code of this file.
Functions | |
| void | on_compile_btn_clicked (GtkButton *btn, gpointer user_data) |
| void | on_halt_compile_btn_clicked (GtkButton *btn, gpointer user_data) |
| void | Ucc_done (int exit_code, Exec_box *box, gpointer user_data) |
| void on_compile_btn_clicked | ( | GtkButton * | btn, | |
| gpointer | user_data | |||
| ) |
Definition at line 43 of file compile.cc.
References ExultStudio::compile(), and ExultStudio::get_instance().
Here is the call graph for this function:

| void on_halt_compile_btn_clicked | ( | GtkButton * | btn, | |
| gpointer | user_data | |||
| ) |
Definition at line 55 of file compile.cc.
References ExultStudio::get_instance(), and ExultStudio::halt_compile().
Here is the call graph for this function:

| void Ucc_done | ( | int | exit_code, | |
| Exec_box * | box, | |||
| gpointer | user_data | |||
| ) |
Definition at line 68 of file compile.cc.
References Exec_box::add_message(), ExultStudio::get_instance(), and ExultStudio::reload_usecode().
Referenced by ExultStudio::open_compile_window().
Here is the call graph for this function:

1.5.1