pcb 4.1.1
An interactive printed circuit board layout editor.
|
Go to the source code of this file.
Data Structures | |
struct | _GhidLibraryWindowClass |
struct | _GhidLibraryWindow |
Defines | |
#define | GHID_TYPE_LIBRARY_WINDOW (ghid_library_window_get_type()) |
#define | GHID_LIBRARY_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GHID_TYPE_LIBRARY_WINDOW, GhidLibraryWindow)) |
#define | GHID_LIBRARY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GHID_TYPE_LIBRARY_WINDOW, GhidLibraryWindowClass)) |
#define | GHID_IS_LIBRARY_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GHID_TYPE_LIBRARY_WINDOW)) |
#define | GHID_GET_LIBRARY_WINDOW_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GHID_TYPE_LIBRARY, GhidLibraryWindowClass)) |
Typedefs | |
typedef struct _GhidLibraryWindowClass | GhidLibraryWindowClass |
typedef struct _GhidLibraryWindow | GhidLibraryWindow |
Functions | |
GType | ghid_library_window_get_type (void) |
#define GHID_GET_LIBRARY_WINDOW_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GHID_TYPE_LIBRARY, GhidLibraryWindowClass)) |
Definition at line 33 of file gui-library-window.h.
#define GHID_IS_LIBRARY_WINDOW | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GHID_TYPE_LIBRARY_WINDOW)) |
Definition at line 32 of file gui-library-window.h.
Referenced by lib_model_filter_visible_func().
#define GHID_LIBRARY_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GHID_TYPE_LIBRARY_WINDOW, GhidLibraryWindowClass)) |
Definition at line 31 of file gui-library-window.h.
#define GHID_LIBRARY_WINDOW | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GHID_TYPE_LIBRARY_WINDOW, GhidLibraryWindow)) |
Definition at line 30 of file gui-library-window.h.
Referenced by ghid_library_window_create(), library_window_callback_filter_button_clicked(), library_window_callback_filter_entry_changed(), library_window_constructor(), library_window_filter_timeout(), and library_window_finalize().
#define GHID_TYPE_LIBRARY_WINDOW (ghid_library_window_get_type()) |
Definition at line 29 of file gui-library-window.h.
Referenced by ghid_library_window_create().
typedef struct _GhidLibraryWindow GhidLibraryWindow |
Definition at line 36 of file gui-library-window.h.
typedef struct _GhidLibraryWindowClass GhidLibraryWindowClass |
Definition at line 35 of file gui-library-window.h.
GType ghid_library_window_get_type | ( | void | ) |
Definition at line 962 of file gui-library-window.c.
References library_window_class_init().