Krita Source Code Documentation
Loading...
Searching...
No Matches
wdg_side.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2023 Srirupa Datta <srirupa.sps@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef WDG_SIDE_H
8
#define WDG_SIDE_H
9
10
#include <QWidget>
11
#include <
KoResourceBundle.h
>
12
13
namespace
Ui
{
14
class
WdgSide
;
15
}
16
17
class
WdgSide
:
public
QWidget
18
{
19
Q_OBJECT
20
21
public
:
22
explicit
WdgSide
(
KoResourceBundleSP
bundle, QWidget *parent =
nullptr
);
23
~WdgSide
();
24
25
private
:
26
Ui::WdgSide *
m_ui
;
27
28
public
Q_SLOTS:
29
void
focusLabel
(
int
id
);
30
31
private
:
32
KoResourceBundleSP
m_bundle
;
33
};
34
35
#endif
// WDG_SIDE_H
KoResourceBundle.h
QSharedPointer< KoResourceBundle >
WdgSide
Definition
wdg_side.h:18
WdgSide::focusLabel
void focusLabel(int id)
Definition
wdg_side.cpp:50
WdgSide::~WdgSide
~WdgSide()
Definition
wdg_side.cpp:99
WdgSide::m_ui
Ui::WdgSide * m_ui
Definition
wdg_side.h:26
WdgSide::m_bundle
KoResourceBundleSP m_bundle
Definition
wdg_side.h:32
WdgSide::WdgSide
WdgSide(KoResourceBundleSP bundle, QWidget *parent=nullptr)
Definition
wdg_side.cpp:16
Ui
Definition
VideoExportOptionsDialog.h:17
plugins
extensions
resourcemanager
wdg_side.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52