GnuCash
5.6-150-g038405b370+
|
CSV Import Settings. More...
#include "gnc-imp-settings-csv.hpp"
#include <sstream>
#include <config.h>
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include "Account.h"
#include "gnc-state.h"
#include "gnc-ui-util.h"
#include <algorithm>
#include <iostream>
#include <string>
Go to the source code of this file.
Functions | |
bool | handle_load_error (GError **key_error, const std::string &group) |
bool | preset_is_reserved_name (const std::string &name) |
Check whether name can be used as a preset name. More... | |
std::string | get_no_settings (void) |
std::string | get_gnc_exp (void) |
std::string | get_gnc_exp_4 (void) |
CSV Import Settings.
Definition in file gnc-imp-settings-csv.cpp.
bool preset_is_reserved_name | ( | const std::string & | name | ) |
Check whether name can be used as a preset name.
The names of the internal presets are considered reserved. A preset with such a name should not be saved or deleted.
Definition at line 93 of file gnc-imp-settings-csv.cpp.