#include <accountmodel.h>
Public Member Functions | |
| AccountModel (QList< DataTableAccount * > accounts) | |
| AccountModel (QString path) | |
| void | saveIntoProject (DataProject *project) |
| void | appendRow (QString text, QString toolTip="") |
| QString | getFullNameByNumber (int number) |
| bool | existsAccountInModel (QString name) |
| int | findText (QString text) |
| void | read (QString path) |
Definition at line 15 of file accountmodel.h.
| AccountModel::AccountModel | ( | QList< DataTableAccount * > | accounts | ) |
| AccountModel::AccountModel | ( | QString | path | ) |
| void AccountModel::appendRow | ( | QString | text, | |
| QString | toolTip = "" | |||
| ) |
| bool AccountModel::existsAccountInModel | ( | QString | name | ) |
Definition at line 43 of file accountmodel.cpp.
| int AccountModel::findText | ( | QString | text | ) |
| QString AccountModel::getFullNameByNumber | ( | int | number | ) |
Definition at line 18 of file accountmodel.cpp.
| void AccountModel::read | ( | QString | path | ) |
Definition at line 79 of file accountmodel.cpp.


| void AccountModel::saveIntoProject | ( | DataProject * | project | ) |
Definition at line 55 of file accountmodel.cpp.


1.5.9