equal
deleted
inserted
replaced
26 #ifndef HBDIALOG_H |
26 #ifndef HBDIALOG_H |
27 #define HBDIALOG_H |
27 #define HBDIALOG_H |
28 |
28 |
29 #include <hbglobal.h> |
29 #include <hbglobal.h> |
30 #include <hbpopup.h> |
30 #include <hbpopup.h> |
31 #include <hbstyleoptionpopup.h> |
|
32 |
31 |
33 class HbAction; |
32 class HbAction; |
34 class HbDialogPrivate; |
33 class HbDialogPrivate; |
35 |
34 |
36 class HB_CORE_EXPORT HbDialog : public HbPopup |
35 class HB_CORE_EXPORT HbDialog : public HbPopup |
55 |
54 |
56 enum { Type = Hb::ItemType_Dialog }; // TODO: Hb::ItemType_Dialog |
55 enum { Type = Hb::ItemType_Dialog }; // TODO: Hb::ItemType_Dialog |
57 int type() const { return Type; } |
56 int type() const { return Type; } |
58 |
57 |
59 public slots: |
58 public slots: |
60 HbAction *exec(); |
|
61 void open( QObject* receiver = 0, const char* member = 0 ); |
59 void open( QObject* receiver = 0, const char* member = 0 ); |
62 |
60 |
63 signals: |
61 signals: |
64 void finished(HbAction*); |
62 void finished(HbAction*); |
65 |
63 |