GnuCash
5.6-150-g038405b370+
|
Report page. More...
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) |
GncPluginPage * | gnc_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) |
Report page.
Definition in file gnc-plugin-page-report.h.