emailuis/nmailui/inc/nmeditorheader.h
changeset 65 478bc57ad291
parent 59 16ed8d08d0b1
child 74 6c59112cfd31
equal deleted inserted replaced
59:16ed8d08d0b1 65:478bc57ad291
    54         const NmId &msgPartId,
    54         const NmId &msgPartId,
    55         const QString &fileSize,
    55         const QString &fileSize,
    56         int result);
    56         int result);
    57     void setFieldVisibility(bool isVisible);
    57     void setFieldVisibility(bool isVisible);
    58     void adjustHeaderWidth();
    58     void adjustHeaderWidth();
       
    59     void repositHeader(const QTransform &transform);
    59 
    60 
    60 private:
    61 private:
    61     void loadWidgets();
    62     void loadWidgets();
    62     void createConnections();
    63     void createConnections();
    63 
    64 
    71 	void sendDelayedHeaderHeightChanged();
    72 	void sendDelayedHeaderHeightChanged();
    72     void sendHeaderHeightChanged();
    73     void sendHeaderHeightChanged();
    73     void editorContentChanged();
    74     void editorContentChanged();
    74     void attachmentActivated(int arrayIndex);
    75     void attachmentActivated(int arrayIndex);
    75     void attachmentLongPressed(int arrayIndex, QPointF point);
    76     void attachmentLongPressed(int arrayIndex, QPointF point);
    76     void repositHeader(const QPointF &scrollPosition);
       
    77 
    77 
    78 private:
    78 private:
    79     NmApplication &mApplication;
    79     NmApplication &mApplication;
    80     HbDocumentLoader* mDocumentLoader;  // Not owned
    80     HbDocumentLoader* mDocumentLoader;  // Not owned
    81     qreal mHeaderHeight;
    81     qreal mHeaderHeight;