Krita Source Code Documentation
Loading...
Searching...
No Matches
KoZoomToolWidget.h
Go to the documentation of this file.
1
/* This file is part of the KDE project
2
* SPDX-FileCopyrightText: 2008 Martin Pfeiffer <hubipete@gmx.net>
3
*
4
* SPDX-License-Identifier: LGPL-2.0-or-later
5
*/
6
#ifndef KOZOOMTOOLWIDGET_H
7
#define KOZOOMTOOLWIDGET_H
8
9
#include <QWidget>
10
#include <QPixmap>
11
#include "ui_KoZoomToolWidget.h"
12
13
class
KoZoomTool
;
14
15
class
KoZoomToolWidget
:
public
QWidget, Ui::ZoomToolWidget
16
{
17
Q_OBJECT
18
public
:
19
explicit
KoZoomToolWidget
(
KoZoomTool
* tool, QWidget *parent = 0);
20
~KoZoomToolWidget
()
override
;
21
22
private
Q_SLOTS:
23
void
changeZoomMode
();
24
private
:
25
KoZoomTool
*
m_tool
;
26
};
27
28
#endif
KoZoomToolWidget
Definition
KoZoomToolWidget.h:16
KoZoomToolWidget::m_tool
KoZoomTool * m_tool
Definition
KoZoomToolWidget.h:25
KoZoomToolWidget::~KoZoomToolWidget
~KoZoomToolWidget() override
Definition
KoZoomToolWidget.cpp:30
KoZoomToolWidget::changeZoomMode
void changeZoomMode()
Definition
KoZoomToolWidget.cpp:34
KoZoomToolWidget::KoZoomToolWidget
KoZoomToolWidget(KoZoomTool *tool, QWidget *parent=0)
Definition
KoZoomToolWidget.cpp:13
KoZoomTool
Definition
KoZoomTool.h:21
libs
flake
tools
KoZoomToolWidget.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52