#include <FdMainWindow.hpp>
Protected Member Functions |
void | closeEvent (QCloseEvent *event) |
Detailed Description
Definition at line 38 of file FdMainWindow.hpp.
Constructor & Destructor Documentation
FdMainWindow::FdMainWindow |
( |
QWidget * |
parent = 0 | ) |
|
Member Function Documentation
void FdMainWindow::activeTabChanged |
( |
TabRole |
role = TabRole(0) , |
|
|
QAction * |
undo = new QAction(0) , |
|
|
QAction * |
redo = new QAction(0) , |
|
|
bool |
windowModified = false |
|
) |
| |
void FdMainWindow::addSubWindow |
( |
FdSubWindow * |
subwindow | ) |
|
|
slot |
Adds a new FdSubWindow subwindow instance to the mdiArea.
Catches FdDialogBookkeepingProperties::accepted() signal.
Definition at line 444 of file FdMainWindow.cpp.
void FdMainWindow::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
protected |
Handles the close event on the window. It will first try to close each subwindow and then accept the event.
Definition at line 199 of file FdMainWindow.cpp.
QAction * FdMainWindow::createOpenRecentFileAction |
( |
QString |
file | ) |
|
|
private |
void FdMainWindow::enableRemoveAction |
( |
bool |
value = true | ) |
|
void FdMainWindow::enableSaveAction |
( |
bool |
value = true | ) |
|
void FdMainWindow::enableShowAccountAction |
( |
bool |
value = true | ) |
|
void FdMainWindow::enableShowEntryAction |
( |
bool |
value = true | ) |
|
QList< QAction * > FdMainWindow::getContextMenuActionsAccount |
( |
| ) |
const |
QList< QAction * > FdMainWindow::getContextMenuActionsCoa |
( |
| ) |
const |
QList< QAction * > FdMainWindow::getContextMenuActionsEdit |
( |
| ) |
const |
QList< QAction * > FdMainWindow::getContextMenuActionsJournal |
( |
| ) |
const |
QList< QAction * > FdMainWindow::getContextMenuActionsResults |
( |
| ) |
const |
void FdMainWindow::on_actionAbout_triggered |
( |
| ) |
|
|
privateslot |
void FdMainWindow::on_actionAddLine_triggered |
( |
| ) |
|
|
privateslot |
bool FdMainWindow::on_actionClose_triggered |
( |
| ) |
|
|
privateslot |
void FdMainWindow::on_actionCopy_triggered |
( |
| ) |
|
|
privateslot |
void FdMainWindow::on_actionCopyPreviousLine_triggered |
( |
| ) |
|
|
privateslot |
void FdMainWindow::on_actionCreateNewYear_triggered |
( |
| ) |
|
|
privateslot |
Creates a new bookkeeping based on the current data, reporting bookkeeping properties, accounts balance and results.
Definition at line 379 of file FdMainWindow.cpp.
void FdMainWindow::on_actionEditProperties_triggered |
( |
| ) |
|
|
privateslot |
void FdMainWindow::on_actionFindNext_triggered |
( |
| ) |
|
|
privateslot |
void FdMainWindow::on_actionHelp_triggered |
( |
| ) |
|
|
privateslot |
void FdMainWindow::on_actionNew_triggered |
( |
| ) |
|
|
privateslot |
void FdMainWindow::on_actionOpen_triggered |
( |
| ) |
|
|
privateslot |
void FdMainWindow::on_actionOrderByDate_triggered |
( |
| ) |
|
|
privateslot |
Catches user calls to the order by date action (used by journal).
Definition at line 398 of file FdMainWindow.cpp.
void FdMainWindow::on_actionPrint_triggered |
( |
| ) |
|
|
privateslot |
void FdMainWindow::on_actionQuit_triggered |
( |
| ) |
|
|
privateslot |
void FdMainWindow::on_actionRecomputeAll_triggered |
( |
| ) |
|
|
privateslot |
void FdMainWindow::on_actionRemoveSelected_triggered |
( |
| ) |
|
|
privateslot |
void FdMainWindow::on_actionSave_triggered |
( |
| ) |
|
|
privateslot |
void FdMainWindow::on_actionSaveAs_triggered |
( |
| ) |
|
|
slot |
void FdMainWindow::on_actionShowAccount_triggered |
( |
| ) |
|
|
privateslot |
void FdMainWindow::on_actionShowEntry_triggered |
( |
| ) |
|
|
privateslot |
void FdMainWindow::open |
( |
QString |
filePath | ) |
|
|
privateslot |
void FdMainWindow::openRecentFile |
( |
| ) |
|
|
privateslot |
void FdMainWindow::setDockText |
( |
QString |
text = "" | ) |
|
void FdMainWindow::subwindowAboutToClose |
( |
| ) |
|
Deactives windows actions, case all windows are closed.
Definition at line 539 of file FdMainWindow.cpp.
void FdMainWindow::updateOpenRecentFileActions |
( |
QString |
file | ) |
|
|
private |
Member Data Documentation
TabRole FdMainWindow::mActiveTab |
|
private |
QList<QAction*> FdMainWindow::mContextMenuActionsAccount |
|
private |
QList<QAction*> FdMainWindow::mContextMenuActionsCoa |
|
private |
QList<QAction*> FdMainWindow::mContextMenuActionsEdit |
|
private |
QList<QAction*> FdMainWindow::mContextMenuActionsJournal |
|
private |
QList<QAction*> FdMainWindow::mContextMenuActionsResults |
|
private |
QList<QAction*> FdMainWindow::mRecentOpenedFiles |
|
private |
The documentation for this class was generated from the following files: