Definition at line 225 of file gnucash.cpp.
◆ Gnucash()
| Gnucash::Gnucash::Gnucash |
( |
const char * |
app_name | ) |
|
Definition at line 240 of file gnucash.cpp.
241{
242 configure_program_options();
243}
◆ parse_command_line()
| void Gnucash::Gnucash::parse_command_line |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 247 of file gnucash.cpp.
248{
249 Gnucash::CoreApp::parse_command_line (argc, argv);
250}
◆ start()
| int Gnucash::Gnucash::start |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 267 of file gnucash.cpp.
268{
269 Gnucash::CoreApp::start();
270
271
272
273 gnc_module_system_init();
274
276
278 m_nofile,
279 m_file_to_load ? m_file_to_load->c_str() : ""};
280 scm_boot_guile (argc, argv, scm_run_gnucash, &user_file_spec);
281
282 return 0;
283}
GncMainWindow * gnc_gui_init(void)
Initialize the gnucash gui.
The documentation for this class was generated from the following file: