digiKam
Loading...
Searching...
No Matches
tooltipfiller.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 : 2008-12-10
7
* Description : album icon view tool tip
8
*
9
* SPDX-FileCopyrightText: 2008-2024 by Gilles Caulier <caulier dot gilles 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 <QString>
20
21
namespace
Digikam
22
{
23
24
class
FilterAction;
25
class
ItemInfo;
26
class
PAlbum;
27
28
namespace
ToolTipFiller
29
{
30
31
QString
imageInfoTipContents
(
const
ItemInfo
& info);
32
QString
albumTipContents
(
PAlbum
*
const
album,
int
count);
33
QString
filterActionTipContents
(
const
FilterAction
& action);
34
35
}
// namespace ToolTipFiller
36
37
}
// namespace Digikam
Digikam::FilterAction
Definition
filteraction.h:33
Digikam::ItemInfo
Definition
iteminfo.h:68
Digikam::PAlbum
Definition
album.h:357
Digikam::ToolTipFiller::albumTipContents
QString albumTipContents(PAlbum *const album, int count)
Definition
tooltipfiller.cpp:563
Digikam::ToolTipFiller::filterActionTipContents
QString filterActionTipContents(const FilterAction &action)
Definition
tooltipfiller.cpp:653
Digikam::ToolTipFiller::imageInfoTipContents
QString imageInfoTipContents(const ItemInfo &info)
Definition
tooltipfiller.cpp:49
Digikam
Definition
datefolderview.cpp:34
core
app
items
utils
tooltipfiller.h
Generated by
1.9.8