#include <kscheduledview.h>
Inheritance diagram for KScheduledView:


Public Slots | |
| void | slotSelectSchedule (const QCString &schedule) |
| void | slotReloadView (void) |
Signals | |
| void | scheduleSelected (const MyMoneySchedule &schedule) |
| void | openContextMenu (void) |
| void | enterSchedule (void) |
| void | editSchedule (void) |
Public Member Functions | |
| KScheduledView (QWidget *parent=0, const char *name=0) | |
| ~KScheduledView () | |
| void | show () |
Protected Slots | |
| void | slotListViewContextMenu (KListView *view, QListViewItem *item, const QPoint &pos) |
| void | slotListItemExecuted (QListViewItem *, const QPoint &, int) |
| void | slotAccountActivated (int) |
| void | slotListViewCollapsed (QListViewItem *item) |
| void | slotListViewExpanded (QListViewItem *item) |
| void | slotBriefEnterClicked (const MyMoneySchedule &schedule, const QDate &) |
| void | slotTimerDone (void) |
| void | slotSetSelectedItem (QListViewItem *item) |
| void | slotRearrange (void) |
Private Member Functions | |
| void | readConfig (void) |
| Read config file. | |
| void | writeConfig (void) |
| Write config file. | |
| void | refresh (bool full=true, const QCString schedId=QCString()) |
Private Attributes | |
| QCString | m_selectedSchedule |
| The selected schedule id in the list view. | |
| KPopupMenu * | m_kaccPopup |
| QCStringList | m_filterAccounts |
| bool | m_openBills |
| bool | m_openDeposits |
| bool | m_openTransfers |
| bool | m_openLoans |
| bool | m_needReload |
| KListViewSearchLineWidget * | m_searchWidget |
|
||||||||||||
|
Standard constructor for QWidgets. |
|
|
Standard destructor. |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Refresh the view. |
|
|
|
|
|
Called by KMyMoneyView. |
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
Shows the context menu when the user right clicks or presses a 'windows' key when an item is selected.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Loads the accounts into the combo box. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Search widget for the list |
|
|
|
1.4.1