Home
last modified time | relevance | path

Searched refs:WebShape (Results 1 – 7 of 7) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/braindump/plugins/webshape/
H A DWebShape.cpp43 WebShape::~WebShape() in ~WebShape()
47 void WebShape::paint(QPainter &painter, in paint()
107 const QUrl &WebShape::url() in url()
123 void WebShape::loadFinished(bool) in loadFinished()
133 void WebShape::updateCache() in updateCache()
139 bool WebShape::isCached() const in isCached()
144 void WebShape::setCached(bool _cache) in setCached()
176 void WebShape::zoomOf(qreal z) in zoomOf()
182 QPointF WebShape::scroll() const in scroll()
192 qreal WebShape::zoom() const in zoom()
[all …]
H A DWebToolWidget.cpp38 …ChangeUrl(WebShape* shape, const QUrl& newUrl) : m_shape(shape), m_newUrl(newUrl), m_oldUrl(shape-… in ChangeUrl()
47 WebShape *m_shape;
55 ChangeCached(WebShape* shape) : m_shape(shape) { in ChangeCached()
70 WebShape *m_shape;
79 connect(m_tool, SIGNAL(shapeChanged(WebShape*)), SLOT(open(WebShape*))); in WebToolWidget()
88 void WebToolWidget::open(WebShape *shape) in open()
125 WebShape* WebToolWidget::shape() in shape()
H A DWebTool.cpp38 …ChangeScroll(WebShape* shape, const QPointF& oldScroll) : m_shape(shape), m_newScroll(shape->scrol… in ChangeScroll()
49 WebShape *m_shape;
57 …ChangeZoom(WebShape* shape, qreal oldZoom) : m_shape(shape), m_newZoom(shape->zoom()), m_oldZoom(o… in ChangeZoom()
68 WebShape *m_shape;
86 m_currentShape = dynamic_cast<WebShape*>(shape); in activate()
106 WebShape *hit = 0; in mousePressEvent()
111 hit = dynamic_cast<WebShape*>(shape); in mousePressEvent()
H A DWebToolWidget.h28 class WebShape; variable
37 void open(WebShape *shape);
42 WebShape *shape();
47 WebShape *m_shape;
H A DWebShapeFactory.cpp44 WebShape* fooShape = new WebShape(); in createDefaultShape()
53 WebShape* fooShape = new WebShape(); in createShape()
H A DWebTool.h27 class WebShape; variable
50 void shapeChanged(WebShape*);
55 WebShape* m_currentShape;
H A DWebShape.h30 class WebShape : public QObject, public KoShape
34 WebShape();
35 ~WebShape();