GnuCash
5.6-150-g038405b370+
gnucash
gnome
gnc-plugin-page-invoice.h
Go to the documentation of this file.
1
/*
2
* gnc-plugin-page-invoice.h --
3
*
4
* Copyright (C) 2005,2006 David Hampton <hampton@employees.org>
5
*
6
* This program is free software; you can redistribute it and/or
7
* modify it under the terms of the GNU General Public License as
8
* published by the Free Software Foundation; either version 2 of
9
* the License, or (at your option) any later version.
10
*
11
* This program is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with this program; if not, contact:
18
*
19
* Free Software Foundation Voice: +1-617-542-5942
20
* 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652
21
* Boston, MA 02110-1301, USA gnu@gnu.org
22
*/
23
33
#ifndef __GNC_PLUGIN_PAGE_INVOICE_H
34
#define __GNC_PLUGIN_PAGE_INVOICE_H
35
36
#include <gtk/gtk.h>
37
38
#include "
Account.h
"
39
#include "
gnc-plugin-page.h
"
40
#include "dialog-invoice.h"
/* for InvoiceWindow */
41
42
G_BEGIN_DECLS
43
44
/* type macros */
45
#define GNC_TYPE_PLUGIN_PAGE_INVOICE (gnc_plugin_page_invoice_get_type ())
46
#define GNC_PLUGIN_PAGE_INVOICE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GNC_TYPE_PLUGIN_PAGE_INVOICE, GncPluginPageInvoice))
47
#define GNC_PLUGIN_PAGE_INVOICE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GNC_TYPE_PLUGIN_PAGE_INVOICE, GncPluginPageInvoiceClass))
48
#define GNC_IS_PLUGIN_PAGE_INVOICE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GNC_TYPE_PLUGIN_PAGE_INVOICE))
49
#define GNC_IS_PLUGIN_PAGE_INVOICE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GNC_TYPE_PLUGIN_PAGE_INVOICE))
50
#define GNC_PLUGIN_PAGE_INVOICE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GNC_TYPE_PLUGIN_PAGE_INVOICE, GncPluginPageInvoiceClass))
51
52
#define GNC_PLUGIN_PAGE_INVOICE_NAME "GncPluginPageInvoice"
53
54
/* typedefs & structures */
55
typedef
struct
56
{
57
GncPluginPage
gnc_plugin_page;
58
}
GncPluginPageInvoice
;
59
60
typedef
struct
61
{
62
GncPluginPageClass
gnc_plugin_page;
63
}
GncPluginPageInvoiceClass
;
64
65
/* function prototypes */
66
71
GType
gnc_plugin_page_invoice_get_type
(
void
);
72
73
83
GncPluginPage
*
gnc_plugin_page_invoice_new
(InvoiceWindow *iw);
84
85
96
void
gnc_plugin_page_invoice_update_menus
(
GncPluginPage
*page, gboolean is_posted, gboolean can_unpost);
97
98
104
void
gnc_plugin_page_invoice_update_title
(
GncPluginPage
*page);
105
106
114
InvoiceWindow *
gnc_plugin_page_invoice_get_window
(GncInvoice *invoice);
115
116
G_END_DECLS
120
#endif
/* __GNC_PLUGIN_PAGE_INVOICE_H */
121
gnc_plugin_page_invoice_get_type
GType gnc_plugin_page_invoice_get_type(void)
Retrieve the type number for an "invoice" plugin page.
GncPluginPage
The instance data structure for a content plugin.
Definition:
gnc-plugin-page.h:58
gnc_plugin_page_invoice_update_menus
void gnc_plugin_page_invoice_update_menus(GncPluginPage *page, gboolean is_posted, gboolean can_unpost)
Update the menu items associated with this invoice page.
Definition:
gnc-plugin-page-invoice.cpp:477
Account.h
Account handling public routines.
GncPluginPageClass
The class data structure for a content plugin.
Definition:
gnc-plugin-page.h:80
gnc_plugin_page_invoice_new
GncPluginPage * gnc_plugin_page_invoice_new(InvoiceWindow *iw)
Create a new "invoice" plugin page, given a pointer to an InvoiceWindow data structure.
Definition:
gnc-plugin-page-invoice.cpp:340
gnc-plugin-page.h
Functions for adding plugins to a GnuCash window.
GncPluginPageInvoiceClass
Definition:
gnc-plugin-page-invoice.h:60
GncPluginPageInvoice
Definition:
gnc-plugin-page-invoice.h:55
gnc_plugin_page_invoice_get_window
InvoiceWindow * gnc_plugin_page_invoice_get_window(GncInvoice *invoice)
Find the Invoice Window amongst the plugin pages for an Invoice, if not present return NULL...
Definition:
gnc-plugin-page-invoice.cpp:320
gnc_plugin_page_invoice_update_title
void gnc_plugin_page_invoice_update_title(GncPluginPage *page)
Update the title associated with this invoice page.
Definition:
gnc-plugin-page-invoice.cpp:1391
Generated by
1.8.14