#include <gtk/gtk.h>#include <glib.h>#include "paledit.h"#include "u7drag.h"#include "utils.h"#include <iostream>#include <iomanip>#include <ctype.h>#include <stdio.h>#include "studio.h"#include "shapefile.h"Include dependency graph for paledit.cc:

Go to the source code of this file.
Functions | |
| static void | Write_palette (unsigned char *buf, GdkRgbCmap *pal) |
| void | on_exportbtn_clicked (GtkButton *button, gpointer user_data) |
| void | on_importbtn_clicked (GtkButton *button, gpointer user_data) |
| void | on_insert_btn_clicked (GtkButton *button, gpointer user_data) |
| void | on_remove_btn_clicked (GtkButton *button, gpointer user_data) |
| void | on_up_btn_clicked (GtkButton *button, gpointer user_data) |
| void | on_down_btn_clicked (GtkButton *button, gpointer user_data) |
| void | Update_range_upper (GtkAdjustment *adj, int new_upper) |
| void on_down_btn_clicked | ( | GtkButton * | button, | |
| gpointer | user_data | |||
| ) |
Definition at line 529 of file paledit.cc.
References Palette_edit::move_palette().
Referenced by Palette_edit::create_controls().
Here is the call graph for this function:

| void on_exportbtn_clicked | ( | GtkButton * | button, | |
| gpointer | user_data | |||
| ) |
Definition at line 486 of file paledit.cc.
References Create_file_selection(), and Palette_edit::export_palette().
Referenced by Palette_edit::create_controls().
Here is the call graph for this function:

| void on_importbtn_clicked | ( | GtkButton * | button, | |
| gpointer | user_data | |||
| ) |
Definition at line 497 of file paledit.cc.
References Create_file_selection(), and Palette_edit::import_palette().
Referenced by Palette_edit::create_controls().
Here is the call graph for this function:

| void on_insert_btn_clicked | ( | GtkButton * | button, | |
| gpointer | user_data | |||
| ) |
Definition at line 508 of file paledit.cc.
References Palette_edit::add_palette().
Referenced by Palette_edit::create_controls().
Here is the call graph for this function:

| void on_remove_btn_clicked | ( | GtkButton * | button, | |
| gpointer | user_data | |||
| ) |
Definition at line 515 of file paledit.cc.
References Palette_edit::remove_palette().
Referenced by Palette_edit::create_controls().
Here is the call graph for this function:

| void on_up_btn_clicked | ( | GtkButton * | button, | |
| gpointer | user_data | |||
| ) |
Definition at line 522 of file paledit.cc.
References Palette_edit::move_palette().
Referenced by Palette_edit::create_controls().
Here is the call graph for this function:

| void Update_range_upper | ( | GtkAdjustment * | adj, | |
| int | new_upper | |||
| ) |
Definition at line 879 of file paledit.cc.
Referenced by Palette_edit::add_palette(), and Palette_edit::remove_palette().
| static void Write_palette | ( | unsigned char * | buf, | |
| GdkRgbCmap * | pal | |||
| ) | [static] |
1.5.1