| GnuCash
    5.6-150-g038405b370+
    | 
| Data Structures | |
| struct | GncPluginPageSxListPrivate | 
| struct | GncPluginPageSxList | 
| struct | GncPluginPageSxListClass | 
| Macros | |
| #define | G_LOG_DOMAIN "gnc.gui.plugin-page.sx-list" | 
| Functions providing the SX List as a plugin page.  More... | |
| #define | PLUGIN_PAGE_SX_LIST_CM_CLASS "plugin-page-sx-list" | 
| #define | STATE_SECTION "SX Transaction List" | 
| #define | GNC_PREF_DIVIDER_POS "divider-position" | 
| #define | GNC_PREF_NUM_OF_MONTHS "number-of-months" | 
| #define | GNC_PLUGIN_PAGE_SX_LIST_GET_PRIVATE(o) ((GncPluginPageSxListPrivate*)gnc_plugin_page_sx_list_get_instance_private ((GncPluginPageSxList*)o)) | 
| #define | GNC_TYPE_PLUGIN_PAGE_SX_LIST (gnc_plugin_page_sx_list_get_type ()) | 
| Functions providing a list of scheduled transactions as a plugin page.  More... | |
| #define | GNC_PLUGIN_PAGE_SX_LIST(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GNC_TYPE_PLUGIN_PAGE_SX_LIST, GncPluginPageSxList)) | 
| #define | GNC_PLUGIN_PAGE_SX_LIST_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), GNC_TYPE_PLUGIN_PAGE_SX_LIST, GncPluginPageSxListClass)) | 
| #define | GNC_IS_PLUGIN_PAGE_SX_LIST(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GNC_TYPE_PLUGIN_PAGE_SX_LIST)) | 
| #define | GNC_IS_PLUGIN_PAGE_SX_LIST_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), GNC_TYPE_PLUGIN_PAGE_SX_LIST)) | 
| #define | GNC_PLUGIN_PAGE_SX_LIST_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GNC_TYPE_PLUGIN_PAGE_SX_LIST, GncPluginPageSxListClass)) | 
| #define | GNC_PLUGIN_PAGE_SX_LIST_NAME "GncPluginPageSxList" | 
| Functions | |
| GncPluginPage * | gnc_plugin_page_sx_list_new (void) | 
| GType | gnc_plugin_page_sx_list_get_type (void) | 
| Retrieve the type number for an "sx list" plugin page.  More... | |
| #define G_LOG_DOMAIN "gnc.gui.plugin-page.sx-list" | 
Functions providing the SX List as a plugin page.
Definition at line 78 of file gnc-plugin-page-sx-list.cpp.
| #define GNC_TYPE_PLUGIN_PAGE_SX_LIST (gnc_plugin_page_sx_list_get_type ()) | 
Functions providing a list of scheduled transactions as a plugin page.
Definition at line 57 of file gnc-plugin-page-sx-list.h.
| GType gnc_plugin_page_sx_list_get_type | ( | void | ) | 
Retrieve the type number for an "sx list" plugin page.
| GncPluginPage * gnc_plugin_page_sx_list_new | ( | void | ) | 
Definition at line 157 of file gnc-plugin-page-sx-list.cpp.
 1.8.14
 1.8.14