|
Vesna
|
#include <CardInfoFormLogic.h>


Classes | |
| class | DataClass |
| APPLICATIONTEXT INCLUDES. More... | |
Public Types | |
| enum | CardInfoCategory { CategoryPersonalInformation = 0, CategoryPurseInformation = 1, CategoryTimeTickets = 2, CategoryOneWayTickets = 3, CategoryCount = 4 } |
Public Member Functions | |
| CardInfoFormLogic () | |
| virtual | ~CardInfoFormLogic () |
| void | AddItem (CardInfoCategory category, const QString &name, const QString &value, bool separator=false) |
Public Member Functions inherited from GeneralFormLogic | |
| GeneralFormLogic () | |
| virtual | ~GeneralFormLogic () |
| template<class Ui , class Widget = QWidget> | |
| void | CreateWidget (const QString &cssFile, Ui *ui) |
Additional Inherited Members | |
Static Public Member Functions inherited from GeneralFormLogic | |
| static QString | GetStyle (const QString &styleFileName) |
| static void | LoadStyleForWidget (const QString &styleFileName, QWidget *widget) |
| static void | AdjustScrollerProperties (QWidget *widget) |
| static void | AddDropShadowEffect (QWidget *widget, const QColor &dropShadowColor=Qt::gray) |
Protected Member Functions inherited from GeneralFormLogic | |
| QWidget * | GetWidget () |
| CardInfoFormLogic::CardInfoFormLogic | ( | ) |

|
virtual |
| void CardInfoFormLogic::AddItem | ( | CardInfoFormLogic::CardInfoCategory | category, |
| const QString & | name, | ||
| const QString & | value, | ||
| bool | separator = false |
||
| ) |
1.8.8