13 #ifndef MAGICSMOKE_ENTRANCETAB_H
14 #define MAGICSMOKE_ENTRANCETAB_H
24 class QStandardItemModel;
37 QList<QMenu*>
menu()
const;
44 void entranceValidate();
58 void askForFocus(QWidget*);
65 QComboBox*entranceevent;
66 QLineEdit*entrancescan;
68 QLabel*amtotal,*amused,*amopen,*amreserved;
73 QDateTime lasteventupdate;
MEntranceTab(QString)
construct the window with web-request/session handler and QSettings-key for current profile ...
Definition: entrancetab.cpp:38
QList< QMenu * > menu() const
creates a menu for the entrance tab
Definition: entrancetab.cpp:97
while the object lives the tab handed to it is disabled, it automatically reenables when the disable ...
Definition: entrancetab.cpp:108
Main Overview Window.
Definition: entrancetab.h:29
void initialize(bool force=true)
initializes the tab
Definition: entrancetab.cpp:206
the MagicSmoke specific interface class - enhances the basic interface by some functionality needed i...
Definition: msinterface.h:29