Go to the documentation of this file.
23#ifndef SVGZoomAndPan_h
24#define SVGZoomAndPan_h
28#include "xml/Document.h"
37 enum SVGZoomAndPanType {
38 SVG_ZOOMANDPAN_UNKNOWN = 0,
39 SVG_ZOOMANDPAN_DISABLE = 1,
40 SVG_ZOOMANDPAN_MAGNIFY = 2
44 virtual ~SVGZoomAndPan();
46 unsigned short zoomAndPan()
const;
47 virtual void setZoomAndPan(
unsigned short zoomAndPan);
49 bool parseMappedAttribute(MappedAttribute*);
50 bool isKnownAttribute(
const QualifiedName&);
52 bool parseZoomAndPan(
const UChar*& start,
const UChar* end);
55 unsigned short m_zoomAndPan;
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on
by
doxygen 1.15.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.