~ubuntu-branches/ubuntu/raring/koffice/raring

« back to all changes in this revision

Viewing changes to krita/sdk/templates/filter/APPNAMELC.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-06 15:30:09 UTC
  • mfrom: (0.13.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101206153009-yf0dqbp9l7fzwxi8
Tags: 1:2.2.91-0ubuntu1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    virtual void process(const KisPaintDeviceSP src, const QPoint& srcTopLeft, KisPaintDeviceSP dst, const QPoint& dstTopLeft, const QSize& size, KisFilterConfiguration* config);
21
21
    virtual ColorSpaceIndependence colorSpaceIndependence() const { return FULLY_INDEPENDENT; }
22
22
    static inline KoID id() { return KoID("%{APPNAMELC}", i18n("%{APPNAME}")); }
23
 
    virtual bool supportsPainting() const { return true; }
24
 
    virtual bool supportsPreview() const { return true; }
25
 
    virtual bool supportsIncrementalPainting() const { return false; }
26
23
};
27
24
 
28
25
#endif