~smartboyhw/ubuntu/raring/calligra/2.6.0-0ubuntu1

« back to all changes in this revision

Viewing changes to libs/flake/KoShapeFactoryBase.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-10-23 21:09:16 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20121023210916-m82w6zxnxhaxz7va
Tags: 1:2.5.90-0ubuntu1
* New upstream alpha release (LP: #1070436)
  - Add libkactivities-dev and libopenimageio-dev to build-depends
  - Add kubuntu_build_calligraactive.diff to build calligraactive by default
  - Add package for calligraauthor and move files that are shared between
    calligrawords and calligraauthor to calligrawords-common
* Document the patches
* Remove numbers from patches so they follow the same naming scheme as
  the rest of our patches.
* calligra-data breaks replaces krita-data (<< 1:2.5.3) (LP: #1071686)

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    QString name;       ///< The name to be shown for this template
58
58
    QString family;       ///< The family of the shape (possible values are: "funny","arrow")
59
59
    QString toolTip;    ///< The tooltip text for the template
60
 
    QString icon;       ///< Icon name
 
60
    QString iconName;       ///< Icon name
61
61
    /**
62
62
     * The properties which, when passed to the KoShapeFactoryBase::createShape() method
63
63
     * result in the shape this template represents.
155
155
     * return the basename of the icon for a selector of shapes
156
156
     * @return the basename of the icon for a selector of shapes
157
157
     */
158
 
    QString icon() const;
 
158
    QString iconName() const;
159
159
    /**
160
160
     * return the user visible (and translated) name to be seen by the user.
161
161
     * @return the user visible (and translated) name to be seen by the user.
265
265
     * @param iconName the basename (without extension) of the icon
266
266
     * @see KIconLoader
267
267
     */
268
 
    void setIcon(const QString &iconName);
 
268
    void setIconName(const char *iconName);
269
269
 
270
270
    /**
271
271
     * Set the family name of the default shape