src/hbcore/core/hbinstance.h
changeset 5 627c4a0fd0e7
parent 2 06ff229162e9
child 21 4633027730f5
equal deleted inserted replaced
3:11d3954df52a 5:627c4a0fd0e7
    43 
    43 
    44 class HB_CORE_EXPORT HbInstance
    44 class HB_CORE_EXPORT HbInstance
    45 {
    45 {
    46 public:
    46 public:
    47     static HbInstance *instance();
    47     static HbInstance *instance();
    48     
    48 
    49     QList<HbMainWindow *> allMainWindows() const;
    49     QList<HbMainWindow *> allMainWindows() const;
    50 
    50 
    51     HbStyle *style() const;
    51     HbStyle *style() const;
    52     HbTheme *theme() const;
    52     HbTheme *theme() const;
    53 
    53 
    60     Q_DISABLE_COPY(HbInstance)
    60     Q_DISABLE_COPY(HbInstance)
    61     HbInstance();
    61     HbInstance();
    62     ~HbInstance();
    62     ~HbInstance();
    63 
    63 
    64     friend class HbInstancePrivate;
    64     friend class HbInstancePrivate;
    65     HbInstancePrivate * const d;
    65     HbInstancePrivate *const d;
    66 };
    66 };
    67 
    67 
    68 #endif // HBINSTANCE_H
    68 #endif // HBINSTANCE_H