GnuCash 2.4.99
Data Structures | Defines | Typedefs | Enumerations | Functions
gnc-plugin-page-report.c File Reference

Report page. More...

#include "config.h"
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include <glib/gstdio.h>
#include <libguile.h>
#include <sys/stat.h>
#include <errno.h>
#include "gfec.h"
#include "gnc-component-manager.h"
#include "gnc-engine.h"
#include "gnc-gconf-utils.h"
#include "gnc-gnome-utils.h"
#include "gnc-html-history.h"
#include "gnc-html.h"
#include "gnc-html-factory.h"
#include "gnc-file.h"
#include "gnc-plugin.h"
#include "gnc-plugin-page-report.h"
#include "gnc-plugin-file-history.h"
#include "gnc-report.h"
#include "gnc-session.h"
#include "gnc-ui-util.h"
#include "gnc-ui.h"
#include "gnc-window.h"
#include "guile-util.h"
#include "option-util.h"
#include "window-report.h"
#include "swig-runtime.h"
#include "app-utils/business-options.h"
#include "gnome-utils/gnc-icons.h"
#include "gnome-utils/print-session.h"

Go to the source code of this file.

Data Structures

struct  GncPluginPageReportPrivate

Defines

#define WINDOW_REPORT_CM_CLASS   "window-report"
#define GNC_PLUGIN_PAGE_REPORT_GET_PRIVATE(o)   (G_TYPE_INSTANCE_GET_PRIVATE ((o), GNC_TYPE_PLUGIN_PAGE_REPORT, GncPluginPageReportPrivate))
#define SCHEME_OPTIONS   "SchemeOptions"
#define SCHEME_OPTIONS_N   "SchemeOptions%d"
#define FUNC_NAME   "gtk_widget_destroy"
#define FUNC_NAME   "gtk_window_present"
#define GCONF_GENERAL_REPORT_PDFEXPORT   GCONF_GENERAL_REPORT "/pdf_export"
#define KVP_OWNER_EXPORT_PDF_DIRNAME   "export-pdf-directory"

Typedefs

typedef struct
GncPluginPageReportPrivate 
GncPluginPageReportPrivate

Enumerations

enum  { PROP_0, PROP_REPORT_ID }

Functions

void gnc_plugin_page_report_destroy (GncPluginPageReportPrivate *priv)
void gnc_plugin_page_report_remove_edited_report (GncPluginPageReportPrivate *priv, SCM report)
void gnc_plugin_page_report_add_edited_report (GncPluginPageReportPrivate *priv, SCM report)
void gnc_plugin_page_report_raise_editor (SCM report)
GType gnc_plugin_page_report_get_type (void)
GncPluginPagegnc_plugin_page_report_new (int reportId)
void gnc_main_window_open_report (int report_id, GncMainWindow *window)
void gnc_main_window_open_report_url (const char *url, GncMainWindow *window)

Detailed Description

Report page.

Author:
Copyright (C) 2004 Joshua Sled <jsled@asynchronous.org>
Copyright (C) 2005 David Hampton <hampton@employees.org>

Definition in file gnc-plugin-page-report.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines