MagicSmoke  $VERSION$
MCartTab Class Reference

Main Overview Window: cart tab. More...

#include <carttab.h>

Inheritance diagram for MCartTab:

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...
 

Detailed Description

Main Overview Window: cart tab.

Constructor & Destructor Documentation

MCartTab::MCartTab ( QString  pk)

construct the window with QSettings-key for current profile

References req, and updateShipping().

MCartTab::~MCartTab ( )

destructs the tab

Member Function Documentation

int MCartTab::currentEventId ( )
signal

must be connected to the slot in the event tab: returns the currently selected event ID

Referenced by eventOrderTicket().

QString MCartTab::currentEventStart ( )
signal

must be connected to the slot in the event tab: returns the currently selected event start time (as string)

QString MCartTab::currentEventTitle ( )
signal

must be connected to the slot in the event tab: returns the currently selected event title

void MCartTab::eventOrderTicket ( )
slot

order ticket from event tab

References currentEventId(), and requestFocus().

void MCartTab::eventOrderTicket ( qint64  id,
qint64  prcid 
)
slot

order ticket from event tab

References requestFocus().

void MCartTab::getEventId ( int &  ,
bool &   
)
signal

select an event

QList< QMenu * > MCartTab::menu ( )

creates the menu for this tab

References updateShipping().

void MCartTab::requestFocus ( )
signal

emitted when the cart tab wants focus because something important changed

Referenced by eventOrderTicket().


The documentation for this class was generated from the following files: