Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_zoom_button.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2016 Jouni Pentikäinen <joupent@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef _KIS_ZOOM_BUTTON_H
8
#define _KIS_ZOOM_BUTTON_H
9
10
#include "
kis_draggable_tool_button.h
"
11
12
class
KisZoomButton
:
public
KisDraggableToolButton
13
{
14
Q_OBJECT
15
public
:
16
KisZoomButton
(QWidget *parent);
17
~KisZoomButton
()
override
;
18
19
Q_SIGNALS:
20
void
zoom
(qreal delta);
21
22
private
Q_SLOTS:
23
void
slotValueChanged
(
int
value
);
24
25
};
26
27
#endif
value
float value(const T *src, size_t ch)
Definition
JPEGXLImport.cpp:93
KisDraggableToolButton
Definition
kis_draggable_tool_button.h:14
KisZoomButton
Definition
kis_zoom_button.h:13
KisZoomButton::zoom
void zoom(qreal delta)
KisZoomButton::KisZoomButton
KisZoomButton(QWidget *parent)
Definition
kis_zoom_button.cpp:13
KisZoomButton::slotValueChanged
void slotValueChanged(int value)
Definition
kis_zoom_button.cpp:23
KisZoomButton::~KisZoomButton
~KisZoomButton() override
Definition
kis_zoom_button.cpp:20
kis_draggable_tool_button.h
plugins
dockers
animation
kis_zoom_button.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52