GnuCash c935c2f+
Loading...
Searching...
No Matches
Data Fields
GNCImportMainMatcher Struct Reference

Data Fields

GtkWidget * main_widget
 
GtkTreeView * view
 
GNCImportSettings * user_settings
 
int selected_row
 
bool dark_theme
 
GNCTransactionProcessedCB transaction_processed_cb
 
gpointer user_data
 
GNCImportPendingMatches * pending_matches
 
GtkTreeViewColumn * account_column
 
GtkTreeViewColumn * memo_column
 
GtkWidget * show_account_column
 
GtkWidget * show_matched_info
 
GtkWidget * append_text
 
GtkWidget * reconcile_after_close
 
bool add_toggled
 
gint id
 
GSList * temp_trans_list
 
GHashTable * acct_id_hash
 
GSList * edited_accounts
 
bool can_edit_desc
 
bool can_edit_notes
 
bool can_edit_memo
 
GHashTable * desc_hash
 
GHashTable * notes_hash
 
GHashTable * memo_hash
 
GList * new_strings
 
StrStrMap colormap
 

Detailed Description

Definition at line 71 of file import-main-matcher.cpp.

Field Documentation

◆ account_column

GtkTreeViewColumn* GNCImportMainMatcher::account_column

Definition at line 81 of file import-main-matcher.cpp.

◆ acct_id_hash

GHashTable* GNCImportMainMatcher::acct_id_hash

Definition at line 90 of file import-main-matcher.cpp.

◆ add_toggled

bool GNCImportMainMatcher::add_toggled

Definition at line 87 of file import-main-matcher.cpp.

◆ append_text

GtkWidget* GNCImportMainMatcher::append_text

Definition at line 85 of file import-main-matcher.cpp.

◆ can_edit_desc

bool GNCImportMainMatcher::can_edit_desc

Definition at line 94 of file import-main-matcher.cpp.

◆ can_edit_memo

bool GNCImportMainMatcher::can_edit_memo

Definition at line 96 of file import-main-matcher.cpp.

◆ can_edit_notes

bool GNCImportMainMatcher::can_edit_notes

Definition at line 95 of file import-main-matcher.cpp.

◆ colormap

StrStrMap GNCImportMainMatcher::colormap

Definition at line 103 of file import-main-matcher.cpp.

◆ dark_theme

bool GNCImportMainMatcher::dark_theme

Definition at line 77 of file import-main-matcher.cpp.

◆ desc_hash

GHashTable* GNCImportMainMatcher::desc_hash

Definition at line 98 of file import-main-matcher.cpp.

◆ edited_accounts

GSList* GNCImportMainMatcher::edited_accounts

Definition at line 91 of file import-main-matcher.cpp.

◆ id

gint GNCImportMainMatcher::id

Definition at line 88 of file import-main-matcher.cpp.

◆ main_widget

GtkWidget* GNCImportMainMatcher::main_widget

Definition at line 73 of file import-main-matcher.cpp.

◆ memo_column

GtkTreeViewColumn* GNCImportMainMatcher::memo_column

Definition at line 82 of file import-main-matcher.cpp.

◆ memo_hash

GHashTable* GNCImportMainMatcher::memo_hash

Definition at line 100 of file import-main-matcher.cpp.

◆ new_strings

GList* GNCImportMainMatcher::new_strings

Definition at line 102 of file import-main-matcher.cpp.

◆ notes_hash

GHashTable* GNCImportMainMatcher::notes_hash

Definition at line 99 of file import-main-matcher.cpp.

◆ pending_matches

GNCImportPendingMatches* GNCImportMainMatcher::pending_matches

Definition at line 80 of file import-main-matcher.cpp.

◆ reconcile_after_close

GtkWidget* GNCImportMainMatcher::reconcile_after_close

Definition at line 86 of file import-main-matcher.cpp.

◆ selected_row

int GNCImportMainMatcher::selected_row

Definition at line 76 of file import-main-matcher.cpp.

◆ show_account_column

GtkWidget* GNCImportMainMatcher::show_account_column

Definition at line 83 of file import-main-matcher.cpp.

◆ show_matched_info

GtkWidget* GNCImportMainMatcher::show_matched_info

Definition at line 84 of file import-main-matcher.cpp.

◆ temp_trans_list

GSList* GNCImportMainMatcher::temp_trans_list

Definition at line 89 of file import-main-matcher.cpp.

◆ transaction_processed_cb

GNCTransactionProcessedCB GNCImportMainMatcher::transaction_processed_cb

Definition at line 78 of file import-main-matcher.cpp.

◆ user_data

gpointer GNCImportMainMatcher::user_data

Definition at line 79 of file import-main-matcher.cpp.

◆ user_settings

GNCImportSettings* GNCImportMainMatcher::user_settings

Definition at line 75 of file import-main-matcher.cpp.

◆ view

GtkTreeView* GNCImportMainMatcher::view

Definition at line 74 of file import-main-matcher.cpp.


The documentation for this struct was generated from the following file: