GnuCash  5.6-150-g038405b370+
Data Structures | Macros | Functions
gnc-plugin-page-report.h File Reference

Report page. More...

#include <gtk/gtk.h>
#include "gnc-plugin.h"

Go to the source code of this file.

Data Structures

struct  GncPluginPageReport
 
struct  GncPluginPageReportClass
 

Macros

#define GNC_TYPE_PLUGIN_PAGE_REPORT   (gnc_plugin_page_report_get_type ())
 
#define GNC_PLUGIN_PAGE_REPORT(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GNC_TYPE_PLUGIN_PAGE_REPORT, GncPluginPageReport))
 
#define GNC_PLUGIN_PAGE_REPORT_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GNC_TYPE_PLUGIN_PAGE_REPORT, GncPluginPageReportClass))
 
#define GNC_IS_PLUGIN_PAGE_REPORT(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GNC_TYPE_PLUGIN_PAGE_REPORT))
 
#define GNC_IS_PLUGIN_PAGE_REPORT_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GNC_TYPE_PLUGIN_PAGE_REPORT))
 
#define GNC_PLUGIN_PAGE_REPORT_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GNC_TYPE_PLUGIN_PAGE_REPORT, GncPluginPageReportClass))
 
#define GNC_PLUGIN_PAGE_REPORT_NAME   "GncPluginPageReport"
 
#define WINDOW_REPORT_CM_CLASS   "window-report"
 

Functions

GType gnc_plugin_page_report_get_type (void)
 
GncPluginPagegnc_plugin_page_report_new (int reportId)
 
void gnc_plugin_page_report_reload (GncPluginPageReport *report)
 
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.nosp@m.@asy.nosp@m.nchro.nosp@m.nous.nosp@m..org

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