Class
GimpUiColorDisplay
Description [src]
abstract class GimpUi.ColorDisplay : GObject.Object {
parent_instance: GObject
}
Functions and definitions for creating pluggable GIMP display color correction modules.
Instance methods
gimp_color_display_configure
Creates a configuration widget for display
which can be added to a
container widget.
since: 2.0
gimp_color_display_load_state
Configures display
from the contents of the parasite state
.
state
must be a properly serialized configuration for a
GimpColorDisplay
, such as saved by gimp_color_display_save_state().
since: 2.0
gimp_color_display_save_state
Saves the configuration state of display
as a new parasite.
since: 2.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct GimpUiColorDisplayClass {
GObjectClass parent_class;
const gchar* name;
const gchar* help_id;
const gchar* icon_name;
void (* convert_buffer) (
GimpColorDisplay* display,
GeglBuffer* buffer,
GeglRectangle* area
);
GtkWidget* (* configure) (
GimpColorDisplay* display
);
void (* changed) (
GimpColorDisplay* display
);
void (* _gimp_reserved0) (
void
);
void (* _gimp_reserved1) (
void
);
void (* _gimp_reserved2) (
void
);
void (* _gimp_reserved3) (
void
);
void (* _gimp_reserved4) (
void
);
void (* _gimp_reserved5) (
void
);
void (* _gimp_reserved6) (
void
);
void (* _gimp_reserved7) (
void
);
void (* _gimp_reserved8) (
void
);
void (* _gimp_reserved9) (
void
);
}
No description available.
Class members
parent_class: GObjectClass
- No description available.
name: const gchar*
- No description available.
help_id: const gchar*
- No description available.
icon_name: const gchar*
- No description available.
convert_buffer: void (* convert_buffer) ( GimpColorDisplay* display, GeglBuffer* buffer, GeglRectangle* area )
- No description available.
configure: GtkWidget* (* configure) ( GimpColorDisplay* display )
- No description available.
changed: void (* changed) ( GimpColorDisplay* display )
- No description available.
_gimp_reserved0: void (* _gimp_reserved0) ( void )
- No description available.
_gimp_reserved1: void (* _gimp_reserved1) ( void )
- No description available.
_gimp_reserved2: void (* _gimp_reserved2) ( void )
- No description available.
_gimp_reserved3: void (* _gimp_reserved3) ( void )
- No description available.
_gimp_reserved4: void (* _gimp_reserved4) ( void )
- No description available.
_gimp_reserved5: void (* _gimp_reserved5) ( void )
- No description available.
_gimp_reserved6: void (* _gimp_reserved6) ( void )
- No description available.
_gimp_reserved7: void (* _gimp_reserved7) ( void )
- No description available.
_gimp_reserved8: void (* _gimp_reserved8) ( void )
- No description available.
_gimp_reserved9: void (* _gimp_reserved9) ( void )
- No description available.
Virtual methods
GimpUi.ColorDisplayClass.configure
Creates a configuration widget for display
which can be added to a
container widget.
since: 2.0