calendarui/views/inc/calenpluginlabel.h
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 49 5de72ea7a065
child 51 0b38fc5b94c6
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    25 class CalenPluginLabel : public HbLabel
    25 class CalenPluginLabel : public HbLabel
    26 {
    26 {
    27 	Q_OBJECT
    27 	Q_OBJECT
    28 
    28 
    29 public:
    29 public:
    30 	CalenPluginLabel(MCalenServices &services, QGraphicsItem *parent = 0);
    30 	IMPORT_C CalenPluginLabel(MCalenServices &services, QGraphicsItem *parent = 0);
    31 	~CalenPluginLabel();
    31 	IMPORT_C ~CalenPluginLabel();
    32 
    32 
    33 private:
    33 protected:
    34 	void mousePressEvent(QGraphicsSceneMouseEvent *event);
    34 	void gestureEvent(QGestureEvent *event);
       
    35 
    35 	
    36 	
    36 private:
    37 private:
    37 	MCalenServices	&mServices;
    38 	MCalenServices	&mServices;
    38 };
    39 };
    39 	
    40