GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs | Functions
gnc-budget-view.h File Reference
#include <gtk/gtk.h>
#include "gnc-budget.h"
#include "gnc-tree-view-account.h"

Go to the source code of this file.

Macros

#define GNC_TYPE_BUDGET_VIEW   (gnc_budget_view_get_type ())
 
#define GNC_BUDGET_VIEW(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GNC_TYPE_BUDGET_VIEW, GncBudgetView))
 
#define GNC_BUDGET_VIEW_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GNC_TYPE_BUDGET_VIEW, GncBudgetViewClass))
 
#define GNC_IS_BUDGET_VIEW(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GNC_TYPE_BUDGET_VIEW))
 
#define GNC_IS_BUDGET_VIEW_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GNC_TYPE_BUDGET_VIEW))
 
#define GNC_BUDGET_VIEW_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GNC_TYPE_BUDGET_VIEW, GncBudgetViewClass))
 
#define GNC_BUDGET_VIEW_NAME   "GncBudgetView"
 

Typedefs

typedef struct _GncBudgetView GncBudgetView
 
typedef struct _GncBudgetViewClass GncBudgetViewClass
 

Functions

GType gnc_budget_view_get_type (void)
 
GncBudgetViewgnc_budget_view_new (GncBudget *budget, AccountFilterDialog *fd)
 
void gnc_budget_view_save (GncBudgetView *view, GKeyFile *key_file, const gchar *group_name)
 
void gnc_budget_view_refresh (GncBudgetView *view)
 
void gnc_budget_view_delete_budget (GncBudgetView *view)
 
gboolean gnc_budget_view_restore (GncBudgetView *view, GKeyFile *key_file, const gchar *group_name)
 
GtkTreeSelection * gnc_budget_view_get_selection (GncBudgetView *view)
 
Accountgnc_budget_view_get_account_from_path (GncBudgetView *view, GtkTreePath *path)
 
GList * gnc_budget_view_get_selected_accounts (GncBudgetView *view)