kplato
KPlato::Accounts Class Reference
#include <kptaccount.h>
Detailed Description
Accounts administrates all accounts.Definition at line 179 of file kptaccount.h.
Public Member Functions | |
| Accounts (Project &project) | |
| Account * | defaultAccount () const |
| void | setDefaultAccount (Account *account) |
| EffortCostMap | plannedCost (const Account &account, const QDate &start, const QDate &end) |
| void | clear () |
| void | append (Account *account) |
| void | take (Account *account) |
| bool | load (QDomElement &element, const Project &project) |
| void | save (QDomElement &element) const |
| QStringList | costElements () const |
| QStringList | nameList () const |
| const AccountList & | accountList () const |
| Account * | findRunningAccount (const Node &node) const |
| Account * | findStartupAccount (const Node &node) const |
| Account * | findShutdownAccount (const Node &node) const |
| Account * | findAccount (const QString &id) const |
| bool | insertId (const Account *account) |
| bool | removeId (const QString &id) |
| void | accountDeleted (Account *account) |
| void | printDebug (QString indent) |
The documentation for this class was generated from the following files:

