src/hbwidgets/popups/hbnotificationdialogcontent_p.h
changeset 34 ed14f46c0e55
parent 7 923ff622b8b9
equal deleted inserted replaced
31:7516d6d86cf5 34:ed14f46c0e55
    36 { 
    36 { 
    37     Q_OBJECT
    37     Q_OBJECT
    38 
    38 
    39 public:
    39 public:
    40     HbNotificationDialogContent(QGraphicsWidget *parent = 0);
    40     HbNotificationDialogContent(QGraphicsWidget *parent = 0);
       
    41     virtual ~HbNotificationDialogContent();
    41     void setText(const QString &text);
    42     void setText(const QString &text);
    42     void setTitle(const QString &title);
    43     void setTitle(const QString &title);
    43     void setIcon(const HbIcon &icon);
    44     void setIcon(const HbIcon &icon);
    44     void setTitleTextWrapping(Hb::TextWrapping wrapping);
    45     void setTitleTextWrapping(Hb::TextWrapping wrapping);
    45     Hb::TextWrapping titleTextWrapping() const;
    46     Hb::TextWrapping titleTextWrapping() const;