controlpanelui/src/cpplugins/profileactivatorplugin/src/cpprofileactivatordialog.h
changeset 24 f5dfdd5e4a1b
parent 14 23411a3be0db
equal deleted inserted replaced
17:4a9568303383 24:f5dfdd5e4a1b
    22 #include <QPointer>
    22 #include <QPointer>
    23 class HbRadioButtonList;
    23 class HbRadioButtonList;
    24 class HbDataFormModelItem;
    24 class HbDataFormModelItem;
    25 class CpProfileActivatorEntryItem;
    25 class CpProfileActivatorEntryItem;
    26 class CpSettingFormItemData;
    26 class CpSettingFormItemData;
       
    27 class QGraphicsLinearLayout;
       
    28 class QGraphicsWidget;
       
    29 class HbLabel;
    27 
    30 
    28 class CpProfileActivatorDialog: public HbDialog
    31 class CpProfileActivatorDialog: public HbDialog
    29 {
    32 {
    30     Q_OBJECT
    33     Q_OBJECT
    31 public:
    34 public:
    42     HbRadioButtonList *mProfileList;
    45     HbRadioButtonList *mProfileList;
    43     CpSettingFormItemData *mProfileActivator;
    46     CpSettingFormItemData *mProfileActivator;
    44     QPointer<HbAction> mConfirmProfile;
    47     QPointer<HbAction> mConfirmProfile;
    45     QPointer<HbAction> mCancelProfile;
    48     QPointer<HbAction> mCancelProfile;
    46     QList<ProfileWrapperProfileId> mProfileIds;
    49     QList<ProfileWrapperProfileId> mProfileIds;
       
    50     QGraphicsLinearLayout *mLayout;
       
    51     QGraphicsWidget *mContentWidget;
       
    52     HbLabel *mTitleLabel;
    47 };
    53 };
    48 #endif
    54 #endif