#include "studio.h"#include "u7drag.h"#include "servemsg.h"#include "objserial.h"#include "exult_constants.h"#include "utils.h"#include "shapefile.h"#include "shapedraw.h"Include dependency graph for objedit.cc:

Go to the source code of this file.
Functions | |
| void | on_obj_okay_clicked (GtkButton *btn, gpointer user_data) |
| void | on_obj_apply_clicked (GtkButton *btn, gpointer user_data) |
| void | on_obj_cancel_clicked (GtkButton *btn, gpointer user_data) |
| gboolean | on_obj_window_delete_event (GtkWidget *widget, GdkEvent *event, gpointer user_data) |
| gboolean | on_obj_draw_expose_event (GtkWidget *widget, GdkEventExpose *event, gpointer data) |
| gboolean | on_obj_shape_changed (GtkWidget *widget, GdkEventFocus *event, gpointer user_data) |
| gboolean | on_obj_pos_changed (GtkWidget *widget, GdkEventFocus *event, gpointer user_data) |
| static void | Obj_shape_dropped (int file, int shape, int frame, void *udata) |
| static void Obj_shape_dropped | ( | int | file, | |
| int | shape, | |||
| int | frame, | |||
| void * | udata | |||
| ) | [static] |
Definition at line 141 of file objedit.cc.
References U7_SHAPE_SHAPES.
Referenced by ExultStudio::open_obj_window().
| void on_obj_apply_clicked | ( | GtkButton * | btn, | |
| gpointer | user_data | |||
| ) |
Definition at line 58 of file objedit.cc.
References ExultStudio::get_instance(), and ExultStudio::save_obj_window().
Here is the call graph for this function:

| void on_obj_cancel_clicked | ( | GtkButton * | btn, | |
| gpointer | user_data | |||
| ) |
Definition at line 70 of file objedit.cc.
References ExultStudio::close_obj_window(), and ExultStudio::get_instance().
Here is the call graph for this function:

| gboolean on_obj_draw_expose_event | ( | GtkWidget * | widget, | |
| GdkEventExpose * | event, | |||
| gpointer | data | |||
| ) |
Definition at line 96 of file objedit.cc.
References ExultStudio::get_instance(), and ExultStudio::show_obj_shape().
Here is the call graph for this function:

| void on_obj_okay_clicked | ( | GtkButton * | btn, | |
| gpointer | user_data | |||
| ) |
Definition at line 45 of file objedit.cc.
References ExultStudio::close_obj_window(), ExultStudio::get_instance(), and ExultStudio::save_obj_window().
Here is the call graph for this function:

| gboolean on_obj_pos_changed | ( | GtkWidget * | widget, | |
| GdkEventFocus * | event, | |||
| gpointer | user_data | |||
| ) |
Definition at line 126 of file objedit.cc.
| gboolean on_obj_shape_changed | ( | GtkWidget * | widget, | |
| GdkEventFocus * | event, | |||
| gpointer | user_data | |||
| ) |
Definition at line 112 of file objedit.cc.
References ExultStudio::get_instance(), and ExultStudio::show_obj_shape().
Here is the call graph for this function:

| gboolean on_obj_window_delete_event | ( | GtkWidget * | widget, | |
| GdkEvent * | event, | |||
| gpointer | user_data | |||
| ) |
Definition at line 82 of file objedit.cc.
References ExultStudio::close_obj_window(), and ExultStudio::get_instance().
Here is the call graph for this function:

1.5.1