GnuCashew ~ GnuCash Enabled Web
GCW
|
#include <Engine.h>
Public Member Functions | |
Engine () | |
bool | open (const std::string &_filePath) |
Open the Database. More... | |
bool | isOpen () |
Is Database Open. More... | |
bool | hasGnucashewExtensions () |
Database has Gnucashew Extensions. More... | |
GCW::Eng::Accounts & | accounts () |
Private Attributes | |
GCW::Eng::Accounts | m_accounts |
GCW::Eng::Engine::Engine | ( | ) |
Definition at line 12 of file Engine.cpp.
|
inline |
Definition at line 37 of file Engine.h.
References m_accounts.
bool GCW::Eng::Engine::hasGnucashewExtensions | ( | ) |
Database has Gnucashew Extensions.
Definition at line 37 of file Engine.cpp.
bool GCW::Eng::Engine::isOpen | ( | ) |
Is Database Open.
Definition at line 30 of file Engine.cpp.
bool GCW::Eng::Engine::open | ( | const std::string & | _filePath | ) |
|
private |
Definition at line 41 of file Engine.h.
Referenced by accounts().