|
MagicSmoke
$VERSION$
|
Main Overview Window: cart tab. More...
#include <carttab.h>
Public Slots | |
| void | eventOrderTicket () |
| order ticket from event tab More... | |
| void | eventOrderTicket (qint64, qint64) |
| order ticket from event tab More... | |
| void | updateShipping () |
| update shipping info More... | |
Signals | |
| int | currentEventId () |
| must be connected to the slot in the event tab: returns the currently selected event ID More... | |
| QString | currentEventStart () |
| must be connected to the slot in the event tab: returns the currently selected event start time (as string) More... | |
| QString | currentEventTitle () |
| must be connected to the slot in the event tab: returns the currently selected event title More... | |
| void | getEventId (int &, bool &) |
| select an event More... | |
| void | requestFocus () |
| emitted when the cart tab wants focus because something important changed More... | |
Public Member Functions | |
| MCartTab (QString) | |
| construct the window with QSettings-key for current profile More... | |
| ~MCartTab () | |
| destructs the tab More... | |
| QList< QMenu * > | menu () |
| creates the menu for this tab More... | |
Main Overview Window: cart tab.
| MCartTab::MCartTab | ( | QString | pk | ) |
construct the window with QSettings-key for current profile
References req, and updateShipping().
| MCartTab::~MCartTab | ( | ) |
destructs the tab
|
signal |
must be connected to the slot in the event tab: returns the currently selected event ID
Referenced by eventOrderTicket().
|
signal |
must be connected to the slot in the event tab: returns the currently selected event start time (as string)
|
signal |
must be connected to the slot in the event tab: returns the currently selected event title
|
slot |
order ticket from event tab
References currentEventId(), and requestFocus().
|
slot |
order ticket from event tab
References requestFocus().
|
signal |
select an event
| QList< QMenu * > MCartTab::menu | ( | ) |
creates the menu for this tab
References updateShipping().
|
signal |
emitted when the cart tab wants focus because something important changed
Referenced by eventOrderTicket().
|
slot |
update shipping info
References MSInterface::checkFlags(), MTGetAllShipping::getshipping(), MSInterface::instance(), MTGetAllShipping::query(), SHIPPING_IDROLE, and SHIPPING_PRICEROLE.
Referenced by MOverview::editShipping(), MCartTab(), menu(), and MOverview::refreshData().