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

AccountsTreeViewModel. More...

#include <AccountsTreeViewModel.h>

Inherits Wt::WStandardItemModel.

Public Member Functions

auto load (int _columnCount) -> void
 

Private Member Functions

auto load (Wt::WStandardItem *_treeItem, GCW::Dbo::Accounts::Item::Ptr _parentAccount) -> void
 

Private Attributes

int m_columnCount = -1
 

Detailed Description

AccountsTreeViewModel.

This builds a tree-type model for the Accounts to allow them to be displayed and interacted with in a WTreeView type object.

Definition at line 25 of file AccountsTreeViewModel.h.

Member Function Documentation

◆ load() [1/2]

auto GCW::Eng::AccountsTreeViewModel::load ( int  _columnCount) -> void

◆ load() [2/2]

auto GCW::Gui::AccountsTreeView::Model::load ( Wt::WStandardItem *  _treeItem,
GCW::Dbo::Accounts::Item::Ptr  _parentAccount 
) -> void
private

Member Data Documentation

◆ m_columnCount

int GCW::Eng::AccountsTreeViewModel::m_columnCount = -1
private

Definition at line 36 of file AccountsTreeViewModel.h.


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