gschem

x_preview.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _PreviewClass
struct  _Preview

Defines

#define TYPE_PREVIEW   (preview_get_type())
#define PREVIEW(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_PREVIEW, Preview))
#define PREVIEW_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_PREVIEW, PreviewClass))
#define IS_PREVIEW(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_PREVIEW))

Typedefs

typedef struct _PreviewClass PreviewClass
typedef struct _Preview Preview

Functions

GType preview_get_type (void)

Define Documentation

#define TYPE_PREVIEW   (preview_get_type())

Definition at line 30 of file x_preview.h.

#define PREVIEW (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_PREVIEW, Preview))

Definition at line 31 of file x_preview.h.

#define PREVIEW_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_PREVIEW, PreviewClass))

Definition at line 32 of file x_preview.h.

#define IS_PREVIEW (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_PREVIEW))

Definition at line 33 of file x_preview.h.


Typedef Documentation

typedef struct _PreviewClass PreviewClass

Definition at line 36 of file x_preview.h.

typedef struct _Preview Preview

Definition at line 37 of file x_preview.h.


Function Documentation

GType preview_get_type ( void  )

Definition at line 268 of file x_preview.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines