#include <user-notification.h>


Public Member Functions | |
| UserNotification () | |
| void | updateProcessView (bool mc) |
| void | send () |
| virtual void | run () |
Public Attributes | |
| QString | status |
| int | status_time |
| QString | title |
| QString | error |
| bool | update_item_list |
A user notification can contain information for dialog boxes and status messages. It can also contain a flag that updates the status bar if needed. To use it you should always use a new operator and never take the address of a temporary or static notification. The reason is that the notification itself is deleted by the receiver at arrival.
| UserNotification::UserNotification | ( | ) |
| void UserNotification::run | ( | ) | [virtual] |
Implements BpmDjEvent.
References error, selector, status, status_time, title, update_item_list, SongSelectorLogic::updateItemList(), and SongSelectorLogic::updateProcessView().
| void UserNotification::send | ( | ) |
Referenced by ActiveExistenceScanner::thunk().
| void UserNotification::updateProcessView | ( | bool | mc | ) |
| QString UserNotification::error |
Referenced by run().
| QString UserNotification::status |
Referenced by run(), and ActiveExistenceScanner::thunk().
Referenced by run().
| QString UserNotification::title |
Referenced by run().
Referenced by run(), and ActiveExistenceScanner::thunk().
1.6.2