~ubuntu-branches/ubuntu/vivid/kdesdk/vivid

« back to all changes in this revision

Viewing changes to umbrello/umbrello/widgets/notewidget.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-14 15:11:09 UTC
  • mfrom: (0.4.22)
  • Revision ID: package-import@ubuntu.com-20120614151109-t9h5vc8qga2sz5yo
Tags: 4:4.8.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    void setNoteType(NoteType noteType);
56
56
    void setNoteType(const QString& noteType);
57
57
 
58
 
    QString documentation() const;
59
 
    void setDocumentation(const QString &newText);
60
 
 
61
58
    Uml::IDType diagramLink() const;
62
59
    void setDiagramLink(Uml::IDType viewID);
63
60
 
73
70
 
74
71
protected:
75
72
    virtual UMLSceneSize minimumSize();
 
73
    virtual UMLSceneSize calculateSize();
76
74
    void drawText(QPainter * p = 0, int offsetX = 0, int offsetY = 0);
77
75
    void drawTextWordWrap(QPainter * p = 0, int offsetX = 0, int offsetY = 0);
78
76