#include <accountingrecordwidget.h>

Public Slots | |
| void | saveBeforeActualizingAccounts () |
Signals | |
| void | finishAccountingRecord () |
| void | backToAccountingRecord () |
| void | beginToValidate (DataExercise *, AccountingInformation *, QList< AccountingInformation > *, QList< AccountingInformation > *) |
| void | actualizeAccountsAfterSaving () |
| void | changeState (QString, int, DataExerciseStatus) |
| void | forwardErrorMesssage (QString) |
Public Member Functions | |
| AccountingRecordWidget (QWidget *parent=0) | |
| void | setSettings (Settings *settings) |
| void | makeWidgetForExercise (bool editable, AccountModel *model, DataExercise *exercise) |
| void | makeWidgetForTask (bool editable, AccountModel *model, DataExercise *exercise, bool showSolution=false) |
| void | makeWidgetForPrinter (AccountModel *model, DataExercise *exercise, bool editable) |
| void | makeButtonRow (int type) |
| void | setShowSolution (bool showSolution) |
| void | setAccountingTable (AccountModel *model) |
| void | deleteWidget () |
| QVBoxLayout * | accountingRecordLayout () |
| QList< AccountingRecord * > | accountingRecordList () |
Definition at line 17 of file accountingrecordwidget.h.
| AccountingRecordWidget::AccountingRecordWidget | ( | QWidget * | parent = 0 |
) |
| QVBoxLayout* AccountingRecordWidget::accountingRecordLayout | ( | ) | [inline] |
Definition at line 51 of file accountingrecordwidget.h.
| QList<AccountingRecord *> AccountingRecordWidget::accountingRecordList | ( | ) | [inline] |
Definition at line 53 of file accountingrecordwidget.h.
| void AccountingRecordWidget::actualizeAccountsAfterSaving | ( | ) | [signal] |

| void AccountingRecordWidget::backToAccountingRecord | ( | ) | [signal] |

| void AccountingRecordWidget::beginToValidate | ( | DataExercise * | , | |
| AccountingInformation * | , | |||
| QList< AccountingInformation > * | , | |||
| QList< AccountingInformation > * | ||||
| ) | [signal] |

| void AccountingRecordWidget::changeState | ( | QString | , | |
| int | , | |||
| DataExerciseStatus | ||||
| ) | [signal] |
| void AccountingRecordWidget::deleteWidget | ( | ) |
Definition at line 275 of file accountingrecordwidget.cpp.
| void AccountingRecordWidget::finishAccountingRecord | ( | ) | [signal] |

| void AccountingRecordWidget::forwardErrorMesssage | ( | QString | ) | [signal] |
| void AccountingRecordWidget::makeButtonRow | ( | int | type | ) |
Definition at line 33 of file accountingrecordwidget.cpp.


| void AccountingRecordWidget::makeWidgetForExercise | ( | bool | editable, | |
| AccountModel * | model, | |||
| DataExercise * | exercise | |||
| ) |
Definition at line 122 of file accountingrecordwidget.cpp.

| void AccountingRecordWidget::makeWidgetForPrinter | ( | AccountModel * | model, | |
| DataExercise * | exercise, | |||
| bool | editable | |||
| ) |
Definition at line 171 of file accountingrecordwidget.cpp.


| void AccountingRecordWidget::makeWidgetForTask | ( | bool | editable, | |
| AccountModel * | model, | |||
| DataExercise * | exercise, | |||
| bool | showSolution = false | |||
| ) |
Definition at line 148 of file accountingrecordwidget.cpp.

| void AccountingRecordWidget::saveBeforeActualizingAccounts | ( | ) | [slot] |
Definition at line 229 of file accountingrecordwidget.cpp.

| void AccountingRecordWidget::setAccountingTable | ( | AccountModel * | model | ) | [inline] |
Definition at line 49 of file accountingrecordwidget.h.
| void AccountingRecordWidget::setSettings | ( | Settings * | settings | ) |
Definition at line 28 of file accountingrecordwidget.cpp.

| void AccountingRecordWidget::setShowSolution | ( | bool | showSolution | ) | [inline] |
Definition at line 47 of file accountingrecordwidget.h.
1.5.9