GnuCashew ~ GnuCash Enabled Web
GCW
Public Member Functions | Private Attributes | List of all members
GCW::Eng::Engine Class Reference

#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::Accountsaccounts ()
 

Private Attributes

GCW::Eng::Accounts m_accounts
 

Detailed Description

Definition at line 13 of file Engine.h.

Constructor & Destructor Documentation

◆ Engine()

GCW::Eng::Engine::Engine ( )

Definition at line 12 of file Engine.cpp.

Member Function Documentation

◆ accounts()

GCW::Eng::Accounts& GCW::Eng::Engine::accounts ( )
inline

Definition at line 37 of file Engine.h.

References m_accounts.

◆ hasGnucashewExtensions()

bool GCW::Eng::Engine::hasGnucashewExtensions ( )

Database has Gnucashew Extensions.

Definition at line 37 of file Engine.cpp.

◆ isOpen()

bool GCW::Eng::Engine::isOpen ( )

Is Database Open.

Definition at line 30 of file Engine.cpp.

◆ open()

bool GCW::Eng::Engine::open ( const std::string &  _filePath)

Open the Database.

Definition at line 18 of file Engine.cpp.

Referenced by GCW::App::App().

Member Data Documentation

◆ m_accounts

GCW::Eng::Accounts GCW::Eng::Engine::m_accounts
private

Definition at line 41 of file Engine.h.

Referenced by accounts().


The documentation for this class was generated from the following files: