#include <ctype.h>#include <gdk/gdkkeysyms.h>#include "objbrowse.h"#include "shapegroup.h"#include "shapefile.h"#include "studio.h"#include "exceptions.h"Include dependency graph for objbrowse.cc:

Go to the source code of this file.
Functions | |
| void | File_selector_ok (GtkButton *btn, gpointer user_data) |
| GtkFileSelection * | Create_file_selection (const char *title, File_sel_okay_fun ok_handler, gpointer user_data) |
| static void | on_find_down (GtkButton *button, gpointer user_data) |
| static void | on_find_up (GtkButton *button, gpointer user_data) |
| static gboolean | on_find_key (GtkEntry *entry, GdkEventKey *event, gpointer user_data) |
| static void | on_loc_down (GtkButton *button, gpointer user_data) |
| static void | on_loc_up (GtkButton *button, gpointer user_data) |
| static void | on_move_down (GtkButton *button, gpointer user_data) |
| static void | on_move_up (GtkButton *button, gpointer user_data) |
| GtkFileSelection* Create_file_selection | ( | const char * | title, | |
| File_sel_okay_fun | ok_handler, | |||
| gpointer | user_data | |||
| ) |
Definition at line 162 of file objbrowse.cc.
References File_selector_ok().
Referenced by ExultStudio::choose_game_path(), Shape_chooser::from_font_toggled(), ExultStudio::new_game(), ExultStudio::new_shape_file(), on_exportbtn_clicked(), on_importbtn_clicked(), on_shapes_popup_export(), and on_shapes_popup_import().
Here is the call graph for this function:

| void File_selector_ok | ( | GtkButton * | btn, | |
| gpointer | user_data | |||
| ) |
| static void on_find_down | ( | GtkButton * | button, | |
| gpointer | user_data | |||
| ) | [static] |
Definition at line 259 of file objbrowse.cc.
References Object_browser::get_find_text(), and Object_browser::search().
Referenced by Object_browser::create_controls().
Here is the call graph for this function:

| static gboolean on_find_key | ( | GtkEntry * | entry, | |
| GdkEventKey * | event, | |||
| gpointer | user_data | |||
| ) | [static] |
Definition at line 275 of file objbrowse.cc.
References Object_browser::get_find_text(), and Object_browser::search().
Referenced by Object_browser::create_controls().
Here is the call graph for this function:

| static void on_find_up | ( | GtkButton * | button, | |
| gpointer | user_data | |||
| ) | [static] |
Definition at line 267 of file objbrowse.cc.
References Object_browser::get_find_text(), and Object_browser::search().
Referenced by Object_browser::create_controls().
Here is the call graph for this function:

| static void on_loc_down | ( | GtkButton * | button, | |
| gpointer | user_data | |||
| ) | [static] |
Definition at line 290 of file objbrowse.cc.
References Object_browser::locate().
Referenced by Object_browser::create_controls().
Here is the call graph for this function:

| static void on_loc_up | ( | GtkButton * | button, | |
| gpointer | user_data | |||
| ) | [static] |
Definition at line 297 of file objbrowse.cc.
References Object_browser::locate().
Referenced by Object_browser::create_controls().
Here is the call graph for this function:

| static void on_move_down | ( | GtkButton * | button, | |
| gpointer | user_data | |||
| ) | [static] |
Definition at line 305 of file objbrowse.cc.
References Object_browser::move().
Referenced by Object_browser::create_controls().
Here is the call graph for this function:

| static void on_move_up | ( | GtkButton * | button, | |
| gpointer | user_data | |||
| ) | [static] |
Definition at line 312 of file objbrowse.cc.
References Object_browser::move().
Referenced by Object_browser::create_controls().
Here is the call graph for this function:

1.5.1