digiKam
Loading...
Searching...
No Matches
tooltipdialog.h
Go to the documentation of this file.
1
/* ============================================================
2
*
3
* This file is a part of digiKam project
4
* https://www.digikam.org
5
*
6
* Date : 2010-05-28
7
* Description : a dialog for showing the advancedrename tooltip
8
*
9
* SPDX-FileCopyrightText: 2010-2012 by Andi Clemens <andi dot clemens at gmail dot com>
10
*
11
* SPDX-License-Identifier: GPL-2.0-or-later
12
*
13
* ============================================================ */
14
15
#pragma once
16
17
// Qt includes
18
19
#include <QDialog>
20
21
namespace
Digikam
22
{
23
24
class
TooltipDialog
:
public
QDialog
25
{
26
Q_OBJECT
27
28
public
:
29
30
explicit
TooltipDialog
(QWidget*
const
parent);
31
~TooltipDialog
()
override
;
32
33
void
setTooltip
(
const
QString& tooltip);
34
void
clearTooltip
();
35
36
private
:
37
38
// Disable
39
TooltipDialog
(
const
TooltipDialog
&) =
delete
;
40
TooltipDialog
& operator=(
const
TooltipDialog
&) =
delete
;
41
42
private
Q_SLOTS:
43
44
void
slotHelp();
45
46
private
:
47
48
class
Private;
49
Private*
const
d =
nullptr
;
50
};
51
52
}
// namespace Digikam
Digikam::TooltipDialog
Definition
tooltipdialog.h:25
Digikam::TooltipDialog::clearTooltip
void clearTooltip()
Definition
tooltipdialog.cpp:84
Digikam::TooltipDialog::setTooltip
void setTooltip(const QString &tooltip)
Definition
tooltipdialog.cpp:77
Digikam::TooltipDialog::~TooltipDialog
~TooltipDialog() override
Definition
tooltipdialog.cpp:72
Digikam
Definition
datefolderview.cpp:34
core
utilities
advancedrename
common
tooltipdialog.h
Generated by
1.9.8