GnuCash  5.6-150-g038405b370+
Data Structures | Functions

Functions providing a register page filter for the GnuCash UI. More...

#include <gtk/gtk.h>
#include "gnc-split-reg.h"
#include "gnc-plugin-page.h"
#include <stdbool.h>

Go to the source code of this file.

Data Structures

struct  FilterData
 

Functions

void gnc_ppr_filter_set_tooltip (GncPluginPage *plugin_page, FilterData *fd)
 This function is used to update the tooltip shown in the register which shows a summary of the current filter. More...
 
void gnc_ppr_filter_clear_current_filter (GncPluginPage *plugin_page)
 This function is used to clear the current filter so that a specific split can be shown in the register. More...
 
void gnc_ppr_filter_update_register (GncPluginPage *plugin_page)
 This function is called to update the register. More...
 
void gnc_ppr_filter_by (GncPluginPage *plugin_page, Query *query, FilterData *fd, bool show_save_button)
 This function is called for the filter dialog. More...
 

Detailed Description

Functions providing a register page filter for the GnuCash UI.

Functions providing a register page sort for the GnuCash UI.

Author
Copyright (C) 2026 Bob Fewell

Definition in file gnc-plugin-page-register-filter.hpp.