perfapps/perfmon/ui/hb/datapopup/inc/perfmondatapopupdialog_p.h
changeset 53 819e59dfc032
parent 51 b048e15729d6
equal deleted inserted replaced
52:36d60d12b4af 53:819e59dfc032
    36     Q_ENUMS(Location)
    36     Q_ENUMS(Location)
    37 
    37 
    38 public:
    38 public:
    39     enum Location
    39     enum Location
    40     {
    40     {
       
    41         LocationUndefined = -1,
    41         LocationTopRight = 0,
    42         LocationTopRight = 0,
    42         LocationBottomMiddle
    43         LocationBottomMiddle
    43     };
    44     };
    44 
    45 
    45 public:
    46 public:
    62 
    63 
    63 signals:
    64 signals:
    64     void deviceDialogClosed();
    65     void deviceDialogClosed();
    65     void deviceDialogData(QVariantMap data);
    66     void deviceDialogData(QVariantMap data);
    66 
    67 
    67 private slots:
       
    68     void reposition();
       
    69 
       
    70 private:
    68 private:
    71     Location location() const;
    69     Location location() const;
    72     void setLocation(Location location);
    70     void setLocation(Location location);
    73 
    71 
    74     QStringList lines() const;
    72     QStringList lines() const;