phonebookui/pbkcommonui/inc/cntdetaileditor.h
changeset 31 2a11b5b00470
parent 27 de1630741fbe
child 46 efe85016a067
equal deleted inserted replaced
27:de1630741fbe 31:2a11b5b00470
    43     
    43     
    44 private slots:
    44 private slots:
    45     void saveChanges();
    45     void saveChanges();
    46     void discardChanges();
    46     void discardChanges();
    47     void insertField();
    47     void insertField();
    48     void handleOrientation(Qt::Orientation aOrientation);
    48     void handleItemShown(const QModelIndex& aIndex );
    49     
    49     
    50 public:
    50 public:
    51     void setViewId( int aId );
    51     void setViewId( int aId );
    52     void setHeader( QString aHeader );
    52     void setHeader( QString aHeader );
    53     void setDetails( CntDetailEditorModel* aModel, HbAbstractViewItem* aPrototype );
    53     void setDetails( CntDetailEditorModel* aModel, HbAbstractViewItem* aPrototype );
    72 #else
    72 #else
    73 private:
    73 private:
    74 #endif
    74 #endif
    75 
    75 
    76     QPointer<HbDataForm>           mDataForm;
    76     QPointer<HbDataForm>           mDataForm;
    77     QPointer<CntDetailEditorModel> mDataFormModel;
    77     CntDetailEditorModel           *mDataFormModel;
    78     QPointer<HbGroupBox>           mHeader;
    78     QPointer<HbGroupBox>           mHeader;
    79     int                            mId;
    79     int                            mId;
    80     HbView                         *mView;
    80     HbView                         *mView;
    81     HbDocumentLoader               *mLoader;   
    81     HbDocumentLoader               *mLoader;   
    82     CntAbstractViewManager         *mViewManager; // Do not own
    82     CntAbstractViewManager         *mViewManager; // Do not own
    83     CntEditorFactory               *mEditorFactory;
    83     CntEditorFactory               *mEditorFactory;
    84     HbAction                       *mSoftkey;
    84     HbAction                       *mSoftkey;
    85     HbAction                       *mCancel;
    85     HbAction                       *mCancel;
       
    86     CntViewParameters               mArgs;
    86     };
    87     };
    87 #endif /* CNTDETAILEDITOR_H_ */
    88 #endif /* CNTDETAILEDITOR_H_ */